All MIBs › FLARION-MIB › dhcpServerIpAddr
dhcpServerIpAddr
Module: FLARION-MIB
OID (symbolic): FLARION-MIB::dhcpServerIpAddr
OID (numeric): 1.3.6.1.4.1.8603.1.2.1.1.8.1.3
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-write
Description:
This represents the DHCP Server IP Address which is returned in any DHCP protocol packet in the siaddr field
What is dhcpServerIpAddr?
This OID stores the IP address of the DHCP server that devices on this network will contact for automatic IP assignment. It identifies where the wireless base station points new devices for network configuration. A network operator sets this value when deploying wireless service to direct client devices to the correct configuration server.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.8603.1.2.1.1.8.1.3 snmpwalk -v2c -c public <target> FLARION-MIB::dhcpServerIpAddr
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.8603.1.2.1.1.8.1.3.1 snmpget -v2c -c public <target> FLARION-MIB::dhcpServerIpAddr.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.8603.1.2.1.1.8.1.3.1 a <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dhcpServerIpAddr.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.8603 | flarion | FLARION-MIB |
| 1.3.6.1.4.1.8603.1 | mibs | FLARION-MIB |
| 1.3.6.1.4.1.8603.1.2 | rrMib | FLARION-MIB |
| 1.3.6.1.4.1.8603.1.2.1 | rrManagedObjs | FLARION-MIB |
| 1.3.6.1.4.1.8603.1.2.1.1 | rrBaseStation | FLARION-MIB |
| 1.3.6.1.4.1.8603.1.2.1.1.8 | rrDhcp | FLARION-MIB |
| 1.3.6.1.4.1.8603.1.2.1.1.8.1 | dhcpProv | FLARION-MIB |
| 1.3.6.1.4.1.8603.1.2.1.1.8.1.3 | dhcpServerIpAddr | FLARION-MIB |