a3ComBrgDstSecCtl
A3Com-Bridge-r3-MIB ·
.1.3.6.1.4.1.43.2.9.1.12.1.3
Object
column mandatory
r/w
Enumeration
This object is a security feature that allows the control of packets sent to specific destinations. If this object is set to forward (2), only those packets for destination addresses listed in the static forwarding table can be forwarded by this port. If this object is set to block (3), any packet destined for an address listed in the static forwarding table is blocked by this port. Note, these actions are taken by this port after it receives a packet from the network. This does not apply to packets it forwards to the network.
Context
- MIB
- A3Com-Bridge-r3-MIB
- OID
.1.3.6.1.4.1.43.2.9.1.12.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComBrgPortEntry
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 '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::a3ComBrgDstSecCtl'
More examples
Read one indexed 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::a3ComBrgDstSecCtl.<a3ComBrgPortIndex>'
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::a3ComBrgDstSecCtl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | forward |
3 | block |