MIBs Depot

CISCO-IP-IF-MIB

Registered at
1.3.6.1.4.1.9.9.309
Last updated
2008-08-08 00:00
Organization
Cisco Systems, Inc.
Revisions
2008-08-08 00:00, 2008-07-28 00:00, 2002-10-12 00:00, 2002-10-10 00:00
Namespace
cisco
Source file
CISCO-IP-IF-MIB
Digest
sha256:26bfecca46d8808de31645ab9b9cf43aa82cc76d1959a3cd1859c50f799f8ca1

Description

The MIB module for configuring IP characteristics of the interfaces of a device.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndex, ifIndex
INET-ADDRESS-MIBInetAddress, InetAddressPrefixLength, InetAddressType
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, StorageType, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

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

Textual conventions

NameOIDSyntaxAccessStatus
IpAddressCatagory
TEXTUAL-CONVENTION
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.
current

Objects

NameOIDSyntaxAccessStatus
ciscoIPIfMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.309.0
ciiIPIfNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.309.0.0
ciscoIPIfMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.309.1
ciiIPAddressConfiguration
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.309.1.1
ciiIPAddressCategoryCap
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.309.1.1.1Bits {single(0), primary(1), secondary(2)}read-onlycurrent
ciiIPAddressTable
OBJECT-TYPE
The table of addressing information relevant to this entity's IP addresses. This is the enhancement of the ipAddrTable in IP-MIB.
1.3.6.1.4.1.9.9.309.1.1.2not-accessiblecurrent
ciiIPAddressEntry
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.309.1.1.2.1not-accessiblecurrent
ciiIPAddressType
OBJECT-TYPE
The type of Internet address for all the objects with SYNTAX InetAddress and InetAddressPrefixLength in this entry.
1.3.6.1.4.1.9.9.309.1.1.2.1.1InetAddressTypenot-accessiblecurrent
ciiIPAddress
OBJECT-TYPE
The IP address to which this entry's addressing information pertains.
1.3.6.1.4.1.9.9.309.1.1.2.1.2InetAddress (SIZE(1..36))not-accessiblecurrent
ciiIPAddressIfIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.309.1.1.2.1.3InterfaceIndexread-createcurrent
ciiIPAddressPrefixLength
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.309.1.1.2.1.4InetAddressPrefixLengthread-createcurrent
ciiIPAddressBroadcast
OBJECT-TYPE
The broadcast address associated with the IP address of this entry. The type of address is specified by ciiIPAddressType of this entry.
1.3.6.1.4.1.9.9.309.1.1.2.1.5InetAddressread-createcurrent
ciiIPAddressCategory
OBJECT-TYPE
Indicates the IP address category of this entry. Setting of this object has to comply with the value of ciiIPAddressCategoryCap.
1.3.6.1.4.1.9.9.309.1.1.2.1.6IpAddressCatagoryread-createcurrent
ciiIPAddressStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.309.1.1.2.1.7RowStatusread-createcurrent
ciiIPIfAddressTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.309.1.1.3not-accessiblecurrent
ciiIPIfAddressEntry
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.309.1.1.3.1not-accessiblecurrent
ciiIPIfAddressPrefixLength
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.309.1.1.3.1.1InetAddressPrefixLengthread-createcurrent
ciiIPIfAddressBroadcast
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.309.1.1.3.1.2InetAddressread-createcurrent
ciiIPIfAddressCategory
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.309.1.1.3.1.3IpAddressCatagoryread-createcurrent
ciiIPIfAddressStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.309.1.1.3.1.4RowStatusread-createcurrent
ciiHelperAddressConfiguration
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.309.1.2
ciiHelperAddressTable
OBJECT-TYPE
This table lists the IP helper addresses associated with each interface.
1.3.6.1.4.1.9.9.309.1.2.1not-accessiblecurrent
ciiHelperAddressEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.309.1.2.1.1not-accessiblecurrent
ciiHelperAddressVrf
OBJECT-TYPE
This object indicates the name assigned to the Virtual Routing and Forwarding (VRF) instance in which the IP helper address resides.
1.3.6.1.4.1.9.9.309.1.2.1.1.1SnmpAdminString (SIZE(0..32))not-accessiblecurrent
ciiHelperAddressType
OBJECT-TYPE
This object indicates the type of IP address indicated by the corresponding instance of ciiHelperAddress.
1.3.6.1.4.1.9.9.309.1.2.1.1.2InetAddressTypenot-accessiblecurrent
ciiHelperAddress
OBJECT-TYPE
This object indicates the IP helper address.
1.3.6.1.4.1.9.9.309.1.2.1.1.3InetAddressnot-accessiblecurrent
ciiHelperAddressStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.309.1.2.1.1.4RowStatusread-createcurrent
ciiHelperAddressStorage
OBJECT-TYPE
This object specifies the memory realization of the row.
1.3.6.1.4.1.9.9.309.1.2.1.1.5StorageTyperead-createcurrent
ciscoIPIfMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.309.2
ciscoIPIfMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.309.2.1
ciscoIPIfMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.309.2.2

Conformance

NameOIDStatus
ciscoIPIfMIBCompliance
MODULE-COMPLIANCE
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.
1.3.6.1.4.1.9.9.309.2.1.1deprecated
ciscoIPIfMIBCompliance1
MODULE-COMPLIANCE
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.
1.3.6.1.4.1.9.9.309.2.1.2deprecated
ciscoIPIfMIBCompliance2
MODULE-COMPLIANCE
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.
1.3.6.1.4.1.9.9.309.2.1.3current
ciscoIPIfAddressConfigurationGroup1
OBJECT-GROUP
A collection of objects for the address configuration of interfaces.
1.3.6.1.4.1.9.9.309.2.2.1current
ciscoIPIfAddressConfigurationGroup2
OBJECT-GROUP
A collection of objects for the broadcast address configuration of interfaces.
1.3.6.1.4.1.9.9.309.2.2.2current
ciscoIPIfAddressConfigurationGroup3
OBJECT-GROUP
A collection of objects for the address configuration of interfaces.
1.3.6.1.4.1.9.9.309.2.2.3current
ciscoIPIfAddressConfigurationGroup4
OBJECT-GROUP
A collection of objects for the broadcast address configuration of interfaces.
1.3.6.1.4.1.9.9.309.2.2.4current
ciiHelperAddressGroup
OBJECT-GROUP
A collection of objects describing IP helper addresses associated with interfaces.
1.3.6.1.4.1.9.9.309.2.2.5current