cienaCesMcastFilterServiceUMFState
CIENA-CES-MCAST-FILTER-MIB ·
.1.3.6.1.4.1.1271.2.1.37.1.1.2.1.5
Object
column Enumeration
This object represents how unknown multicast frames are handled for this multicast service. 'flood' indicates that the device will flood all the unresolved messages for this service instance to all the interfaces in the flooding domain. 'drop' causes the device to drop all the unresolved messages for this service.
Context
- MIB
- CIENA-CES-MCAST-FILTER-MIB
- OID
.1.3.6.1.4.1.1271.2.1.37.1.1.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cienaCesMcastFilterServiceEntry
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 'CIENA-CES-MCAST-FILTER-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-MCAST-FILTER-MIB::cienaCesMcastFilterServiceUMFState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIENA-CES-MCAST-FILTER-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-MCAST-FILTER-MIB::cienaCesMcastFilterServiceUMFState.<cienaCesMcastFilterServiceType>.<cienaCesMcastFilterServiceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIENA-CES-MCAST-FILTER-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIENA-CES-MCAST-FILTER-MIB::cienaCesMcastFilterServiceUMFState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | drop |
2 | flood |