genPortActivityStatus
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.9.1.1.6
Object
column mandatory
Enumeration
This attribute defines the status of ports that may be part of a redundancy scheme. notActive(1) - indicates a disabled port which cannot transmit or receive packets even if included in a redundancy scheme. dormant(2) - indicates an enabled port which does not transmit or receive packets, but because it is included in a redundancy scheme, it may at any moment become responsible packet transmission and reception. active(3) - indicates that the port transmits and receives packets, serving as the main path in the redundant configuration.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.9.1.1.6- Type
- column
- Access
- readonly
- 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::genPortActivityStatus'
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::genPortActivityStatus.<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::genPortActivityStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notActive |
2 | dormant |
3 | active |
255 | notSupported |