|
|
Description:
|
bbPortAggrSetList OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is a bitmap for each port. 32 octets are returned. Each octet
(typically represented by two hexadecimal digits) is a bit map for 8 ports.
The octets are read from left to right. Ports 7-0 are represented by the first
(left-most) octet, ports 15-8 are represented by the next octet to the right, etc.
Within an octet, the bits are read from right to left. The right-most bit within
an octet is the lowest-numbered port, and the left-most bit within an octet is the
highest-numbered port.
Example (spaces inserted for clarity - the octet string is normally represented by
64 hex digits in one continuous string):
octet # 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
21 22 23 24 25 26 27 28 29 30 31
octets 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08
00 00 00 00 00 00 00 00 00 00 00
high port 7 15 23 31 39 47 55 63 71 79 87 95 103 111 119 127 135 143 151 159 167
175 183 191 199 207 215 223 231 239 247 255
low port 0 8 16 24 32 40 48 56 64 72 80 88 96 104 112 120 128 136 144 152 160
168 176 184 192 200 208 216 224 232 240 248
In this example, octet 20 has the value '08'. This value represents ports 167-160.
Port 167 is represented by the left-most bit of '08', and port 160 is represented by
the right-most bit of '08'. In this case, port 163 is represented has its bit value
set to '1'; the other ports have their bit values set to '0'"
|
|
|
|