sdpBindPwLocalStatusBits
TN-SDP-MIB ·
.1.3.6.1.4.1.7483.6.1.2.4.4.4.1.67
Object
column Bits
sdpBindPwLocalStatusBits indicates the bits set locally when there is a fault. LAC failures occur on the SAP that has been configured on the PIPE service, PSN bits are set by SDP-binding failures on the PIPE service. The pwNotForwarding bit is set when none of the above failures apply, such as an MTU mismatch failure. This value is sent to the peer via pseudowire status signalling method to indicate faults only if sdpBindPwStatusSignaling is set to true.
Context
- MIB
- TN-SDP-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.4.4.4.1.67- 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::sdpBindPwLocalStatusBits'
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::sdpBindPwLocalStatusBits.<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::sdpBindPwLocalStatusBits'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | pwNotForwarding |
1 | lacIngressFault |
2 | lacEgresssFault |
3 | psnIngressFault |
4 | psnEgressFault |
5 | pwFwdingStandby |