All MIBs › E5-110-MIB › dhcpSnoopTarget
dhcpSnoopTarget
Module: E5-110-MIB
OID (symbolic): E5-110-MIB::dhcpSnoopTarget
OID (numeric): 1.3.6.1.4.1.6321.1.2.3.1.10.55.2
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
This managed object is used for identify the target on which the operation should be performed. The target is encoded as: Byte 1: the octet specifies a set of eight chassis, chassis 0 through 7 Byte 2~3: each octet specifies a set of eight slots, with the first octet specifying slots 1 through 8 and the second octet specifying slots 9 through 16. Byte 4: reserved Byte 5~11:each octet specifies a set of eight ports, with the first octet specifying ports 1 through 8, etc.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6321.1.2.3.1.10.55.2 snmpwalk -v2c -c public <target> E5-110-MIB::dhcpSnoopTarget
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6321.1.2.3.1.10.55.2.1 snmpget -v2c -c public <target> E5-110-MIB::dhcpSnoopTarget.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6321.1.2.3.1.10.55.2.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dhcpSnoopTarget.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.6321 | calixNetworks | CALIX-SMI |
| 1.3.6.1.4.1.6321.1 | calixRegistrations | CALIX-SMI |
| 1.3.6.1.4.1.6321.1.2 | calixProducts | CALIX-SMI |
| 1.3.6.1.4.1.6321.1.2.3 | e5x100 | CALIX-PRODUCT-MIB |
| 1.3.6.1.4.1.6321.1.2.3.1 | e5x110 | E5-110-MIB |
| 1.3.6.1.4.1.6321.1.2.3.1.10 | switch | E5-110-MIB |
| 1.3.6.1.4.1.6321.1.2.3.1.10.55 | dhcpSnoop | E5-110-MIB |
| 1.3.6.1.4.1.6321.1.2.3.1.10.55.2 | dhcpSnoopTarget | E5-110-MIB |