zyMldSnoopingProxyDownstreamVlanPortLeaveMode
ZYXEL-MLD-SNOOPING-PROXY-MIB ·
.1.3.6.1.4.1.890.1.15.3.51.3.8.1.2
Object
column r/w
Enumeration
Leave mode for the port. When a done report is received, downstream sends MASQ to confirm a multicast address has no listener. Once the MASQ is timeout, the multicast group is deleted. This entry handle the mode of deleting a multicast address. Immediate : when a done report is received, a multicast address is immediately deleted. Fast: a timer for wating a response of a MASQ, and a multicast address is deleted when the timer is timout. Normal: a timer for wating a response of a MASQ, and a multicast address is deleted when the timer is timout.
Context
- MIB
- ZYXEL-MLD-SNOOPING-PROXY-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.51.3.8.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zyxelMldSnoopingProxyDownstreamVlanPortEntry
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 'ZYXEL-MLD-SNOOPING-PROXY-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-MLD-SNOOPING-PROXY-MIB::zyMldSnoopingProxyDownstreamVlanPortLeaveMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-MLD-SNOOPING-PROXY-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-MLD-SNOOPING-PROXY-MIB::zyMldSnoopingProxyDownstreamVlanPortLeaveMode.<zyMldSnoopingProxyVlanVid>.<zyMldSnoopingProxyDownstreamVlanPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-MLD-SNOOPING-PROXY-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-MLD-SNOOPING-PROXY-MIB::zyMldSnoopingProxyDownstreamVlanPortLeaveMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | immediate |
1 | normal |
2 | fast |