MIBs Depot

MIP-MIB

Registered at
1.3.6.1.2.1.44
Last updated
1996-06-04 00:00
Organization
IETF Mobile IP Working Group
Namespace
standard
Source file
MIP-MIB
Digest
sha256:a4e264e1ae4680b5d4f88248799a995e9a61b252e2d5ee86150f7502129d8082

Description

The MIB Module for the Mobile IP.

Contact

David Cong Postal: Motorola 1301 E. Algonquin Rd. Schaumburg, IL 60196 Phone: +1-847-576-1357 Email: cong@comm.mot.com

Imports

FromSymbols
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, experimental, iso, mib-2
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp, TruthValue

Imported by

1 module(s) in this corpus import this one.

Load order

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

MIP-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
RegistrationFlags
TEXTUAL-CONVENTION
This data type is used to define the registration flags for Mobile IP registration extension: vjCompression -- Request to use VJ compression gre -- Request to use GRE minEnc -- Request to use minimal encapsulation decapsulationByMN -- Decapsulation by mobile node broadcastDatagram -- Request to receive broadcasts simultaneoursBindings -- Request to retain prior binding(s).
current

Objects

NameOIDSyntaxAccessStatus
mipMIBObjects
OBJECT-IDENTITY
1.3.6.1.2.1.44.1
mipSystem
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.1
mipEntities
OBJECT-TYPE
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 to 1 for this object.
1.3.6.1.2.1.44.1.1.1Bits {mobileNode(0), foreignAgent(1), homeAgent(2)}read-onlycurrent
mipEnable
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.1.2INTEGER {enabled(1), disabled(2)}read-writecurrent
mipEncapsulationSupported
OBJECT-TYPE
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), -- Minimal Encapsulation within IP.
1.3.6.1.2.1.44.1.1.3Bits {ipInIp(0), gre(1), minEnc(2), other(3)}read-onlycurrent
mipSecurity
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.2
mipSecAssocTable
OBJECT-TYPE
A table containing Mobility Security Associations.
1.3.6.1.2.1.44.1.2.1not-accessiblecurrent
mipSecAssocEntry
OBJECT-TYPE
One particular Mobility Security Association.
1.3.6.1.2.1.44.1.2.1.1not-accessiblecurrent
mipSecPeerAddress
OBJECT-TYPE
The IP address of the peer entity with which this node shares the mobility security association.
1.3.6.1.2.1.44.1.2.1.1.1IpAddressnot-accessiblecurrent
mipSecSPI
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.2.1.1.2Unsigned32 (0..4294967295)not-accessiblecurrent
mipSecAlgorithmType
OBJECT-TYPE
Type of security algorithm.
1.3.6.1.2.1.44.1.2.1.1.3INTEGER {other(1), md5(2)}read-createcurrent
mipSecAlgorithmMode
OBJECT-TYPE
Security mode used by this algorithm.
1.3.6.1.2.1.44.1.2.1.1.4INTEGER {other(1), prefixSuffix(2)}read-createcurrent
mipSecKey
OBJECT-TYPE
The shared secret key for the security associations. Reading this object will always return zero length value.
1.3.6.1.2.1.44.1.2.1.1.5OCTET STRING (SIZE(16))read-createcurrent
mipSecReplayMethod
OBJECT-TYPE
The replay-protection method supported for this SPI within this Mobility Security Association.
1.3.6.1.2.1.44.1.2.1.1.6INTEGER {other(1), timestamps(2), nonces(3)}read-createcurrent
mipSecTotalViolations
OBJECT-TYPE
Total number of security violations in the entity
1.3.6.1.2.1.44.1.2.2Counter32read-onlycurrent
mipSecViolationTable
OBJECT-TYPE
A table containing information about security violations.
1.3.6.1.2.1.44.1.2.3not-accessiblecurrent
mipSecViolationEntry
OBJECT-TYPE
Information about one particular security violation.
1.3.6.1.2.1.44.1.2.3.1not-accessiblecurrent
mipSecViolatorAddress
OBJECT-TYPE
Violator's IP address. The violator is not necessary in the mipSecAssocTable.
1.3.6.1.2.1.44.1.2.3.1.1IpAddressread-onlycurrent
mipSecViolationCounter
OBJECT-TYPE
Total number of security violations for this peer.
1.3.6.1.2.1.44.1.2.3.1.2Counter32read-onlycurrent
mipSecRecentViolationSPI
OBJECT-TYPE
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, then this is the SPI from the offending authentication extension. In all other cases, it should be set to zero.
1.3.6.1.2.1.44.1.2.3.1.3Integer32read-onlycurrent
mipSecRecentViolationTime
OBJECT-TYPE
Time of the most recent security violation for this peer.
1.3.6.1.2.1.44.1.2.3.1.4TimeStampread-onlycurrent
mipSecRecentViolationIDLow
OBJECT-TYPE
Low-order 32 bits of identification used in request or reply of the most recent security violation for this peer.
1.3.6.1.2.1.44.1.2.3.1.5Integer32read-onlycurrent
mipSecRecentViolationIDHigh
OBJECT-TYPE
High-order 32 bits of identification used in request or reply of the most recent security violation for this peer.
1.3.6.1.2.1.44.1.2.3.1.6Integer32read-onlycurrent
mipSecRecentViolationReason
OBJECT-TYPE
Reason for the most recent security violation for this peer.
1.3.6.1.2.1.44.1.2.3.1.7INTEGER {noMobilitySecurityAssociation(1), badAuthenticator(2), badIdentifier(3), badSPI(4), missingSecurityExtension(5), other(6)}read-onlycurrent
mipMN
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.3
mnSystem
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.3.1
mnState
OBJECT-TYPE
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 unknown -- MN can not determine its state.
1.3.6.1.2.1.44.1.3.1.1INTEGER {home(1), registered(2), pending(3), isolated(4), unknown(5)}read-onlycurrent
mnHomeAddress
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.1.2IpAddressread-onlycurrent
mnHATable
OBJECT-TYPE
A table containing all of the mobile node's potential home agents.
1.3.6.1.2.1.44.1.3.1.3not-accessiblecurrent
mnHAEntry
OBJECT-TYPE
Information for a particular Home Agent.
1.3.6.1.2.1.44.1.3.1.3.1not-accessiblecurrent
mnHAAddress
OBJECT-TYPE
IP address of mobile node's Home Agent.
1.3.6.1.2.1.44.1.3.1.3.1.1IpAddressnot-accessiblecurrent
mnCurrentHA
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.1.3.1.2TruthValueread-onlycurrent
mnHAStatus
OBJECT-TYPE
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, and deregister from that home agent.
1.3.6.1.2.1.44.1.3.1.3.1.3RowStatusread-createcurrent
mnDiscovery
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.3.2
mnFATable
OBJECT-TYPE
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 by the mobile node. If an advertisement expires, its entry(s) should be deleted from the table. One foreign agent can provide more than one COA in its advertisements.
1.3.6.1.2.1.44.1.3.2.1not-accessiblecurrent
mnFAEntry
OBJECT-TYPE
One pair of foreign agent IP address and COA for that foreign agent.
1.3.6.1.2.1.44.1.3.2.1.1not-accessiblecurrent
mnFAAddress
OBJECT-TYPE
Foreign agent's IP address.
1.3.6.1.2.1.44.1.3.2.1.1.1IpAddressread-onlycurrent
mnCOA
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.2.1.1.2IpAddressread-onlycurrent
mnRecentAdvReceived
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.3.2.2
mnAdvSourceAddress
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.2.2.1IpAddressread-onlycurrent
mnAdvSequence
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.2.2.2INTEGER (0..65535)read-onlycurrent
mnAdvFlags
OBJECT-TYPE
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 Minimal Encapsulation foreignAgent, -- Agent is a Foreign Agent homeAgent, -- Agent is a Home Agent busy, -- Foreign Agent is busy regRequired, -- FA registration is required.
1.3.6.1.2.1.44.1.3.2.2.3Bits {vjCompression(0), gre(1), minEnc(2), foreignAgent(3), homeAgent(4), busy(5), regRequired(6)}read-onlycurrent
mnAdvMaxRegLifetime
OBJECT-TYPE
The longest lifetime in seconds that the agent is willing to accept in any registration request.
1.3.6.1.2.1.44.1.3.2.2.4INTEGER (0..65535)read-onlycurrent
mnAdvMaxAdvLifetime
OBJECT-TYPE
The maximum length of time that the Advertisement is considered valid in the absence of further Advertisements.
1.3.6.1.2.1.44.1.3.2.2.5INTEGER (0..65535)read-onlycurrent
mnAdvTimeReceived
OBJECT-TYPE
The time at which the most recently received advertisement was received.
1.3.6.1.2.1.44.1.3.2.2.6TimeStampread-onlycurrent
mnSolicitationsSent
OBJECT-TYPE
Total number of Solicitation sent by the mobile node.
1.3.6.1.2.1.44.1.3.2.3Counter32read-onlycurrent
mnAdvertisementsReceived
OBJECT-TYPE
Total number of advertisements received by the mobile node.
1.3.6.1.2.1.44.1.3.2.4Counter32read-onlycurrent
mnAdvsDroppedInvalidExtension
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.2.5Counter32read-onlycurrent
mnAdvsIgnoredUnknownExtension
OBJECT-TYPE
Total number of unrecognized extensions in the range 128-255 that were ignored by the mobile node.
1.3.6.1.2.1.44.1.3.2.6Counter32read-onlycurrent
mnMoveFromHAToFA
OBJECT-TYPE
Number of times that the mobile node has decided to move from its home network to a foreign network.
1.3.6.1.2.1.44.1.3.2.7Counter32read-onlycurrent
mnMoveFromFAToFA
OBJECT-TYPE
Number of times that the mobile node has decided to move from one foreign network to another foreign network.
1.3.6.1.2.1.44.1.3.2.8Counter32read-onlycurrent
mnMoveFromFAToHA
OBJECT-TYPE
Number of times that the mobile node has decided to move from a foreign network to its home network.
1.3.6.1.2.1.44.1.3.2.9Counter32read-onlycurrent
mnGratuitousARPsSend
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.2.10Counter32read-onlycurrent
mnAgentRebootsDectected
OBJECT-TYPE
Total number of agent reboots detected by the mobile node through sequence number of the advertisement.
1.3.6.1.2.1.44.1.3.2.11Counter32read-onlycurrent
mnRegistration
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.3.3
mnRegistrationTable
OBJECT-TYPE
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 table are also updated if when Registration Requests are retransmitted.
1.3.6.1.2.1.44.1.3.3.1not-accessiblecurrent
mnRegistrationEntry
OBJECT-TYPE
Information about one registration attempt.
1.3.6.1.2.1.44.1.3.3.1.1not-accessiblecurrent
mnRegAgentAddress
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.3.1.1.1IpAddressread-onlycurrent
mnRegCOA
OBJECT-TYPE
Care-of address for the registration.
1.3.6.1.2.1.44.1.3.3.1.1.2IpAddressread-onlycurrent
mnRegFlags
OBJECT-TYPE
Registration flags sent by the mobile node. It is the second byte in the Mobile IP Registratation Request message.
1.3.6.1.2.1.44.1.3.3.1.1.3RegistrationFlagsread-onlycurrent
mnRegIDLow
OBJECT-TYPE
Low-order 32 bits of the Identification used in that registration by the mobile node.
1.3.6.1.2.1.44.1.3.3.1.1.4Integer32read-onlycurrent
mnRegIDHigh
OBJECT-TYPE
High-order 32 bits of the Identification used in that registration by the mobile node.
1.3.6.1.2.1.44.1.3.3.1.1.5Integer32read-onlycurrent
mnRegTimeRequested
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.3.1.1.6Integer32read-onlycurrent
mnRegTimeRemaining
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.3.1.1.7Gauge32read-onlycurrent
mnRegTimeSent
OBJECT-TYPE
The time when the last (re-)transmission occured.
1.3.6.1.2.1.44.1.3.3.1.1.8TimeStampread-onlycurrent
mnRegIsAccepted
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.3.1.1.9TruthValueread-onlycurrent
mnCOAIsLocal
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.3.1.1.10TruthValueread-onlycurrent
mnRegRequestsSent
OBJECT-TYPE
Total number of registration requests sent by the mobile node. This does not include deregistrations (those with Lifetime equal to zero).
1.3.6.1.2.1.44.1.3.3.2Counter32read-onlycurrent
mnDeRegRequestsSent
OBJECT-TYPE
Total number of deregistration requests sent by the mobile node (those with Lifetime equal to zero).
1.3.6.1.2.1.44.1.3.3.3Counter32read-onlycurrent
mnRegRepliesRecieved
OBJECT-TYPE
Total number of registration replies received by the mobile node in which the Lifetime is greater than zero.
1.3.6.1.2.1.44.1.3.3.4Counter32read-onlycurrent
mnDeRegRepliesRecieved
OBJECT-TYPE
Total number of (de)registration replies received by the mobile node in which the Lifetime is equal to zero.
1.3.6.1.2.1.44.1.3.3.5Counter32read-onlycurrent
mnRepliesInvalidHomeAddress
OBJECT-TYPE
Total number of replies with invalid home address for the mobile node.
1.3.6.1.2.1.44.1.3.3.6Counter32read-onlycurrent
mnRepliesUnknownHA
OBJECT-TYPE
Total number of replies with unknown home agents (not in home agent table).
1.3.6.1.2.1.44.1.3.3.7Counter32read-onlycurrent
mnRepliesUnknownFA
OBJECT-TYPE
Total number of replies with unknown foreign agents if replies relayed through foreign agent.
1.3.6.1.2.1.44.1.3.3.8Counter32read-onlycurrent
mnRepliesInvalidID
OBJECT-TYPE
Total number of replies with invalid Identification fields.
1.3.6.1.2.1.44.1.3.3.9Counter32read-onlycurrent
mnRepliesDroppedInvalidExtension
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.3.3.10Counter32read-onlycurrent
mnRepliesIgnoredUnknownExtension
OBJECT-TYPE
Total number of Registration Replies that contained one or more unrecognized extensions in the range 128-255 that were ignored by the mobile node.
1.3.6.1.2.1.44.1.3.3.11Counter32read-onlycurrent
mnRepliesHAAuthenticationFailure
OBJECT-TYPE
Total number of replies without a valid Home Agent to Mobile Node authenticator.
1.3.6.1.2.1.44.1.3.3.12Counter32read-onlycurrent
mnRepliesFAAuthenticationFailure
OBJECT-TYPE
Total number of replies without a valid Foreign Agent to Mobile Node authenticator.
1.3.6.1.2.1.44.1.3.3.13Counter32read-onlycurrent
mnRegRequestsAccepted
OBJECT-TYPE
Total number of registration requests accepted by the mobile node's home agent (Code 0 and Code 1).
1.3.6.1.2.1.44.1.3.3.14Counter32read-onlycurrent
mnRegRequestsDeniedByHA
OBJECT-TYPE
Total number of registration requests denied by mobile node's home agent (Sum of Code 128 through Code 191).
1.3.6.1.2.1.44.1.3.3.15Counter32read-onlycurrent
mnRegRequestsDeniedByFA
OBJECT-TYPE
Total number of registration requests denied by the foreign agent (Sum of Codes 64 through Code 127).
1.3.6.1.2.1.44.1.3.3.16Counter32read-onlycurrent
mnRegRequestsDeniedByHADueToID
OBJECT-TYPE
Total number of Registration Request denied by home agent due to identification mismatch.
1.3.6.1.2.1.44.1.3.3.17Counter32read-onlycurrent
mnRegRequestsWithDirectedBroadcast
OBJECT-TYPE
Total number of Registration Requests sent by mobile node with a directed broadcast address in the home agent field.
1.3.6.1.2.1.44.1.3.3.18Counter32read-onlycurrent
mipMA
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.4
maAdvertisement
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.4.2
maAdvConfigTable
OBJECT-TYPE
A table containing configurable advertisement parameters for all advertisement interfaces in the mobility agent.
1.3.6.1.2.1.44.1.4.2.1not-accessiblecurrent
maAdvConfigEntry
OBJECT-TYPE
Advertisement parameters for one advertisement interface.
1.3.6.1.2.1.44.1.4.2.1.1not-accessiblecurrent
maInterfaceAddress
OBJECT-TYPE
IP address for advertisement interface.
1.3.6.1.2.1.44.1.4.2.1.1.1IpAddressnot-accessiblecurrent
maAdvMaxRegLifetime
OBJECT-TYPE
The longest lifetime in seconds that mobility agent is willing to accept in any Registration Request.
1.3.6.1.2.1.44.1.4.2.1.1.2Integer32 (0..65535)read-createcurrent
maAdvPrefixLengthInclusion
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.4.2.1.1.3TruthValueread-createcurrent
maAdvAddress
OBJECT-TYPE
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).
1.3.6.1.2.1.44.1.4.2.1.1.4IpAddressread-createcurrent
maAdvMaxInterval
OBJECT-TYPE
The maximum time in seconds between successive transmissions of Agent Advertisements from this interface.
1.3.6.1.2.1.44.1.4.2.1.1.5Integer32 (4..1800)read-createcurrent
maAdvMinInterval
OBJECT-TYPE
The minimum time in seconds between successive transmissions of Agent Advertisements from this interface.
1.3.6.1.2.1.44.1.4.2.1.1.6Integer32 (3..1800)read-createcurrent
maAdvMaxAdvLifetime
OBJECT-TYPE
The time (in seconds) to be placed in the Lifetime field of the RFC 1256-portion of the Agent Advertisements sent over this interface.
1.3.6.1.2.1.44.1.4.2.1.1.7Integer32 (4..9000)read-createcurrent
maAdvResponseSolicitationOnly
OBJECT-TYPE
The flag indicates whether the advertisement from that interface should be sent only in response to an Agent Solicitation message.
1.3.6.1.2.1.44.1.4.2.1.1.8TruthValueread-createcurrent
maAdvStatus
OBJECT-TYPE
The row status for the agent advertisement table. If this column status is 'active', the manager should not change any column in the row.
1.3.6.1.2.1.44.1.4.2.1.1.9RowStatusread-createcurrent
maAdvertisementsSent
OBJECT-TYPE
Total number of advertisements sent by the mobility agent.
1.3.6.1.2.1.44.1.4.2.2Counter32read-onlycurrent
maAdvsSentForSolicitation
OBJECT-TYPE
Total number of advertisements sent by mobility agent in response to mobile node solicitations.
1.3.6.1.2.1.44.1.4.2.3Counter32read-onlycurrent
maSolicitationsReceived
OBJECT-TYPE
Total number of solicitations received by the mobility agent.
1.3.6.1.2.1.44.1.4.2.4Counter32read-onlycurrent
mipFA
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.5
faSystem
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.5.1
faCOATable
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.5.1.1not-accessiblecurrent
faCOAEntry
OBJECT-TYPE
Entry of COA
1.3.6.1.2.1.44.1.5.1.1.1not-accessiblecurrent
faSupportedCOA
OBJECT-TYPE
Care-of-address supported by this foreign agent.
1.3.6.1.2.1.44.1.5.1.1.1.1IpAddressnot-accessiblecurrent
faCOAStatus
OBJECT-TYPE
The row status for COA entry.
1.3.6.1.2.1.44.1.5.1.1.1.2RowStatusread-createcurrent
faAdvertisement
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.5.2
faIsBusy
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.5.2.1TruthValueread-onlycurrent
faRegistrationRequired
OBJECT-TYPE
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 set to 1.
1.3.6.1.2.1.44.1.5.2.2TruthValueread-writecurrent
faRegistration
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.5.3
faVisitorTable
OBJECT-TYPE
A table containing the foreign agent's visitor list. The foreign agent updates this table in response to registration events from mobile nodes.
1.3.6.1.2.1.44.1.5.3.1not-accessiblecurrent
faVisitorEntry
OBJECT-TYPE
Information for one visitor.
1.3.6.1.2.1.44.1.5.3.1.1not-accessiblecurrent
faVisitorIPAddress
OBJECT-TYPE
Source IP address of visitor's Registration Request.
1.3.6.1.2.1.44.1.5.3.1.1.1IpAddressread-onlycurrent
faVisitorHomeAddress
OBJECT-TYPE
Home (IP) address of visiting mobile node.
1.3.6.1.2.1.44.1.5.3.1.1.2IpAddressread-onlycurrent
faVisitorHomeAgentAddress
OBJECT-TYPE
Home agent IP address for that visiting mobile node.
1.3.6.1.2.1.44.1.5.3.1.1.3IpAddressread-onlycurrent
faVisitorTimeGranted
OBJECT-TYPE
The lifetime in seconds granted to the mobile node for this registration. Only valid if faVisitorRegIsAccepted is true(1).
1.3.6.1.2.1.44.1.5.3.1.1.4Integer32read-onlycurrent
faVisitorTimeRemaining
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.5.3.1.1.5Gauge32read-onlycurrent
faVisitorRegFlags
OBJECT-TYPE
Registration flags sent by mobile node.
1.3.6.1.2.1.44.1.5.3.1.1.6RegistrationFlagsread-onlycurrent
faVisitorRegIDLow
OBJECT-TYPE
Low 32 bits of Identification used in that registration by the mobile node.
1.3.6.1.2.1.44.1.5.3.1.1.7Integer32read-onlycurrent
faVisitorRegIDHigh
OBJECT-TYPE
High 32 bits of Identification used in that registration by the mobile node.
1.3.6.1.2.1.44.1.5.3.1.1.8Integer32read-onlycurrent
faVisitorRegIsAccepted
OBJECT-TYPE
Whether the registration has been accepted or not. If it is false(2), this registration is still pending for reply.
1.3.6.1.2.1.44.1.5.3.1.1.9TruthValueread-onlycurrent
faRegRequestsReceived
OBJECT-TYPE
Total number of valid Registration Requests received.
1.3.6.1.2.1.44.1.5.3.2Counter32read-onlycurrent
faRegRequestsRelayed
OBJECT-TYPE
Total number of Registration Requests relayed to home agent by foreign agent.
1.3.6.1.2.1.44.1.5.3.3Counter32read-onlycurrent
faReasonUnspecified
OBJECT-TYPE
Total number of Registration Requests denied by foreign agent -- reason unspecified (Code 64).
1.3.6.1.2.1.44.1.5.3.4Counter32read-onlycurrent
faAdmProhibited
OBJECT-TYPE
Total number of Registration Requests denied by foreign agent -- administratively prohibited (Code 65).
1.3.6.1.2.1.44.1.5.3.5Counter32read-onlycurrent
faInsufficientResource
OBJECT-TYPE
Total number of Registration Requests denied by foreign agent -- insufficient resources (Code 66).
1.3.6.1.2.1.44.1.5.3.6Counter32read-onlycurrent
faMNAuthenticationFailure
OBJECT-TYPE
Total number of Registration Requests denied by foreign agent -- mobile node failed authentication (Code 67).
1.3.6.1.2.1.44.1.5.3.7Counter32read-onlycurrent
faRegLifetimeTooLong
OBJECT-TYPE
Total number of Registration Requests denied by foreign agent -- requested lifetime too long (Code 69).
1.3.6.1.2.1.44.1.5.3.8Counter32read-onlycurrent
faPoorlyFormedRequests
OBJECT-TYPE
Total number of Registration Requests denied by foreign agent -- poorly formed request (Code 70).
1.3.6.1.2.1.44.1.5.3.9Counter32read-onlycurrent
faEncapsulationUnavailable
OBJECT-TYPE
Total number of Registration Requests denied by foreign agent -- requested encapsulation unavailable (Code 72).
1.3.6.1.2.1.44.1.5.3.10Counter32read-onlycurrent
faVJCompressionUnavailable
OBJECT-TYPE
Total number of Registration Requests denied by foreign agent -- requested Van Jacobson header compression unavailable (Code 73).
1.3.6.1.2.1.44.1.5.3.11Counter32read-onlycurrent
faHAUnreachable
OBJECT-TYPE
Total number of Registration Requests denied by foreign agent -- home agent unreachable (Codes 80-95).
1.3.6.1.2.1.44.1.5.3.12Counter32read-onlycurrent
faRegRepliesRecieved
OBJECT-TYPE
Total number of well-formed Registration Replies received by foreign agent.
1.3.6.1.2.1.44.1.5.3.13Counter32read-onlycurrent
faRegRepliesRelayed
OBJECT-TYPE
Total number of valid Registration Replies relayed to the mobile node by foreign agent.
1.3.6.1.2.1.44.1.5.3.14Counter32read-onlycurrent
faHAAuthenticationFailure
OBJECT-TYPE
Total number of Registration Replies denied by foreign agent -- home agent failed authentication (Code 68).
1.3.6.1.2.1.44.1.5.3.15Counter32read-onlycurrent
faPoorlyFormedReplies
OBJECT-TYPE
Total number of Registration Replies denied by foreign agent -- poorly formed reply (Code 71).
1.3.6.1.2.1.44.1.5.3.16Counter32read-onlycurrent
mipHA
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.6
haRegistration
OBJECT-IDENTITY
1.3.6.1.2.1.44.1.6.3
haMobilityBindingTable
OBJECT-TYPE
A table containing the home agent's mobility binding list. The home agent updates this table in response to registration events from mobile nodes.
1.3.6.1.2.1.44.1.6.3.1not-accessiblecurrent
haMobilityBindingEntry
OBJECT-TYPE
An entry on the mobility binding list.
1.3.6.1.2.1.44.1.6.3.1.1not-accessiblecurrent
haMobilityBindingMN
OBJECT-TYPE
Mobile node's home (IP) address.
1.3.6.1.2.1.44.1.6.3.1.1.1IpAddressread-onlycurrent
haMobilityBindingCOA
OBJECT-TYPE
Mobile node's care-of-address. One mobile node can have multiple bindings with different care-of-addresses.
1.3.6.1.2.1.44.1.6.3.1.1.2IpAddressread-onlycurrent
haMobilityBindingSourceAddress
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.6.3.1.1.3IpAddressread-onlycurrent
haMobilityBindingRegFlags
OBJECT-TYPE
Registration flags sent by mobile node.
1.3.6.1.2.1.44.1.6.3.1.1.4RegistrationFlagsread-onlycurrent
haMobilityBindingRegIDLow
OBJECT-TYPE
Low 32 bits of Identification used in that binding by the mobile node.
1.3.6.1.2.1.44.1.6.3.1.1.5Integer32read-onlycurrent
haMobilityBindingRegIDHigh
OBJECT-TYPE
High 32 bits of Identification used in that binding by the mobile node.
1.3.6.1.2.1.44.1.6.3.1.1.6Integer32read-onlycurrent
haMobilityBindingTimeGranted
OBJECT-TYPE
The lifetime in seconds granted to the mobile node for this registration.
1.3.6.1.2.1.44.1.6.3.1.1.7Integer32read-onlycurrent
haMobilityBindingTimeRemaining
OBJECT-TYPE
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.
1.3.6.1.2.1.44.1.6.3.1.1.8Gauge32read-onlycurrent
haCounterTable
OBJECT-TYPE
A table containing registration statistics for all mobile nodes authorized to use this home agent.
1.3.6.1.2.1.44.1.6.3.2not-accessiblecurrent
haCounterEntry
OBJECT-TYPE
Registration statistics for one mobile node.
1.3.6.1.2.1.44.1.6.3.2.1not-accessiblecurrent
haServiceRequestsAccepted
OBJECT-TYPE
Total number of service requests for the mobile node accepted by the home agent (Code 0 + Code 1).
1.3.6.1.2.1.44.1.6.3.2.1.2Counter32read-onlycurrent
haServiceRequestsDenied
OBJECT-TYPE
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).
1.3.6.1.2.1.44.1.6.3.2.1.3Counter32read-onlycurrent
haOverallServiceTime
OBJECT-TYPE
Overall service time (in seconds) that has accumulated for the mobile node since the home agent last rebooted.
1.3.6.1.2.1.44.1.6.3.2.1.4Gauge32read-onlycurrent
haRecentServiceAcceptedTime
OBJECT-TYPE
The time at which the most recent Registration Request was accepted by the home agent for this mobile node.
1.3.6.1.2.1.44.1.6.3.2.1.5TimeStampread-onlycurrent
haRecentServiceDeniedTime
OBJECT-TYPE
The time at which the most recent Registration Request was denied by the home agent for this mobile node.
1.3.6.1.2.1.44.1.6.3.2.1.6TimeStampread-onlycurrent
haRecentServiceDeniedCode
OBJECT-TYPE
The Code indicating the reason why the most recent Registration Request for this mobile node was rejected by the home agent.
1.3.6.1.2.1.44.1.6.3.2.1.7INTEGER {reasonUnspecified(128), admProhibited(129), insufficientResource(130), mnAuthenticationFailure(131), faAuthenticationFailure(132), idMismatch(133), poorlyFormedRequest(134), tooManyBindings(135), unknownHA(136)}read-onlycurrent
haRegistrationAccepted
OBJECT-TYPE
Total number of Registration Requests accepted by home agent (Code 0).
1.3.6.1.2.1.44.1.6.3.3Counter32read-onlycurrent
haMultiBindingUnsupported
OBJECT-TYPE
Total number of Registration Requests accepted by home agent -- simultaneous mobility bindings unsupported (Code 1).
1.3.6.1.2.1.44.1.6.3.4Counter32read-onlycurrent
haReasonUnspecified
OBJECT-TYPE
Total number of Registration Requests denied by home agent -- reason unspecified (Code 128).
1.3.6.1.2.1.44.1.6.3.5Counter32read-onlycurrent
haAdmProhibited
OBJECT-TYPE
Total number of Registration Requests denied by home agent -- administratively prohibited (Code 129).
1.3.6.1.2.1.44.1.6.3.6Counter32read-onlycurrent
haInsufficientResource
OBJECT-TYPE
Total number of Registration Requests denied by home agent -- insufficient resources (Code 130).
1.3.6.1.2.1.44.1.6.3.7Counter32read-onlycurrent
haMNAuthenticationFailure
OBJECT-TYPE
Total number of Registration Requests denied by home agent -- mobile node failed authentication (Code 131).
1.3.6.1.2.1.44.1.6.3.8Counter32read-onlycurrent
haFAAuthenticationFailure
OBJECT-TYPE
Total number of Registration Requests denied by home agent -- foreign agent failed authentication (Code 132).
1.3.6.1.2.1.44.1.6.3.9Counter32read-onlycurrent
haIDMismatch
OBJECT-TYPE
Total number of Registration Requests denied by home agent -- Identification mismatch (Code 133).
1.3.6.1.2.1.44.1.6.3.10Counter32read-onlycurrent
haPoorlyFormedRequest
OBJECT-TYPE
Total number of Registration Requests denied by home agent -- poorly formed request (Code 134).
1.3.6.1.2.1.44.1.6.3.11Counter32read-onlycurrent
haTooManyBindings
OBJECT-TYPE
Total number of Registration Requests denied by home agent -- too many simultaneous mobility bindings (Code 135).
1.3.6.1.2.1.44.1.6.3.12Counter32read-onlycurrent
haUnknownHA
OBJECT-TYPE
Total number of Registration Requests denied by home agent -- unknown home agent address (Code 136).
1.3.6.1.2.1.44.1.6.3.13Counter32read-onlycurrent
haGratuitiousARPsSent
OBJECT-TYPE
Total number of gratuition ARPs sent by the home agent on behalf of mobile nodes.
1.3.6.1.2.1.44.1.6.3.14Counter32read-onlycurrent
haProxyARPsSent
OBJECT-TYPE
Total number of proxy ARPs sent by the home agent on behalf of mobile nodes.
1.3.6.1.2.1.44.1.6.3.15Counter32read-onlycurrent
haRegRequestsReceived
OBJECT-TYPE
Total number of Registration Requests received by home agent.
1.3.6.1.2.1.44.1.6.3.16Counter32read-onlycurrent
haDeRegRequestsReceived
OBJECT-TYPE
Total number of Registration Requests received by the home agent with a Lifetime of zero (requests to deregister).
1.3.6.1.2.1.44.1.6.3.17Counter32read-onlycurrent
haRegRepliesSent
OBJECT-TYPE
Total number of Registration Replies sent by the home agent.
1.3.6.1.2.1.44.1.6.3.18Counter32read-onlycurrent
haDeRegRepliesSent
OBJECT-TYPE
Total number of Registration Replies sent by the home agent in response to requests to deregister.
1.3.6.1.2.1.44.1.6.3.19Counter32read-onlycurrent
mipMIBNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.2.1.44.2
mipMIBNotifications
OBJECT-IDENTITY
1.3.6.1.2.1.44.2.0
mipMIBConformance
OBJECT-IDENTITY
1.3.6.1.2.1.44.3
mipGroups
OBJECT-IDENTITY
1.3.6.1.2.1.44.3.1
mipCompliances
OBJECT-IDENTITY
1.3.6.1.2.1.44.3.2

Notifications

NameOIDStatus
mipAuthFailure
NOTIFICATION-TYPE
The mipAuthFailure indicates that the Mobile IP entity has an authentication failure when it validates the mobile Registration Request or Reply. Implementation of this trap is optional.
1.3.6.1.2.1.44.2.0.1current

Conformance

NameOIDStatus
mipSystemGroup
OBJECT-GROUP
A collection of objects providing the basic Mobile IP entity's management information.
1.3.6.1.2.1.44.3.1.1current
mipSecAssociationGroup
OBJECT-GROUP
A collection of objects providing the management information for security associations of Mobile IP entities.
1.3.6.1.2.1.44.3.1.2current
mipSecViolationGroup
OBJECT-GROUP
A collection of objects providing the management information for security violation logging of Mobile IP entities.
1.3.6.1.2.1.44.3.1.3current
mnSystemGroup
OBJECT-GROUP
A collection of objects providing the basic management information for mobile nodes.
1.3.6.1.2.1.44.3.1.4current
mnDiscoveryGroup
OBJECT-GROUP
A collection of objects providing management information for the Agent Discovery function within a mobile node.
1.3.6.1.2.1.44.3.1.5current
mnRegistrationGroup
OBJECT-GROUP
A collection of objects providing management information for the registration function within a mobile node.
1.3.6.1.2.1.44.3.1.6current
maAdvertisementGroup
OBJECT-GROUP
A collection of objects providing management information for the Agent Advertisement function within mobility agents.
1.3.6.1.2.1.44.3.1.7current
faSystemGroup
OBJECT-GROUP
A collection of objects providing the basic management information for foreign agents.
1.3.6.1.2.1.44.3.1.8current
faAdvertisementGroup
OBJECT-GROUP
A collection of objects providing supplemental management information for the Agent Advertisement function within a foreign agent.
1.3.6.1.2.1.44.3.1.9current
faRegistrationGroup
OBJECT-GROUP
A collection of objects providing management information for the registration function within a foreign agent.
1.3.6.1.2.1.44.3.1.10current
haRegistrationGroup
OBJECT-GROUP
A collection of objects providing management information for the registration function within a home agent.
1.3.6.1.2.1.44.3.1.11current
haRegNodeCountersGroup
OBJECT-GROUP
A collection of objects providing management information for counters related to the registration function within a home agent.
1.3.6.1.2.1.44.3.1.12current
mipSecNotificationsGroup
NOTIFICATION-GROUP
The notification related to security violations.
1.3.6.1.2.1.44.3.1.13current
mipCompliance
MODULE-COMPLIANCE
The compliance statement for SNMPv2 entities which implement the Mobile IP MIB.
1.3.6.1.2.1.44.3.2.1current