eapsConfigDomainEnable
ZHONE-COM-BRIDGE-REC-MIB ·
.1.3.6.1.4.1.5504.4.7.13.1.1.11
Object
If this value is TRUE, the EAPS state machine will transition through the initialization process to the Health state. It will begin passing Control Messages and allow Protected VLAN data through the EAPS Domain. If this value is FALSE, the EAPS state machine will transition through the reset process to the Inactivate state. It will stop passing Control Messages and prohibit Protected VLAN data from being passed through the EAPS Domain.
Context
- MIB
- ZHONE-COM-BRIDGE-REC-MIB
- OID
.1.3.6.1.4.1.5504.4.7.13.1.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- eapsConfigEntry
- Groups
- 2
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 'ZHONE-COM-BRIDGE-REC-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-BRIDGE-REC-MIB::eapsConfigDomainEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-COM-BRIDGE-REC-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-BRIDGE-REC-MIB::eapsConfigDomainEnable.<eapsConfigPrimaryPortLineGroup>.<eapsConfigSecondaryPortLineGroup>.<eapsConfigControlVlan>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-BRIDGE-REC-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-BRIDGE-REC-MIB::eapsConfigDomainEnable'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |