CISCO-MOBILE-IP-MIB
AI MIB Summary
The CISCO-MOBILE-IP-MIB module enables the monitoring and management of Cisco Mobile IP entities, specifically Home Agents, Foreign Agents, and Mobile Nodes, by exposing objects for agent discovery, registration states, mobility bindings, and tunnel statistics. It facilitates the tracking of critical operational metrics including care-of address associations, visitor lists, binding update counters, and security parameter indices to ensure seamless IP address continuity during network handoffs.
An extension to the IETF MIB module defined in RFC-2006 for managing Mobile IP implementations.
Mobile IP introduces the following new functional
entities:
Mobile Node(MN) A host or router that changes its point of attachment from one network or subnetwork to another. A mobile node may change its location without changing its IP address; it may continue to communicate with other Internet nodes at any location using its (constant) IP address, assuming link-layer connectivity to a point of attachment is available.
Home Agent(HA) A router on a mobile node's home network which tunnels datagrams for delivery to the mobile node when it is away from home, and maintains current location information for the mobile node.
Foreign Agent(FA) A router on a mobile node's visited network which provides routing services to the mobile node while registered. The foreign agent detunnels and delivers datagrams to the mobile node that were tunneled by the mobile node's home agent. For datagrams sent by a mobile node, the foreign agent may serve as a default router for registered mobile nodes.
Mobile Router(MR) A mobile node that is a router. It provides for the mobility for one or more networks moving together. The nodes connected to the network server by the mobile router may themselves be fixed nodes, mobile nodes or routers.
Mobile Network Network that moves with the mobile router.
Following is the terminology associated with Mobile IP
protocol:
Agent Advertisement An advertisement message constructed by attaching a special Extension to a router advertisement message.
Care-of Address (CoA) The termination point of a tunnel toward a mobile node, for datagrams forwarded to the mobile node while it is away from home. The protocol can use two different types of care-of address: a 'foreign agent care-of address' is an address of a foreign agent with which the mobile node is registered, and a 'co-located care-of address' (CCoA) is an externally obtained local address which the mobile node has associated with one of its own network interfaces.
Correspondent Node A peer with which a mobile node is communicating. A correspondent node may be either mobile or stationary.
Foreign Network Any network other than the mobile node's Home Network.
Home Address An IP address that is assigned for an extended period of time to a mobile node. It remains unchanged regardless of where the node is attached to the Internet.
Home Network A network, possibly virtual, having a network prefix matching that of a mobile node's home address. Note that standard IP routing mechanisms will deliver datagrams destined to a mobile node's Home Address to the mobile node's Home Network.
Mobility Agent Either a home agent or a foreign agent.
Mobility Binding The association of a home address with a care-of address, along with the remaining lifetime of that association.
Mobility Security Association A collection of security contexts, between a pair of nodes, which may be applied to Mobile IP protocol messages exchanged between them. Each context indicates an authentication algorithm and mode, a secret (a shared key, or appropriate public/private key pair), and a style of replay protection in use.
Node A host or a router.
Nonce A randomly chosen value, different from previous choices, inserted in a message to protect against replays.
Security Parameter Index (SPI) An index identifying a security context between a pair of nodes among the contexts available in the Mobility Security Association. SPI values 0 through 255 are reserved and MUST NOT be used in any Mobility Security Association.
Tunnel The path followed by a datagram while it is encapsulated. The model is that, while it is encapsulated, a datagram is routed to a knowledgeable decapsulating agent, which decapsulates the datagram and then correctly delivers it to its ultimate destination.
Visited Network A network other than a mobile node's Home Network, to which the mobile node is currently connected.
Visitor List The list of mobile nodes visiting a foreign agent.
Keyed Hashing for Message Authentication (HMAC) A mechanism for message authentication using cryptographic hash functions. HMAC can be used with any iterative cryptographic hash function, e.g., MD5, SHA-1, in combination with a secret shared key.
The following support services are defined for Mobile IP:
Agent Discovery Home agents and foreign agents may advertise their availability on each link for which they provide service. A newly arrived mobile node can send a solicitation on the link to learn if any prospective agents are present.
Registration When the mobile node is away from home, it registers its care-of address with its home agent. Depending on its method of attachment, the mobile node will register either directly with its home agent, or through a foreign agent which forwards the registration to the home agent.
Following is the terminology associated with the home agent redundancy feature:
Peer Home Agent Active home agent and standby home agent are peers to each other.
Binding Update A binding update contains the registration request information. The home agent sends the update to its peer after accepting a registration.
Binding Information Binding information contains the entries in the mobility binding table. The home agent sends a binding information request to its peer to retrieve all mobility bindings for a specified home agent address.
3GPP2 3rd Generation Partnership Project 2. This is the standardization group for CDMA2000, the set of 3G standards based on earlier 2G CDMA technology.
WiMAX Worldwide Interoperability for Microwave Access, Inc. (group promoting IEEE 802.16 wireless broadband standard)
MIP Mobile IP
This MIB is organized as described below:
The IETF Mobile IP MIB module [RFC-2006] has six main groups. Three of them represent the Mobile IP entities i.e. 'MipFA': foreign agent, 'MipHA': home agent and 'MipMN': mobile node. Each of these groups have been further subdivided into different subgroups. Each of these subgroups is a collection of objects related to a particular function, performed by the entity represented by its main group e.g. 'faRegistration' is a subgroup under group 'MipFA' which has collection of objects for registration function within a foreign agent. This MIB also follows the same hierarchical structure to maintain the modularity with respect to Mobile IP.
143
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
143 total| Object Name |
|---|
ciscoMobileIpMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174 |
RFC1155-SMI Unknown .1.3.6.1.4.1.9.9.174 |
ciscoMobileIpMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.1 |
cmiFa OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.1.1 |
cmiFaReg OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.1.1.1 |
cmiFaRegTotalVisitorsThe current number of entries in faVisitorTable.
faVisitorTable contains the foreign agent's visitor
list. The foreign agent updates this table in
response to registration events from mobile nodes.ro Gauge .1.3.6.1.4.1.9.9.174.1.1.1.1 |
cmiFaRegVisitorTableA table containing the foreign agent's visitor
list. The foreign agent updates this table in
response to registration events from mobile nodes.
This table provides the same information as
faVisitorTable of MIP-MIB. The difference is
that indices of the table are changed so that visitors
which are not identified by the IP address will also
be included in the table. SEQUENCE OF CmiFaRegVisitorEntry .1.3.6.1.4.1.9.9.174.1.1.1.2 |
cmiFaRegVisitorEntryInformation for one visitor regarding registration. CmiFaRegVisitorEntry .1.3.6.1.4.1.9.9.174.1.1.1.2.1 |
cmiFaRegVisitorIdentifierTypeThe type of the visitor's identifier. CmiEntityIdentifierType -- Rsyntax INTEGER { -- other(1), -- ipaddress(2), -- nai(3) -- } .1.3.6.1.4.1.9.9.174.1.1.1.2.1.1 |
cmiFaRegVisitorIdentifierThe identifier associated with the visitor. CmiEntityIdentifier -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.174.1.1.1.2.1.2 |
cmiFaRegVisitorHomeAddressHome (IP) address of visiting mobile node.ro IpAddress .1.3.6.1.4.1.9.9.174.1.1.1.2.1.3 |
cmiFaRegVisitorHomeAgentAddressHome agent IP address for that visiting mobile node.ro IpAddress .1.3.6.1.4.1.9.9.174.1.1.1.2.1.4 |
cmiFaRegVisitorTimeGrantedThe lifetime granted to the mobile node for this
registration. Only valid if faVisitorRegIsAccepted
is true(1).ro TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.174.1.1.1.2.1.5 |
cmiFaRegVisitorTimeRemainingThe time remaining until the registration is expired.
It has the same initial value as
cmiFaRegVisitorTimeGranted, and is counted down by the
foreign agent.ro TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.174.1.1.1.2.1.6 |
cmiFaRegVisitorRegFlagsRegistration flags sent by the mobile node.ro RegistrationFlags -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.174.1.1.1.2.1.7 |
cmiFaRegVisitorRegIDLowLow 32 bits of Identification used in that
registration by the mobile node.ro Gauge .1.3.6.1.4.1.9.9.174.1.1.1.2.1.8 |
cmiFaRegVisitorRegIDHighHigh 32 bits of Identification used in that
registration by the mobile node.ro Gauge .1.3.6.1.4.1.9.9.174.1.1.1.2.1.9 |
cmiFaRegVisitorRegIsAcceptedWhether the registration has been accepted or not. If
it is false(2), this registration is still pending for
reply.ro TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.174.1.1.1.2.1.10 |
cmiFaInitRegRequestsReceivedTotal number of initial Registration Requests received by
the foreign agent.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.3 |
cmiFaInitRegRequestsRelayedTotal number of initial Registration Requests relayed by
the foreign agent to the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.4 |
cmiFaInitRegRequestsDeniedTotal number of initial Registration Requests denied by
the foreign agent.
The reasons for which FA denies a request include:
1. FA CHAP authentication failures.
2. HA is not reachable.
3. No HA address set in the packet.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.5 |
cmiFaInitRegRequestsDiscardedTotal number of initial Registration Requests discarded
by the foreign agent.
The reasons for which FA discards a request include:
1. ip mobile foreign-service is not enabled on the
interface on which the request is received.
2. NAI length exceeds the length of the packet.
3. There are no active COAs.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.6 |
cmiFaInitRegRepliesValidFromHATotal number of initial valid Registration Replies from
the home agent to foreign agent.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.7 |
cmiFaInitRegRepliesValidRelayMNTotal number of initial Registration Replies relayed to
MN by the foreign agent.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.8 |
cmiFaReRegRequestsReceivedTotal number of Re-Registration Requests received by
the foreign agent from mobile nodes.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.9 |
cmiFaReRegRequestsRelayedTotal number of Re-Registration Requests relayed to
MN by the foreign agent.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.10 |
cmiFaReRegRequestsDeniedTotal number of Re-Registration Requests denied by
the foreign agent.
Refer cmiFaInitRegRequestsDenied for the reasons for
which FA denies a request.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.11 |
cmiFaReRegRequestsDiscardedTotal number of Re-Registration Requests discarded by
the foreign agent.
Refer cmiFaInitRegRequestsDiscarded for the reasons for
which FA discards a request.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.12 |
cmiFaReRegRepliesValidFromHATotal number of valid Re-Registration Replies from
home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.13 |
cmiFaReRegRepliesValidRelayToMNTotal number of valid Re-Registration Replies relayed
to MN by the foreign agent.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.14 |
cmiFaDeRegRequestsReceivedTotal number of De-Registration Requests received by
the foreign agent.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.15 |
cmiFaDeRegRequestsRelayedTotal number of De-Registration Requests relayed to home
agent by the foreign agent.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.16 |
cmiFaDeRegRequestsDeniedTotal number of De-Registration Requests denied by the
foreign agent.
Refer cmiFaInitRegRequestsDenied for the reasons for
which FA denies a request.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.17 |
cmiFaDeRegRequestsDiscardedTotal number of De-Registration Requests discarded by
the foreign agent.
Refer cmiFaInitRegRequestsDiscarded for the reasons for
which FA discards a request.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.18 |
cmiFaDeRegRepliesValidFromHATotal number of valid De-Registration Replies received
from the home agent by the foreign agent.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.19 |
cmiFaDeRegRepliesValidRelayToMNTotal number of De-Registration Replies relayed to the
MN by the foreign agent.ro Counter .1.3.6.1.4.1.9.9.174.1.1.1.20 |
cmiHa OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.1.2 |
cmiHaReg OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.1.2.1 |
cmiHaRegTotalMobilityBindingsThe current number of entries in
haMobilityBindingTable. haMobilityBindingTable
contains the home agent's mobility binding list.
The home agent updates this table in response to
registration events from mobile nodes.ro Gauge .1.3.6.1.4.1.9.9.174.1.2.1.1 |
cmiHaRegMobilityBindingTableThe home agent updates this table in response to
registration events from mobile nodes. SEQUENCE OF CmiHaRegMobilityBindingEntry .1.3.6.1.4.1.9.9.174.1.2.1.2 |
cmiHaRegMobilityBindingEntryAdditional information about a particular entry on
the mobility binding list beyond that provided by
MIP MIB haMobilityBindingEntry. CmiHaRegMobilityBindingEntry .1.3.6.1.4.1.9.9.174.1.2.1.2.1 |
cmiHaRegMnIdentifierTypeThe type of the mobile node's identifier.ro CmiEntityIdentifierType -- Rsyntax INTEGER { -- other(1), -- ipaddress(2), -- nai(3) -- } .1.3.6.1.4.1.9.9.174.1.2.1.2.1.1 |
cmiHaRegMnIdentifierThe identifier associated with the mobile node.ro CmiEntityIdentifier -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.174.1.2.1.2.1.2 |
cmiHaRegCounterTableA table containing registration statistics for all
mobile nodes authorized to use this home agent. This
table provides the same information as haCounterTable
of MIP MIB. The only difference is that indices
of table are changed so that mobile nodes which are
not identified by the IP address will also be included
in the table. SEQUENCE OF CmiHaRegCounterEntry .1.3.6.1.4.1.9.9.174.1.2.1.3 |
cmiHaRegCounterEntryRegistration statistics for a single mobile node. CmiHaRegCounterEntry .1.3.6.1.4.1.9.9.174.1.2.1.3.1 |
cmiHaRegMnIdTypeThe type of the mobile node's identifier. CmiEntityIdentifierType -- Rsyntax INTEGER { -- other(1), -- ipaddress(2), -- nai(3) -- } .1.3.6.1.4.1.9.9.174.1.2.1.3.1.1 |
cmiHaRegMnIdThe identifier associated with the mobile node. CmiEntityIdentifier -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.174.1.2.1.3.1.2 |
cmiHaRegServAcceptedRequestsTotal number of service requests for the mobile node
accepted by the home agent (Code 0 + Code 1).ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.3.1.3 |
cmiHaRegServDeniedRequestsTotal number of service requests for the mobile node
denied by the home agent (sum of all registrations
denied with Code 128 through Code 159).ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.3.1.4 |
cmiHaRegOverallServTimeOverall service time that has accumulated for the
mobile node since the home agent last rebooted.ro TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.174.1.2.1.3.1.5 |
cmiHaRegRecentServAcceptedTimeThe time at which the most recent Registration
Request was accepted by the home agent for this mobile
node.ro TimeStamp -- Rsyntax TimeTicks .1.3.6.1.4.1.9.9.174.1.2.1.3.1.6 |
cmiHaRegRecentServDeniedTimeThe time at which the most recent Registration
Request was denied by the home agent for this mobile
node.ro TimeStamp -- Rsyntax TimeTicks .1.3.6.1.4.1.9.9.174.1.2.1.3.1.7 |
cmiHaRegRecentServDeniedCodeThe Code indicating the reason why the most recent
Registration Request for this mobile node was rejected
by the home agent.ro Enumeration .1.3.6.1.4.1.9.9.174.1.2.1.3.1.8 |
cmiHaRegTotalProcLocRegsThe total number of Registration Requests processed
by the home agent. It includes only those Registration
Requests which were authenticated locally by the
home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.4 |
cmiHaRegMaxProcLocInMinRegsThe maximum number of Registration Requests processed
in a minute by the home agent. It includes only those
Registration Requests which were authenticated locally
by the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.5 |
cmiHaRegDateMaxRegsProcLocThe time at which number of Registration Requests
processed in a minute by the home agent were maximum.
It includes only those Registration Requests which
were authenticated locally by the home agent.ro DateAndTime -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.174.1.2.1.6 |
cmiHaRegProcLocInLastMinRegsThe number of Registration Requests processed in
the last minute by the home agent. It includes only
those Registration Requests which were authenticated
locally by the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.7 |
cmiHaRegTotalProcByAAARegsThe total number of Registration Requests processed
by the home agent. It includes only those Registration
Requests which were authenticated by the AAA server.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.8 |
cmiHaRegMaxProcByAAAInMinRegsThe maximum number of Registration Requests processed
in a minute by the home agent. It includes only those
Registration Requests which were authenticated by the
AAA server.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.9 |
cmiHaRegDateMaxRegsProcByAAAThe time at which number of Registration Requests
processed in a minute by the home agent were maximum.
It includes only those Registration Requests which
were authenticated by the AAA server.ro DateAndTime -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.174.1.2.1.10 |
cmiHaRegProcAAAInLastByMinRegsThe number of Registration Requests processed
in the last minute by the home agent. It includes
only those Registration Requests which were
authenticated by the AAA server.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.11 |
cmiHaRegAvgTimeRegsProcByAAAThe average time taken by the home agent to process
a Registration Request. It is calculated based on only
those Registration Requests which were authenticated by
the AAA server.ro INTEGER .1.3.6.1.4.1.9.9.174.1.2.1.12 |
cmiHaRegMaxTimeRegsProcByAAAThe maximum time taken by the home agent to process
a Registration Request. It considers only those
Registration Requests which were authenticated by
the AAA server.ro INTEGER .1.3.6.1.4.1.9.9.174.1.2.1.13 |
cmiHaRegRequestsReceivedTotal number of Registration Requests received by the
home agent. This include initial registration requests,
re-registration requests and de-registration requests.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.14 |
cmiHaRegRequestsDeniedTotal number of Registration Requests denied by the home
agent.
The reasons for which HA denies a request include:
1. Can't allocate IP address for MN.
2. Request parsing failed.
3. NAI length exceeds the packet length.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.15 |
cmiHaRegRequestsDiscardedTotal number of Registration Requests discarded by the
home agent.
The reasons for which HA discards a request include:
1. ip mobile home-agent service is not enabled.
2. HA-CHAP authentication failed.
3. MN Security Association retrieval failed.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.16 |
cmiHaEncapUnavailableTotal number of Registration Requests denied by the home
agent due to an unsupported encapsulation.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.17 |
cmiHaNAICheckFailuresTotal number of Registration Requests denied by the home
agent due to an NAI check failures.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.18 |
cmiHaInitRegRequestsReceivedTotal number of initial Registration Requests received by
the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.19 |
cmiHaInitRegRequestsAcceptedTotal number of initial Registration Requests accepted by
the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.20 |
cmiHaInitRegRequestsDeniedTotal number of initial Registration Requests denied by
the home agent.
Refer cmiHaRegRequestsReceived for the reasons for which
HA denies a request.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.21 |
cmiHaInitRegRequestsDiscardedTotal number of initial Registration Requests discarded
by the home agent.
Refer cmiHaRegRequestsDiscarded for the reasons for which
HA discards a request.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.22 |
cmiHaReRegRequestsReceivedTotal number of Re-Registration Requests received by the
home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.23 |
cmiHaReRegRequestsAcceptedTotal number of Re-Registration Requests accepted by the
home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.24 |
cmiHaReRegRequestsDeniedTotal number of Re-Registration Requests denied by the
home agent.
Refer cmiHaRegRequestsReceived for the reasons for which
HA denies a request.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.25 |
cmiHaReRegRequestsDiscardedTotal number of Re-Registration Requests discarded by
the home agent.
Refer cmiHaRegRequestsDiscarded for the reasons for which
HA discards a request.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.26 |
cmiHaDeRegRequestsReceivedTotal number of De-Registration Requests received by
the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.27 |
cmiHaDeRegRequestsAcceptedTotal number of De-Registration Requests accepted by
the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.28 |
cmiHaDeRegRequestsDeniedTotal number of De-Registration Requests denied by the
home agent.
Refer cmiHaRegRequestsReceived for the reasons for which
HA denies a request.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.29 |
cmiHaDeRegRequestsDiscardedTotal number of De-Registration Requests discarded by the
home agent.
Refer cmiHaRegRequestsDiscarded for the reasons for which
HA discards a request.ro Counter .1.3.6.1.4.1.9.9.174.1.2.1.30 |
cmiHaRedun OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.1.2.2 |
cmiHaRedunSentBUsTotal number of binding updates sent by the home
agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.1 |
cmiHaRedunFailedBUsTotal number of binding updates sent by the home
agent for which no acknowledgement is received
from the standby home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.2 |
cmiHaRedunReceivedBUAcksTotal number of acknowledgements received in response
to binding updates sent by the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.3 |
cmiHaRedunTotalSentBUsTotal number of binding updates sent by the home
agent including retransmissions of same binding
update.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.4 |
cmiHaRedunReceivedBUsTotal number of binding updates received by the
home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.5 |
cmiHaRedunSentBUAcksTotal number of acknowledgements sent in response to
binding updates received by the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.6 |
cmiHaRedunSentBIReqsTotal number of binding information requests sent
by the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.7 |
cmiHaRedunFailedBIReqsTotal number of binding information requests sent
by the home agent for which no reply is received from
the active home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.8 |
cmiHaRedunTotalSentBIReqsTotal number of binding information requests sent
by the home agent including retransmissions of the
same request.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.9 |
cmiHaRedunReceivedBIRepsTotal number of binding information replies received
by the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.10 |
cmiHaRedunDroppedBIRepsTotal number of binding information replies dropped
since there is no corresponding binding information
request sent by the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.11 |
cmiHaRedunSentBIAcksTotal number of acknowledgements sent in response to
binding information replies received by the home
agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.12 |
cmiHaRedunReceivedBIReqsTotal number of binding information requests received
by the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.13 |
cmiHaRedunSentBIRepsTotal number of binding information replies sent by
the home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.14 |
cmiHaRedunFailedBIRepsTotal number of binding information replies sent by
by the home agent for which no acknowledgement is
received from the standby home agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.15 |
cmiHaRedunTotalSentBIRepsTotal number of binding information replies sent
by the home agent including retransmissions of the
same reply.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.16 |
cmiHaRedunReceivedBIAcksTotal number of acknowledgements received in response
to binding information replies sent by the home
agent.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.17 |
cmiHaRedunDroppedBIAcksTotal number of acknowledgements dropped by the
home agent since there are no corresponding binding
information replies sent by it.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.18 |
cmiHaRedunSecViolationsTotal number of security violations in the home
agent caused by processing of the packets received
from the peer home agent. Security violations can
occur due to the following reasons.
- the authenticator value in the packet is invalid.
- value stored in the identification field of the
packet is invalid.ro Counter .1.3.6.1.4.1.9.9.174.1.2.2.19 |
cmiSecurity OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.1.3 |
cmiSecAssocsCountTotal number of mobility security associations
known to the entity i.e. the number of entries in
the cmiSecAssocTable.ro Gauge .1.3.6.1.4.1.9.9.174.1.3.1 |
cmiSecAssocTableA table containing Mobility Security Associations.
This table provides the same information as
mipSecAssocTable of MIP MIB. The differences are:
- indices of the table are changed so that mobile
nodes which are not identified by the IP address will
also be included in the table.
- rowStatus object is added to the table. SEQUENCE OF CmiSecAssocEntry .1.3.6.1.4.1.9.9.174.1.3.2 |
cmiSecAssocEntryOne particular Mobility Security Association. CmiSecAssocEntry .1.3.6.1.4.1.9.9.174.1.3.2.1 |
cmiSecPeerIdentifierTypeThe type of the peer entity's identifier. CmiEntityIdentifierType -- Rsyntax INTEGER { -- other(1), -- ipaddress(2), -- nai(3) -- } .1.3.6.1.4.1.9.9.174.1.3.2.1.1 |
cmiSecPeerIdentifierThe identifier of the peer entity with which this
node shares the mobility security association. CmiEntityIdentifier -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.174.1.3.2.1.2 |
cmiSecSPIThe SPI is the 4-byte index within the Mobility
Security Association which selects the specific
security parameters to be used to authenticate the
peer, i.e. the rest of the variables in this
cmiSecAssocEntry. CmiSpi -- Rsyntax Gauge .1.3.6.1.4.1.9.9.174.1.3.2.1.3 |
cmiSecAlgorithmTypeType of authentication algorithm.
other(1) Any other authentication algorithm not
specified here.
md5(2) MD5 message-digest algorithm.rw Enumeration .1.3.6.1.4.1.9.9.174.1.3.2.1.4 |
cmiSecAlgorithmModeSecurity mode used by this algorithm.
other(1) Any other mode not specified here.
prefixSuffix(2) In this mode, data over which
authenticator value needs to be
calculated is preceded and followed
by the 128 bit shared secret key.rw Enumeration .1.3.6.1.4.1.9.9.174.1.3.2.1.5 |
cmiSecKeyThe shared secret key for the security
associations. Reading this object will always return
zero length value.rw OCTET STRING .1.3.6.1.4.1.9.9.174.1.3.2.1.6 |
cmiSecReplayMethodThe replay-protection method supported for this SPI
within this Mobility Security Association.
other(1) Any other replay protection method not
specified here.
timestamps(2) Timestamp based replay protection method.
nonces(3) Nonce based replay protection method.rw Enumeration .1.3.6.1.4.1.9.9.174.1.3.2.1.7 |
cmiSecStatusThe row status for this table.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.174.1.3.2.1.8 |
cmiSecViolationTableA table containing information about security
violations. This table provides the same information
as mipSecViolationTable of MIP MIB. The only
difference is that indices of the table are changed so
that mobile nodes which are not identified by the IP
address will also be included in the table. SEQUENCE OF CmiSecViolationEntry .1.3.6.1.4.1.9.9.174.1.3.3 |
cmiSecViolationEntryInformation about one particular security violation. CmiSecViolationEntry .1.3.6.1.4.1.9.9.174.1.3.3.1 |
cmiSecViolatorIdentifierTypeThe type of Violator's identifier. CmiEntityIdentifierType -- Rsyntax INTEGER { -- other(1), -- ipaddress(2), -- nai(3) -- } .1.3.6.1.4.1.9.9.174.1.3.3.1.1 |
cmiSecViolatorIdentifierViolator's identifier. The violator is not necessary
in the cmiSecAssocTable. CmiEntityIdentifier -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.174.1.3.3.1.2 |
cmiSecTotalViolationsTotal number of security violations for this peer.ro Counter .1.3.6.1.4.1.9.9.174.1.3.3.1.3 |
cmiSecRecentViolationSPISPI of the most recent security violation for this
peer. If the security violation is due to an
identification mismatch, then this is the SPI from the
Mobile-Home Authentication Extension. If the security
violation is due to an invalid authenticator, then
this is the SPI from the offending authentication
extension. In all other cases, it should be set to
zero.ro CmiSpi -- Rsyntax Gauge .1.3.6.1.4.1.9.9.174.1.3.3.1.4 |
cmiSecRecentViolationTimeTime of the most recent security violation for this
peer.ro TimeStamp -- Rsyntax TimeTicks .1.3.6.1.4.1.9.9.174.1.3.3.1.5 |
cmiSecRecentViolationIDLowLow-order 32 bits of identification used in request or
reply of the most recent security violation for this
peer.ro Gauge .1.3.6.1.4.1.9.9.174.1.3.3.1.6 |
cmiSecRecentViolationIDHighHigh-order 32 bits of identification used in request
or reply of the most recent security violation for
this peer.ro Gauge .1.3.6.1.4.1.9.9.174.1.3.3.1.7 |
cmiSecRecentViolationReasonReason for the most recent security violation for
this peer.ro Enumeration .1.3.6.1.4.1.9.9.174.1.3.3.1.8 |
cmiMa OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.1.4 |
cmiMaReg OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.1.4.1 |
cmiMaRegMaxInMinuteRegsThe maximum number of Registration Requests received
in a minute by the mobility agent.ro Counter .1.3.6.1.4.1.9.9.174.1.4.1.1 |
cmiMaRegDateMaxRegsReceivedThe time at which number of Registration Requests
received in a minute by the mobility agent were
maximum.ro DateAndTime -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.174.1.4.1.2 |
cmiMaRegInLastMinuteRegsThe number of Registration Requests received in the
last minute by the mobility agent.ro Counter .1.3.6.1.4.1.9.9.174.1.4.1.3 |
ciscoMobileIpMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3 |
ciscoMobileIpCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.1 |
ciscoMobileIpCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.1.1 |
ciscoMobileIpComplianceV12R02 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.1.2 |
ciscoMobileIpComplianceV12R03 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.1.3 |
ciscoMobileIpGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.2 |
ciscoMobileIpFaRegGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.2.1 |
ciscoMobileIpHaRegGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.2.2 |
ciscoMobileIpFaRegGroupV12R02 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.2.3 |
ciscoMobileIpHaRegGroupV12R02 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.2.4 |
ciscoMobileIpHaRedunGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.2.5 |
ciscoMobileIpSecAssocGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.2.6 |
ciscoMobileIpSecViolationGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.2.7 |
ciscoMobileIpMaRegGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.2.8 |
ciscoMobileIpFaRegGroupV12R03 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.2.9 |
ciscoMobileIpHaRegGroupV12R03 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.174.3.2.10 |