📄 mip-mib
字号:
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 current DESCRIPTION "Registration flags sent by mobile node." ::= { haMobilityBindingEntry 4 } haMobilityBindingRegIDLow OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Low 32 bits of Identification used in that binding by the mobile node." ::= { haMobilityBindingEntry 5 } haMobilityBindingRegIDHigh OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "High 32 bits of Identification used in that binding by the mobile node." ::= { haMobilityBindingEntry 6 } haMobilityBindingTimeGranted 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." ::= { haMobilityBindingEntry 7 } haMobilityBindingTimeRemaining 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 haMobilityBindingTimeGranted, and is counted down by the home agent." ::= { haMobilityBindingEntry 8 } -- Home Agent Registration Group Counters -- Home agent registration Counters per node haCounterTable OBJECT-TYPE SYNTAX SEQUENCE OF HaCounterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing registration statistics for all mobile nodes authorized to use this home agent." ::= { haRegistration 2 } haCounterEntry OBJECT-TYPE SYNTAX HaCounterEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Registration statistics for one mobile node." INDEX { haMobilityBindingMN } ::= { haCounterTable 1 } HaCounterEntry ::= SEQUENCE { haServiceRequestsAccepted Counter32, haServiceRequestsDenied Counter32, haOverallServiceTime Gauge32, haRecentServiceAcceptedTime TimeStamp, haRecentServiceDeniedTime TimeStamp, haRecentServiceDeniedCode INTEGER } haServiceRequestsAccepted OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of service requests for the mobile node accepted by the home agent (Code 0 + Code 1)." ::= { haCounterEntry 2 } haServiceRequestsDenied OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of service requests for the mobile node denied by the home agent (sum of all registrations denied with Code 128 through Code 159)." ::= { haCounterEntry 3 } haOverallServiceTime OBJECT-TYPE SYNTAX Gauge32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Overall service time (in seconds) that has accumulated for the mobile node since the home agent last rebooted." ::= { haCounterEntry 4 } haRecentServiceAcceptedTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The time at which the most recent Registration Request was accepted by the home agent for this mobile node." ::= { haCounterEntry 5 } haRecentServiceDeniedTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The time at which the most recent Registration Request was denied by the home agent for this mobile node." ::= { haCounterEntry 6 } haRecentServiceDeniedCode OBJECT-TYPE SYNTAX INTEGER { reasonUnspecified(128), admProhibited(129), insufficientResource(130), mnAuthenticationFailure(131), faAuthenticationFailure(132), idMismatch(133), poorlyFormedRequest(134), tooManyBindings(135), unknownHA(136) } MAX-ACCESS read-only STATUS current DESCRIPTION "The Code indicating the reason why the most recent Registration Request for this mobile node was rejected by the home agent." ::= { haCounterEntry 7 } -- Home agent registration Counters for all mobile nodes. haRegistrationAccepted OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests accepted by home agent (Code 0)." ::= { haRegistration 3 } haMultiBindingUnsupported OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests accepted by home agent -- simultaneous mobility bindings unsupported (Code 1)." ::= { haRegistration 4 } haReasonUnspecified OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests denied by home agent -- reason unspecified (Code 128)." ::= { haRegistration 5 } haAdmProhibited OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests denied by home agent -- administratively prohibited (Code 129)." ::= { haRegistration 6 } haInsufficientResource OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests denied by home agent -- insufficient resources (Code 130)." ::= { haRegistration 7 } haMNAuthenticationFailure OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests denied by home agent -- mobile node failed authentication (Code 131)." ::= { haRegistration 8 } haFAAuthenticationFailure OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests denied by home agent -- foreign agent failed authentication (Code 132)." ::= { haRegistration 9 } haIDMismatch OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests denied by home agent -- Identification mismatch (Code 133)." ::= { haRegistration 10 } haPoorlyFormedRequest OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests denied by home agent -- poorly formed request (Code 134)." ::= { haRegistration 11 } haTooManyBindings OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests denied by home agent -- too many simultaneous mobility bindings (Code 135)." ::= { haRegistration 12 } haUnknownHA OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests denied by home agent -- unknown home agent address (Code 136)." ::= { haRegistration 13 } haGratuitiousARPsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of gratuition ARPs sent by the home agent on behalf of mobile nodes." ::= { haRegistration 14 } haProxyARPsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of proxy ARPs sent by the home agent on behalf of mobile nodes." ::= { haRegistration 15 } haRegRequestsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests received by home agent." ::= { haRegistration 16 } haDeRegRequestsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Requests received by the home agent with a Lifetime of zero (requests to deregister)." ::= { haRegistration 17 } haRegRepliesSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Replies sent by the home agent." ::= { haRegistration 18 } haDeRegRepliesSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of Registration Replies sent by the home agent in response to requests to deregister." ::= { haRegistration 19 } mipMIBNotificationPrefix OBJECT IDENTIFIER ::= { mipMIB 2 } mipMIBNotifications OBJECT IDENTIFIER ::= { mipMIBNotificationPrefix 0 } mipAuthFailure NOTIFICATION-TYPE OBJECTS { mipSecViolatorAddress, mipSecRecentViolationSPI, mipSecRecentViolationIDLow, mipSecRecentViolationIDHigh, mipSecRecentViolationReason } STATUS current DESCRIPTION "The mipAuthFailure indicates that the Mobile IP entity has an authentication failure when it validates the mobile Registration Request or Reply. Implementation of this trap is optional." ::= { mipMIBNotifications 1 } mipMIBConformance OBJECT IDENTIFIER ::= { mipMIB 3 } mipGroups OBJECT IDENTIFIER ::= { mipMIBConformance 1 } mipCompliances OBJECT IDENTIFIER ::= { mipMIBConformance 2 } -- compliance statements mipCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMPv2 entities which implement the Mobile IP MIB." MODULE MANDATORY-GROUPS { mipSystemGroup } GROUP mipSecAssociationGroup DESCRIPTION "This group is mandatory for Mobile IP entities (MN, FA, and HA) which s
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -