rfc2006.txt

来自「著名的RFC文档,其中有一些文档是已经翻译成中文的的.」· 文本 代码 · 共 2,027 行 · 第 1/5 页

TXT
2,027
字号
        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      currentCong, Hamlen & Perkins      Standards Track                    [Page 22]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996        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      currentCong, Hamlen & Perkins      Standards Track                    [Page 23]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996        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 mobileCong, Hamlen & Perkins      Standards Track                    [Page 24]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996                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 }Cong, Hamlen & Perkins      Standards Track                    [Page 25]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996    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 }Cong, Hamlen & Perkins      Standards Track                    [Page 26]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996    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 CountersCong, Hamlen & Perkins      Standards Track                    [Page 27]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996    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                mobility agent."        ::= { maAdvertisement 4 }    -- Foreign Agent Group    -- Foreign Agent System Group    faCOATable OBJECT-TYPE        SYNTAX      SEQUENCE OF FaCOAEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION                "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."           ::= { faSystem 1 }    faCOAEntry OBJECT-TYPE        SYNTAX      FaCOAEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTIONCong, Hamlen & Perkins      Standards Track                    [Page 28]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996                "Entry of COA"        INDEX { faSupportedCOA }        ::= { faCOATable 1 }    FaCOAEntry     ::=        SEQUENCE {                 faSupportedCOA IpAddress,                 faCOAStatus    RowStatus        }    faSupportedCOA OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION                "Care-of-address supported by this foreign agent."        ::= { faCOAEntry 1 }    faCOAStatus  OBJECT-TYPE        SYNTAX      RowStatus        MAX-ACCESS  read-create        STATUS      current        DESCRIPTION                "The row status for COA entry."        ::= { faCOAEntry 2 }    -- Foreign Agent Advertisement Group    -- FA needs to implement MA Advertisement Group plus that group    faIsBusy OBJECT-TYPE        SYNTAX      TruthValue        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "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."        ::= { faAdvertisement 1 }    faRegistrationRequired OBJECT-TYPE        SYNTAX      TruthValue        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION                "Whether or not this foreign agent requires                registration even from those mobile nodes that have                acquired their own, colocated care-of address.  If

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?