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