swIfPortLockIfRangeLockStatus
NETGEAR-RADLAN-rlInterfaces ·
.1.3.6.1.4.1.4526.17.43.6.1.3
Object
column r/w
Enumeration
This variable indicates whether the interfaces range should operate in locked or unlocked mode. In unlocked mode the device learns all MAC addresses from these interfaces and forwards all frames arrived at these interfaces. In locked mode no new MAC addresses are learned and only frames with known source MAC addresses are forwarded.
Context
- MIB
- NETGEAR-RADLAN-rlInterfaces
- OID
.1.3.6.1.4.1.4526.17.43.6.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- swIfPortLockIfRangeEntry
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 'NETGEAR-RADLAN-rlInterfaces' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-rlInterfaces::swIfPortLockIfRangeLockStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-RADLAN-rlInterfaces' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-rlInterfaces::swIfPortLockIfRangeLockStatus.<swIfPortLockIfRangeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-RADLAN-rlInterfaces' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-RADLAN-rlInterfaces::swIfPortLockIfRangeLockStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | locked |
2 | unlocked |