📄 rfc2006.mib
字号:
-- Mobile node's home agent list mnHATable OBJECT-TYPE SYNTAX SEQUENCE OF MnHAEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing all of the mobile node's potential home agents." ::= { mnSystem 3 } mnHAEntry OBJECT-TYPE SYNTAX MnHAEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information for a particular Home Agent." INDEX { mnHAAddress } ::= { mnHATable 1 } MnHAEntry ::= SEQUENCE { mnHAAddress IpAddress, mnCurrentHA TruthValue, mnHAStatus RowStatus } mnHAAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "IP address of mobile node's Home Agent." ::= { mnHAEntry 1 } mnCurrentHA OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnHAEntry 2 } mnHAStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "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." ::= { mnHAEntry 3 } mnFATable OBJECT-TYPE SYNTAX SEQUENCE OF MnFAEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { mnDiscovery 1 } mnFAEntry OBJECT-TYPE SYNTAX MnFAEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One pair of foreign agent IP address and COA for that foreign agent." INDEX { mnFAAddress, mnCOA } ::= { mnFATable 1 } MnFAEntry ::= SEQUENCE { mnFAAddress IpAddress, mnCOA IpAddress } mnFAAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Foreign agent's IP address." ::= { mnFAEntry 1 } mnCOA OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnFAEntry 2 } -- Mobile node could store multiple agent advertisements, however, -- only the most recently received agent advertisement information -- is required to be made available to the manager station. mnRecentAdvReceived OBJECT IDENTIFIER ::= { mnDiscovery 2 } mnAdvSourceAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnRecentAdvReceived 1 } mnAdvSequence OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnRecentAdvReceived 2 } mnAdvFlags OBJECT-TYPE SYNTAX BITS { vjCompression(0), gre(1), minEnc(2), foreignAgent(3), homeAgent(4), busy(5), regRequired(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnRecentAdvReceived 3 } mnAdvMaxRegLifetime OBJECT-TYPE SYNTAX INTEGER (0..65535) UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "The longest lifetime in seconds that the agent is willing to accept in any registration request." ::= { mnRecentAdvReceived 4 } mnAdvMaxAdvLifetime OBJECT-TYPE SYNTAX INTEGER (0..65535) UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum length of time that the Advertisement is considered valid in the absence of further Advertisements." REFERENCE "AdvertisementLifeTime in RFC1256." ::= { mnRecentAdvReceived 5 } mnAdvTimeReceived OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The time at which the most recently received advertisement was received." ::= { mnRecentAdvReceived 6 } -- Mobile Node Discovery Group Counter mnSolicitationsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Solicitation sent by the mobile node." ::= { mnDiscovery 3 } mnAdvertisementsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of advertisements received by the mobile node." ::= { mnDiscovery 4 } mnAdvsDroppedInvalidExtension OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnDiscovery 5 } mnAdvsIgnoredUnknownExtension OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of unrecognized extensions in the range 128-255 that were ignored by the mobile node." ::= { mnDiscovery 6 } mnMoveFromHAToFA OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of times that the mobile node has decided to move from its home network to a foreign network." ::= { mnDiscovery 7 } mnMoveFromFAToFA OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of times that the mobile node has decided to move from one foreign network to another foreign network." ::= { mnDiscovery 8 } mnMoveFromFAToHA OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of times that the mobile node has decided to move from a foreign network to its home network." ::= { mnDiscovery 9 } mnGratuitousARPsSend OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnDiscovery 10 } mnAgentRebootsDectected OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of agent reboots detected by the mobile node through sequence number of the advertisement." ::= { mnDiscovery 11 } -- Mobile Node Registration Group -- Registration table of mobile node mnRegistrationTable OBJECT-TYPE SYNTAX SEQUENCE OF MnRegistrationEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { mnRegistration 1 } mnRegistrationEntry OBJECT-TYPE SYNTAX MnRegistrationEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information about one registration attempt." INDEX { mnRegAgentAddress, mnRegCOA} ::= { mnRegistrationTable 1 } MnRegistrationEntry ::= SEQUENCE { mnRegAgentAddress IpAddress, mnRegCOA IpAddress, mnRegFlags RegistrationFlags, mnRegIDLow Integer32, mnRegIDHigh Integer32, mnRegTimeRequested Integer32, mnRegTimeRemaining Gauge32, mnRegTimeSent TimeStamp, mnRegIsAccepted TruthValue, mnCOAIsLocal TruthValue } mnRegAgentAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnRegistrationEntry 1 } mnRegCOA OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Care-of address for the registration." ::= { mnRegistrationEntry 2 } mnRegFlags OBJECT-TYPE SYNTAX RegistrationFlags MAX-ACCESS read-only STATUS current DESCRIPTION "Registration flags sent by the mobile node. It is the second byte in the Mobile IP Registratation Request message." ::= { mnRegistrationEntry 3 } mnRegIDLow OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Low-order 32 bits of the Identification used in that registration by the mobile node." ::= { mnRegistrationEntry 4 } mnRegIDHigh OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "High-order 32 bits of the Identification used in that registration by the mobile node." ::= { mnRegistrationEntry 5 } mnRegTimeRequested OBJECT-TYPE SYNTAX Integer32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "If the registration is pending, then this is the
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -