atArpsecVioType
AT-DHCPSN-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.537.2.1.5
Object
column Enumeration
The reason that the trap was generated. srcIpNotFound(1) indicates that the Sender IP address of the ARP packet was not found in the DHCP Snooping database. badVLAN(2) indicates that the VLAN of the DHCP Snooping binding entry associated with the Sender IP address of the ARP packet does not match the VLAN that the ARP packet was received on. badPort(3) indicates that the port of the DHCP Snooping binding entry associated with the Sender IP address of the ARP packet does not match the port that the ARP packet was received on. srcIpNotAllocated(4) indicates that the CHADDR of the DHCP Snooping binding entry associated with the Sender IP address of the ARP packet does not match the Source MAC and/or the ARP source MAC of the ARP packet.
Context
- MIB
- AT-DHCPSN-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.537.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- atArpsecVariablesEntry
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 'AT-DHCPSN-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-DHCPSN-MIB::atArpsecVioType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-DHCPSN-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-DHCPSN-MIB::atArpsecVioType.<atArpsecIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-DHCPSN-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-DHCPSN-MIB::atArpsecVioType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | srcIpNotFound |
2 | badVLAN |
3 | badPort |
4 | srcIpNotAllocated |