swL2IGMPMulticastVlanRangeState
DGS3627-L2MGMT-MIB ·
.1.3.6.1.4.1.171.11.70.6.2.11.7.1.7
Object
column r/w
Enumeration
This object is uesed to add or delete the specified multicast address range. when read it shows none(1); when set add(2) or delete(3),the swL2IGMPMulticastVlanRangeName should not be NULL. When set deleteAll(4), means delete all swL2IGMPMulticastVlanRangeName on this vlan.
Context
- MIB
- DGS3627-L2MGMT-MIB
- OID
.1.3.6.1.4.1.171.11.70.6.2.11.7.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- swL2IGMPMulticastVlanEntry
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 'DGS3627-L2MGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGS3627-L2MGMT-MIB::swL2IGMPMulticastVlanRangeState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DGS3627-L2MGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DGS3627-L2MGMT-MIB::swL2IGMPMulticastVlanRangeState.<swL2IGMPMulticastVlanid>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DGS3627-L2MGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DGS3627-L2MGMT-MIB::swL2IGMPMulticastVlanRangeState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | add |
3 | delete |
4 | deleteAll |