⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mip-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
                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        DESCRIPTION                "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                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 }    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-TYPE        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-TYPE        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-TYPE        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-TYPE        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        DESCRIPTION                "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

⌨️ 快捷键说明

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