extremeVMDetectedResultIngress
EXTREME-VM-MIB ·
.1.3.6.1.4.1.1916.1.39.3.2.1.8
Object
column Enumeration
Indicates the result of a VM entry into the network. Only below two values will be returned at any point of time. policyApplied(1) - all the ingress policies in the VPP was successfully applied to the port. policyNotApplied(2) - If any one of the ingress policies in the VPP was not applied to the port. If this value is returned then refer to extremeVMDetectedIngErrPolicies object for list of failed ingress policies.
Context
- MIB
- EXTREME-VM-MIB
- OID
.1.3.6.1.4.1.1916.1.39.3.2.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- extremeVMDetectedEntry
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::extremeVMDetectedResultIngress'
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::extremeVMDetectedResultIngress.<extremeVMDetectedMAC>'
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::extremeVMDetectedResultIngress'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | policyApplied |
2 | policyNotApplied |
3 | policyInvalid |
4 | policyNotFound |
5 | policyNotMapped |