s3EnetHostLearnMethod
SYNOPTICS-ETHERNET-MIB ·
.1.3.6.1.4.1.45.1.3.2.13.3.1.8
Object
column mandatory
Enumeration
Indicates the method that was used to discover the
MAC/Network address pair. The methods that can be
used for discovery are shown below.
other(1).........Indicates an unknown discovery
method.
arpRequest(2)....Indicates that ARP request packets
were used for discovery.
arpResponse(3)...Indicates that ARP response packets
were used for discovery.
ripRequest(4)....Indicates that RIP request packets
were used for discovery.
ripResponse(5)...Indicates that RIP response packets
were used for discovery.
Context
- MIB
- SYNOPTICS-ETHERNET-MIB
- OID
.1.3.6.1.4.1.45.1.3.2.13.3.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- s3EnetHostEntry
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::s3EnetHostLearnMethod'
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::s3EnetHostLearnMethod.<s3EnetHostIndex>'
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::s3EnetHostLearnMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | arpRequest |
3 | arpResponse |
4 | ripRequest |
5 | ripResponse |