rlOspfIfPrefixSuppression
CISCOSB-OSPF-MIB ·
.1.3.6.1.4.1.9.6.1.101.210.8.1.37
Object
column r/w
Enumeration
Prefix generation on the interface is suppressed - for any interface type, including loopbacks and passive interfaces.
None - behavior according to global config, see rlOspfPrefixSuppression in rlOspfGeneralGroupTable.
Enable - suppress the interface; the IP interface will be suppressed in case of stub interface type (Loopback or passive),
or in case the router is the DR for the Transit network
Disable - don't suppress the IP interface
Context
- MIB
- CISCOSB-OSPF-MIB
- OID
.1.3.6.1.4.1.9.6.1.101.210.8.1.37- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rlOspfIfEntry
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 'CISCOSB-OSPF-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCOSB-OSPF-MIB::rlOspfIfPrefixSuppression'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCOSB-OSPF-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCOSB-OSPF-MIB::rlOspfIfPrefixSuppression.<rlOspfIfProcessId>.<rlOspfIfIpAddress>.<rlOspfAddressLessIf>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCOSB-OSPF-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCOSB-OSPF-MIB::rlOspfIfPrefixSuppression'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | enable |
3 | disable |