itsSnkTtpOperStatus
NETI-ITS-MIB ·
.1.3.6.1.4.1.2928.6.2.16.1.3.3.1.14
Object
column Enumeration
The operational state of the trail termination point (TTP).
up(1). The TTP is up and a connection is established to all
destinations.
down(2). The connection is down to all destinations.
dormant(5). The TTP is ready and is waiting for a connection
to be established.
Context
- MIB
- NETI-ITS-MIB
- OID
.1.3.6.1.4.1.2928.6.2.16.1.3.3.1.14- Type
- column
- Access
- readonly
- Status
- current
- Parent
- itsSnkTtpEntry
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 'NETI-ITS-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ITS-MIB::itsSnkTtpOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETI-ITS-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ITS-MIB::itsSnkTtpOperStatus.<itsSnkTtpIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETI-ITS-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETI-ITS-MIB::itsSnkTtpOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
5 | dormant |