CISCO-IP-IF-MIB.mib object
Introduction
Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2025 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers).
This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.
ActiveXperts Network Monitor 2025 can import MIB file CISCO-IP-IF-MIB and use it to monitor vendor specific OID's.
CISCO-IP-IF-MIB file content
Object view of CISCO-IP-IF-MIB:
  
    
      | Scalar Object | 
  
  
    
      | 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. | 
    
      | 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'. | 
    
      | 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'. | 
  
  
    
      | Tabular Object | 
  
  
    
      | 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. | 
    
      | 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. | 
    
      | 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. | 
    
      | 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. | 
    
      | 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. | 
    
      | 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. | 
    
      | 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. | 
    
      | 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. | 
    
      | 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. | 
    
      | 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. | 
    
      | 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. | 
  
  
    
      | Table | 
  
  
    
      | 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. | 
    
      | 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. | 
  
  
    
      | Object Identifier | 
  
  
    
      | 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 | 
    
      | ciscoIPIfMIBObjects | .1.3.6.1.4.1.9.9.309.1 | 
    
      | ciscoIPIfMIBConform | .1.3.6.1.4.1.9.9.309.2 | 
    
      | ciiIPAddressConfiguration | .1.3.6.1.4.1.9.9.309.1.1 | 
    
      | ciiIPIfNotifications | .1.3.6.1.4.1.9.9.309.0.0 | 
    
      | ciscoIPIfMIBCompliances | .1.3.6.1.4.1.9.9.309.2.1 | 
    
      | ciscoIPIfMIBGroups | .1.3.6.1.4.1.9.9.309.2.2 | 
  
  
    
      | Group | 
  
  
    
      | 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. |