s3EnetPortInterconStatus
SYNOPTICS-ETHERNET-MIB ·
.1.3.6.1.4.1.45.1.3.2.3.1.1.20
Object
column mandatory
Enumeration
This object tells whether the port is connected to a
host or to an interconnect (defined to be another NMM
that is sending hello messages).
The NMM agent will assign this object the value other(1)
on initialization. If it sees hello messages coming in
on the port, it will change the InterconStatus to be
interconnect(2).
Context
- MIB
- SYNOPTICS-ETHERNET-MIB
- OID
.1.3.6.1.4.1.45.1.3.2.3.1.1.20- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- s3EnetPortEntry
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::s3EnetPortInterconStatus'
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::s3EnetPortInterconStatus.<s3EnetPortBoardIndex>.<s3EnetPortIndex>'
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::s3EnetPortInterconStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | interconnect |