snSwGroupIpMcastMode
FOUNDRY-SN-SWITCH-GROUP-MIB ·
.1.3.6.1.4.1.1991.1.1.3.1.3
Object
scalar r/w
Enumeration
The Switch Group is configured with the IP Multicast (IGMP snooping) mode either enabled (active or passive) or disabled and the default is disabled mode. disabled(0)......IP Multicast is disabled active(1)........this device generates IGMP queries, IP Multicast is enabled passive(2).......this device listens for IGMP packets, IP Multicast is enabled
Context
- MIB
- FOUNDRY-SN-SWITCH-GROUP-MIB
- OID
.1.3.6.1.4.1.1991.1.1.3.1.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- snSwInfo
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 'FOUNDRY-SN-SWITCH-GROUP-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-SN-SWITCH-GROUP-MIB::snSwGroupIpMcastMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FOUNDRY-SN-SWITCH-GROUP-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FOUNDRY-SN-SWITCH-GROUP-MIB::snSwGroupIpMcastMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disabled |
1 | active |
2 | passive |