secureAddrRowStatus
A3COM0021-PORT-SECURITY ·
.1.3.6.1.4.1.43.10.22.2.1.4
Object
column mandatory
r/w
Enumeration
This manages the creation and deletion or rows, and shows
the current status of the indexed MAC address. This object has the following
values.
1 - The indexed MAC address is authorised on this port. 2 - The indexed MAC
address is not authorised on this port. 3 - Not applicable. (This value
indicates an incomplete row.) 4 - Assign a new MAC address to the port and
authorise immediately. 5 - Assign a new MAC address to the port, but do not
authorise until active(1) is written to this object. 6 - Delete this entry.
When creating a new entry, index a new row and use createAndGo(4) or
createAndWait(5). Some hardware will not allow the address to be unauthorised,
and will automatically switch the row to active(1). When reading this object,
only active(1) and notInService(2) will be returned.
Only the values active(1) and destroy(6) will be allowed for an existing row, or
createAndGo(4) and createAndWait(5) for a new row.
Context
- MIB
- A3COM0021-PORT-SECURITY
- OID
.1.3.6.1.4.1.43.10.22.2.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- secureAddressEntry
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 'A3COM0021-PORT-SECURITY' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0021-PORT-SECURITY::secureAddrRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM0021-PORT-SECURITY' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0021-PORT-SECURITY::secureAddrRowStatus.<secureAddrSlotIndex>.<secureAddrPortIndex>.<secureAddrMAC>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM0021-PORT-SECURITY' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM0021-PORT-SECURITY::secureAddrRowStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |