All MIBs › ACC-BOOTP
Category: IP and Core Protocols, Vendor: ACC/Ericsson
Description:
Manages BOOTP server and relay agent configuration on ACC/Ericsson routers for legacy network boot and address assignment services.
Imported Objects
From ACC-MIB
| DisplayString | |
| IfIndex | |
| RowStatus | |
| SmdsAddress | |
| accBRG | OBJECT-IDENTITY |
From ACC-SYSTEM
| accTrapLogSeqNum | OBJECT-TYPE |
From RFC1155-SMI
| Counter | |
| IpAddress | |
| OBJECT-TYPE |
What Is ACC-BOOTP?
ACC-BOOTP is a legacy ACC (Advanced Computer Communications, later acquired into various WAN router lines) proprietary MIB configuring BOOTP client behavior on ACC routers. Its objects cover the legacy BOOTP server address, boot mode/state, the client's assigned/server IP addresses, server hostname and boot filename, boot interface, sent-request/received-reply/discarded-reply counters, and a server table supporting multiple relay-agent gateway addresses. As a configuration/status MIB it lets an administrator confirm a router's BOOTP client successfully reached its server and watch discarded-reply counts as a sign of malformed BOOTP traffic. It is deployed on legacy ACC routers. Engineers can download the ACC-BOOTP file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in ACC-BOOTP. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- BOOTP client request/reply counters and boot state
Supported Devices
- Legacy ACC routers
Monitoring Examples
An administrator checks accBootReceivedReplies against accBootSentRequests to confirm a legacy ACC router's BOOTP client is successfully reaching its boot server.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| accBootp | 1.3.6.1.4.1.5.1.1.29 | |||
| accBootServerOld | 1.3.6.1.4.1.5.1.1.29.1 | |||
| IP accBootpServerOld | 1.3.6.1.4.1.5.1.1.29.1.1 | IpAddress | read-only | IP address of the Bootp Server. |
| INT accBootMode | 1.3.6.1.4.1.5.1.1.29.2 | INTEGER | read-only | Mode of operation on unit boot-up. Automatic - stored configuration information is ignored and configuration is sought from the last known server or via BOOTP if no previous server information is known. Forced - stored configuration information is ignored and configuration information is sought via BOOTP. Off - stored configuration information is used. |
| INT accBootState | 1.3.6.1.4.1.5.1.1.29.3 | INTEGER | read-only | The state of Bootp client operation: initial - client initializing after start-up. disabled - client operation is disabled (Boot Mode Off). requesting - BootP requests are being generated. waiting - waiting between request generation phases. configuring - Bootp response has been received and a configuration is being downloaded and executed. complete - configuration is complete. failed - configuration download or execution has failed. |
| IP accBootyiaddr | 1.3.6.1.4.1.5.1.1.29.4 | IpAddress | read-only | 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. |
| IP accBootsiaddr | 1.3.6.1.4.1.5.1.1.29.5 | IpAddress | read-only | 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. |
| STR accBootsname | 1.3.6.1.4.1.5.1.1.29.6 | DisplayString | read-only | The value of siaddr returned in the last Bootp reply processed. This is the name of the Bootp server. |
| IP accBootgiaddr | 1.3.6.1.4.1.5.1.1.29.7 | IpAddress | read-only | The value of giaddr returned in the last Bootp reply processed. This is the address used by the unit as the address of any intermediate gateway between the unit and the Bootp server during the download of the configuration script file. |
| STR accBootfile | 1.3.6.1.4.1.5.1.1.29.8 | DisplayString | read-only | The value of file returned in the last Bootp reply processed. This is the name of the file to download as a configuration script. |
| INT accBootInterface | 1.3.6.1.4.1.5.1.1.29.9 | INTEGER | read-only | The interface index for the interface the last valid Bootp reply frame processed was received on. |
| CTR accBootSentRequests | 1.3.6.1.4.1.5.1.1.29.10 | Counter | read-only | The number of Bootp requests sent. |
| CTR accBootReceivedReplies | 1.3.6.1.4.1.5.1.1.29.11 | Counter | read-only | The number of valid Bootp replies received. |
| CTR accBootDiscardedReplies | 1.3.6.1.4.1.5.1.1.29.12 | Counter | read-only | The number of Bootp replies discarded due to insufficient data in reply. |
| accBootServerTable | 1.3.6.1.4.1.5.1.1.29.13 | not-accessible | A table of Bootpstrap protocol servers that this unit will forward Bootp requests to. | |
| accBootServerEntry | 1.3.6.1.4.1.5.1.1.29.13.1 | not-accessible | A Boot server table entry. | |
| IP accBootServerIPAddr | 1.3.6.1.4.1.5.1.1.29.13.1.1 | IpAddress | read-write | An IP address of a Bootstrap protocol server to be supported by Boot Helper. |
| IP pysmiFakeCol114 | 1.3.6.1.4.1.5.1.1.29.13.1.4294967295 | IpAddress | not-accessible | |
| IP accBootg1iaddr | 1.3.6.1.4.1.5.1.1.29.14 | IpAddress | read-only | The value of first giaddr returned in the last Bootp reply processed. This is the first address used by the unit as the address of any intermediate gateway between the unit and the Bootp server during the download of the configuration script file. |
| IP accBootg2iaddr | 1.3.6.1.4.1.5.1.1.29.15 | IpAddress | read-only | The value of second giaddr returned in the last Bootp reply processed. This is the second address used by the unit as the address of any intermediate gateway between the unit and the Bootp server during the download of the configuration script file. |
| IP accBootg3iaddr | 1.3.6.1.4.1.5.1.1.29.16 | IpAddress | read-only | The value of third giaddr returned in the last Bootp reply processed. This is the third address used by the unit as the address of any intermediate gateway between the unit and the Bootp server during the download of the configuration script file. |
| INT accBootpServerMode | 1.3.6.1.4.1.5.1.1.29.17 | INTEGER | read-write | Mode for the Bootp Server. |
RFC description
BOOTP client configuration and state management for network bootstrap protocol operations.
Start monitoring ACC/Ericsson WAN access routers (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.