me1200ArpInspectionVlanConfigLogType
ME1200-ARP-INSPECTION-MIB ·
.1.3.6.1.4.1.9.9.815.1.63.1.2.3.1.2
Object
The capability to log the inspected entries per VLAN basis. none(0) will log nothing. deny(1) will log the denied entries. permit(2) will log the permitted entries. all(3) will log all kinds of inspected entries.
Context
- MIB
- ME1200-ARP-INSPECTION-MIB
- OID
.1.3.6.1.4.1.9.9.815.1.63.1.2.3.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- me1200ArpInspectionVlanConfigEntry
- Groups
- 1
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 'ME1200-ARP-INSPECTION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ME1200-ARP-INSPECTION-MIB::me1200ArpInspectionVlanConfigLogType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ME1200-ARP-INSPECTION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ME1200-ARP-INSPECTION-MIB::me1200ArpInspectionVlanConfigLogType.<me1200ArpInspectionVlanConfigVlanId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ME1200-ARP-INSPECTION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ME1200-ARP-INSPECTION-MIB::me1200ArpInspectionVlanConfigLogType'
Syntax
- Source
- ME1200ArpInspectionLogType
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | deny |
2 | permit |
3 | all |