genPortClassification
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.9.1.1.22
Object
column mandatory
r/w
Enumeration
Classification assigned to this port. regular - this port is connected to regular stations. Topology changes that may occur on it will not generate the sending of topology change (notification) BPDUs, will not generate a fast aging on the local forwarding database, and will not be signaled by console if the port administrative status is disabled. valuable - this port is used as a backbone link or is connected to a valuable server. Topology changes that may occur on it will generate a fast aging on the local forwarding database, and if STA is enabled on the stack, the sending of topology change (notification) BPDUs. It will also be signaled and propagated by console even if the port administrative status is disabled or if STA is disabled on this port.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.9.1.1.22- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- genPortEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::genPortClassification'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::genPortClassification.<genPortGroupId>.<genPortId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::genPortClassification'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | regular |
2 | valuable |
255 | notSupported |