All MIBs › ACC-BOOTP › accBootsiaddr
accBootsiaddr
Module: ACC-BOOTP
OID (symbolic): ACC-BOOTP::accBootsiaddr
OID (numeric): 1.3.6.1.4.1.5.1.1.29.5
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description:
The value of siaddr returned in the last Bootp reply processed. This is the address used by the unit as the server address from which the TFTP download of a configuration script file is attempted.
What is accBootsiaddr?
This OID stores the IP address of the BOOTP server that provided the last successful boot configuration reply to the device. A network engineer monitors this to verify that the device is pointing to the correct BOOTP server for remote configuration downloads. For example, if the value is 192.168.1.50, it means the device will try to download its configuration script from that server's TFTP service.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.29.5 snmpwalk -v2c -c public <target> ACC-BOOTP::accBootsiaddr
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.29.5.1 snmpget -v2c -c public <target> ACC-BOOTP::accBootsiaddr.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.5 | accBootsiaddr | ACC-BOOTP |