MIP-MIB

File: MIP-MIB.mib (77636 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF

Imported symbols

Counter32 Gauge32 Integer32
IpAddress experimental MODULE-IDENTITY
OBJECT-TYPE NOTIFICATION-TYPE mib-2
Unsigned32 RowStatus TruthValue
TimeStamp TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP

Defined Types

RegistrationFlags  
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).
TEXTUAL-CONVENTION    
  BITS vjCompression(0), gre(1), minEnc(2), decapsulationbyMN(3), broadcastDatagram(4), simultaneousBindings(5)  

MipSecAssocEntry  
SEQUENCE    
  mipSecPeerAddress IpAddress
  mipSecSPI Unsigned32
  mipSecAlgorithmType INTEGER
  mipSecAlgorithmMode INTEGER
  mipSecKey OCTET STRING
  mipSecReplayMethod INTEGER

MipSecViolationEntry  
SEQUENCE    
  mipSecViolatorAddress IpAddress
  mipSecViolationCounter Counter32
  mipSecRecentViolationSPI Integer32
  mipSecRecentViolationTime TimeStamp
  mipSecRecentViolationIDLow Integer32
  mipSecRecentViolationIDHigh Integer32
  mipSecRecentViolationReason INTEGER

MnHAEntry  
SEQUENCE    
  mnHAAddress IpAddress
  mnCurrentHA TruthValue
  mnHAStatus RowStatus

MnFAEntry  
SEQUENCE    
  mnFAAddress IpAddress
  mnCOA IpAddress

MnRegistrationEntry  
SEQUENCE    
  mnRegAgentAddress IpAddress
  mnRegCOA IpAddress
  mnRegFlags RegistrationFlags
  mnRegIDLow Integer32
  mnRegIDHigh Integer32
  mnRegTimeRequested Integer32
  mnRegTimeRemaining Gauge32
  mnRegTimeSent TimeStamp
  mnRegIsAccepted TruthValue
  mnCOAIsLocal TruthValue

MaAdvConfigEntry  
SEQUENCE    
  maInterfaceAddress IpAddress
  maAdvMaxRegLifetime Integer32
  maAdvPrefixLengthInclusion TruthValue
  maAdvAddress IpAddress
  maAdvMaxInterval Integer32
  maAdvMinInterval Integer32
  maAdvMaxAdvLifetime Integer32
  maAdvResponseSolicitationOnly TruthValue
  maAdvStatus RowStatus

FaCOAEntry  
SEQUENCE    
  faSupportedCOA IpAddress
  faCOAStatus RowStatus

FaVisitorEntry  
SEQUENCE    
  faVisitorIPAddress IpAddress
  faVisitorHomeAddress IpAddress
  faVisitorHomeAgentAddress IpAddress
  faVisitorTimeGranted Integer32
  faVisitorTimeRemaining Gauge32
  faVisitorRegFlags RegistrationFlags
  faVisitorRegIDLow Integer32
  faVisitorRegIDHigh Integer32
  faVisitorRegIsAccepted TruthValue

HaMobilityBindingEntry  
SEQUENCE    
  haMobilityBindingMN IpAddress
  haMobilityBindingCOA IpAddress
  haMobilityBindingSourceAddress IpAddress
  haMobilityBindingRegFlags RegistrationFlags
  haMobilityBindingRegIDLow Integer32
  haMobilityBindingRegIDHigh Integer32
  haMobilityBindingTimeGranted Integer32
  haMobilityBindingTimeRemaining Gauge32

HaCounterEntry  
SEQUENCE    
  haServiceRequestsAccepted Counter32
  haServiceRequestsDenied Counter32
  haOverallServiceTime Gauge32
  haRecentServiceAcceptedTime TimeStamp
  haRecentServiceDeniedTime TimeStamp
  haRecentServiceDeniedCode INTEGER

Defined Values

mipMIB 1.3.6.1.2.1.44
The MIB Module for the Mobile IP.
MODULE-IDENTITY    

mipMIBObjects 1.3.6.1.2.1.44.1
OBJECT IDENTIFIER    

mipSystem 1.3.6.1.2.1.44.1.1
OBJECT IDENTIFIER    

mipSecurity 1.3.6.1.2.1.44.1.2
OBJECT IDENTIFIER    

mipMN 1.3.6.1.2.1.44.1.3
OBJECT IDENTIFIER    

mipMA 1.3.6.1.2.1.44.1.4
OBJECT IDENTIFIER    

mipFA 1.3.6.1.2.1.44.1.5
OBJECT IDENTIFIER    

mipHA 1.3.6.1.2.1.44.1.6
OBJECT IDENTIFIER    

mnSystem 1.3.6.1.2.1.44.1.3.1
OBJECT IDENTIFIER    

mnDiscovery 1.3.6.1.2.1.44.1.3.2
OBJECT IDENTIFIER    

mnRegistration 1.3.6.1.2.1.44.1.3.3
OBJECT IDENTIFIER    

maAdvertisement 1.3.6.1.2.1.44.1.4.2
OBJECT IDENTIFIER    

faSystem 1.3.6.1.2.1.44.1.5.1
OBJECT IDENTIFIER    

faAdvertisement 1.3.6.1.2.1.44.1.5.2
OBJECT IDENTIFIER    

faRegistration 1.3.6.1.2.1.44.1.5.3
OBJECT IDENTIFIER    

haRegistration 1.3.6.1.2.1.44.1.6.3
OBJECT IDENTIFIER    

mipEntities 1.3.6.1.2.1.44.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  BITS mobileNode(0), foreignAgent(1), homeAgent(2)  

mipEnable 1.3.6.1.2.1.44.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

mipEncapsulationSupported 1.3.6.1.2.1.44.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  BITS ipInIp(0), gre(1), minEnc(2), other(3)  

mipSecAssocTable 1.3.6.1.2.1.44.1.2.1
A table containing Mobility Security Associations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MipSecAssocEntry

mipSecAssocEntry 1.3.6.1.2.1.44.1.2.1.1
One particular Mobility Security Association.
Status: current Access: not-accessible
OBJECT-TYPE    
  MipSecAssocEntry  

mipSecPeerAddress 1.3.6.1.2.1.44.1.2.1.1.1
The IP address of the peer entity with which this node shares the mobility security association.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

mipSecSPI 1.3.6.1.2.1.44.1.2.1.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..4294967295  

mipSecAlgorithmType 1.3.6.1.2.1.44.1.2.1.1.3
Type of security algorithm.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), md5(2)  

mipSecAlgorithmMode 1.3.6.1.2.1.44.1.2.1.1.4
Security mode used by this algorithm.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), prefixSuffix(2)  

mipSecKey 1.3.6.1.2.1.44.1.2.1.1.5
The shared secret key for the security associations. Reading this object will always return zero length value.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(16)  

mipSecReplayMethod 1.3.6.1.2.1.44.1.2.1.1.6
The replay-protection method supported for this SPI within this Mobility Security Association.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), timestamps(2), nonces(3)  

mipSecTotalViolations 1.3.6.1.2.1.44.1.2.2
Total number of security violations in the entity
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mipSecViolationTable 1.3.6.1.2.1.44.1.2.3
A table containing information about security violations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MipSecViolationEntry

mipSecViolationEntry 1.3.6.1.2.1.44.1.2.3.1
Information about one particular security violation.
Status: current Access: not-accessible
OBJECT-TYPE    
  MipSecViolationEntry  

mipSecViolatorAddress 1.3.6.1.2.1.44.1.2.3.1.1
Violator's IP address. The violator is not necessary in the mipSecAssocTable.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mipSecViolationCounter 1.3.6.1.2.1.44.1.2.3.1.2
Total number of security violations for this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mipSecRecentViolationSPI 1.3.6.1.2.1.44.1.2.3.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mipSecRecentViolationTime 1.3.6.1.2.1.44.1.2.3.1.4
Time of the most recent security violation for this peer.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

mipSecRecentViolationIDLow 1.3.6.1.2.1.44.1.2.3.1.5
Low-order 32 bits of identification used in request or reply of the most recent security violation for this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mipSecRecentViolationIDHigh 1.3.6.1.2.1.44.1.2.3.1.6
High-order 32 bits of identification used in request or reply of the most recent security violation for this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mipSecRecentViolationReason 1.3.6.1.2.1.44.1.2.3.1.7
Reason for the most recent security violation for this peer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noMobilitySecurityAssociation(1), badAuthenticator(2), badIdentifier(3), badSPI(4), missingSecurityExtension(5), other(6)  

mnState 1.3.6.1.2.1.44.1.3.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER home(1), registered(2), pending(3), isolated(4), unknown(5)  

mnHomeAddress 1.3.6.1.2.1.44.1.3.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mnHATable 1.3.6.1.2.1.44.1.3.1.3
A table containing all of the mobile node's potential home agents.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MnHAEntry

mnHAEntry 1.3.6.1.2.1.44.1.3.1.3.1
Information for a particular Home Agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  MnHAEntry  

mnHAAddress 1.3.6.1.2.1.44.1.3.1.3.1.1
IP address of mobile node's Home Agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

mnCurrentHA 1.3.6.1.2.1.44.1.3.1.3.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

mnHAStatus 1.3.6.1.2.1.44.1.3.1.3.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mnFATable 1.3.6.1.2.1.44.1.3.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MnFAEntry

mnFAEntry 1.3.6.1.2.1.44.1.3.2.1.1
One pair of foreign agent IP address and COA for that foreign agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  MnFAEntry  

mnFAAddress 1.3.6.1.2.1.44.1.3.2.1.1.1
Foreign agent's IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mnCOA 1.3.6.1.2.1.44.1.3.2.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mnRecentAdvReceived 1.3.6.1.2.1.44.1.3.2.2
OBJECT IDENTIFIER    

mnAdvSourceAddress 1.3.6.1.2.1.44.1.3.2.2.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mnAdvSequence 1.3.6.1.2.1.44.1.3.2.2.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

mnAdvFlags 1.3.6.1.2.1.44.1.3.2.2.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  BITS vjCompression(0), gre(1), minEnc(2), foreignAgent(3), homeAgent(4), busy(5), regRequired(6)  

mnAdvMaxRegLifetime 1.3.6.1.2.1.44.1.3.2.2.4
The longest lifetime in seconds that the agent is willing to accept in any registration request.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

mnAdvMaxAdvLifetime 1.3.6.1.2.1.44.1.3.2.2.5
The maximum length of time that the Advertisement is considered valid in the absence of further Advertisements.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

mnAdvTimeReceived 1.3.6.1.2.1.44.1.3.2.2.6
The time at which the most recently received advertisement was received.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

mnSolicitationsSent 1.3.6.1.2.1.44.1.3.2.3
Total number of Solicitation sent by the mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnAdvertisementsReceived 1.3.6.1.2.1.44.1.3.2.4
Total number of advertisements received by the mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnAdvsDroppedInvalidExtension 1.3.6.1.2.1.44.1.3.2.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnAdvsIgnoredUnknownExtension 1.3.6.1.2.1.44.1.3.2.6
Total number of unrecognized extensions in the range 128-255 that were ignored by the mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnMoveFromHAToFA 1.3.6.1.2.1.44.1.3.2.7
Number of times that the mobile node has decided to move from its home network to a foreign network.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnMoveFromFAToFA 1.3.6.1.2.1.44.1.3.2.8
Number of times that the mobile node has decided to move from one foreign network to another foreign network.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnMoveFromFAToHA 1.3.6.1.2.1.44.1.3.2.9
Number of times that the mobile node has decided to move from a foreign network to its home network.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnGratuitousARPsSend 1.3.6.1.2.1.44.1.3.2.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnAgentRebootsDectected 1.3.6.1.2.1.44.1.3.2.11
Total number of agent reboots detected by the mobile node through sequence number of the advertisement.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRegistrationTable 1.3.6.1.2.1.44.1.3.3.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MnRegistrationEntry

mnRegistrationEntry 1.3.6.1.2.1.44.1.3.3.1.1
Information about one registration attempt.
Status: current Access: not-accessible
OBJECT-TYPE    
  MnRegistrationEntry  

mnRegAgentAddress 1.3.6.1.2.1.44.1.3.3.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mnRegCOA 1.3.6.1.2.1.44.1.3.3.1.1.2
Care-of address for the registration.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mnRegFlags 1.3.6.1.2.1.44.1.3.3.1.1.3
Registration flags sent by the mobile node. It is the second byte in the Mobile IP Registratation Request message.
Status: current Access: read-only
OBJECT-TYPE    
  RegistrationFlags  

mnRegIDLow 1.3.6.1.2.1.44.1.3.3.1.1.4
Low-order 32 bits of the Identification used in that registration by the mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mnRegIDHigh 1.3.6.1.2.1.44.1.3.3.1.1.5
High-order 32 bits of the Identification used in that registration by the mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mnRegTimeRequested 1.3.6.1.2.1.44.1.3.3.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mnRegTimeRemaining 1.3.6.1.2.1.44.1.3.3.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

mnRegTimeSent 1.3.6.1.2.1.44.1.3.3.1.1.8
The time when the last (re-)transmission occured.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

mnRegIsAccepted 1.3.6.1.2.1.44.1.3.3.1.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

mnCOAIsLocal 1.3.6.1.2.1.44.1.3.3.1.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

mnRegRequestsSent 1.3.6.1.2.1.44.1.3.3.2
Total number of registration requests sent by the mobile node. This does not include deregistrations (those with Lifetime equal to zero).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnDeRegRequestsSent 1.3.6.1.2.1.44.1.3.3.3
Total number of deregistration requests sent by the mobile node (those with Lifetime equal to zero).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRegRepliesRecieved 1.3.6.1.2.1.44.1.3.3.4
Total number of registration replies received by the mobile node in which the Lifetime is greater than zero.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnDeRegRepliesRecieved 1.3.6.1.2.1.44.1.3.3.5
Total number of (de)registration replies received by the mobile node in which the Lifetime is equal to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRepliesInvalidHomeAddress 1.3.6.1.2.1.44.1.3.3.6
Total number of replies with invalid home address for the mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRepliesUnknownHA 1.3.6.1.2.1.44.1.3.3.7
Total number of replies with unknown home agents (not in home agent table).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRepliesUnknownFA 1.3.6.1.2.1.44.1.3.3.8
Total number of replies with unknown foreign agents if replies relayed through foreign agent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRepliesInvalidID 1.3.6.1.2.1.44.1.3.3.9
Total number of replies with invalid Identification fields.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRepliesDroppedInvalidExtension 1.3.6.1.2.1.44.1.3.3.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRepliesIgnoredUnknownExtension 1.3.6.1.2.1.44.1.3.3.11
Total number of Registration Replies that contained one or more unrecognized extensions in the range 128-255 that were ignored by the mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRepliesHAAuthenticationFailure 1.3.6.1.2.1.44.1.3.3.12
Total number of replies without a valid Home Agent to Mobile Node authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRepliesFAAuthenticationFailure 1.3.6.1.2.1.44.1.3.3.13
Total number of replies without a valid Foreign Agent to Mobile Node authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRegRequestsAccepted 1.3.6.1.2.1.44.1.3.3.14
Total number of registration requests accepted by the mobile node's home agent (Code 0 and Code 1).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRegRequestsDeniedByHA 1.3.6.1.2.1.44.1.3.3.15
Total number of registration requests denied by mobile node's home agent (Sum of Code 128 through Code 191).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRegRequestsDeniedByFA 1.3.6.1.2.1.44.1.3.3.16
Total number of registration requests denied by the foreign agent (Sum of Codes 64 through Code 127).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRegRequestsDeniedByHADueToID 1.3.6.1.2.1.44.1.3.3.17
Total number of Registration Request denied by home agent due to identification mismatch.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mnRegRequestsWithDirectedBroadcast 1.3.6.1.2.1.44.1.3.3.18
Total number of Registration Requests sent by mobile node with a directed broadcast address in the home agent field.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

maAdvConfigTable 1.3.6.1.2.1.44.1.4.2.1
A table containing configurable advertisement parameters for all advertisement interfaces in the mobility agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MaAdvConfigEntry

maAdvConfigEntry 1.3.6.1.2.1.44.1.4.2.1.1
Advertisement parameters for one advertisement interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  MaAdvConfigEntry  

maInterfaceAddress 1.3.6.1.2.1.44.1.4.2.1.1.1
IP address for advertisement interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

maAdvMaxRegLifetime 1.3.6.1.2.1.44.1.4.2.1.1.2
The longest lifetime in seconds that mobility agent is willing to accept in any Registration Request.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

maAdvPrefixLengthInclusion 1.3.6.1.2.1.44.1.4.2.1.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

maAdvAddress 1.3.6.1.2.1.44.1.4.2.1.1.4
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).
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

maAdvMaxInterval 1.3.6.1.2.1.44.1.4.2.1.1.5
The maximum time in seconds between successive transmissions of Agent Advertisements from this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 4..1800  

maAdvMinInterval 1.3.6.1.2.1.44.1.4.2.1.1.6
The minimum time in seconds between successive transmissions of Agent Advertisements from this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 3..1800  

maAdvMaxAdvLifetime 1.3.6.1.2.1.44.1.4.2.1.1.7
The time (in seconds) to be placed in the Lifetime field of the RFC 1256-portion of the Agent Advertisements sent over this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 4..9000  

maAdvResponseSolicitationOnly 1.3.6.1.2.1.44.1.4.2.1.1.8
The flag indicates whether the advertisement from that interface should be sent only in response to an Agent Solicitation message.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

maAdvStatus 1.3.6.1.2.1.44.1.4.2.1.1.9
The row status for the agent advertisement table. If this column status is 'active', the manager should not change any column in the row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

maAdvertisementsSent 1.3.6.1.2.1.44.1.4.2.2
Total number of advertisements sent by the mobility agent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

maAdvsSentForSolicitation 1.3.6.1.2.1.44.1.4.2.3
Total number of advertisements sent by mobility agent in response to mobile node solicitations.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

maSolicitationsReceived 1.3.6.1.2.1.44.1.4.2.4
Total number of solicitations received by the mobility agent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faCOATable 1.3.6.1.2.1.44.1.5.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FaCOAEntry

faCOAEntry 1.3.6.1.2.1.44.1.5.1.1.1
Entry of COA
Status: current Access: not-accessible
OBJECT-TYPE    
  FaCOAEntry  

faSupportedCOA 1.3.6.1.2.1.44.1.5.1.1.1.1
Care-of-address supported by this foreign agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

faCOAStatus 1.3.6.1.2.1.44.1.5.1.1.1.2
The row status for COA entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

faIsBusy 1.3.6.1.2.1.44.1.5.2.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

faRegistrationRequired 1.3.6.1.2.1.44.1.5.2.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

faVisitorTable 1.3.6.1.2.1.44.1.5.3.1
A table containing the foreign agent's visitor list. The foreign agent updates this table in response to registration events from mobile nodes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FaVisitorEntry

faVisitorEntry 1.3.6.1.2.1.44.1.5.3.1.1
Information for one visitor.
Status: current Access: not-accessible
OBJECT-TYPE    
  FaVisitorEntry  

faVisitorIPAddress 1.3.6.1.2.1.44.1.5.3.1.1.1
Source IP address of visitor's Registration Request.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

faVisitorHomeAddress 1.3.6.1.2.1.44.1.5.3.1.1.2
Home (IP) address of visiting mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

faVisitorHomeAgentAddress 1.3.6.1.2.1.44.1.5.3.1.1.3
Home agent IP address for that visiting mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

faVisitorTimeGranted 1.3.6.1.2.1.44.1.5.3.1.1.4
The lifetime in seconds granted to the mobile node for this registration. Only valid if faVisitorRegIsAccepted is true(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

faVisitorTimeRemaining 1.3.6.1.2.1.44.1.5.3.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

faVisitorRegFlags 1.3.6.1.2.1.44.1.5.3.1.1.6
Registration flags sent by mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  RegistrationFlags  

faVisitorRegIDLow 1.3.6.1.2.1.44.1.5.3.1.1.7
Low 32 bits of Identification used in that registration by the mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

faVisitorRegIDHigh 1.3.6.1.2.1.44.1.5.3.1.1.8
High 32 bits of Identification used in that registration by the mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

faVisitorRegIsAccepted 1.3.6.1.2.1.44.1.5.3.1.1.9
Whether the registration has been accepted or not. If it is false(2), this registration is still pending for reply.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

faRegRequestsReceived 1.3.6.1.2.1.44.1.5.3.2
Total number of valid Registration Requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faRegRequestsRelayed 1.3.6.1.2.1.44.1.5.3.3
Total number of Registration Requests relayed to home agent by foreign agent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faReasonUnspecified 1.3.6.1.2.1.44.1.5.3.4
Total number of Registration Requests denied by foreign agent -- reason unspecified (Code 64).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faAdmProhibited 1.3.6.1.2.1.44.1.5.3.5
Total number of Registration Requests denied by foreign agent -- administratively prohibited (Code 65).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faInsufficientResource 1.3.6.1.2.1.44.1.5.3.6
Total number of Registration Requests denied by foreign agent -- insufficient resources (Code 66).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faMNAuthenticationFailure 1.3.6.1.2.1.44.1.5.3.7
Total number of Registration Requests denied by foreign agent -- mobile node failed authentication (Code 67).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faRegLifetimeTooLong 1.3.6.1.2.1.44.1.5.3.8
Total number of Registration Requests denied by foreign agent -- requested lifetime too long (Code 69).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faPoorlyFormedRequests 1.3.6.1.2.1.44.1.5.3.9
Total number of Registration Requests denied by foreign agent -- poorly formed request (Code 70).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faEncapsulationUnavailable 1.3.6.1.2.1.44.1.5.3.10
Total number of Registration Requests denied by foreign agent -- requested encapsulation unavailable (Code 72).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faVJCompressionUnavailable 1.3.6.1.2.1.44.1.5.3.11
Total number of Registration Requests denied by foreign agent -- requested Van Jacobson header compression unavailable (Code 73).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faHAUnreachable 1.3.6.1.2.1.44.1.5.3.12
Total number of Registration Requests denied by foreign agent -- home agent unreachable (Codes 80-95).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faRegRepliesRecieved 1.3.6.1.2.1.44.1.5.3.13
Total number of well-formed Registration Replies received by foreign agent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faRegRepliesRelayed 1.3.6.1.2.1.44.1.5.3.14
Total number of valid Registration Replies relayed to the mobile node by foreign agent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faHAAuthenticationFailure 1.3.6.1.2.1.44.1.5.3.15
Total number of Registration Replies denied by foreign agent -- home agent failed authentication (Code 68).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

faPoorlyFormedReplies 1.3.6.1.2.1.44.1.5.3.16
Total number of Registration Replies denied by foreign agent -- poorly formed reply (Code 71).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haMobilityBindingTable 1.3.6.1.2.1.44.1.6.3.1
A table containing the home agent's mobility binding list. The home agent updates this table in response to registration events from mobile nodes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HaMobilityBindingEntry

haMobilityBindingEntry 1.3.6.1.2.1.44.1.6.3.1.1
An entry on the mobility binding list.
Status: current Access: not-accessible
OBJECT-TYPE    
  HaMobilityBindingEntry  

haMobilityBindingMN 1.3.6.1.2.1.44.1.6.3.1.1.1
Mobile node's home (IP) address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

haMobilityBindingCOA 1.3.6.1.2.1.44.1.6.3.1.1.2
Mobile node's care-of-address. One mobile node can have multiple bindings with different care-of-addresses.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

haMobilityBindingSourceAddress 1.3.6.1.2.1.44.1.6.3.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

haMobilityBindingRegFlags 1.3.6.1.2.1.44.1.6.3.1.1.4
Registration flags sent by mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  RegistrationFlags  

haMobilityBindingRegIDLow 1.3.6.1.2.1.44.1.6.3.1.1.5
Low 32 bits of Identification used in that binding by the mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

haMobilityBindingRegIDHigh 1.3.6.1.2.1.44.1.6.3.1.1.6
High 32 bits of Identification used in that binding by the mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

haMobilityBindingTimeGranted 1.3.6.1.2.1.44.1.6.3.1.1.7
The lifetime in seconds granted to the mobile node for this registration.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

haMobilityBindingTimeRemaining 1.3.6.1.2.1.44.1.6.3.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

haCounterTable 1.3.6.1.2.1.44.1.6.3.2
A table containing registration statistics for all mobile nodes authorized to use this home agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HaCounterEntry

haCounterEntry 1.3.6.1.2.1.44.1.6.3.2.1
Registration statistics for one mobile node.
Status: current Access: not-accessible
OBJECT-TYPE    
  HaCounterEntry  

haServiceRequestsAccepted 1.3.6.1.2.1.44.1.6.3.2.1.2
Total number of service requests for the mobile node accepted by the home agent (Code 0 + Code 1).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haServiceRequestsDenied 1.3.6.1.2.1.44.1.6.3.2.1.3
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haOverallServiceTime 1.3.6.1.2.1.44.1.6.3.2.1.4
Overall service time (in seconds) that has accumulated for the mobile node since the home agent last rebooted.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

haRecentServiceAcceptedTime 1.3.6.1.2.1.44.1.6.3.2.1.5
The time at which the most recent Registration Request was accepted by the home agent for this mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

haRecentServiceDeniedTime 1.3.6.1.2.1.44.1.6.3.2.1.6
The time at which the most recent Registration Request was denied by the home agent for this mobile node.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

haRecentServiceDeniedCode 1.3.6.1.2.1.44.1.6.3.2.1.7
The Code indicating the reason why the most recent Registration Request for this mobile node was rejected by the home agent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER reasonUnspecified(128), admProhibited(129), insufficientResource(130), mnAuthenticationFailure(131), faAuthenticationFailure(132), idMismatch(133), poorlyFormedRequest(134), tooManyBindings(135), unknownHA(136)  

haRegistrationAccepted 1.3.6.1.2.1.44.1.6.3.3
Total number of Registration Requests accepted by home agent (Code 0).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haMultiBindingUnsupported 1.3.6.1.2.1.44.1.6.3.4
Total number of Registration Requests accepted by home agent -- simultaneous mobility bindings unsupported (Code 1).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haReasonUnspecified 1.3.6.1.2.1.44.1.6.3.5
Total number of Registration Requests denied by home agent -- reason unspecified (Code 128).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haAdmProhibited 1.3.6.1.2.1.44.1.6.3.6
Total number of Registration Requests denied by home agent -- administratively prohibited (Code 129).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haInsufficientResource 1.3.6.1.2.1.44.1.6.3.7
Total number of Registration Requests denied by home agent -- insufficient resources (Code 130).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haMNAuthenticationFailure 1.3.6.1.2.1.44.1.6.3.8
Total number of Registration Requests denied by home agent -- mobile node failed authentication (Code 131).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haFAAuthenticationFailure 1.3.6.1.2.1.44.1.6.3.9
Total number of Registration Requests denied by home agent -- foreign agent failed authentication (Code 132).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haIDMismatch 1.3.6.1.2.1.44.1.6.3.10
Total number of Registration Requests denied by home agent -- Identification mismatch (Code 133).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haPoorlyFormedRequest 1.3.6.1.2.1.44.1.6.3.11
Total number of Registration Requests denied by home agent -- poorly formed request (Code 134).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haTooManyBindings 1.3.6.1.2.1.44.1.6.3.12
Total number of Registration Requests denied by home agent -- too many simultaneous mobility bindings (Code 135).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haUnknownHA 1.3.6.1.2.1.44.1.6.3.13
Total number of Registration Requests denied by home agent -- unknown home agent address (Code 136).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haGratuitiousARPsSent 1.3.6.1.2.1.44.1.6.3.14
Total number of gratuition ARPs sent by the home agent on behalf of mobile nodes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haProxyARPsSent 1.3.6.1.2.1.44.1.6.3.15
Total number of proxy ARPs sent by the home agent on behalf of mobile nodes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haRegRequestsReceived 1.3.6.1.2.1.44.1.6.3.16
Total number of Registration Requests received by home agent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haDeRegRequestsReceived 1.3.6.1.2.1.44.1.6.3.17
Total number of Registration Requests received by the home agent with a Lifetime of zero (requests to deregister).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haRegRepliesSent 1.3.6.1.2.1.44.1.6.3.18
Total number of Registration Replies sent by the home agent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

haDeRegRepliesSent 1.3.6.1.2.1.44.1.6.3.19
Total number of Registration Replies sent by the home agent in response to requests to deregister.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mipMIBNotificationPrefix 1.3.6.1.2.1.44.2
OBJECT IDENTIFIER    

mipMIBNotifications 1.3.6.1.2.1.44.2.0
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

mipMIBConformance 1.3.6.1.2.1.44.3
OBJECT IDENTIFIER    

mipGroups 1.3.6.1.2.1.44.3.1
OBJECT IDENTIFIER    

mipCompliances 1.3.6.1.2.1.44.3.2
OBJECT IDENTIFIER    

mipCompliance 1.3.6.1.2.1.44.3.2.1
The compliance statement for SNMPv2 entities which implement the Mobile IP MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

mipSystemGroup 1.3.6.1.2.1.44.3.1.1
A collection of objects providing the basic Mobile IP entity's management information.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

mnSystemGroup 1.3.6.1.2.1.44.3.1.4
A collection of objects providing the basic management information for mobile nodes.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

faSystemGroup 1.3.6.1.2.1.44.3.1.8
A collection of objects providing the basic management information for foreign agents.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

mipSecNotificationsGroup 1.3.6.1.2.1.44.3.1.13
The notification related to security violations.
Status: current Access: read-only
NOTIFICATION-GROUP