tnPortEtherDownWhenLoopedEnabled
TN-PORT-MIB ·
.1.3.6.1.4.1.7483.6.1.2.2.4.4.1.21
Object
The value of tnPortEtherDownWhenLoopedEnabled specifies whether physical loop detection for the Ethernet port is enabled or disabled. When enabled, the port will periodically send out keep-alive PDUs with an EtherType of 0x9000. If the port receives a keep-alive that it transmitted, tnPortState will be set to 'linkUp' if it was previously 'up'. The port will not move back to tnPortState 'up' for a period of time defined by tnPortEtherDownWhenLoopedRetry, but will continue to periodically send out keep-alive PDUs. Every time the port receives a keep alive it sent while a loop has been detected, it will reset the time period that it will remain down as defined by tnPortEtherDownWhenLoopedRetry.
Context
- MIB
- TN-PORT-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.2.4.4.1.21- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tnPortEtherEntry
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 'TN-PORT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-PORT-MIB::tnPortEtherDownWhenLoopedEnabled'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-PORT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-PORT-MIB::tnPortEtherDownWhenLoopedEnabled.<tnPortPortID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-PORT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-PORT-MIB::tnPortEtherDownWhenLoopedEnabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |