eltexVpcDomainState
ELTEX-VPC-MIB ·
.1.3.6.1.4.1.35265.125.1.2.1.1.5
Object
column Enumeration
The following states of a VPC mean:
DISABLE: In this state, the VPC interfaces, if any are shut down.
LISTEN: The keepalive does not advertise any packets.
READY: The keepalive component starts sending keepalive messages periodically with the state as READY.
PRIMARY: Traffic over VPC interfaces is allowed to be forwarded.
The keepalive protocol continues to advertise keepalive messages with the state as PRIMARY.
SECONDARY: Traffic over VPC interfaces is allowed to be forwarded.
The keepalive protocol continues to advertise keepalive messages with the state as SECONDARY.
Context
- MIB
- ELTEX-VPC-MIB
- OID
.1.3.6.1.4.1.35265.125.1.2.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eltexVpcDomainStatusEntry
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 'ELTEX-VPC-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-VPC-MIB::eltexVpcDomainState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELTEX-VPC-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-VPC-MIB::eltexVpcDomainState.<eltexVpcDomainIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-VPC-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-VPC-MIB::eltexVpcDomainState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | listen |
3 | ready |
4 | primary |
5 | secondary |