rfc2006.txt

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

TXT
2,027
字号
Cong, Hamlen & Perkins      Standards Track                    [Page 29]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996                true(1), registration is required and any Agent                Advertisements sent from this agent should have the                'R' bit set to 1."        ::= { faAdvertisement 2 }    -- Foreign Agent Registration Group    -- Foreign Agent Visitors List    faVisitorTable OBJECT-TYPE        SYNTAX      SEQUENCE OF FaVisitorEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION                "A table containing the foreign agent's visitor list.                The foreign agent updates this table in response to                registration events from mobile nodes."        ::= { faRegistration 1 }    faVisitorEntry OBJECT-TYPE        SYNTAX      FaVisitorEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION                "Information for one visitor."        INDEX   { faVisitorIPAddress }        ::= { faVisitorTable 1 }    FaVisitorEntry     ::= SEQUENCE {        faVisitorIPAddress IpAddress,        faVisitorHomeAddress IpAddress,        faVisitorHomeAgentAddress IpAddress,        faVisitorTimeGranted Integer32,        faVisitorTimeRemaining Gauge32,        faVisitorRegFlags RegistrationFlags,        faVisitorRegIDLow Integer32,        faVisitorRegIDHigh Integer32,        faVisitorRegIsAccepted TruthValue        }    faVisitorIPAddress OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Source IP address of visitor's Registration Request."        ::= { faVisitorEntry 1 }Cong, Hamlen & Perkins      Standards Track                    [Page 30]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996    faVisitorHomeAddress OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Home (IP) address of visiting mobile node."        ::= { faVisitorEntry 2 }    faVisitorHomeAgentAddress OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Home agent IP address for that visiting mobile node."        ::= { faVisitorEntry 3 }    faVisitorTimeGranted OBJECT-TYPE        SYNTAX      Integer32        UNITS       "seconds"        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "The lifetime in seconds granted to the mobile node                for this registration.  Only valid if                faVisitorRegIsAccepted is true(1)."        ::= { faVisitorEntry 4 }    faVisitorTimeRemaining OBJECT-TYPE        SYNTAX      Gauge32        UNITS       "seconds"        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "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."        ::= { faVisitorEntry 5 }    faVisitorRegFlags OBJECT-TYPE        SYNTAX      RegistrationFlags        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Registration flags sent by mobile node."        ::= { faVisitorEntry 6 }    faVisitorRegIDLow OBJECT-TYPECong, Hamlen & Perkins      Standards Track                    [Page 31]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996        SYNTAX      Integer32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Low 32 bits of Identification used in that                registration by the mobile node."        ::= { faVisitorEntry 7 }    faVisitorRegIDHigh OBJECT-TYPE        SYNTAX      Integer32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "High 32 bits of Identification used in that                registration by the mobile node."        ::= { faVisitorEntry 8 }    faVisitorRegIsAccepted OBJECT-TYPE        SYNTAX      TruthValue        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Whether the registration has been accepted or not. If                it is false(2), this registration is still pending for                reply."        ::= { faVisitorEntry 9 }   -- Foreign Agent Registration Group Counters    faRegRequestsReceived OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of valid Registration Requests                received."        ::= { faRegistration 2 }    faRegRequestsRelayed OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Requests relayed to home                agent by foreign agent."        ::= { faRegistration 3 }    faReasonUnspecified OBJECT-TYPECong, Hamlen & Perkins      Standards Track                    [Page 32]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Requests denied by                foreign agent -- reason unspecified (Code 64)."        ::= { faRegistration 4 }    faAdmProhibited OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Requests denied by                foreign agent -- administratively prohibited (Code                65)."        ::= { faRegistration 5 }    faInsufficientResource OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Requests denied by                foreign agent -- insufficient resources (Code 66)."        ::= { faRegistration 6 }    faMNAuthenticationFailure OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Requests denied by                foreign agent -- mobile node failed authentication                (Code 67)."        ::= { faRegistration 7 }    faRegLifetimeTooLong OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Requests denied by                foreign agent -- requested lifetime too long (Code                69)."        ::= { faRegistration 8 }    faPoorlyFormedRequests OBJECT-TYPECong, Hamlen & Perkins      Standards Track                    [Page 33]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Requests denied by                foreign agent -- poorly formed request (Code 70)."        ::= { faRegistration 9 }    faEncapsulationUnavailable OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Requests denied by                foreign agent -- requested encapsulation unavailable                (Code 72)."        ::= { faRegistration 10 }    faVJCompressionUnavailable OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Requests denied by                foreign agent -- requested Van Jacobson header                compression unavailable (Code 73)."        ::= { faRegistration 11 }    faHAUnreachable OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Requests denied by                foreign agent -- home agent unreachable (Codes                80-95)."        ::= { faRegistration 12 }    faRegRepliesRecieved OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of well-formed Registration Replies                received by foreign agent."        ::= { faRegistration 13 }    faRegRepliesRelayed OBJECT-TYPECong, Hamlen & Perkins      Standards Track                    [Page 34]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of valid Registration Replies relayed to                the mobile node by foreign agent."        ::= { faRegistration 14 }    faHAAuthenticationFailure OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Replies denied by                foreign agent -- home agent failed authentication                (Code 68)."        ::= { faRegistration 15 }    faPoorlyFormedReplies OBJECT-TYPE        SYNTAX      Counter32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Total number of Registration Replies denied by                foreign agent -- poorly formed reply (Code 71)."        ::= { faRegistration 16 }    -- Home Agent Group    -- Home Agent Registration Group    -- Home agent mobility binding list    haMobilityBindingTable  OBJECT-TYPE        SYNTAX      SEQUENCE OF HaMobilityBindingEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION                "A table containing the home agent's mobility binding                list.  The home agent updates this table in response                to registration events from mobile nodes."        ::= { haRegistration 1 }    haMobilityBindingEntry OBJECT-TYPE        SYNTAX      HaMobilityBindingEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTIONCong, Hamlen & Perkins      Standards Track                    [Page 35]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996                "An entry on the mobility binding list."        INDEX   { haMobilityBindingMN, haMobilityBindingCOA }        ::= { haMobilityBindingTable 1 }    HaMobilityBindingEntry ::= SEQUENCE {         haMobilityBindingMN    IpAddress,         haMobilityBindingCOA   IpAddress,         haMobilityBindingSourceAddress    IpAddress,         haMobilityBindingRegFlags    RegistrationFlags,         haMobilityBindingRegIDLow Integer32,         haMobilityBindingRegIDHigh Integer32,         haMobilityBindingTimeGranted Integer32,         haMobilityBindingTimeRemaining Gauge32         }    haMobilityBindingMN    OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Mobile node's home (IP) address."        ::= { haMobilityBindingEntry 1 }    haMobilityBindingCOA   OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "Mobile node's care-of-address. One mobile node can                have multiple bindings with different                care-of-addresses."        ::= { haMobilityBindingEntry 2 }    haMobilityBindingSourceAddress    OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION                "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."        ::= { haMobilityBindingEntry 3 }    haMobilityBindingRegFlags OBJECT-TYPE        SYNTAX      RegistrationFlags        MAX-ACCESS  read-only        STATUS      currentCong, Hamlen & Perkins      Standards Track                    [Page 36]RFC 2006          Mobile IP MIB Definition using SMIv2      October 1996        DESCRIPTION                "Registration flags sent by mobile node."        ::= { haMobilityBindingEntry 4 }    haMobilityBindingRegIDLow OBJECT-T

⌨️ 快捷键说明

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