sdpBindOperStatus
TN-SDP-MIB ·
.1.3.6.1.4.1.7483.6.1.2.4.4.4.1.8
Object
column Enumeration
The value of sdpBindOperStatus indicates the operating status of
this Service-SDP binding.
'up' The Service-SDP binding is operational.
'noEgressLabel' The ingress label is available but the
egress one is missing.
'noIngressLabel' The egress label is available but the
ingress one is not.
'noLabels' Both the ingress and the egress labels
are missing.
'down' The binding is administratively down.
'svcMtuMismatch' Both labels are available, but a service
MTU mismatch was detected between the local
and the far-end devices.
'sdpPathMtuTooSmall' The operating path MTU of the corresponding
SDP minus the size of the SDP Bind control
word (if applicable) is smaller than the
service MTU.
'sdpNotReady' The SDP's signaling session is down.
'sdpDown' The SDP is not operationally up.
'sapDown' The SAP associated with the service is down.
Context
- MIB
- TN-SDP-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.4.4.4.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sdpBindEntry
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::sdpBindOperStatus'
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::sdpBindOperStatus.<tnSysSwitchId>.<tnSvcId>.<sdpBindId>'
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::sdpBindOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | noEgressLabel |
3 | noIngressLabel |
4 | noLabels |
5 | down |
6 | svcMtuMismatch |
7 | sdpPathMtuTooSmall |
8 | sdpNotReady |
9 | sdpDown |
10 | sapDown |