CISCO-IP-IF-MIB

File: CISCO-IP-IF-MIB.mib (28522 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMP-FRAMEWORK-MIB
SNMPv2-TC INET-ADDRESS-MIB IF-MIB
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE MODULE-COMPLIANCE
OBJECT-GROUP SnmpAdminString RowStatus
StorageType TEXTUAL-CONVENTION InetAddressPrefixLength
InetAddressType InetAddress InterfaceIndex
ifIndex ciscoMgmt

Defined Types

IpAddressCatagory  
Represents the IP address category. single(1) - Indicates that the IP addressing information for this interface, has no primary/secondary category. primary(2) - Indicates that this interface provides primary IP addressing information. secondary(3) - Indicates that this interface provides a secondary IP addressing information. There may be more than one seconday IP addressing information for an interface.
TEXTUAL-CONVENTION    
  INTEGER single(1), primary(2), secondary(3)  

CiiIPAddressEntry  
SEQUENCE    
  ciiIPAddressType InetAddressType
  ciiIPAddress InetAddress
  ciiIPAddressIfIndex InterfaceIndex
  ciiIPAddressPrefixLength InetAddressPrefixLength
  ciiIPAddressBroadcast InetAddress
  ciiIPAddressCategory IpAddressCatagory
  ciiIPAddressStatus RowStatus

CiiIPIfAddressEntry  
SEQUENCE    
  ciiIPIfAddressPrefixLength InetAddressPrefixLength
  ciiIPIfAddressBroadcast InetAddress
  ciiIPIfAddressCategory IpAddressCatagory
  ciiIPIfAddressStatus RowStatus

CiiHelperAddressEntry  
SEQUENCE    
  ciiHelperAddressVrf SnmpAdminString
  ciiHelperAddressType InetAddressType
  ciiHelperAddress InetAddress
  ciiHelperAddressStatus RowStatus
  ciiHelperAddressStorage StorageType

Defined Values

ciscoIPIfMIB 1.3.6.1.4.1.9.9.309
The MIB module for configuring IP characteristics of the interfaces of a device.
MODULE-IDENTITY    

ciscoIPIfMIBNotifs 1.3.6.1.4.1.9.9.309.0
OBJECT IDENTIFIER    

ciscoIPIfMIBObjects 1.3.6.1.4.1.9.9.309.1
OBJECT IDENTIFIER    

ciscoIPIfMIBConform 1.3.6.1.4.1.9.9.309.2
OBJECT IDENTIFIER    

ciiIPAddressConfiguration 1.3.6.1.4.1.9.9.309.1.1
OBJECT IDENTIFIER    

ciiHelperAddressConfiguration 1.3.6.1.4.1.9.9.309.1.2
OBJECT IDENTIFIER    

ciiIPIfNotifications 1.3.6.1.4.1.9.9.309.0.0
OBJECT IDENTIFIER    

ciiIPAddressCategoryCap 1.3.6.1.4.1.9.9.309.1.1.1
This object indicates what types of IP address category can be configured on this device. single(0) means that each interface on the device can be assigned only one IP address. primary(1) means that each interface on the device can be assigned an IP address as the primary one. secondary(2) means that each interface on the device can be assigned an IP address as the secondary one. Devices which has the single(0) bit set to 1, should have the primary(1) and secondary(2) bits set to 0. Likewise devices which have the primary(1) and/or secondary(2) bits set to 1, should have the single(0) set to 0.
Status: current Access: read-only
OBJECT-TYPE    
  BITS single(0), primary(1), secondary(2)  

ciiIPAddressTable 1.3.6.1.4.1.9.9.309.1.1.2
The table of addressing information relevant to this entity's IP addresses. This is the enhancement of the ipAddrTable in IP-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiiIPAddressEntry

ciiIPAddressEntry 1.3.6.1.4.1.9.9.309.1.1.2.1
The addressing information for one of this entity's IP addresses. The only way an entry can be created is by setting the ciiIPAddressStatus object to 'create and go' and the only way an entry can be destroyed is by setting the ciiIPAddressStatus object to 'destroy'. Any column in the entry may be modified anytime, when the value of ciiIPAddressStatus is 'active'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiiIPAddressEntry  

ciiIPAddressType 1.3.6.1.4.1.9.9.309.1.1.2.1.1
The type of Internet address for all the objects with SYNTAX InetAddress and InetAddressPrefixLength in this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ciiIPAddress 1.3.6.1.4.1.9.9.309.1.1.2.1.2
The IP address to which this entry's addressing information pertains.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(1..36)  

ciiIPAddressIfIndex 1.3.6.1.4.1.9.9.309.1.1.2.1.3
The index value which uniquely identifies the interface to which this entry is applicable. ciiIPAddressIfIndex is the same as the ifIndex of the interface associated with this ciiIPAddressEntry.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

ciiIPAddressPrefixLength 1.3.6.1.4.1.9.9.309.1.1.2.1.4
The length of the prefix associated with the IP address of this entry. A value of zero causes all addresses to match. The type of address is specified by ciiIPAddressType of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

ciiIPAddressBroadcast 1.3.6.1.4.1.9.9.309.1.1.2.1.5
The broadcast address associated with the IP address of this entry. The type of address is specified by ciiIPAddressType of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

ciiIPAddressCategory 1.3.6.1.4.1.9.9.309.1.1.2.1.6
Indicates the IP address category of this entry. Setting of this object has to comply with the value of ciiIPAddressCategoryCap.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddressCatagory  

ciiIPAddressStatus 1.3.6.1.4.1.9.9.309.1.1.2.1.7
This object is used to manage creation and deletion of rows in this table. ciiIPAddressStatus must be set to 'creatAndGo' to create an entry and set to 'destroy' to delete an entry. The value in any column may be modified any time even the value of this entry rowStatus object is 'active'. Caution has to be taken before destroying any entry. Example: Need to change the IP address of an interface, which provides sole network connectivity. This has to be done by destroying the entry and creating a new one. The device would loose network connectivity after the entry is destroyed. In this case, the destroy of the old entry and the creation on the new entry should be packed in the same PDU.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciiIPIfAddressTable 1.3.6.1.4.1.9.9.309.1.1.3
The table of addressing information relevant to this entity's IP addresses. This is the enhancement of the ipAddrTable in IP-MIB. This table is same as ciiIPAddressTable accept that ciiIPIfAddressIfIndex is part of the INDEX clause. This table is used to configure an IP address on a interface identified by ifIndex. Each interface can be configured with multiple IP addresses. When requested to create/delete an entry in this table, the agent also creates/deletes a correspondng entry in the ipAddrTable of rfc2011. Entries in this table are created/deleted only by network managers. Agents will typically only allow entries to be created on a subset of ifIndex values.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiiIPIfAddressEntry

ciiIPIfAddressEntry 1.3.6.1.4.1.9.9.309.1.1.3.1
The addressing information for one of this entity's IP addresses. The only way an entry can be created is by setting the ciiIPIfAddressStatus object to 'create and go' and the only way an entry can be destroyed is by setting the ciiIPIfAddressStatus object to 'destroy'. Any column in the entry may be modified anytime, when the value of ciiIPIfAddressStatus is 'active'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiiIPIfAddressEntry  

ciiIPIfAddressPrefixLength 1.3.6.1.4.1.9.9.309.1.1.3.1.1
The length of the prefix associated with the IP address of this entry. A value of zero causes all addresses to match. The type of address is specified by ciiIPAddressType of this entry. This object is same as the ciiIPAddressPrefixLength object, and changes to one will affect the other.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

ciiIPIfAddressBroadcast 1.3.6.1.4.1.9.9.309.1.1.3.1.2
The broadcast address associated with the IP address of this entry. The type of address is specified by ciiIPAddressType of this entry. This object is same as the ciiIPAddressBroadcast object, and changes to one will affect the other.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

ciiIPIfAddressCategory 1.3.6.1.4.1.9.9.309.1.1.3.1.3
Indicates the IP address category of this entry. Setting of this object has to comply with the value of ciiIPAddressCategoryCap. This object is same as the ciiIPAddressCategory object, and changes to one will affect the other.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddressCatagory  

ciiIPIfAddressStatus 1.3.6.1.4.1.9.9.309.1.1.3.1.4
This object is used to manage creation and deletion of rows in this table. ciiIPAddressStatus must be set to 'creatAndGo' to create an entry and set to 'destroy' to delete an entry. The value in any column may be modified any time even the value of this entry rowStatus object is 'active'. Caution has to be taken before destroying any entry. Example: Need to change the IP address of an interface, which provides sole network connectivity. This has to be done by destroying the entry and creating a new one. The device would loose network connectivity after the entry is destroyed. In this case, the destroy of the old entry and the creation on the new entry should be packed in the same PDU.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciiHelperAddressTable 1.3.6.1.4.1.9.9.309.1.2.1
This table lists the IP helper addresses associated with each interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiiHelperAddressEntry

ciiHelperAddressEntry 1.3.6.1.4.1.9.9.309.1.2.1.1
An entry describes a single IP helper address associated with the corresponding interface, identified by the ifIndex-value assigned to the interface. A peer SNMP entity may associate a helper address with an interface by setting an instance of ciiHelperAddressStatus to 'createAndWait' or 'createAndGo'. Observe that an implementation that does not support these options must specify these limitations in an agent capabilities statement. Other management entities (e.g., the local console) may associate a helper address with an interface. In these cases, the system must automatically create a row in the ciiHelperAddressTable. A peer SNMP entity may disassociate a helper address from an interface by setting the corresponding instance of ciiHelperAddressStatus to 'destroy'. Observe an implementation that does not support this option must specify this limitation in an agent capabilities statement. Other management entities may disassociate a helper address from an interface. In these cases, the system must automatically destroy the corresponding row in the ciiHelperAddressTable. The system automatically destroys a row when the system destroys the corresponding interface in the ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiiHelperAddressEntry  

ciiHelperAddressVrf 1.3.6.1.4.1.9.9.309.1.2.1.1.1
This object indicates the name assigned to the Virtual Routing and Forwarding (VRF) instance in which the IP helper address resides.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

ciiHelperAddressType 1.3.6.1.4.1.9.9.309.1.2.1.1.2
This object indicates the type of IP address indicated by the corresponding instance of ciiHelperAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

ciiHelperAddress 1.3.6.1.4.1.9.9.309.1.2.1.1.3
This object indicates the IP helper address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

ciiHelperAddressStatus 1.3.6.1.4.1.9.9.309.1.2.1.1.4
This object specifies the status of the row. The following columns must be valid before activing the row: - ciiHelperAddressStorage An implementation must not allow an EMS/NMS to modify any column once the row has been activated.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciiHelperAddressStorage 1.3.6.1.4.1.9.9.309.1.2.1.1.5
This object specifies the memory realization of the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

ciscoIPIfMIBCompliances 1.3.6.1.4.1.9.9.309.2.1
OBJECT IDENTIFIER    

ciscoIPIfMIBGroups 1.3.6.1.4.1.9.9.309.2.2
OBJECT IDENTIFIER    

ciscoIPIfMIBCompliance 1.3.6.1.4.1.9.9.309.2.1.1
The compliance statement for the CISCO-IP-IF-MIB. OBJECT ciiIPAddressType SYNTAX INTEGER { ipv4(1) } DESCRIPTION An implementation is only required to support IPv4 addresses. OBJECT ciiIPAddress SYNTAX InetAddress (SIZE(4)) DESCRIPTION An implementation is only required to support IPv4 addresses.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoIPIfMIBCompliance1 1.3.6.1.4.1.9.9.309.2.1.2
The compliance statement for the CISCO-IP-IF-MIB. OBJECT ciiIPAddressType SYNTAX INTEGER { ipv4(1) } DESCRIPTION An implementation is only required to support IPv4 addresses. OBJECT ciiIPAddress SYNTAX InetAddress (SIZE(4)) DESCRIPTION An implementation is only required to support IPv4 addresses.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoIPIfMIBCompliance2 1.3.6.1.4.1.9.9.309.2.1.3
The compliance statement for the CISCO-IP-IF-MIB. OBJECT ciiIPAddressType SYNTAX INTEGER { ipv4(1) } DESCRIPTION An implementation is only required to support IPv4 addresses. OBJECT ciiIPAddress SYNTAX InetAddress (SIZE(4)) DESCRIPTION An implementation is only required to support IPv4 addresses.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoIPIfAddressConfigurationGroup1 1.3.6.1.4.1.9.9.309.2.2.1
A collection of objects for the address configuration of interfaces.
Status: current Access: read-only
OBJECT-GROUP    

ciscoIPIfAddressConfigurationGroup2 1.3.6.1.4.1.9.9.309.2.2.2
A collection of objects for the broadcast address configuration of interfaces.
Status: current Access: read-only
OBJECT-GROUP    

ciscoIPIfAddressConfigurationGroup3 1.3.6.1.4.1.9.9.309.2.2.3
A collection of objects for the address configuration of interfaces.
Status: current Access: read-only
OBJECT-GROUP    

ciscoIPIfAddressConfigurationGroup4 1.3.6.1.4.1.9.9.309.2.2.4
A collection of objects for the broadcast address configuration of interfaces.
Status: current Access: read-only
OBJECT-GROUP    

ciiHelperAddressGroup 1.3.6.1.4.1.9.9.309.2.2.5
A collection of objects describing IP helper addresses associated with interfaces.
Status: current Access: read-only
OBJECT-GROUP