orchestratorConnectionsState
VIPTELA-SECURITY ·
.1.3.6.1.4.1.41916.4.3.1.1.15
Object
column SessionState
State
Context
- MIB
- VIPTELA-SECURITY
- OID
.1.3.6.1.4.1.41916.4.3.1.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- orchestratorConnectionsEntry
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 'VIPTELA-SECURITY' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VIPTELA-SECURITY::orchestratorConnectionsState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VIPTELA-SECURITY' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VIPTELA-SECURITY::orchestratorConnectionsState.<orchestratorConnectionsInstance>.<orchestratorConnectionsPeerType>.<orchestratorConnectionsSiteId>.<orchestratorConnectionsDomainId>.<orchestratorConnectionsLocalPrivateIp>.<orchestratorConnectionsLocalPrivatePort>.<orchestratorConnectionsPublicIp>.<orchestratorConnectionsPublicPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VIPTELA-SECURITY' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VIPTELA-SECURITY::orchestratorConnectionsState'
Syntax
- Source
- SessionState
- Base type
Enumeration
Values & Constraints
Type Values
0 | down |
1 | connect |
2 | handshake |
3 | trying |
4 | challenge |
5 | challenge-resp |
6 | challenge-ack |
7 | up |
8 | tear-down |