dhcpv6SnoopOptionInterfaceIdPolicy
ECS4100-MIB ·
.1.3.6.1.4.1.259.10.1.46.1.71.1.7
Object
scalar r/w
Enumeration
This object indicates which reforwarding policy shall be used for DHCPv6 snooping interface-id option(option 18).
A value of drop(1) means to drop the DHCPv6 client packet which has interface-id option.
A value of keep(2) means to keep the existing interface-id option of DHCPv6 client packet.
A value of replace(3) means to replace the existing interface-id option of DHCPv6 client packet.
Context
- MIB
- ECS4100-MIB
- OID
.1.3.6.1.4.1.259.10.1.46.1.71.1.7- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- dhcpv6SnoopGlobal
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 'ECS4100-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4100-MIB::dhcpv6SnoopOptionInterfaceIdPolicy.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4100-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4100-MIB::dhcpv6SnoopOptionInterfaceIdPolicy'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | drop |
2 | keep |
3 | replace |