📄 mip-mib
字号:
DESCRIPTION "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." ::= { mnRegistrationEntry 6 } mnRegTimeRemaining OBJECT-TYPE SYNTAX Gauge32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnRegistrationEntry 7 } mnRegTimeSent OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The time when the last (re-)transmission occured." ::= { mnRegistrationEntry 8 } mnRegIsAccepted OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnRegistrationEntry 9 } mnCOAIsLocal OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnRegistrationEntry 10 } -- Mobile Node Registration Group Counters mnRegRequestsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of registration requests sent by the mobile node. This does not include deregistrations (those with Lifetime equal to zero)." ::= { mnRegistration 2 } mnDeRegRequestsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of deregistration requests sent by the mobile node (those with Lifetime equal to zero)." ::= { mnRegistration 3 } mnRegRepliesRecieved OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of registration replies received by the mobile node in which the Lifetime is greater than zero." ::= { mnRegistration 4 } mnDeRegRepliesRecieved OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of (de)registration replies received by the mobile node in which the Lifetime is equal to zero." ::= { mnRegistration 5 } mnRepliesInvalidHomeAddress OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of replies with invalid home address for the mobile node." ::= { mnRegistration 6 } mnRepliesUnknownHA OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of replies with unknown home agents (not in home agent table)." ::= { mnRegistration 7 } mnRepliesUnknownFA OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of replies with unknown foreign agents if replies relayed through foreign agent." ::= { mnRegistration 8 } mnRepliesInvalidID OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of replies with invalid Identification fields." ::= { mnRegistration 9 } mnRepliesDroppedInvalidExtension OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { mnRegistration 10 } mnRepliesIgnoredUnknownExtension OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Replies that contained one or more unrecognized extensions in the range 128-255 that were ignored by the mobile node." ::= { mnRegistration 11 } mnRepliesHAAuthenticationFailure OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of replies without a valid Home Agent to Mobile Node authenticator." ::= { mnRegistration 12 } mnRepliesFAAuthenticationFailure OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of replies without a valid Foreign Agent to Mobile Node authenticator." ::= { mnRegistration 13 } mnRegRequestsAccepted OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of registration requests accepted by the mobile node's home agent (Code 0 and Code 1)." ::= { mnRegistration 14 } mnRegRequestsDeniedByHA OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of registration requests denied by mobile node's home agent (Sum of Code 128 through Code 191)." ::= { mnRegistration 15 } mnRegRequestsDeniedByFA OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of registration requests denied by the foreign agent (Sum of Codes 64 through Code 127)." ::= { mnRegistration 16 } mnRegRequestsDeniedByHADueToID OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Request denied by home agent due to identification mismatch." ::= { mnRegistration 17 } mnRegRequestsWithDirectedBroadcast OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests sent by mobile node with a directed broadcast address in the home agent field." ::= { mnRegistration 18 } -- MA Advertisement Group -- Mobility agent advertisement configuration table maAdvConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF MaAdvConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing configurable advertisement parameters for all advertisement interfaces in the mobility agent." ::= { maAdvertisement 1 } maAdvConfigEntry OBJECT-TYPE SYNTAX MaAdvConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Advertisement parameters for one advertisement interface." INDEX { maInterfaceAddress } ::= { maAdvConfigTable 1 } MaAdvConfigEntry ::= SEQUENCE { maInterfaceAddress IpAddress, maAdvMaxRegLifetime Integer32, maAdvPrefixLengthInclusion TruthValue, maAdvAddress IpAddress, maAdvMaxInterval Integer32, maAdvMinInterval Integer32, maAdvMaxAdvLifetime Integer32, maAdvResponseSolicitationOnly TruthValue, maAdvStatus RowStatus } maInterfaceAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "IP address for advertisement interface." ::= { maAdvConfigEntry 1 } maAdvMaxRegLifetime OBJECT-TYPE SYNTAX Integer32 (0..65535) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The longest lifetime in seconds that mobility agent is willing to accept in any Registration Request." ::= { maAdvConfigEntry 2 } maAdvPrefixLengthInclusion OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-create STATUS current DESCRIPTION "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." ::= { maAdvConfigEntry 3 } maAdvAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "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)." REFERENCE "AdvertisementAddress in RFC1256." ::= { maAdvConfigEntry 4 } maAdvMaxInterval OBJECT-TYPE SYNTAX Integer32 (4..1800) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The maximum time in seconds between successive transmissions of Agent Advertisements from this interface." REFERENCE "MaxAdvertisementInterval in RFC1256." ::= { maAdvConfigEntry 5 } maAdvMinInterval OBJECT-TYPE SYNTAX Integer32 (3..1800) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The minimum time in seconds between successive transmissions of Agent Advertisements from this interface." REFERENCE "MinAdvertisementInterval in RFC1256." ::= { maAdvConfigEntry 6 } maAdvMaxAdvLifetime OBJECT-TYPE SYNTAX Integer32 (4..9000) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The time (in seconds) to be placed in the Lifetime field of the RFC 1256-portion of the Agent Advertisements sent over this interface." REFERENCE "AdvertisementLifetime in RFC1256." ::= { maAdvConfigEntry 7 } maAdvResponseSolicitationOnly OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-create STATUS current DESCRIPTION "The flag indicates whether the advertisement from that interface should be sent only in response to an Agent Solicitation message." DEFVAL { false } ::= { maAdvConfigEntry 8 } maAdvStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The row status for the agent advertisement table. If this column status is 'active', the manager should not change any column in the row." ::= { maAdvConfigEntry 9 } -- MA Advertisement Group Counters maAdvertisementsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of advertisements sent by the mobility agent." ::= { maAdvertisement 2 } maAdvsSentForSolicitation OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of advertisements sent by mobility agent in response to mobile node solicitations." ::= { maAdvertisement 3 } maSolicitationsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of solicitations received by the
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -