a3ipxFlushRipSap
A3Com-IPX-r5-MIB ·
.1.3.6.1.4.1.43.2.7.1.4
Object
scalar mandatory
r/w
Enumeration
This object is used to remove dynamic routing and
or sap entries quickly and efficiently. Setting this
object to rip (2) causes all dynamically entered routes
to be removed from a3ipxRouteTable.
If this object is set to sap (3), all dynamicaly learned
sap entries will be removed from a3ipxServerTable.
If this object is set to both (4), all dynamic entries
will be removed from both the routing table (a3ipxRouteTable)
and the sap table (a3ipxServerTable).
If a GET REQUEST is received for this object, other (1)
will be returned. Setting this object to other (1) will have
no effect on any routing or sap entries.
Context
- MIB
- A3Com-IPX-r5-MIB
- OID
.1.3.6.1.4.1.43.2.7.1.4- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ipxGeneral
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3Com-IPX-r5-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-IPX-r5-MIB::a3ipxFlushRipSap.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3Com-IPX-r5-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3Com-IPX-r5-MIB::a3ipxFlushRipSap'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | rip |
3 | sap |
4 | both |