swL2IpLimitedMulticastRangeNameState
DGS3627-L2MGMT-MIB ·
.1.3.6.1.4.1.171.11.70.6.2.15.1.1.8
Object
column r/w
Enumeration
Add or delete the specified multicast address range. When read, it shows other(1); When set add(2) or delete(3), the swL2IpLimitedMulticastRangeName should be set also, and it should not be NULL. When set deleteAll(4), means delete all swL2IpLimitedMulticastRangeName on this port. And the set multicast range name value could be gotten in swL2LimitedMulticastAddressTable.
Context
- MIB
- DGS3627-L2MGMT-MIB
- OID
.1.3.6.1.4.1.171.11.70.6.2.15.1.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- swL2IpLimitedMulticastEntry
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::swL2IpLimitedMulticastRangeNameState'
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::swL2IpLimitedMulticastRangeNameState.<swL2IpLimitedMulticastPortIndex>'
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::swL2IpLimitedMulticastRangeNameState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | add |
3 | delete |
4 | deleteAll |