eSWPortCtrlGVRPEnable
ASANTE-SWITCH-MIB ·
.1.3.6.1.4.1.298.1.5.1.3.1.1.11
Object
column mandatory
r/w
Enumeration
This entry when set to enable, means GVRP frames can be transmitted and received on this port. If disabled, it means GVRP frames cannot be transmitted on this port and the received GVRP frames should be discarded. Default value for this entry is disable(2).
Context
- MIB
- ASANTE-SWITCH-MIB
- OID
.1.3.6.1.4.1.298.1.5.1.3.1.1.11- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- eSWPortCtrlEntry
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 'ASANTE-SWITCH-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASANTE-SWITCH-MIB::eSWPortCtrlGVRPEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASANTE-SWITCH-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASANTE-SWITCH-MIB::eSWPortCtrlGVRPEnable.<eSWGrpPtCtrlIndex>.<eSWPortCtrlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASANTE-SWITCH-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASANTE-SWITCH-MIB::eSWPortCtrlGVRPEnable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |