pdnDot1dBasePortUnknownMulticastForwardingMode
PDN-BRIDGE-EXT-MIB ·
.1.3.6.1.4.1.1795.2.24.2.58.1.1.1.3
Object
column r/w
Enumeration
Configures the layer 2 unknown multicast forwarding mode. A layer 2 frame is `unknown' if there is no entry in the Forwarding Database which identifies the set of ports to forward the multicast frame on. When set to `flood(1)', the `unknown' multicast frame will be forwarded on all bridge ports. When set to `drop(2)', the `unknown' multicast frame will be dropped and not be forwarded on any bridge port.
Context
- MIB
- PDN-BRIDGE-EXT-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.58.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pdnDot1dBasePortExtEntry
- Groups
- 1
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 'PDN-BRIDGE-EXT-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-BRIDGE-EXT-MIB::pdnDot1dBasePortUnknownMulticastForwardingMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-BRIDGE-EXT-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-BRIDGE-EXT-MIB::pdnDot1dBasePortUnknownMulticastForwardingMode.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-BRIDGE-EXT-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-BRIDGE-EXT-MIB::pdnDot1dBasePortUnknownMulticastForwardingMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | flood |
2 | drop |