sdpOperStatus
TN-SDP-MIB ·
.1.3.6.1.4.1.7483.6.1.2.4.4.3.1.9
Object
column Enumeration
The operating state of this SDP. The value 'notAlive' is valid only when keep-alive is enabled, and it means that the keep-alive operating status is not alive. The value 'notReady' is valid only when this SDP uses a label signaling protocol (e.g. TLDP) and it means that the signaling session with the far-end peer has not been established. The value 'invalidEgressInterface' indicates that the IOM's have detected that the egress interface towards the far-end device is not a network port.
Context
- MIB
- TN-SDP-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.4.4.3.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sdpInfoEntry
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 'TN-SDP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-SDP-MIB::sdpOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-SDP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-SDP-MIB::sdpOperStatus.<tnSysSwitchId>.<sdpId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-SDP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-SDP-MIB::sdpOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | notAlive |
3 | notReady |
4 | invalidEgressInterface |
5 | transportTunnelDown |
6 | down |