rcTlsVpnOperState
RC-OPM-MIB ·
.1.3.6.1.4.1.2272.1.39.3.1.16
Object
column Enumeration
Change of state occurs upon establishing the label mapping i.e., sending the TFEC and receiving the TFEC or changes in Tunnel existence or LDP session. For local peer, i.e., remotePeerId = 0.0.0.1, only inactive and operational states are valid.
Context
- MIB
- RC-OPM-MIB
- OID
.1.3.6.1.4.1.2272.1.39.3.1.16- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcTlsVpnEntry
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 'RC-OPM-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-OPM-MIB::rcTlsVpnOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-OPM-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-OPM-MIB::rcTlsVpnOperState.<rcTlsVpnVpnId>.<rcTlsVpnMemberId>.<rcTlsVpnRemotePeerId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-OPM-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-OPM-MIB::rcTlsVpnOperState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactive |
2 | waitLdpSess |
3 | waitLsp |
4 | waitPeerLbl |
5 | operational |