ACC-BOOTP

File: ACC-BOOTP.mib (8188 bytes)

Imported modules

RFC1155-SMI ACC-SYSTEM ACC-MIB

Imported symbols

OBJECT-TYPE IpAddress Counter
accTrapLogSeqNum accBRG DisplayString
RowStatus IfIndex SmdsAddress

Defined Types

AccBootServerEntry  
SEQUENCE    
  accBootServerIPAddr IpAddress

Defined Values

accBootp 1.3.6.1.4.1.5.1.1.29
OBJECT IDENTIFIER    

accBootServerOld 1.3.6.1.4.1.5.1.1.29.1
OBJECT IDENTIFIER    

accBootpServerOld 1.3.6.1.4.1.5.1.1.29.1.1
IP address of the Bootp Server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accBootMode 1.3.6.1.4.1.5.1.1.29.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER automatic(1), forced(2), off(3), default(4)  

accBootState 1.3.6.1.4.1.5.1.1.29.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER initial(1), disabled(2), requesting(3), waiting(4), configuring(5), complete(6), failed(7)  

accBootyiaddr 1.3.6.1.4.1.5.1.1.29.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accBootsiaddr 1.3.6.1.4.1.5.1.1.29.5
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accBootsname 1.3.6.1.4.1.5.1.1.29.6
The value of siaddr returned in the last Bootp reply processed. This is the name of the Bootp server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accBootgiaddr 1.3.6.1.4.1.5.1.1.29.7
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

accBootfile 1.3.6.1.4.1.5.1.1.29.8
The value of file returned in the last Bootp reply processed. This is the name of the file to download as a configuration script.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accBootInterface 1.3.6.1.4.1.5.1.1.29.9
The interface index for the interface the last valid Bootp reply frame processed was received on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accBootSentRequests 1.3.6.1.4.1.5.1.1.29.10
The number of Bootp requests sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accBootReceivedReplies 1.3.6.1.4.1.5.1.1.29.11
The number of valid Bootp replies received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accBootDiscardedReplies 1.3.6.1.4.1.5.1.1.29.12
The number of Bootp replies discarded due to insufficient data in reply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accBootServerTable 1.3.6.1.4.1.5.1.1.29.13
A table of Bootpstrap protocol servers that this unit will forward Bootp requests to.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccBootServerEntry

accBootServerEntry 1.3.6.1.4.1.5.1.1.29.13.1
A Boot server table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccBootServerEntry  

accBootServerIPAddr 1.3.6.1.4.1.5.1.1.29.13.1.1
An IP address of a Bootstrap protocol server to be supported by Boot Helper.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accBootg1iaddr 1.3.6.1.4.1.5.1.1.29.14
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accBootg2iaddr 1.3.6.1.4.1.5.1.1.29.15
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accBootg3iaddr 1.3.6.1.4.1.5.1.1.29.16
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accBootpServerMode 1.3.6.1.4.1.5.1.1.29.17
Mode for the Bootp Server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)