tripPeerAdminStatus
TRIP-MIB ·
.1.3.6.1.2.1.116.1.4.1.6
Object
column r/w
Enumeration
This object is used to affect the TRIP connection
state.
up(1) : Allow a connection with the peer LS.
down(2) : disconnect the connection from the peer LS and
do not allow any further connections to this
peer.
If this value is set to down(2) then tripPeerState will
have the value of idle(1).
Context
- MIB
- TRIP-MIB
- OID
.1.3.6.1.2.1.116.1.4.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tripPeerEntry
- Groups
- 1
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 'TRIP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIP-MIB::tripPeerAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TRIP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIP-MIB::tripPeerAdminStatus.<applIndex>.<tripPeerRemoteAddrInetType>.<tripPeerRemoteAddr>.<tripPeerRemotePort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TRIP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TRIP-MIB::tripPeerAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
Conformance
Member of
Compliance refinements
tripMIBReadOnlyCompliance
noaccess
Object is not needed when implemented in read-only mode.