ifPeriodTimeoutMode
Es2952-MIB ·
.1.3.6.1.4.1.3902.15.2.11.22.5.1.4
Object
column r/w
OctetString
set ethernet oam discovery period, link timeout and discovery mode.
The format is P-T-M .
P : set ethernet oam discovery period time. The scope is 1-10, default:10(100ms);
T : set ethernet oam link timeout time. The scope is 2-20 , default:5(s);
M : set ethernet oam discovery mode active or passive, default:active;
1 takes the discovery mode active; 2 takes the discovery mode passive;
For example: 3-14-2
means:
set ethernet oam discovery period time is 3,
set ethernet oam link timeout time is 14,
set ethernet oam discovery mode passive .
Context
- MIB
- Es2952-MIB
- OID
.1.3.6.1.4.1.3902.15.2.11.22.5.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ethernetOamIfConfigEntry
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 'Es2952-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Es2952-MIB::ifPeriodTimeoutMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Es2952-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Es2952-MIB::ifPeriodTimeoutMode.<portId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Es2952-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Es2952-MIB::ifPeriodTimeoutMode'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.