All MIBs › PROMINET-MIB › promL2AddrSummary
promL2AddrSummary
Module: PROMINET-MIB
OID (symbolic): PROMINET-MIB::promL2AddrSummary
OID (numeric): 1.3.6.1.4.1.2167.5.1.4.2.1.1.1
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
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 == promL2AddressPortBinding 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]; };
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2167.5.1.4.2.1.1.1 snmpwalk -v2c -c public <target> PROMINET-MIB::promL2AddrSummary
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2167.5.1.4.2.1.1.1.1 snmpget -v2c -c public <target> PROMINET-MIB::promL2AddrSummary.1
Start monitoring Prominet Corporation Gigabit Ethernet switches with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the PROMINET-MIB::promL2AddrSummary OID value, configure state conditions and alerts, and monitor any Prominet Corporation Gigabit Ethernet switches from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2167 | prominet | PROMINET-MIB |
| 1.3.6.1.4.1.2167.5 | promSwitching | PROMINET-MIB |
| 1.3.6.1.4.1.2167.5.1 | promSwitchingLayerII | PROMINET-MIB |
| 1.3.6.1.4.1.2167.5.1.4 | promL2AddrMgmt | PROMINET-MIB |
| 1.3.6.1.4.1.2167.5.1.4.2 | promL2AddrSummaryMgt | PROMINET-MIB |
| 1.3.6.1.4.1.2167.5.1.4.2.1 | promL2AddrSummaryTable | PROMINET-MIB |
| 1.3.6.1.4.1.2167.5.1.4.2.1.1 | promL2AddrSummaryEntry | PROMINET-MIB |
| 1.3.6.1.4.1.2167.5.1.4.2.1.1.1 | promL2AddrSummary | PROMINET-MIB |