MIP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: MIP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


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