CISCO-IP-IF-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IP-IF-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoIPIfMIB 1.3.6.1.4.1.9.9.309
The MIB module for configuring IP characteristics of the interfaces of a device.
         ciscoIPIfMIBNotifs 1.3.6.1.4.1.9.9.309.0
             ciiIPIfNotifications 1.3.6.1.4.1.9.9.309.0.0
         ciscoIPIfMIBObjects 1.3.6.1.4.1.9.9.309.1
             ciiIPAddressConfiguration 1.3.6.1.4.1.9.9.309.1.1
                 ciiIPAddressCategoryCap 1.3.6.1.4.1.9.9.309.1.1.1 bits read-only
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. Bits: 'single': 0, 'primary': 1, 'secondary': 2.
                 ciiIPAddressTable 1.3.6.1.4.1.9.9.309.1.1.2 no-access
The table of addressing information relevant to this entity's IP addresses. This is the enhancement of the ipAddrTable in IP-MIB.
                     ciiIPAddressEntry 1.3.6.1.4.1.9.9.309.1.1.2.1 no-access
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'.
                         ciiIPAddressType 1.3.6.1.4.1.9.9.309.1.1.2.1.1 inetaddresstype no-access
The type of Internet address for all the objects with SYNTAX InetAddress and InetAddressPrefixLength in this entry.
                         ciiIPAddress 1.3.6.1.4.1.9.9.309.1.1.2.1.2 inetaddress no-access
The IP address to which this entry's addressing information pertains.
                         ciiIPAddressIfIndex 1.3.6.1.4.1.9.9.309.1.1.2.1.3 interfaceindex read-only
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.
                         ciiIPAddressPrefixLength 1.3.6.1.4.1.9.9.309.1.1.2.1.4 inetaddressprefixlength read-only
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.
                         ciiIPAddressBroadcast 1.3.6.1.4.1.9.9.309.1.1.2.1.5 inetaddress read-only
The broadcast address associated with the IP address of this entry. The type of address is specified by ciiIPAddressType of this entry.
                         ciiIPAddressCategory 1.3.6.1.4.1.9.9.309.1.1.2.1.6 ipaddresscatagory read-only
Indicates the IP address category of this entry. Setting of this object has to comply with the value of ciiIPAddressCategoryCap.
                         ciiIPAddressStatus 1.3.6.1.4.1.9.9.309.1.1.2.1.7 rowstatus read-only
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.
                 ciiIPIfAddressTable 1.3.6.1.4.1.9.9.309.1.1.3 no-access
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.
                     ciiIPIfAddressEntry 1.3.6.1.4.1.9.9.309.1.1.3.1 no-access
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'.
                         ciiIPIfAddressPrefixLength 1.3.6.1.4.1.9.9.309.1.1.3.1.1 inetaddressprefixlength read-only
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.
                         ciiIPIfAddressBroadcast 1.3.6.1.4.1.9.9.309.1.1.3.1.2 inetaddress read-only
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.
                         ciiIPIfAddressCategory 1.3.6.1.4.1.9.9.309.1.1.3.1.3 ipaddresscatagory read-only
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.
                         ciiIPIfAddressStatus 1.3.6.1.4.1.9.9.309.1.1.3.1.4 rowstatus read-only
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.
             ciiHelperAddressConfiguration 1.3.6.1.4.1.9.9.309.1.2
                 ciiHelperAddressTable 1.3.6.1.4.1.9.9.309.1.2.1 no-access
This table lists the IP helper addresses associated with each interface.
                     ciiHelperAddressEntry 1.3.6.1.4.1.9.9.309.1.2.1.1 no-access
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.
                         ciiHelperAddressVrf 1.3.6.1.4.1.9.9.309.1.2.1.1.1 snmpadminstring no-access
This object indicates the name assigned to the Virtual Routing and Forwarding (VRF) instance in which the IP helper address resides.
                         ciiHelperAddressType 1.3.6.1.4.1.9.9.309.1.2.1.1.2 inetaddresstype no-access
This object indicates the type of IP address indicated by the corresponding instance of ciiHelperAddress.
                         ciiHelperAddress 1.3.6.1.4.1.9.9.309.1.2.1.1.3 inetaddress no-access
This object indicates the IP helper address.
                         ciiHelperAddressStatus 1.3.6.1.4.1.9.9.309.1.2.1.1.4 rowstatus read-only
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.
                         ciiHelperAddressStorage 1.3.6.1.4.1.9.9.309.1.2.1.1.5 storagetype read-only
This object specifies the memory realization of the row.
         ciscoIPIfMIBConform 1.3.6.1.4.1.9.9.309.2
             ciscoIPIfMIBCompliances 1.3.6.1.4.1.9.9.309.2.1
                 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.
                 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.
                 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.
             ciscoIPIfMIBGroups 1.3.6.1.4.1.9.9.309.2.2
                 ciscoIPIfAddressConfigurationGroup1 1.3.6.1.4.1.9.9.309.2.2.1
A collection of objects for the address configuration of interfaces.
                 ciscoIPIfAddressConfigurationGroup2 1.3.6.1.4.1.9.9.309.2.2.2
A collection of objects for the broadcast address configuration of interfaces.
                 ciscoIPIfAddressConfigurationGroup3 1.3.6.1.4.1.9.9.309.2.2.3
A collection of objects for the address configuration of interfaces.
                 ciscoIPIfAddressConfigurationGroup4 1.3.6.1.4.1.9.9.309.2.2.4
A collection of objects for the broadcast address configuration of interfaces.
                 ciiHelperAddressGroup 1.3.6.1.4.1.9.9.309.2.2.5
A collection of objects describing IP helper addresses associated with interfaces.