|
|
Description:
|
esrL2AddrSummary OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(20..4096))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of this object is a packed opaque structure representing an array
of address entries. The format of this structure is:
struct L2AddressEntry {
UNS32 index;
UNS8 addr[6]; // mac address
UNS8 fabricPort; //fabricPort and subPort == esrL2AddressPortBinding
UNS8 subPort;
UNS16 vlanID, //the global vlan id
UNS8 portBindingValidFlag;
UNS8 addressForwardFlag;
UNS8 addressCopyFlag;
UNS8 addressPersistence;
UNS8 addressStatus;
};
struct L2AddressSummary{
UNS8 numberOfEntries; // Number of entries that follow
UNS8 version; // version == 1
UNS16 endianFlag;
L2AddressEntry entryArray[numberOfEntries];
};"
|
|
|
|