beautypg.com

Vx160, 17564 – switch connection status broadcast, 17565 – port settings (localhost only) – Thinklogical Router Interfaces User Manual

Page 10: 17566 – hardware status

background image

VX160

17564 – Switch Connection Status Broadcast

32-bits, VxRouter's primary IP address

16-bits, 0 for the Upper (or only) VxRouter chassis

these are the Green to Blue connections (forward direction)

1 for the Lower VxRouter chassis

these are the Blue to Green connections (back direction)

16-bits, first port number in the list (list starts from 1, not 0)

16-bits, last port number in the list

N * 16-bits, the input port that is connected to output port X, zero means the port is NOT
connected

Example:

c0 a8 0d 19 00 00 00 01 00 a0 00 a0 00 9f…

IP address = 192.168.13.25
Chassis = 0
First Port number = 1
Last Port number = 160 (

0x00a0)

Output 1 is connected to input 160 (

0x00a0)

Output 2 is connected to input 159 (

0x009f)

The Vx160 consists of two chassis, so there will be two blocks transmitted; one for the
upper chassis and one for the lower.

17565 – Port Settings (localhost only)

160 sets of the following data:

(8 bits)*2 output level

0 is off

(8 bits)*2 input level

(8 bits)*2 connected to input port number, starting from 0

The Vx160 consists of two chassis, so there are two entries for each piece of data. The first
is the value for the upper chassis and the second is for the lower chassis.

A 'C' data structure for this would be:

struct s_block {

unsigned char output_level[2];

unsigned char input_level[2];
unsigned char connectedTo[2];

} data_block [160];

17566 – Hardware Status

Reserved for future use.

Nov 3, 2014

Router Interfaces: VX160

10/25