s3EnetShowNodesAuthStatus
SYNOPTICS-ETHERNET-MIB ·
.1.3.6.1.4.1.45.1.3.2.5.1.1.6
Object
column mandatory
Enumeration
The object is used determine how the node was added to this table. If the node was learned by listening to the network then on reads network(2) should be returned. If the node is another NMM or known concentrator device, then nmm(3) is returned. If the device's MAC address is unknown because of some unknown but legal configuration, then other(1) should be returned and s3EnetShowNodesMacAddress should return all zeros. If the node was entered into the AllowedNode list via management control, and was seen on a port that it was authorized to use, then authorized(4) should be returned.
Context
- MIB
- SYNOPTICS-ETHERNET-MIB
- OID
.1.3.6.1.4.1.45.1.3.2.5.1.1.6- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- s3EnetShowNodesEntry
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 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-ETHERNET-MIB::s3EnetShowNodesAuthStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-ETHERNET-MIB::s3EnetShowNodesAuthStatus.<s3EnetShowNodesSlotIndex>.<s3EnetShowNodesPortIndex>.<s3EnetShowNodesMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SYNOPTICS-ETHERNET-MIB::s3EnetShowNodesAuthStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | network |
3 | nmm |
4 | authorized |