a3ComBrgFwTblCtl
A3Com-Bridge-r3-MIB ·
.1.3.6.1.4.1.43.2.9.1.7
Object
scalar mandatory
r/w
Enumeration
This object is used to trigger actions taken on the static forwarding table. When this object is set to dynToStatic (2), all dynamically learned entries in the forwarding table are marked static. When this object is set to delStatic (3), all statically learned entries are deleted. When this object is set to delDyn (4), all dynamically learned entries are deleted. When a GET request is received for this object, the value other (1) is returned.
Context
- MIB
- A3Com-Bridge-r3-MIB
- OID
.1.3.6.1.4.1.43.2.9.1.7- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComBrgGen
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-Bridge-r3-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-Bridge-r3-MIB::a3ComBrgFwTblCtl.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3Com-Bridge-r3-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3Com-Bridge-r3-MIB::a3ComBrgFwTblCtl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | dynToStatic |
3 | delStatic |
4 | delDyn |