CISCO-LISP-EXT-MIB

File: CISCO-LISP-EXT-MIB.mib (37317 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IANA-ADDRESS-FAMILY-NUMBERS-MIB INET-ADDRESS-MIB LISP-MIB
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter64 Integer32 NOTIFICATION-TYPE
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TruthValue TimeStamp AddressFamilyNumbers
InetPortNumber LispAddressType lispGlobalStatsEntry
lispUseMapResolverState lispFeaturesEntry lispUseMapServerState
lispUseProxyEtrState lispEidRegistrationSiteName lispMappingDatabaseTimeStamp
lispFeaturesMapCacheLimit ciscoMgmt

Defined Types

ClispExtEidRegRlocMembershipEntry  
SEQUENCE    
  clispExtEidRegRlocMembershipInstanceID Unsigned32
  clispExtEidRegRlocMembershipEidAfi AddressFamilyNumbers
  clispExtEidRegRlocMembershipRlocLength Integer32
  clispExtEidRegRlocMembershipRloc LispAddressType
  clispExtEidRegRlocMembershipMemberSince TimeStamp
  clispExtEidRegRlocMembershipGleaned TruthValue
  clispExtEidRegRlocMembershipConfigured TruthValue

ClispExtRlocMembershipEntry  
SEQUENCE    
  clispExtRlocMembershipInstanceID Unsigned32
  clispExtRlocMembershipEidAfi AddressFamilyNumbers
  clispExtRlocMembershipRlocLength Integer32
  clispExtRlocMembershipRloc LispAddressType
  clispExtRlocMembershipMemberSince TimeStamp
  clispExtRlocMembershipDiscovered TruthValue
  clispExtRlocMembershipConfigured TruthValue

ClispExtReliableTransportSessionEntry  
SEQUENCE    
  clispExtReliableTransportSessionPeerAddressLength Integer32
  clispExtReliableTransportSessionPeerAddress LispAddressType
  clispExtReliableTransportSessionPeerPort InetPortNumber
  clispExtReliableTransportSessionLocalAddressLength Integer32
  clispExtReliableTransportSessionLocalAddress LispAddressType
  clispExtReliableTransportSessionLocalPort InetPortNumber
  clispExtReliableTransportSessionState INTEGER
  clispExtReliableTransportSessionLastStateChangeTime TimeStamp
  clispExtReliableTransportSessionEstablishmentRole INTEGER
  clispExtReliableTransportSessionMessagesIn Counter64
  clispExtReliableTransportSessionMessagesOut Counter64
  clispExtReliableTransportSessionBytesIn Counter64
  clispExtReliableTransportSessionBytesOut Counter64

ClispExtGlobalStatsEntry  
SEQUENCE    
  clispExtGlobalStatsEidRegMoreSpecificEntryCount Unsigned32

ClispExtFeaturesEntry  
SEQUENCE    
  clispExtFeaturesEidRegMoreSpecificWarningThreshold Unsigned32
  clispExtFeaturesEidRegMoreSpecificLimit Unsigned32
  clispExtFeaturesMapCacheWarningThreshold Unsigned32

Defined Values

ciscoLispExtMIB 1.3.6.1.4.1.9.9.825
This MIB is an extension to the IETF LISP-MIB module defined in RFC 7052. It contains Cisco defined managed objects and traps to support monitoring devices that support the Locator/ID Separation Protocol (LISP).
MODULE-IDENTITY    

ciscoLispExtNotifications 1.3.6.1.4.1.9.9.825.0
OBJECT IDENTIFIER    

ciscoLispExtObjects 1.3.6.1.4.1.9.9.825.1
OBJECT IDENTIFIER    

ciscoLispExtConformance 1.3.6.1.4.1.9.9.825.2
OBJECT IDENTIFIER    

clispExtEidRegRlocMembershipTable 1.3.6.1.4.1.9.9.825.1.1
This table lists the RLOC address gleaned from the map-server registration database for the purpose of RLOC membership. Entry on this table can also be added from configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClispExtEidRegRlocMembershipEntry

clispExtEidRegRlocMembershipEntry 1.3.6.1.4.1.9.9.825.1.1.1
An entry describes an RLOC address gleaned from the map-server registration database.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClispExtEidRegRlocMembershipEntry  

clispExtEidRegRlocMembershipInstanceID 1.3.6.1.4.1.9.9.825.1.1.1.1
This object indicates the instance ID of the RLOC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..16777215  

clispExtEidRegRlocMembershipEidAfi 1.3.6.1.4.1.9.9.825.1.1.1.2
This object indicates the IANA Address Family Identifier of the RLOC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  AddressFamilyNumbers  

clispExtEidRegRlocMembershipRlocLength 1.3.6.1.4.1.9.9.825.1.1.1.3
This object indicates the length of the RLOC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

clispExtEidRegRlocMembershipRloc 1.3.6.1.4.1.9.9.825.1.1.1.4
This object indicates the value of the RLOC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

clispExtEidRegRlocMembershipMemberSince 1.3.6.1.4.1.9.9.825.1.1.1.5
This object indicates the sysUpTime when this RLOC address was registered. If this information was present at the most recent reinitialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

clispExtEidRegRlocMembershipGleaned 1.3.6.1.4.1.9.9.825.1.1.1.6
This object indicates whether the RLOC address was gleaned from a received EID prefix registration. If this object is true, then it means the RLOC address was gleaned.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

clispExtEidRegRlocMembershipConfigured 1.3.6.1.4.1.9.9.825.1.1.1.7
This object indicates whether the RLOC address was added by configuration. If this object is true, then it means the RLOC address was configured.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

clispExtRlocMembershipTable 1.3.6.1.4.1.9.9.825.1.2
This table lists the RLOC membership learned by the xTR. Entry can be learned from the map-server or from configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClispExtRlocMembershipEntry

clispExtRlocMembershipEntry 1.3.6.1.4.1.9.9.825.1.2.1
An entry describes the RLOC membership learned by the xTR.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClispExtRlocMembershipEntry  

clispExtRlocMembershipInstanceID 1.3.6.1.4.1.9.9.825.1.2.1.1
This object indicates the instance ID of the RLOC membership.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..16777215  

clispExtRlocMembershipEidAfi 1.3.6.1.4.1.9.9.825.1.2.1.2
This object indicates the IANA Address Family Identifier of the RLOC membership.
Status: current Access: not-accessible
OBJECT-TYPE    
  AddressFamilyNumbers  

clispExtRlocMembershipRlocLength 1.3.6.1.4.1.9.9.825.1.2.1.3
This object indicates the length of the RLOC membership.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

clispExtRlocMembershipRloc 1.3.6.1.4.1.9.9.825.1.2.1.4
This object indicates the value of the RLOC membership.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

clispExtRlocMembershipMemberSince 1.3.6.1.4.1.9.9.825.1.2.1.5
This object indicates the sysUpTime when the RLOC membership was added. If this information was present at the most recent reinitialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

clispExtRlocMembershipDiscovered 1.3.6.1.4.1.9.9.825.1.2.1.6
This object indicates whether the RLOC membership was learned from the map-server. If this object is true, then it means the RLOC membership was learned.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

clispExtRlocMembershipConfigured 1.3.6.1.4.1.9.9.825.1.2.1.7
This object indicates whether the RLOC membership was added by configuration. If this object is true, then it means the RLOC membership was configured.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

clispExtReliableTransportSessionTable 1.3.6.1.4.1.9.9.825.1.3
This table lists the reliable transport sessions. The session may or may not be in established state.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClispExtReliableTransportSessionEntry

clispExtReliableTransportSessionEntry 1.3.6.1.4.1.9.9.825.1.3.1
An entry describes the reliable transport session.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClispExtReliableTransportSessionEntry  

clispExtReliableTransportSessionPeerAddressLength 1.3.6.1.4.1.9.9.825.1.3.1.1
This object indicates the length of the reliable transport session peer address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

clispExtReliableTransportSessionPeerAddress 1.3.6.1.4.1.9.9.825.1.3.1.2
This object indicates the peer address of the reliable transport session.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

clispExtReliableTransportSessionPeerPort 1.3.6.1.4.1.9.9.825.1.3.1.3
This object indicates the peer port of the reliable transport session.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

clispExtReliableTransportSessionLocalAddressLength 1.3.6.1.4.1.9.9.825.1.3.1.4
This object indicates the length of the reliable transport session local address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

clispExtReliableTransportSessionLocalAddress 1.3.6.1.4.1.9.9.825.1.3.1.5
This object indicates the local address of the reliable transport session.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

clispExtReliableTransportSessionLocalPort 1.3.6.1.4.1.9.9.825.1.3.1.6
This object indicates the local port of the reliable transport session.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

clispExtReliableTransportSessionState 1.3.6.1.4.1.9.9.825.1.3.1.7
This object indicates the state of the reliable transport session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

clispExtReliableTransportSessionLastStateChangeTime 1.3.6.1.4.1.9.9.825.1.3.1.8
This object indicates the sysUpTime of the last UP/DOWN state transition on the reliable transport session.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

clispExtReliableTransportSessionEstablishmentRole 1.3.6.1.4.1.9.9.825.1.3.1.9
This object indicates the role of the reliable transport session. 'active' Connection was initiated locally by the LISP router. 'passive' Connection was accepted by the LISP router listening on the well-known local transport port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER passive(1), active(2)  

clispExtReliableTransportSessionMessagesIn 1.3.6.1.4.1.9.9.825.1.3.1.10
This object indicates the number of messages received on this reliable transport session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clispExtReliableTransportSessionMessagesOut 1.3.6.1.4.1.9.9.825.1.3.1.11
This object indicates the number of messages sent on this reliable transport session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clispExtReliableTransportSessionBytesIn 1.3.6.1.4.1.9.9.825.1.3.1.12
This object indicates the number of bytes received on this reliable transport session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clispExtReliableTransportSessionBytesOut 1.3.6.1.4.1.9.9.825.1.3.1.13
This object indicates the number of bytes sent on this reliable transport session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

clispExtGlobalStatsTable 1.3.6.1.4.1.9.9.825.1.4
This table lists statistic to augment the lispGlobalStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClispExtGlobalStatsEntry

clispExtGlobalStatsEntry 1.3.6.1.4.1.9.9.825.1.4.1
An entry containing additional global statistics information.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClispExtGlobalStatsEntry  

clispExtGlobalStatsEidRegMoreSpecificEntryCount 1.3.6.1.4.1.9.9.825.1.4.1.1
This object indicates the number of EID prefix registration that are accepted as a result of the accept-more-specific configuration.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clispExtFeaturesTable 1.3.6.1.4.1.9.9.825.1.5
This table contains additional LISP feature entries for lispFeaturesTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClispExtFeaturesEntry

clispExtFeaturesEntry 1.3.6.1.4.1.9.9.825.1.5.1
An entry containing additional LISP feature information.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClispExtFeaturesEntry  

clispExtFeaturesEidRegMoreSpecificWarningThreshold 1.3.6.1.4.1.9.9.825.1.5.1.1
This object indicates the warning threshold for the accept-more-specific registration count on the map-server.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clispExtFeaturesEidRegMoreSpecificLimit 1.3.6.1.4.1.9.9.825.1.5.1.2
This object indicates the accept-more-specific registration limit on the map-server.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clispExtFeaturesMapCacheWarningThreshold 1.3.6.1.4.1.9.9.825.1.5.1.3
This object indicates the map-cache warning threshold on the xTR.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clispExtNotificationObjects 1.3.6.1.4.1.9.9.825.1.6
OBJECT IDENTIFIER    

clispExtEidRegFailureCause 1.3.6.1.4.1.9.9.825.1.6.1
This object indicates the cause of the map registration failure on the map-server. 'noEidPrefixConfiguration' No site configuration to accept registration for EID prefix. 'authenticationFailure' Failed to authenticate map-register for EID prefix. 'allowedLocatorMismatch' map-register contains RLOC that is not in the site's allowed locator list.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER noEidPrefixConfiguration(1), authenticationFailure(2), allowedLocatorMismatch(3)  

clispExtEidRegMapRequestDroppedCause 1.3.6.1.4.1.9.9.825.1.6.2
This object indicates the cause of the map-request drop on the map-resolver. 'malformedRequest' map-request is not valid. 'noMatchingEidRegistration' could not find matching EID registration for the map-request. 'allowedLocatorPolicyViolation' map request does not conform to the configured allowed-locator policy.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER malformedRequest(1), noMatchingEidRegistration(2), allowedLocatorPolicyViolation(3)  

clispExtGlobalObjects 1.3.6.1.4.1.9.9.825.1.7
OBJECT IDENTIFIER    

clispExtEidRegMoreSpecificWarningThreshold 1.3.6.1.4.1.9.9.825.1.7.1
This object indicates the warning threshold for the accept-more-specific registration count on the map-server. This warning threshold is applicable to all EID instances.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clispExtEidRegMoreSpecificLimit 1.3.6.1.4.1.9.9.825.1.7.2
This object indicates the accept-more-specific registration limit on the map-server. This is applicable to all EID instances.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clispExtEidRegMoreSpecificCount 1.3.6.1.4.1.9.9.825.1.7.3
This object indicates the number of map registrations accepted as a result of accept-more-specific configuration. This is applicable to all EID instances.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clispExtUseMapResolverStateChange 1.3.6.1.4.1.9.9.825.0.1
The device generates this notification when the map-resolver reachability state changes. The lispUseMapResolverAddressLength and lispUseMapResolverAddress values are attached to the notification object ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtReliableTransportStateChange 1.3.6.1.4.1.9.9.825.0.2
The device generates this notification when the reliable transport session state changes. The clispReliableTransportSessionPeerAddressLength, clispReliableTransportSessionPeerAddress, clispReliableTransportSessionPeerPort, clispReliableTransportSessionLocalAddressLength, clispReliableTransportSessionLocalAddress, clispReliableTransportSessionLocalPort values are attached to the notification object ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtMappingDatabaseEidRegFailure 1.3.6.1.4.1.9.9.825.0.3
The device generates this notification when the xTR fails to register a database mapping with the map-server. The lispMappingDatabaseEidLength, lispMappingDatabaseEid, lispUseMapServerAddressLength, lispUseMapServerAddress values are attached to the notification object ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtUseMapServerStateChange 1.3.6.1.4.1.9.9.825.0.4
The device generates this notification when the map-server reachability state changes. The lispUseMapServerAddressLength and lispUseMapServerAddress values are attached to the notification object ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtUseProxyEtrStateChange 1.3.6.1.4.1.9.9.825.0.5
The device generates this notification when the proxy ETR reachability state changes. The lispUseProxyEtrAddressLength and lispUseProxyEtrAddress values are attached to the notification object ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtEidRegSiteAllRegistrationsExpired 1.3.6.1.4.1.9.9.825.0.6
The device generates this notification when all the registration for a site expires on the map-server. The lispEidRegistrationEidLength and lispEidRegistrationEid values are attached to the notification object ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtEidRegFailure 1.3.6.1.4.1.9.9.825.0.7
The device generates this notification when the map-server fails to accept a map registration. The lispEidRegistrationEidLength and lispEidRegistrationEid values are attached to the notification object ID. If clispExtEidRegFailureCause value is noEidPrefixConfiguration(1) the lispEidRegistrationSiteName object in the notification will be empty.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtFeaturesEidRegMoreSpecificLimitReached 1.3.6.1.4.1.9.9.825.0.8
The device generates this notification when the map-server has reached the limit of the number of map registrations it can accept as a result of the accept-more-specific configuration. This notification is instance specific. The lispFeaturesInstanceID and lispFeaturesAddressFamily values are attached to the notification object ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtFeaturesEidRegMoreSpecificWarningThresholdReached 1.3.6.1.4.1.9.9.825.0.9
The device generates this notification when the map-server has reached the threshold of the number of map registrations it can accept as a result of accept-more-specific configuration. This notification is instance specific. The lispFeaturesInstanceID and lispFeaturesAddressFamily values are attached to the notification object ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtEidRegMapRequestDropped 1.3.6.1.4.1.9.9.825.0.10
The device generates this notification when the map-resolver drops a map-request because the map-request does not conform to configured policy. The lispEidRegistrationEidLength and lispEidRegistrationEid values are attached to the notification object ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtEidRegMoreSpecificLimitReached 1.3.6.1.4.1.9.9.825.0.11
The device generates this notification when the map-server has reached the limit of the number of map registrations it can accept as a result of the accept-more-specific configuration. This notification is router LISP instance specific.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtEidRegMoreSpecificWarningThresholdReached 1.3.6.1.4.1.9.9.825.0.12
The device generates this notification when the map-server has reached the threshold of the number of map registrations it can accept as a result of accept-more-specific configuration. This notification is router LISP instance specific.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtFeaturesMapCacheLimitReached 1.3.6.1.4.1.9.9.825.0.13
The device generates this notification when the xTR has reached the limit of the number of map-cache it can create. This notification is instance specific. The lispFeaturesInstanceID and lispFeaturesAddressFamily values are attached to the notification object ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

clispExtFeaturesMapCacheWarningThresholdReached 1.3.6.1.4.1.9.9.825.0.14
The device generates this notification when the xTR has reached the threshold of the number of map-cache it can create. This notification is instance specific. The lispFeaturesInstanceID and lispFeaturesAddressFamily values are attached to the notification object ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoLispExtCompliances 1.3.6.1.4.1.9.9.825.2.1
OBJECT IDENTIFIER    

ciscoLispExtGroups 1.3.6.1.4.1.9.9.825.2.2
OBJECT IDENTIFIER    

ciscoLispExtMIBComplianceAll 1.3.6.1.4.1.9.9.825.2.1.1
Compliance requirement for implementations of CISCO-LISP-EXT-MIB by all LISP (P)xTR devices. Map-server database of gleaned RLOC addresses only need to be supported on LISP Map Server.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoLispExtMIBComplianceMapServer 1.3.6.1.4.1.9.9.825.2.1.2
Compliance requirement for implementations of CISCO-LISP-EXT-MIB by LISP Map Server devices.
Status: current Access: read-only
MODULE-COMPLIANCE    

clispExtNotificationsGroup 1.3.6.1.4.1.9.9.825.2.2.1
Objects required for LISP notifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

clispExtEidRegRlocMembershipGroup 1.3.6.1.4.1.9.9.825.2.2.2
A collection of objects to support reporting MapServer database of RLOC membership.
Status: current Access: read-only
OBJECT-GROUP    

clispExtRlocMembershipGroup 1.3.6.1.4.1.9.9.825.2.2.3
A collection of objects to support reporting RLOC membership information.
Status: current Access: read-only
OBJECT-GROUP    

clispExtReliableTransportSessionGroup 1.3.6.1.4.1.9.9.825.2.2.4
A collection of objects to support reporting \ ReliableTransportSession information.
Status: current Access: read-only
OBJECT-GROUP    

clispExtGlobalStatsGroup 1.3.6.1.4.1.9.9.825.2.2.5
A collection of objects to support reporting \ Cisco define augments to the lispGlobalStatsTable
Status: current Access: read-only
OBJECT-GROUP    

clispExtFeaturesGroup 1.3.6.1.4.1.9.9.825.2.2.6
A collection of objects to support reporting \ Cisco define augments to the lispFeaturesTable.
Status: current Access: read-only
OBJECT-GROUP    

clispExtNotificationSupportGroup 1.3.6.1.4.1.9.9.825.2.2.7
A collection of objects to be supplied within notifications.
Status: current Access: read-only
OBJECT-GROUP    

clispExtEidRegMoreSpecificValuesGroup 1.3.6.1.4.1.9.9.825.2.2.8
A collection of objects to be supplied within notifications.
Status: current Access: read-only
OBJECT-GROUP