MIP-MIB

MIP-MIB Download

MIBs list

The MIB Module for the Mobile IP

IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges, Firewalls, Repeaters.

OID list for MIP-MIB

mipEntities
This object describes which Mobile IP entities are supported by this managed entity. The entity may support more than one Mobile IP entities. For example, the entity supports both Foreign Agent (FA) and Home Agent (HA). Therefore, bit 1 and bit 2 are set ...
mipEnable
Indicates whether the Mobile IP protocol should be enabled for the managed entity. If it is disabled, the entity should disable both agent discovery and registration functions.
mipEncapsulationSupported
Encapsulation methods supported by the Mobile IP entity. The entity may support multiple encapsulation methods or none of them: ipInIp(0), -- IP Encapsulation within IP gre(1), -- Generic Routing Encapsulation, -- refers to RFC1701 minEnc(2), -- Minima ...
mipSecAssocTable
A table containing Mobility Security Associations.
mipSecAssocEntry
One particular Mobility Security Association.
mipSecPeerAddress
The IP address of the peer entity with which this node shares the mobility security association.
mipSecSPI
The SPI is the 4-byte opaque 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 MipSecAssocEntry.
mipSecAlgorithmType
Type of security algorithm.
mipSecAlgorithmMode
Security mode used by this algorithm.
mipSecKey
The shared secret key for the security associations. Reading this object will always return zero length value.
mipSecReplayMethod
The replay-protection method supported for this SPI within this Mobility Security Association.
mipSecTotalViolations
Total number of security violations in the entity
mipSecViolationTable
A table containing information about security violations.
mipSecViolationEntry
Information about one particular security violation.
mipSecViolatorAddress
Violator's IP address. The violator is not necessary in the mipSecAssocTable.
mipSecViolationCounter
Total number of security violations for this peer.
mipSecRecentViolationSPI
SPI 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, the ...
mipSecRecentViolationTime
Time of the most recent security violation for this peer.
mipSecRecentViolationIDLow
Low-order 32 bits of identification used in request or reply of the most recent security violation for this peer.
mipSecRecentViolationIDHigh
High-order 32 bits of identification used in request or reply of the most recent security violation for this peer.
mipSecRecentViolationReason
Reason for the most recent security violation for this peer.
mnState
Indicates mobile node's state of Mobile IP: home, -- MN is connected to home network. registered, -- MN has registered on foreign network pending, -- MN has sent registration request and is waiting for the reply isolated, -- MN is isolated from network un ...
mnHomeAddress
An IP address that is assigned for an extended period of time to the mobile node. It remains unchanged regardless of the mobile node's current point of attachment.
mnHATable
A table containing all of the mobile node's potential home agents.
mnHAEntry
Information for a particular Home Agent.
mnHAAddress
IP address of mobile node's Home Agent.
mnCurrentHA
Whether this home agent is the current home agent for the mobile node. If it is true, the mobile node is registered with that home agent.
mnHAStatus
The row status for this home agent entry. If the status is set to 'createAndGo' or 'active', then the mobile node can use mnHAAddress as a valid candidate for a home agent. If the status is set to 'destroy', then the mobile node should delete this row, an ...
mnFATable
A table containing all foreign agents that the mobile node knows about and their corresponding COA (care-of address). This COA is an address of a foreign agent with which the mobile node is registered. The table is updated when advertisements are received ...
mnFAEntry
One pair of foreign agent IP address and COA for that foreign agent.
mnFAAddress
Foreign agent's IP address.
mnCOA
A care-of address being offered by this foreign agent or a co-located care-of address which the mobile node has associated with one of its own network interfaces.
mnAdvSourceAddress
The source IP address of the most recently received Agent Advertisement. This address could be the address of a home agent or a foreign agent.
mnAdvSequence
The sequence number of the most recently received advertisement. The sequence number ranges from 0 to 0xffff. After the sequence number attains the value 0xffff, it will roll over to 256.
mnAdvFlags
The flags are contained in the 7th byte in the extension of the most recently received mobility agent advertisement: vjCompression -- Agent supports Van Jacobson compression gre -- Agent offers Generice Routing Encapsulation minEnc, -- Agent offers Minima ...
mnAdvMaxRegLifetime
The longest lifetime in seconds that the agent is willing to accept in any registration request.
mnAdvMaxAdvLifetime
The maximum length of time that the Advertisement is considered valid in the absence of further Advertisements.
mnAdvTimeReceived
The time at which the most recently received advertisement was received.
mnSolicitationsSent
Total number of Solicitation sent by the mobile node.
mnAdvertisementsReceived
Total number of advertisements received by the mobile node.
mnAdvsDroppedInvalidExtension
Total number of advertisements dropped by the mobile node due to both poorly formed extensions and unrecognized extensions with extension number in the range 0-127.
mnAdvsIgnoredUnknownExtension
Total number of unrecognized extensions in the range 128-255 that were ignored by the mobile node.
mnMoveFromHAToFA
Number of times that the mobile node has decided to move from its home network to a foreign network.
mnMoveFromFAToFA
Number of times that the mobile node has decided to move from one foreign network to another foreign network.
mnMoveFromFAToHA
Number of times that the mobile node has decided to move from a foreign network to its home network.
mnGratuitousARPsSend
Total number of Gratuitous ARPs sent by mobile node in order to clear out any stale ARP entries in the ARP caches of nodes on the home network.
mnAgentRebootsDectected
Total number of agent reboots detected by the mobile node through sequence number of the advertisement.
mnRegistrationTable
A table containing information about the mobile node's attempted registration(s). The mobile node updates this table based upon Registration Requests sent and Registration Replies received in response to these requests. Certain variables within this tab ...
mnRegistrationEntry
Information about one registration attempt.
mnRegAgentAddress
IP address of the agent as used in the destination IP address of the Registration Request. The agent may be a home agent or a foreign agent.
mnRegCOA
Care-of address for the registration.
mnRegFlags
Registration flags sent by the mobile node. It is the second byte in the Mobile IP Registratation Request message.
mnRegIDLow
Low-order 32 bits of the Identification used in that registration by the mobile node.
mnRegIDHigh
High-order 32 bits of the Identification used in that registration by the mobile node.
mnRegTimeRequested
If the registration is pending, then this is the lifetime requested by the mobile node (in seconds). If the registration has been accepted, then this is the lifetime actually granted by the home agent in the reply.
mnRegTimeRemaining
The number of seconds remaining until this registration expires. It has the same initial value as mnRegTimeRequested and is only valid if mnRegIsAccepted is TRUE.
mnRegTimeSent
The time when the last (re-)transmission occured.
mnRegIsAccepted
true(1) if the mobile node has received a Registration Reply indicating that service has been accepted; false(2) otherwise. false(2) implies that the registration is still pending.
mnCOAIsLocal
Whether the COA is local to (dynamically acquired by) the mobile node or not. If it is false(2), the COA is an address of the foreign agent.
mnRegRequestsSent
Total number of registration requests sent by the mobile node. This does not include deregistrations (those with Lifetime equal to zero).
mnDeRegRequestsSent
Total number of deregistration requests sent by the mobile node (those with Lifetime equal to zero).
mnRegRepliesRecieved
Total number of registration replies received by the mobile node in which the Lifetime is greater than zero.
mnDeRegRepliesRecieved
Total number of (de)registration replies received by the mobile node in which the Lifetime is equal to zero.
mnRepliesInvalidHomeAddress
Total number of replies with invalid home address for the mobile node.
mnRepliesUnknownHA
Total number of replies with unknown home agents (not in home agent table).
mnRepliesUnknownFA
Total number of replies with unknown foreign agents if replies relayed through foreign agent.
mnRepliesInvalidID
Total number of replies with invalid Identification fields.
mnRepliesDroppedInvalidExtension
Total number of Registration Replies dropped by the mobile node due to both poorly formed extensions and unrecognized extensions with extension number in the range 0-127.
mnRepliesIgnoredUnknownExtension
Total number of Registration Replies that contained one or more unrecognized extensions in the range 128-255 that were ignored by the mobile node.
mnRepliesHAAuthenticationFailure
Total number of replies without a valid Home Agent to Mobile Node authenticator.
mnRepliesFAAuthenticationFailure
Total number of replies without a valid Foreign Agent to Mobile Node authenticator.
mnRegRequestsAccepted
Total number of registration requests accepted by the mobile node's home agent (Code 0 and Code 1).
mnRegRequestsDeniedByHA
Total number of registration requests denied by mobile node's home agent (Sum of Code 128 through Code 191).
mnRegRequestsDeniedByFA
Total number of registration requests denied by the foreign agent (Sum of Codes 64 through Code 127).
mnRegRequestsDeniedByHADueToID
Total number of Registration Request denied by home agent due to identification mismatch.
mnRegRequestsWithDirectedBroadcast
Total number of Registration Requests sent by mobile node with a directed broadcast address in the home agent field.
maAdvConfigTable
A table containing configurable advertisement parameters for all advertisement interfaces in the mobility agent.
maAdvConfigEntry
Advertisement parameters for one advertisement interface.
maInterfaceAddress
IP address for advertisement interface.
maAdvMaxRegLifetime
The longest lifetime in seconds that mobility agent is willing to accept in any Registration Request.
maAdvPrefixLengthInclusion
Whether the advertisement should include the Prefix- Lengths Extension. If it is true, all advertisements sent over this interface should include the Prefix-Lengths Extension.
maAdvAddress
The IP destination address to be used for advertisements sent from the interface. The only permissible values are the all-systems multicast address (224.0.0.1) or the limited-broadcast address (255.255.255.255).
maAdvMaxInterval
The maximum time in seconds between successive transmissions of Agent Advertisements from this interface.
maAdvMinInterval
The minimum time in seconds between successive transmissions of Agent Advertisements from this interface.
maAdvMaxAdvLifetime
The time (in seconds) to be placed in the Lifetime field of the RFC 1256-portion of the Agent Advertisements sent over this interface.
maAdvResponseSolicitationOnly
The flag indicates whether the advertisement from that interface should be sent only in response to an Agent Solicitation message.
maAdvStatus
The row status for the agent advertisement table. If this column status is 'active', the manager should not change any column in the row.
maAdvertisementsSent
Total number of advertisements sent by the mobility agent.
maAdvsSentForSolicitation
Total number of advertisements sent by mobility agent in response to mobile node solicitations.
maSolicitationsReceived
Total number of solicitations received by the mobility agent.
faCOATable
A table containing all of the care-of addresses (COAs) supported by the foreign agent. New entries can be added to the table. The order of entries in the faCOATAble is also the order in which the COAs are listed in the Agent Advertisement.
faCOAEntry
Entry of COA
faSupportedCOA
Care-of-address supported by this foreign agent.
faCOAStatus
The row status for COA entry.
faIsBusy
Whether or not the foreign agent is too busy to accept additional registrations. If true(1), the agent is busy and any Agent advertisements sent from this agent should have the 'B' bit set to 1.
faRegistrationRequired
Whether or not this foreign agent requires registration even from those mobile nodes that have acquired their own, colocated care-of address. If true(1), registration is required and any Agent Advertisements sent from this agent should have the 'R' bit s ...
faVisitorTable
A table containing the foreign agent's visitor list. The foreign agent updates this table in response to registration events from mobile nodes.
faVisitorEntry
Information for one visitor.
faVisitorIPAddress
Source IP address of visitor's Registration Request.
faVisitorHomeAddress
Home (IP) address of visiting mobile node.
faVisitorHomeAgentAddress
Home agent IP address for that visiting mobile node.
faVisitorTimeGranted
The lifetime in seconds granted to the mobile node for this registration. Only valid if faVisitorRegIsAccepted is true(1).
faVisitorTimeRemaining
The number of seconds remaining until the registration is expired. It has the same initial value as faVisitorTimeGranted, and is counted down by the foreign agent.
faVisitorRegFlags
Registration flags sent by mobile node.
faVisitorRegIDLow
Low 32 bits of Identification used in that registration by the mobile node.
faVisitorRegIDHigh
High 32 bits of Identification used in that registration by the mobile node.
faVisitorRegIsAccepted
Whether the registration has been accepted or not. If it is false(2), this registration is still pending for reply.
faRegRequestsReceived
Total number of valid Registration Requests received.
faRegRequestsRelayed
Total number of Registration Requests relayed to home agent by foreign agent.
faReasonUnspecified
Total number of Registration Requests denied by foreign agent -- reason unspecified (Code 64).
faAdmProhibited
Total number of Registration Requests denied by foreign agent -- administratively prohibited (Code 65).
faInsufficientResource
Total number of Registration Requests denied by foreign agent -- insufficient resources (Code 66).
faMNAuthenticationFailure
Total number of Registration Requests denied by foreign agent -- mobile node failed authentication (Code 67).
faRegLifetimeTooLong
Total number of Registration Requests denied by foreign agent -- requested lifetime too long (Code 69).
faPoorlyFormedRequests
Total number of Registration Requests denied by foreign agent -- poorly formed request (Code 70).
faEncapsulationUnavailable
Total number of Registration Requests denied by foreign agent -- requested encapsulation unavailable (Code 72).
faVJCompressionUnavailable
Total number of Registration Requests denied by foreign agent -- requested Van Jacobson header compression unavailable (Code 73).
faHAUnreachable
Total number of Registration Requests denied by foreign agent -- home agent unreachable (Codes 80-95).
faRegRepliesRecieved
Total number of well-formed Registration Replies received by foreign agent.
faRegRepliesRelayed
Total number of valid Registration Replies relayed to the mobile node by foreign agent.
faHAAuthenticationFailure
Total number of Registration Replies denied by foreign agent -- home agent failed authentication (Code 68).
faPoorlyFormedReplies
Total number of Registration Replies denied by foreign agent -- poorly formed reply (Code 71).
haMobilityBindingTable
A table containing the home agent's mobility binding list. The home agent updates this table in response to registration events from mobile nodes.
haMobilityBindingEntry
An entry on the mobility binding list.
haMobilityBindingMN
Mobile node's home (IP) address.
haMobilityBindingCOA
Mobile node's care-of-address. One mobile node can have multiple bindings with different care-of-addresses.
haMobilityBindingSourceAddress
IP source address of the Registration Request as received by the home agent. Will be either a mobile node's co-located care-of address or an address of the foreign agent.
haMobilityBindingRegFlags
Registration flags sent by mobile node.
haMobilityBindingRegIDLow
Low 32 bits of Identification used in that binding by the mobile node.
haMobilityBindingRegIDHigh
High 32 bits of Identification used in that binding by the mobile node.
haMobilityBindingTimeGranted
The lifetime in seconds granted to the mobile node for this registration.
haMobilityBindingTimeRemaining
The number of seconds remaining until the registration is expired. It has the same initial value as haMobilityBindingTimeGranted, and is counted down by the home agent.
haCounterTable
A table containing registration statistics for all mobile nodes authorized to use this home agent.
haCounterEntry
Registration statistics for one mobile node.
haServiceRequestsAccepted
Total number of service requests for the mobile node accepted by the home agent (Code 0 + Code 1).
haServiceRequestsDenied
Total number of service requests for the mobile node denied by the home agent (sum of all registrations denied with Code 128 through Code 159).
haOverallServiceTime
Overall service time (in seconds) that has accumulated for the mobile node since the home agent last rebooted.
haRecentServiceAcceptedTime
The time at which the most recent Registration Request was accepted by the home agent for this mobile node.
haRecentServiceDeniedTime
The time at which the most recent Registration Request was denied by the home agent for this mobile node.
haRecentServiceDeniedCode
The Code indicating the reason why the most recent Registration Request for this mobile node was rejected by the home agent.
haRegistrationAccepted
Total number of Registration Requests accepted by home agent (Code 0).
haMultiBindingUnsupported
Total number of Registration Requests accepted by home agent -- simultaneous mobility bindings unsupported (Code 1).
haReasonUnspecified
Total number of Registration Requests denied by home agent -- reason unspecified (Code 128).
haAdmProhibited
Total number of Registration Requests denied by home agent -- administratively prohibited (Code 129).
haInsufficientResource
Total number of Registration Requests denied by home agent -- insufficient resources (Code 130).
haMNAuthenticationFailure
Total number of Registration Requests denied by home agent -- mobile node failed authentication (Code 131).
haFAAuthenticationFailure
Total number of Registration Requests denied by home agent -- foreign agent failed authentication (Code 132).
haIDMismatch
Total number of Registration Requests denied by home agent -- Identification mismatch (Code 133).
haPoorlyFormedRequest
Total number of Registration Requests denied by home agent -- poorly formed request (Code 134).
haTooManyBindings
Total number of Registration Requests denied by home agent -- too many simultaneous mobility bindings (Code 135).
haUnknownHA
Total number of Registration Requests denied by home agent -- unknown home agent address (Code 136).
haGratuitiousARPsSent
Total number of gratuition ARPs sent by the home agent on behalf of mobile nodes.
haProxyARPsSent
Total number of proxy ARPs sent by the home agent on behalf of mobile nodes.
haRegRequestsReceived
Total number of Registration Requests received by home agent.
haDeRegRequestsReceived
Total number of Registration Requests received by the home agent with a Lifetime of zero (requests to deregister).
haRegRepliesSent
Total number of Registration Replies sent by the home agent.
haDeRegRepliesSent
Total number of Registration Replies sent by the home agent in response to requests to deregister.
mipSystemGroup
A collection of objects providing the basic Mobile IP entity's management information.
mipSecAssociationGroup
A collection of objects providing the management information for security associations of Mobile IP entities.
mipSecViolationGroup
A collection of objects providing the management information for security violation logging of Mobile IP entities.
mnSystemGroup
A collection of objects providing the basic management information for mobile nodes.
mnDiscoveryGroup
A collection of objects providing management information for the Agent Discovery function within a mobile node.
mnRegistrationGroup
A collection of objects providing management information for the registration function within a mobile node.
maAdvertisementGroup
A collection of objects providing management information for the Agent Advertisement function within mobility agents.
faSystemGroup
A collection of objects providing the basic management information for foreign agents.
faAdvertisementGroup
A collection of objects providing supplemental management information for the Agent Advertisement function within a foreign agent.
faRegistrationGroup
A collection of objects providing management information for the registration function within a foreign agent.
haRegistrationGroup
A collection of objects providing management information for the registration function within a home agent.
haRegNodeCountersGroup
A collection of objects providing management information for counters related to the registration function within a home agent.

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list