CISCOSB-rlInterfaces :: swIfAdminLockAction

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCISCOSB-rlInterfacesswIfAdminLockAction

swIfAdminLockAction

Module: CISCOSB-rlInterfaces

OID (symbolic): CISCOSB-rlInterfaces::swIfAdminLockAction

OID (numeric): 1.3.6.1.4.1.9.6.1.101.43.1.1.20

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-write

Description: This variable indicates which action this interface should be taken in locked mode and therefore relevant only in locked mode. Possible actions: discard(1) - every packet is dropped. forwardNormal(2) - every packet is forwarded according to the DST address. discardDisable(3) - drops the first packet and suspends the port.

What is swIfAdminLockAction?

This read-write enumerated INTEGER (discard/forwardNormal/discardDisable) sets which action a locked interface takes against traffic from unrecognized source MAC addresses, relevant only when the port is in locked mode, per the description. Admins choose discardDisable when they want an unauthorized-device attempt to actually suspend the port rather than merely drop packets, a stronger security response. For example, setting this to discardDisable on a locked port in a server room means any device with an unrecognized MAC plugged in there causes the port itself to shut down rather than just silently dropping its frames.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.6.1.101.43.1.1.20
snmpwalk -v2c -c public <target> CISCOSB-rlInterfaces::swIfAdminLockAction

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.9.6.1.101.43.1.1.20.1
snmpget -v2c -c public <target> CISCOSB-rlInterfaces::swIfAdminLockAction.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.9.6.1.101.43.1.1.20.1 i <value>

Start monitoring Cisco Small Business switch with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCOSB-rlInterfaces::swIfAdminLockAction OID value, configure state conditions and alerts, and monitor any Cisco Small Business switch from a single console.

OID Breakdown

Upper-level ancestors (11 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.9ciscoCAT2600-MIB
1.3.6.1.4.1.9.6otherEnterprisesCISCO-SMI
1.3.6.1.4.1.9.6.1ciscoSBCISCO-SMI
1.3.6.1.4.1.9.6.1.101switch001CISCOSB-MIB
1.3.6.1.4.1.9.6.1.101.43swInterfacesCISCOSB-MIB
Numeric OIDNameModule
1.3.6.1.4.1.9.6.1.101.43.1swIfTableCISCOSB-rlInterfaces
1.3.6.1.4.1.9.6.1.101.43.1.1swIfEntryCISCOSB-rlInterfaces
1.3.6.1.4.1.9.6.1.101.43.1.1.20swIfAdminLockActionCISCOSB-rlInterfaces