AT-IP-MIB

File: AT-IP-MIB.mib (7215 bytes)

Imported modules

AT-SMI-MIB IF-MIB INET-ADDRESS-MIB
SNMPv2-SMI SNMPv2-TC

Imported symbols

modules InterfaceIndex InetAddressType
InetAddress OBJECT-TYPE MODULE-IDENTITY
DisplayString RowStatus TEXTUAL-CONVENTION

Defined Types

AtIpAddressAssignmentType  
The IP address assignment type being applied to the interface. notSet(0) indicates that the IP address assignment type has not yet been configured. This value can only ever be read. primary(1) indicates that the address is a primary IP address (only one primary address is allowed per interface). secondary(2) indicates that the address is a secondary IP address (any number of secondary IP addresses may be applied to each interface).
TEXTUAL-CONVENTION    
  INTEGER notSet(0), primary(1), secondary(2)  

AtIpAddressEntry  
SEQUENCE    
  atIpAddressAddrType InetAddressType
  atIpAddressAddr InetAddress
  atIpAddressPrefixLen INTEGER
  atIpAddressLabel DisplayString
  atIpAddressIfIndex InterfaceIndex
  atIpAddressAssignmentType AtIpAddressAssignmentType
  atIpAddressRowStatus RowStatus

Defined Values

atIpMib 1.3.6.1.4.1.207.8.4.4.4.602
The IP MIB - for AT specific IP management.
MODULE-IDENTITY    

atIpAddressTable 1.3.6.1.4.1.207.8.4.4.4.602.1
A table containing mappings between primary/secondary IP addresses, and the interfaces they are assigned to.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtIpAddressEntry

atIpAddressEntry 1.3.6.1.4.1.207.8.4.4.4.602.1.1
An address mapping for a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtIpAddressEntry  

atIpAddressAddrType 1.3.6.1.4.1.207.8.4.4.4.602.1.1.1
An indication of the IP version of atIpAddressAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

atIpAddressAddr 1.3.6.1.4.1.207.8.4.4.4.602.1.1.2
The IP address to which this entry's addressing information pertains. The address type of this object is specified in atIpAddressAddrType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

atIpAddressPrefixLen 1.3.6.1.4.1.207.8.4.4.4.602.1.1.3
The prefix length of the IP address represented by this entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

atIpAddressLabel 1.3.6.1.4.1.207.8.4.4.4.602.1.1.4
A name assigned to the IP address represented by this entry.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

atIpAddressIfIndex 1.3.6.1.4.1.207.8.4.4.4.602.1.1.5
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

atIpAddressAssignmentType 1.3.6.1.4.1.207.8.4.4.4.602.1.1.6
The IP address assignment type for this entry (primary or secondary).
Status: current Access: read-create
OBJECT-TYPE    
  AtIpAddressAssignmentType  

atIpAddressRowStatus 1.3.6.1.4.1.207.8.4.4.4.602.1.1.7
The current status of the IP address entry. The following values may be returned when reading this object: active (1) - The IP address is currently mapped to an interface and is valid. notReady (3) - The IP address is currently partially configured and is not mapped to an interface. The following values may be written to this object: active (1) - An attempt will be made to map the IP address to the configured interface. createAndWait (5) - An attempt will be made to create a new IP address entry. destroy (6) - The IP address setting will be removed from the device. An entry cannot be made active until its atIpAddressPrefixLen, atIpAddressIfIndex and atIpAddressAssignmentType objects have been set to valid values.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus