erpTopologyChangepropogation
RAD-EthIf-MIB ·
.1.3.6.1.4.1.164.3.1.6.1.4.2.1.1.23
Object
column r/w
Enumeration
This object indicates whether to execute Flush Database (FDB) or not in case the RPL owner will unblock the RPL Port. ERPv2 requires FDB in order to relearn the correct filtering entities, however in cases where the logical topology of a client has not changed as a result of failure, recovery or administrative operation, it is not necessary to FDB. Default value will be disable(2).
Context
- MIB
- RAD-EthIf-MIB
- OID
.1.3.6.1.4.1.164.3.1.6.1.4.2.1.1.23- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- erpEntry
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 'RAD-EthIf-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-EthIf-MIB::erpTopologyChangepropogation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-EthIf-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-EthIf-MIB::erpTopologyChangepropogation.<erpIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-EthIf-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-EthIf-MIB::erpTopologyChangepropogation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notApplicable |
2 | disable |
3 | enable |