ospfMultiProcessIfMtuIgnore
ECS3610-MIB ·
.1.3.6.1.4.1.259.10.1.6.1.18.3.14.1.5
Object
column r/w
Enumeration
If check(0), OSPF will check the MTU size during DD (Database Description) exchange. If ignore(1), OSPF will not check the MTU size during DD exchange.
Context
- MIB
- ECS3610-MIB
- OID
.1.3.6.1.4.1.259.10.1.6.1.18.3.14.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ospfMultiProcessIfEntry
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 'ECS3610-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS3610-MIB::ospfMultiProcessIfMtuIgnore'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS3610-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS3610-MIB::ospfMultiProcessIfMtuIgnore.<ospfMultiProcessIfIpAddressType>.<ospfMultiProcessIfIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS3610-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS3610-MIB::ospfMultiProcessIfMtuIgnore'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | check |
1 | ignore |