extremeVMVPPCounter
EXTREME-VM-MIB ·
.1.3.6.1.4.1.1916.1.39.2.1.1.5
Object
This object specifies whether the VM gets attached to this VPP needs to install dynamic counters to count packets source MAC address matches VM MAC for ingress, packets destination MAC address matches VM MAC for egress, packet source/destination MAC address matches VM MAC for both. If none option is chosen the dynamic counters will be uninstalled if it has been already installed, if not nothing happens.
Context
- MIB
- EXTREME-VM-MIB
- OID
.1.3.6.1.4.1.1916.1.39.2.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- extremeVMVPPEntry
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 'EXTREME-VM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-VM-MIB::extremeVMVPPCounter'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-VM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-VM-MIB::extremeVMVPPCounter.<extremeVMVPPType>.<extremeVMVPPName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-VM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-VM-MIB::extremeVMVPPCounter'
Syntax
- Source
- CounterDirection
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | ingress-only |
2 | egress-only |
3 | both |