|
|
Description:
|
laAggPortStatus OBJECT-TYPE
-- Range removed to avoid MIB compiler errors.
-- This should be an Unsigned32 or an octet string, but the agent returns an INTEGER.
-- SYNTAX INTEGER (0 .. 4294967295)
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A bitmap that describes the status of the ports
that are bound to this aggregator. This bitmap
will be mapped to an integer in the form of 2^x
where x is the position of the bit being set.
For example, an aggregator has Port 1,2 3 and 4 as members
and to specify that Port 2 and Port 3 are down while port 1 and port 4 are up
then we would have the value of xxxx1001(binary) 2^3 + 2^0 = 9."
|
|
|
|