All MIBs › ACC-BOOTP › accBootyiaddr
accBootyiaddr
Module: ACC-BOOTP
OID (symbolic): ACC-BOOTP::accBootyiaddr
OID (numeric): 1.3.6.1.4.1.5.1.1.29.4
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description:
The value of yiaddr returned in the last Bootp reply processed. This is the address used by the unit as its address in the TFTP download of a configuration script file.
What is accBootyiaddr?
This OID contains the IP address assigned to the device by the last BOOTP server response, used for TFTP download of configuration scripts. Network engineers check this to verify that BOOTP assigned an address and to trace which address the device used to download its configuration. For example, 10.0.1.50 shows the device received that IP from BOOTP and used it for config retrieval.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.29.4 snmpwalk -v2c -c public <target> ACC-BOOTP::accBootyiaddr
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.29.4.1 snmpget -v2c -c public <target> ACC-BOOTP::accBootyiaddr.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.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.29 | accBootp | ACC-BOOTP |
| 1.3.6.1.4.1.5.1.1.29.4 | accBootyiaddr | ACC-BOOTP |