arPortStatus
FORT-TELECOM-MIB ·
.1.3.6.1.4.1.42019.3.2.2.6.1.1.1.2
Object
column Enumeration
State of special function 'AutoRestart'. 'normal' - no error, 'noLink' - no link activity on port, 'noPing' - no answer to ping, 'lowSpeed' - low speed on port
Context
- MIB
- FORT-TELECOM-MIB
- OID
.1.3.6.1.4.1.42019.3.2.2.6.1.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- autoRestartErrorsEntry
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 'FORT-TELECOM-MIB' -M '/opt/observium/mibs/tfortis:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORT-TELECOM-MIB::arPortStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FORT-TELECOM-MIB' -M '/opt/observium/mibs/tfortis:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FORT-TELECOM-MIB::arPortStatus.<arPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FORT-TELECOM-MIB' -M '/opt/observium/mibs/tfortis:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FORT-TELECOM-MIB::arPortStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | noLink |
3 | noPing |
4 | lowSpeed |