sysConfigAddressViolationAction
STAND-ALONE-ETHERNET-SWITCH-MIB ·
.1.3.6.1.4.1.437.1.1.3.2.4
Object
scalar mandatory
r/w
Enumeration
Indicates what action to take when an address violation
(an address mismatch or duplication) occurs on a
secured port. The default action is to suspend(1)
the port.
suspend : port is suspended until the correct address
is again received. While suspended, port
will not forward frames it receives, nor
will it accept frames to be forwarded.
disable : port is disabled and will not forward any
frames as in the case of suspension above.
Port can only be reenabled by an explicit
management action on the part of the user.
ignore : do nothing to the port (simply discard the
offending address).
Context
- MIB
- STAND-ALONE-ETHERNET-SWITCH-MIB
- OID
.1.3.6.1.4.1.437.1.1.3.2.4- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- sysConfig
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STAND-ALONE-ETHERNET-SWITCH-MIB::sysConfigAddressViolationAction.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'STAND-ALONE-ETHERNET-SWITCH-MIB::sysConfigAddressViolationAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | suspend |
2 | disable |
3 | ignore |