LISP-MIB

File: LISP-MIB.mib (100073 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
MPLS-L3VPN-STD-MIB IANA-ADDRESS-FAMILY-NUMBERS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE mib-2
Unsigned32 Counter64 Integer32
TimeTicks TruthValue TEXTUAL-CONVENTION
TimeStamp MODULE-COMPLIANCE OBJECT-GROUP
MplsL3VpnName AddressFamilyNumbers

Defined Types

LispAddressType  
LISP architecture can be applied to a wide variety of address-families. This textual-convention is a generalization for representing addresses belonging to those address-families. For convenience, this document refers to any such address as a LISP address. LispAddressType textual-convention consists of the following four-tuple: 1. IANA Address Family Number: A field of length 2 octets, whose value is of the form following the assigned AddressFamilyNumbers textual-convention described in IANA-ADDRESS-FAMILY-NUMBERS-MIB DEFINITIONS, available from http://www.iana.org/assignments/ianaaddressfamilynumbers-mib. The enumerations are also listed in [IANA]. Note that this list of address family numbers is maintained by IANA. 2. Length of LISP address: A field of length 1 octet, whose value indicates the octet-length of the next (third) field of this LispAddressType four-tuple. 3. LISP address: A field of variable length as indicated in the previous (second) field, whose value is an address of the IANA Address Family indicated in the first field of this LispAddressType four-tuple. Note that any of the IANA Address Families can be represented. Particularly when the address family is LISP Canonical Address Format (LCAF) with IANA-assigned Address Family Number 16387, then the first octet of this field indicates the LCAF type, and the rest of this field is same as the encoding format of the LISP Canonical Address after the length field, as defined in LCAF document. 4. Mask-length of address: A field of length 1 octet, whose value is the mask-length to be applied to the LISP address specified in the previous (third) field. To illustrate the use of this object, consider the LISP MIB Object below titled lispMapCacheEntry. This object begins with the following entities: lispMapCacheEntry ::= SEQUENCE { lispMapCacheEidLength INTEGER, lispMapCacheEid LispAddressType, ... [skip] ... Example 1: Suppose that the IPv4 EID-Prefix stored is 192.0.2.0/24. In this case, the values within lispMapCacheEntry would be: lispMapCacheEidLength = 8 lispMapCacheEid = 1, 4, 192.0.2.0, 24 ... [skip] ... where 8 is the total length in octets of the next object (lispMapCacheEID of type LispAddressType). Then, the value 1 indicates the IPv4 AF (per the IANA-ADDRESS-FAMILY-NUMBERS-MIB), the value 4 indicates that the AF is 4 octets in length, 192.0.2.0 is the IPv4 address, and the value 24 is the mask-length in bits. Note that the lispMapCacheEidLength value of 8 is used to compute the length of the fourth (last) field in lispMapCacheEid to be 1 octet -- as computed by 8 - (2 + 1 + 4) = 1. Example 2: Suppose that the IPv6 EID-Prefix stored is 2001:db8:a::/48. In this case, the values within lispMapCacheEntry would be: lispMapCacheEidLength = 20 lispMapCacheEid = 2, 16, 2001:db8:a::, 48 ... [skip] ... where 20 is the total length in octets of the next object (lispMapCacheEID of type LispAddressType). Then, the value 2 indicates the IPv6 AF (per the IANA-ADDRESS-FAMILY-NUMBERS-MIB), the value 16 indicates that the AF is 16 octets in length, 2001:db8:a:: is the IPv6 address, and the value 48 is the mask-length in bits. Note that the lispMapCacheEidLength value of 20 is used to compute the length of the fourth (last) field in lispMapCacheEid to be 1 octet -- as computed by 20 - (2 + 1 + 16) = 1. Example 3: As an example where LCAF is used, suppose that the IPv4 EID-Prefix stored is 192.0.2.0/24 and it is part of LISP Instance ID 101. In this case, the values within lispMapCacheEntry would be: lispMapCacheEidLength = 14 lispMapCacheEid = 16387, 10, 2, 101, 1, 192.0.2.0, 24 ... [skip] ... where 14 is the total length in octets of the next object (lispMapCacheEID of type LispAddressType). Then, the value 16387 indicates the LCAF AF (see the IANA-ADDRESS-FAMILY-NUMBERS-MIB), the value 10 indicates that the LCAF AF is 10 octets in length in this case, 2 indicates that LCAF Type 2 encoding is used (see the LCAF document), 101 gives the Instance ID, 1 gives the AFI (per the IANA-ADDRESS-FAMILY-NUMBERS-MIB) for an IPv4 address, 192.0.2.0 is the IPv4 address, and 24 is the mask-length in bits. Note that the lispMapCacheEidLength value of 14 octets is used to compute the length of the last field in lispMapCacheEid to be 1 octet -- as computed by 14 - (2 + 1 + 1 + 3 + 2 + 4) = 1. Note: all LISP header formats and locations of specific flags, bits, and fields are as given in the base LISP references of RFC 6830, RFC 6832, and RFC 6833.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..39)  

LispFeaturesEntry  
SEQUENCE    
  lispFeaturesInstanceID Unsigned32
  lispFeaturesAddressFamily AddressFamilyNumbers
  lispFeaturesItrEnabled TruthValue
  lispFeaturesEtrEnabled TruthValue
  lispFeaturesProxyItrEnabled TruthValue
  lispFeaturesProxyEtrEnabled TruthValue
  lispFeaturesMapServerEnabled TruthValue
  lispFeaturesMapResolverEnabled TruthValue
  lispFeaturesMapCacheSize Unsigned32
  lispFeaturesMapCacheLimit Unsigned32
  lispFeaturesEtrMapCacheTtl Unsigned32
  lispFeaturesRlocProbeEnabled TruthValue
  lispFeaturesEtrAcceptMapDataEnabled TruthValue
  lispFeaturesEtrAcceptMapDataVerifyEnabled TruthValue
  lispFeaturesRouterTimeStamp TimeStamp

LispIidToVrfEntry  
SEQUENCE    
  lispIidToVrfName MplsL3VpnName

LispGlobalStatsEntry  
SEQUENCE    
  lispGlobalStatsMapRequestsIn Counter64
  lispGlobalStatsMapRequestsOut Counter64
  lispGlobalStatsMapRepliesIn Counter64
  lispGlobalStatsMapRepliesOut Counter64
  lispGlobalStatsMapRegistersIn Counter64
  lispGlobalStatsMapRegistersOut Counter64

LispMappingDatabaseEntry  
SEQUENCE    
  lispMappingDatabaseEidLength Integer32
  lispMappingDatabaseEid LispAddressType
  lispMappingDatabaseLsb Unsigned32
  lispMappingDatabaseEidPartitioned TruthValue
  lispMappingDatabaseTimeStamp TimeStamp
  lispMappingDatabaseDecapOctets Counter64
  lispMappingDatabaseDecapPackets Counter64
  lispMappingDatabaseEncapOctets Counter64
  lispMappingDatabaseEncapPackets Counter64

LispMappingDatabaseLocatorEntry  
SEQUENCE    
  lispMappingDatabaseLocatorRlocLength Integer32
  lispMappingDatabaseLocatorRloc LispAddressType
  lispMappingDatabaseLocatorRlocPriority Integer32
  lispMappingDatabaseLocatorRlocWeight Integer32
  lispMappingDatabaseLocatorRlocMPriority Integer32
  lispMappingDatabaseLocatorRlocMWeight Integer32
  lispMappingDatabaseLocatorRlocState INTEGER
  lispMappingDatabaseLocatorRlocLocal INTEGER
  lispMappingDatabaseLocatorRlocTimeStamp TimeStamp
  lispMappingDatabaseLocatorRlocDecapOctets Counter64
  lispMappingDatabaseLocatorRlocDecapPackets Counter64
  lispMappingDatabaseLocatorRlocEncapOctets Counter64
  lispMappingDatabaseLocatorRlocEncapPackets Counter64

LispMapCacheEntry  
SEQUENCE    
  lispMapCacheEidLength Integer32
  lispMapCacheEid LispAddressType
  lispMapCacheEidTimeStamp TimeStamp
  lispMapCacheEidExpiryTime TimeTicks
  lispMapCacheEidState TruthValue
  lispMapCacheEidAuthoritative TruthValue
  lispMapCacheEidDecapOctets Counter64
  lispMapCacheEidDecapPackets Counter64
  lispMapCacheEidEncapOctets Counter64
  lispMapCacheEidEncapPackets Counter64

LispMapCacheLocatorEntry  
SEQUENCE    
  lispMapCacheLocatorRlocLength Integer32
  lispMapCacheLocatorRloc LispAddressType
  lispMapCacheLocatorRlocPriority Integer32
  lispMapCacheLocatorRlocWeight Integer32
  lispMapCacheLocatorRlocMPriority Integer32
  lispMapCacheLocatorRlocMWeight Integer32
  lispMapCacheLocatorRlocState INTEGER
  lispMapCacheLocatorRlocTimeStamp TimeStamp
  lispMapCacheLocatorRlocLastPriorityChange TimeTicks
  lispMapCacheLocatorRlocLastWeightChange TimeTicks
  lispMapCacheLocatorRlocLastMPriorityChange TimeTicks
  lispMapCacheLocatorRlocLastMWeightChange TimeTicks
  lispMapCacheLocatorRlocLastStateChange TimeTicks
  lispMapCacheLocatorRlocRtt TimeTicks
  lispMapCacheLocatorRlocDecapOctets Counter64
  lispMapCacheLocatorRlocDecapPackets Counter64
  lispMapCacheLocatorRlocEncapOctets Counter64
  lispMapCacheLocatorRlocEncapPackets Counter64

LispConfiguredLocatorEntry  
SEQUENCE    
  lispConfiguredLocatorRlocLength Integer32
  lispConfiguredLocatorRloc LispAddressType
  lispConfiguredLocatorRlocState INTEGER
  lispConfiguredLocatorRlocLocal INTEGER
  lispConfiguredLocatorRlocTimeStamp TimeStamp
  lispConfiguredLocatorRlocDecapOctets Counter64
  lispConfiguredLocatorRlocDecapPackets Counter64
  lispConfiguredLocatorRlocEncapOctets Counter64
  lispConfiguredLocatorRlocEncapPackets Counter64

LispEidRegistrationEntry  
SEQUENCE    
  lispEidRegistrationEidLength Integer32
  lispEidRegistrationEid LispAddressType
  lispEidRegistrationSiteName OCTET STRING
  lispEidRegistrationSiteDescription OCTET STRING
  lispEidRegistrationIsRegistered TruthValue
  lispEidRegistrationFirstTimeStamp TimeStamp
  lispEidRegistrationLastTimeStamp TimeStamp
  lispEidRegistrationLastRegisterSenderLength Integer32
  lispEidRegistrationLastRegisterSender LispAddressType
  lispEidRegistrationAuthenticationErrors Counter64
  lispEidRegistrationRlocsMismatch Counter64

LispEidRegistrationEtrEntry  
SEQUENCE    
  lispEidRegistrationEtrSenderLength Integer32
  lispEidRegistrationEtrSender LispAddressType
  lispEidRegistrationEtrLastTimeStamp TimeStamp
  lispEidRegistrationEtrTtl Unsigned32
  lispEidRegistrationEtrProxyReply TruthValue
  lispEidRegistrationEtrWantsMapNotify TruthValue

LispEidRegistrationLocatorEntry  
SEQUENCE    
  lispEidRegistrationLocatorRlocLength Integer32
  lispEidRegistrationLocatorRloc LispAddressType
  lispEidRegistrationLocatorRlocState INTEGER
  lispEidRegistrationLocatorIsLocal TruthValue
  lispEidRegistrationLocatorPriority Integer32
  lispEidRegistrationLocatorWeight Integer32
  lispEidRegistrationLocatorMPriority Integer32
  lispEidRegistrationLocatorMWeight Integer32

LispUseMapServerEntry  
SEQUENCE    
  lispUseMapServerAddressLength Integer32
  lispUseMapServerAddress LispAddressType
  lispUseMapServerState INTEGER

LispUseMapResolverEntry  
SEQUENCE    
  lispUseMapResolverAddressLength Integer32
  lispUseMapResolverAddress LispAddressType
  lispUseMapResolverState INTEGER

LispUseProxyEtrEntry  
SEQUENCE    
  lispUseProxyEtrAddressLength Integer32
  lispUseProxyEtrAddress LispAddressType
  lispUseProxyEtrPriority Integer32
  lispUseProxyEtrWeight Integer32
  lispUseProxyEtrMPriority Integer32
  lispUseProxyEtrMWeight Integer32
  lispUseProxyEtrState INTEGER

Defined Values

lispMIB 1.3.6.1.2.1.220
This MIB module contains managed objects to support monitoring devices that support the Locator/ID Separation Protocol (LISP). Copyright (c) 2013 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info).
MODULE-IDENTITY    

lispObjects 1.3.6.1.2.1.220.1
OBJECT IDENTIFIER    

lispConformance 1.3.6.1.2.1.220.2
OBJECT IDENTIFIER    

lispFeaturesTable 1.3.6.1.2.1.220.1.1
This table represents the ON/OFF status of the various LISP features that can be enabled on LISP devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispFeaturesEntry

lispFeaturesEntry 1.3.6.1.2.1.220.1.1.1
An entry (conceptual row) in the lispFeaturesTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispFeaturesEntry  

lispFeaturesInstanceID 1.3.6.1.2.1.220.1.1.1.1
This represents the Instance ID of the LISP header. An Instance ID in the LISP address encoding helps uniquely identify the AFI-based address space to which a given EID belongs. Its default value is 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..16777215  

lispFeaturesAddressFamily 1.3.6.1.2.1.220.1.1.1.2
The IANA Address Family Number of destination address of packets that this LISP device is enabled to process.
Status: current Access: not-accessible
OBJECT-TYPE    
  AddressFamilyNumbers  

lispFeaturesItrEnabled 1.3.6.1.2.1.220.1.1.1.3
Indicates the status of ITR role on this device. If this object is true, then the ITR feature is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispFeaturesEtrEnabled 1.3.6.1.2.1.220.1.1.1.4
Indicates the status of ETR role on this device. If this object is true, then the ETR feature is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispFeaturesProxyItrEnabled 1.3.6.1.2.1.220.1.1.1.5
Indicates the status of Proxy-ITR role on this device. If this object is true, then the Proxy-ITR feature is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispFeaturesProxyEtrEnabled 1.3.6.1.2.1.220.1.1.1.6
Indicates the status of Proxy-ETR role on this device. If this object is true, then the Proxy-ETR feature is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispFeaturesMapServerEnabled 1.3.6.1.2.1.220.1.1.1.7
Indicates the status of Map Server role on this device. If this object is true, then the Map-Server feature is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispFeaturesMapResolverEnabled 1.3.6.1.2.1.220.1.1.1.8
Indicates the status of Map Resolver role on this device. If this object is true, then Map-Resolver feature is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispFeaturesMapCacheSize 1.3.6.1.2.1.220.1.1.1.9
Size of EID-to-RLOC map-cache on this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

lispFeaturesMapCacheLimit 1.3.6.1.2.1.220.1.1.1.10
Maximum permissible entries in EID-to-RLOC map-cache on this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

lispFeaturesEtrMapCacheTtl 1.3.6.1.2.1.220.1.1.1.11
The stored Record TTL of the EID-to-RLOC map record in the map-cache.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

lispFeaturesRlocProbeEnabled 1.3.6.1.2.1.220.1.1.1.12
Indicates the status of RLOC-Probing feature on this device. If this object is true, then this feature is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispFeaturesEtrAcceptMapDataEnabled 1.3.6.1.2.1.220.1.1.1.13
Indicates the status of accepting piggybacked mapping data received in a map-request on this device. If this object is true, then this device accepts piggybacked mapping data.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispFeaturesEtrAcceptMapDataVerifyEnabled 1.3.6.1.2.1.220.1.1.1.14
Indicates the status of verifying accepted piggybacked mapping data received in a map-request on this device. If this object is true, then this device verifies accepted piggybacked mapping data.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispFeaturesRouterTimeStamp 1.3.6.1.2.1.220.1.1.1.15
The value of sysUpTime at which the LISP feature was enabled on this device. 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  

lispIidToVrfTable 1.3.6.1.2.1.220.1.2
This table represents the mapping of a LISP Instance ID to a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispIidToVrfEntry

lispIidToVrfEntry 1.3.6.1.2.1.220.1.2.1
An entry (conceptual row) in the lispIidToVrfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispIidToVrfEntry  

lispIidToVrfName 1.3.6.1.2.1.220.1.2.1.1
The identifier for each VPN that is mapped to the given LISP Instance ID.
Status: current Access: read-only
OBJECT-TYPE    
  MplsL3VpnName  

lispGlobalStatsTable 1.3.6.1.2.1.220.1.3
This table provides global statistics for a given Instance ID per address family on a LISP device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispGlobalStatsEntry

lispGlobalStatsEntry 1.3.6.1.2.1.220.1.3.1
An entry (conceptual row) in the lispGlobalStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispGlobalStatsEntry  

lispGlobalStatsMapRequestsIn 1.3.6.1.2.1.220.1.3.1.1
Total number of map requests received by this device for any EID-Prefix of the given address family and Instance ID. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of LISP features being removed, which can be detected by observing the value of lispFeaturesRouterTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispGlobalStatsMapRequestsOut 1.3.6.1.2.1.220.1.3.1.2
Total number of map requests sent by this device for any EID-Prefix of the given address family and Instance ID. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of LISP features being removed, which can be detected by observing the value of lispFeaturesRouterTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispGlobalStatsMapRepliesIn 1.3.6.1.2.1.220.1.3.1.3
Total number of map replies received by this device for any EID-Prefix of the given address family and Instance ID. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of LISP features being removed, which can be detected by observing the value of lispFeaturesRouterTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispGlobalStatsMapRepliesOut 1.3.6.1.2.1.220.1.3.1.4
Total number of map replies sent by this device for any EID prefix of the given address family and Instance ID. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of LISP features being removed, which can be detected by observing the value of lispFeaturesRouterTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispGlobalStatsMapRegistersIn 1.3.6.1.2.1.220.1.3.1.5
Total number of map registers received by this device for any EID-Prefix of the given address family and Instance ID. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of LISP features being removed, which can be detected by observing the value of lispFeaturesRouterTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispGlobalStatsMapRegistersOut 1.3.6.1.2.1.220.1.3.1.6
Total number of map registers sent by this device for any EID-Prefix of the given address family and Instance ID. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of LISP features being removed, which can be detected by observing the value of lispFeaturesRouterTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMappingDatabaseTable 1.3.6.1.2.1.220.1.4
This table represents the EID-to-RLOC mapping database that contains the EID-Prefix to RLOC mappings configured on an ETR. This table represents all such mappings for the given LISP site to which this device belongs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispMappingDatabaseEntry

lispMappingDatabaseEntry 1.3.6.1.2.1.220.1.4.1
An entry (conceptual row) in lispMappingDatabaseTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispMappingDatabaseEntry  

lispMappingDatabaseEidLength 1.3.6.1.2.1.220.1.4.1.1
This object gives the octet-length of lispMappingDatabaseEid.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

lispMappingDatabaseEid 1.3.6.1.2.1.220.1.4.1.2
The EID-Prefix of the mapping database.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

lispMappingDatabaseLsb 1.3.6.1.2.1.220.1.4.1.3
The locator status bits for this EID-Prefix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

lispMappingDatabaseEidPartitioned 1.3.6.1.2.1.220.1.4.1.4
Indicates if this device is partitioned from the site that contains this EID-Prefix. If this object is true, then it means this device is partitioned from the site.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispMappingDatabaseTimeStamp 1.3.6.1.2.1.220.1.4.1.5
The value of sysUpTime at which the EID Prefix information represented by this mapping database entry was configured on this device. 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  

lispMappingDatabaseDecapOctets 1.3.6.1.2.1.220.1.4.1.6
The number of octets, after decapsulation, of LISP packets that were decapsulated by this device addressed to a host within this EID-Prefix. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of LISP features being removed, which can be detected by observing the value of lispMappingDatabaseTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMappingDatabaseDecapPackets 1.3.6.1.2.1.220.1.4.1.7
The number of LISP packets that were decapsulated by this device addressed to a host within this EID-Prefix. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of LISP features being removed, which can be detected by observing the value of lispMappingDatabaseTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMappingDatabaseEncapOctets 1.3.6.1.2.1.220.1.4.1.8
The number of octets, before encapsulation, of LISP packets that were encapsulated by this device, whose inner header source address matched this EID-Prefix. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of LISP features being removed, which can be detected by observing the value of lispMappingDatabaseTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMappingDatabaseEncapPackets 1.3.6.1.2.1.220.1.4.1.9
The number of LISP packets that were encapsulated by this device whose inner header source address matched this EID prefix. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of LISP features being removed, which can be detected by observing the value of lispMappingDatabaseTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMappingDatabaseLocatorTable 1.3.6.1.2.1.220.1.5
This table represents the set of routing locators per EID prefix contained in the EID-to-RLOC database configured on this ETR.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispMappingDatabaseLocatorEntry

lispMappingDatabaseLocatorEntry 1.3.6.1.2.1.220.1.5.1
An entry (conceptual row) in the lispMappingDatabaseLocatorTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispMappingDatabaseLocatorEntry  

lispMappingDatabaseLocatorRlocLength 1.3.6.1.2.1.220.1.5.1.1
This object is used to get the octet-length of lispMappingDatabaseLocatorRloc.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

lispMappingDatabaseLocatorRloc 1.3.6.1.2.1.220.1.5.1.2
This object is a locator for the given EID-Prefix in the mapping database.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

lispMappingDatabaseLocatorRlocPriority 1.3.6.1.2.1.220.1.5.1.3
The unicast priority of the RLOC.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

lispMappingDatabaseLocatorRlocWeight 1.3.6.1.2.1.220.1.5.1.4
The unicast weight of the RLOC.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

lispMappingDatabaseLocatorRlocMPriority 1.3.6.1.2.1.220.1.5.1.5
The multicast priority of the RLOC.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

lispMappingDatabaseLocatorRlocMWeight 1.3.6.1.2.1.220.1.5.1.6
The multicast weight of the RLOC.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

lispMappingDatabaseLocatorRlocState 1.3.6.1.2.1.220.1.5.1.7
The state of this RLOC as per this device. (1 = RLOC is up; 2 = RLOC is down; 3 = RLOC is unreachable).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), unreachable(3)  

lispMappingDatabaseLocatorRlocLocal 1.3.6.1.2.1.220.1.5.1.8
Indicates whether the RLOC is local to this device (or remote, meaning local to another device in the same LISP site). (1 = RLOC is an address on this device; 2 = RLOC is an address on another device).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER siteself(1), sitelocal(2)  

lispMappingDatabaseLocatorRlocTimeStamp 1.3.6.1.2.1.220.1.5.1.9
The value of sysUpTime at which the RLOC of the EID Prefix represented by this mapping database entry was configured on this device. 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  

lispMappingDatabaseLocatorRlocDecapOctets 1.3.6.1.2.1.220.1.5.1.10
The number of octets of LISP packets that were addressed to this RLOC of the EID-Prefix and were decapsulated. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of database mappings getting reconfigured or RLOC status changes, which can be detected by observing the value of lispMappingDatabaseLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMappingDatabaseLocatorRlocDecapPackets 1.3.6.1.2.1.220.1.5.1.11
The number of LISP packets that were addressed to this RLOC of the EID-Prefix and were decapsulated. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of database mappings getting reconfigured or RLOC status changes, which can be detected by observing the value of lispMappingDatabaseLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMappingDatabaseLocatorRlocEncapOctets 1.3.6.1.2.1.220.1.5.1.12
The number of octets of LISP packets that were encapsulated by this device using this RLOC address as the source, and that were sourced by an address of this EID-Prefix. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of database mappings getting reconfigured or RLOC status changes, which can be detected by observing the value of lispMappingDatabaseLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMappingDatabaseLocatorRlocEncapPackets 1.3.6.1.2.1.220.1.5.1.13
The number of LISP packets that were encapsulated by this device using this RLOC address as the source and that were sourced by an address of this EID-Prefix. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of database mappings getting reconfigured or RLOC status changes, which can be detected by observing the value of lispMappingDatabaseLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMapCacheTable 1.3.6.1.2.1.220.1.6
This table represents the short-lived, on-demand table on an ITR that stores, tracks, and is responsible for timing-out and otherwise validating EID-to-RLOC mappings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispMapCacheEntry

lispMapCacheEntry 1.3.6.1.2.1.220.1.6.1
An entry (conceptual row) in the lispMapCacheTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispMapCacheEntry  

lispMapCacheEidLength 1.3.6.1.2.1.220.1.6.1.1
This object is used to get the octet-length of lispMapCacheEid.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

lispMapCacheEid 1.3.6.1.2.1.220.1.6.1.2
The EID-Prefix in the mapping cache.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

lispMapCacheEidTimeStamp 1.3.6.1.2.1.220.1.6.1.3
The value of sysUpTime at which the EID Prefix information represented by this entry was learned by this device. 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  

lispMapCacheEidExpiryTime 1.3.6.1.2.1.220.1.6.1.4
The time remaining before the ITR times-out this EID-Prefix.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

lispMapCacheEidState 1.3.6.1.2.1.220.1.6.1.5
This object is used to indicate the activity of this EID prefix. If this object is true, then it means this EID prefix is seeing activity.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispMapCacheEidAuthoritative 1.3.6.1.2.1.220.1.6.1.6
This object is used to indicate whether the EID-Prefix was installed by an authoritative map-reply. If this object is true, then it means this EID-Prefix was installed by an authoritative map-reply.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispMapCacheEidDecapOctets 1.3.6.1.2.1.220.1.6.1.7
The number of octets of LISP packets that were decapsulated by this device and were sourced from a remote host within this EID-Prefix. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of cache being removed and replaced, which can be detected by observing the value of lispMapCacheEidTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMapCacheEidDecapPackets 1.3.6.1.2.1.220.1.6.1.8
The number of LISP packets that were decapsulated by this device and were sourced from a remote host within this EID-Prefix. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of cache being removed and replaced, which can be detected by observing the value of lispMapCacheEidTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMapCacheEidEncapOctets 1.3.6.1.2.1.220.1.6.1.9
The number of octets of LISP packets that were encapsulated by this device using the given EID-Prefix in the map-cache. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of cache being removed and replaced, which can be detected by observing the value of lispMapCacheEidTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMapCacheEidEncapPackets 1.3.6.1.2.1.220.1.6.1.10
The number of LISP packets that were encapsulated by this device using the given EID-Prefix in the map-cache. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of cache being removed and replaced, which can be detected by observing the value of lispMapCacheEidTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMapCacheLocatorTable 1.3.6.1.2.1.220.1.7
This table represents the set of locators per EID-Prefix contained in the map-cache table of an ITR.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispMapCacheLocatorEntry

lispMapCacheLocatorEntry 1.3.6.1.2.1.220.1.7.1
An entry (conceptual row) in the lispMapCacheLocatorTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispMapCacheLocatorEntry  

lispMapCacheLocatorRlocLength 1.3.6.1.2.1.220.1.7.1.1
This object is used to get the octet-length of lispMapCacheLocatorRloc.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

lispMapCacheLocatorRloc 1.3.6.1.2.1.220.1.7.1.2
The locator for the EID-Prefix in the mapping cache.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

lispMapCacheLocatorRlocPriority 1.3.6.1.2.1.220.1.7.1.3
The unicast priority of the RLOC for this EID-Prefix (0-255); lower is more preferred.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

lispMapCacheLocatorRlocWeight 1.3.6.1.2.1.220.1.7.1.4
The unicast weight of the RLOC for this EID-Prefix (0 - 100) percentage.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

lispMapCacheLocatorRlocMPriority 1.3.6.1.2.1.220.1.7.1.5
The multicast priority of the RLOC for this EID-Prefix (0-255); lower is more preferred.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

lispMapCacheLocatorRlocMWeight 1.3.6.1.2.1.220.1.7.1.6
The multicast weight of the RLOC for this EID-Prefix (0 - 100) percentage.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

lispMapCacheLocatorRlocState 1.3.6.1.2.1.220.1.7.1.7
The state of this RLOC as per this device (1 = RLOC is up; 2 = RLOC is down; 3 = RLOC is unreachable).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), unreachable(3)  

lispMapCacheLocatorRlocTimeStamp 1.3.6.1.2.1.220.1.7.1.8
The value of sysUpTime at which the RLOC of EID-Prefix information represented by this entry was learned by this device. 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  

lispMapCacheLocatorRlocLastPriorityChange 1.3.6.1.2.1.220.1.7.1.9
Time elapsed since the last change of the unicast priority of the RLOC for this EID-Prefix. Note that this is independent of lispMapCacheLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

lispMapCacheLocatorRlocLastWeightChange 1.3.6.1.2.1.220.1.7.1.10
Time elapsed since the last change of the unicast weight of the RLOC for this EID-Prefix. Note that this is independent of lispMapCacheLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

lispMapCacheLocatorRlocLastMPriorityChange 1.3.6.1.2.1.220.1.7.1.11
Time since the last change of the multicast priority of the RLOC for this EID-Prefix.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

lispMapCacheLocatorRlocLastMWeightChange 1.3.6.1.2.1.220.1.7.1.12
Time since the last change of the multicast weight of the RLOC for this EID-Prefix.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

lispMapCacheLocatorRlocLastStateChange 1.3.6.1.2.1.220.1.7.1.13
Time since the last change of the up/down state of the RLOC for this EID-Prefix.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

lispMapCacheLocatorRlocRtt 1.3.6.1.2.1.220.1.7.1.14
Round-trip time of RLOC probe and map-reply for this RLOC address for this prefix.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

lispMapCacheLocatorRlocDecapOctets 1.3.6.1.2.1.220.1.7.1.15
The number of octets of LISP packets that were decapsulated by this device and were sourced from a remote host within this EID-Prefix and were encapsulated for this RLOC. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of RLOC of cache being removed and replaced, which can be detected by observing the value of lispMapCacheLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMapCacheLocatorRlocDecapPackets 1.3.6.1.2.1.220.1.7.1.16
The number of LISP packets that were decapsulated by this device and were sourced from a remote host within this EID-Prefix and were encapsulated for this RLOC. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of RLOC of cache being removed and replaced, which can be detected by observing the value of lispMapCacheLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMapCacheLocatorRlocEncapOctets 1.3.6.1.2.1.220.1.7.1.17
The number of octets of LISP packets that matched this EID-Prefix and were encapsulated using this RLOC address. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of RLOC of cache being removed and replaced, which can be detected by observing the value of lispMapCacheLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispMapCacheLocatorRlocEncapPackets 1.3.6.1.2.1.220.1.7.1.18
The number of LISP packets that matched this EID-Prefix and were encapsulated using this RLOC address. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of RLOC of cache being removed and replaced, which can be detected by observing the value of lispMapCacheLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispConfiguredLocatorTable 1.3.6.1.2.1.220.1.8
This table represents the set of routing locators configured on this device. Note that the addresses configured by Proxy-ITR are treated as routing locators and therefore can be part of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispConfiguredLocatorEntry

lispConfiguredLocatorEntry 1.3.6.1.2.1.220.1.8.1
An entry (conceptual row) in the lispConfiguredLocatorTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispConfiguredLocatorEntry  

lispConfiguredLocatorRlocLength 1.3.6.1.2.1.220.1.8.1.1
This object is used to get the octet-length of lispConfiguredLocatorRloc.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

lispConfiguredLocatorRloc 1.3.6.1.2.1.220.1.8.1.2
This object is an RLOC address configured on this device. It can be an RLOC that is local to this device or can be an RLOC that belongs to another ETR within the same site. Proxy-ITR address is treated as an RLOC.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

lispConfiguredLocatorRlocState 1.3.6.1.2.1.220.1.8.1.3
The state of this RLOC as per this device. (1 = RLOC is up; 2 = RLOC is down; 3 = RLOC is unreachable).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), unreachable(3)  

lispConfiguredLocatorRlocLocal 1.3.6.1.2.1.220.1.8.1.4
Indicates whether the RLOC is local to this device (or remote, meaning local to another device in the same LISP site). (1 = RLOC is an address on this device; 2 = RLOC is an address on another device).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER siteself(1), sitelocal(2)  

lispConfiguredLocatorRlocTimeStamp 1.3.6.1.2.1.220.1.8.1.5
The value of sysUpTime at which the RLOC was configured on this device. 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  

lispConfiguredLocatorRlocDecapOctets 1.3.6.1.2.1.220.1.8.1.6
The number of octets of LISP packets that were addressed to this RLOC and were decapsulated. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of configured RLOC being removed and replaced, which can be detected by observing the value of lispConfiguredLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispConfiguredLocatorRlocDecapPackets 1.3.6.1.2.1.220.1.8.1.7
The number of LISP packets that were addressed to this RLOC and were decapsulated. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of configured RLOC being removed and replaced, which can be detected by observing the value of lispConfiguredLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispConfiguredLocatorRlocEncapOctets 1.3.6.1.2.1.220.1.8.1.8
The number of octets of LISP packets that were encapsulated by this device using this RLOC address as the source. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of configured RLOC being removed and replaced, which can be detected by observing the value of lispConfiguredLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispConfiguredLocatorRlocEncapPackets 1.3.6.1.2.1.220.1.8.1.9
The number of LISP packets that were encapsulated by this device using this RLOC address as the source. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of configured RLOC being removed and replaced, which can be detected by observing the value of lispConfiguredLocatorRlocTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispEidRegistrationTable 1.3.6.1.2.1.220.1.9
This table provides the properties of each LISP EID-Prefix that is registered with this device when configured to be a Map-Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispEidRegistrationEntry

lispEidRegistrationEntry 1.3.6.1.2.1.220.1.9.1
An entry (conceptual row) in the lispEidRegistrationTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispEidRegistrationEntry  

lispEidRegistrationEidLength 1.3.6.1.2.1.220.1.9.1.1
This object is used to get the octet-length of lispEidRegistrationEid.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

lispEidRegistrationEid 1.3.6.1.2.1.220.1.9.1.2
The EID-Prefix that is being registered.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

lispEidRegistrationSiteName 1.3.6.1.2.1.220.1.9.1.3
Site name used by a Map-Server to distinguish different LISP sites that are registering with it.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

lispEidRegistrationSiteDescription 1.3.6.1.2.1.220.1.9.1.4
Description for a site name used by a Map-Server. The EID prefix that is being registered belongs to this site.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

lispEidRegistrationIsRegistered 1.3.6.1.2.1.220.1.9.1.5
Indicates the registration status of the given EID-Prefix. If this object is true, then it means the EID-Prefix is registered. The value false implies the EID-Prefix is not registered with the Map Server. There are multiple scenarios when this could happen like authentication failures, routing problems, misconfigs to name a few.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispEidRegistrationFirstTimeStamp 1.3.6.1.2.1.220.1.9.1.6
The value of sysUpTime at which the first valid register message for the EID Prefix information represented by this entry was received by this device. 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  

lispEidRegistrationLastTimeStamp 1.3.6.1.2.1.220.1.9.1.7
The value of sysUpTime at which the last valid register message for the EID Prefix information represented by this entry was received by this device. 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  

lispEidRegistrationLastRegisterSenderLength 1.3.6.1.2.1.220.1.9.1.8
This object is used to get the octet-length of lispEidRegistrationLastRegisterSender, the next object.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..39  

lispEidRegistrationLastRegisterSender 1.3.6.1.2.1.220.1.9.1.9
Source address of the last valid register message for the given EID-Prefix that was received by this device.
Status: current Access: read-only
OBJECT-TYPE    
  LispAddressType  

lispEidRegistrationAuthenticationErrors 1.3.6.1.2.1.220.1.9.1.10
Count of total authentication errors of map-registers received for the given EID-Prefix. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of site config changes, which can be detected by observing the value of lispEidRegistrationFirstTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispEidRegistrationRlocsMismatch 1.3.6.1.2.1.220.1.9.1.11
Count of total map-registers received that had at least one RLOC that was not in the allowed list of RLOCs for the given EID-Prefix. Discontinuities in this monotonically increasing value occur at reinitialization of the management system. Discontinuities can also occur as a result of site config changes, which can be detected by observing the value of lispEidRegistrationFirstTimeStamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

lispEidRegistrationEtrTable 1.3.6.1.2.1.220.1.10
This table provides the properties of ETRs that register the given EID-Prefix with this device when configured to be a Map-Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispEidRegistrationEtrEntry

lispEidRegistrationEtrEntry 1.3.6.1.2.1.220.1.10.1
An entry (conceptual row) in the lispEidRegistrationEtrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispEidRegistrationEtrEntry  

lispEidRegistrationEtrSenderLength 1.3.6.1.2.1.220.1.10.1.1
This object is used to get the octet-length of lispEidRegistrationEtrSender.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

lispEidRegistrationEtrSender 1.3.6.1.2.1.220.1.10.1.2
Source address of the ETR that is sending valid register messages for this EID-Prefix to this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

lispEidRegistrationEtrLastTimeStamp 1.3.6.1.2.1.220.1.10.1.3
The value of sysUpTime at which the last valid register message from this ETR for the EID Prefix information represented by this entry was received by this device. 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  

lispEidRegistrationEtrTtl 1.3.6.1.2.1.220.1.10.1.4
The Record TTL of the registering ETR device for this EID-Prefix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

lispEidRegistrationEtrProxyReply 1.3.6.1.2.1.220.1.10.1.5
Indicates proxy-replying status of the registering ETR for this EID-Prefix. If this object is true, then it means the Map-Server can proxy-reply.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispEidRegistrationEtrWantsMapNotify 1.3.6.1.2.1.220.1.10.1.6
Indicates whether the EID-Prefix wants Map-Notifications. If this object is true, then it means the EID-Prefix wants Map-Notifications.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispEidRegistrationLocatorTable 1.3.6.1.2.1.220.1.11
This table provides the properties of all locators per LISP site that are served by this device when configured to be a Map-Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispEidRegistrationLocatorEntry

lispEidRegistrationLocatorEntry 1.3.6.1.2.1.220.1.11.1
An entry (conceptual row) in the lispEidRegistrationLocatorTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispEidRegistrationLocatorEntry  

lispEidRegistrationLocatorRlocLength 1.3.6.1.2.1.220.1.11.1.1
This object is used to get the octet-length of lispEidRegistrationLocatorRloc.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

lispEidRegistrationLocatorRloc 1.3.6.1.2.1.220.1.11.1.2
The locator of the given EID-Prefix being registered by the given ETR with this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

lispEidRegistrationLocatorRlocState 1.3.6.1.2.1.220.1.11.1.3
The cached state of this RLOC received in map-register from the ETR by the device, in the capacity of a Map-Server. Value 1 refers to up, value 2 refers to down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

lispEidRegistrationLocatorIsLocal 1.3.6.1.2.1.220.1.11.1.4
Indicates if the given locator is local to the registering ETR. If this object is true, it means the locator is local.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lispEidRegistrationLocatorPriority 1.3.6.1.2.1.220.1.11.1.5
The unicast priority of the RLOC for this EID-Prefix in the register message sent by the given ETR.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

lispEidRegistrationLocatorWeight 1.3.6.1.2.1.220.1.11.1.6
The unicast weight of the RLOC for this EID-Prefix in the register message sent by the given ETR.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

lispEidRegistrationLocatorMPriority 1.3.6.1.2.1.220.1.11.1.7
The multicast priority of the RLOC for this EID-Prefix in the register message sent by the given ETR.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

lispEidRegistrationLocatorMWeight 1.3.6.1.2.1.220.1.11.1.8
The multicast weight of the RLOC for this EID-Prefix in the register message sent by the given ETR.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

lispUseMapServerTable 1.3.6.1.2.1.220.1.12
This table provides the properties of the Map-Server(s) with which this device is configured to register.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispUseMapServerEntry

lispUseMapServerEntry 1.3.6.1.2.1.220.1.12.1
An entry (conceptual row) in the lispUseMapServerTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispUseMapServerEntry  

lispUseMapServerAddressLength 1.3.6.1.2.1.220.1.12.1.1
This object is used to get the octet-length of lispUseMapServerAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

lispUseMapServerAddress 1.3.6.1.2.1.220.1.12.1.2
Address of a Map-Server configured on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

lispUseMapServerState 1.3.6.1.2.1.220.1.12.1.3
State of this Map-Server configured on this device (1 = Map-Server is up; 2 = Map-Server is down).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), unreachable(3)  

lispUseMapResolverTable 1.3.6.1.2.1.220.1.13
This table provides the properties of the Map-Resolver(s) this device is configured to use.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispUseMapResolverEntry

lispUseMapResolverEntry 1.3.6.1.2.1.220.1.13.1
An entry (conceptual row) in the lispUseMapResolverTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispUseMapResolverEntry  

lispUseMapResolverAddressLength 1.3.6.1.2.1.220.1.13.1.1
This object is used to get the octet-length of lispUseMapResolverAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

lispUseMapResolverAddress 1.3.6.1.2.1.220.1.13.1.2
Address of Map-Resolver configured on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

lispUseMapResolverState 1.3.6.1.2.1.220.1.13.1.3
State of this Map-Resolver configured on this device (1 = Map-Resolver is up; 2 = Map-Resolver is down).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

lispUseProxyEtrTable 1.3.6.1.2.1.220.1.14
This table provides the properties of all Proxy ETRs that this device is configured to use.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LispUseProxyEtrEntry

lispUseProxyEtrEntry 1.3.6.1.2.1.220.1.14.1
An entry (conceptual row) in the lispUseProxyEtrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispUseProxyEtrEntry  

lispUseProxyEtrAddressLength 1.3.6.1.2.1.220.1.14.1.1
This object is used to get the octet-length of lispUseProxyEtrAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 5..39  

lispUseProxyEtrAddress 1.3.6.1.2.1.220.1.14.1.2
Address of Proxy ETR configured on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  LispAddressType  

lispUseProxyEtrPriority 1.3.6.1.2.1.220.1.14.1.3
The unicast priority of the PETR locator.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

lispUseProxyEtrWeight 1.3.6.1.2.1.220.1.14.1.4
The unicast weight of the PETR locator.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

lispUseProxyEtrMPriority 1.3.6.1.2.1.220.1.14.1.5
The multicast priority of the PETR locator.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

lispUseProxyEtrMWeight 1.3.6.1.2.1.220.1.14.1.6
The multicast weight of the PETR locator.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

lispUseProxyEtrState 1.3.6.1.2.1.220.1.14.1.7
State of this Proxy ETR configured on this device (0 = Proxy ETR is down; 1 = Proxy ETR is up).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(0), up(1)  

lispCompliances 1.3.6.1.2.1.220.2.1
OBJECT IDENTIFIER    

lispGroups 1.3.6.1.2.1.220.2.2
OBJECT IDENTIFIER    

lispMIBComplianceEtr 1.3.6.1.2.1.220.2.1.1
The compliance statement for LISP ETRs. It conveys whether the device supports the ETR feature, and, if so, the relevant state associated with that feature.
Status: current Access: read-only
MODULE-COMPLIANCE    

lispMIBComplianceItr 1.3.6.1.2.1.220.2.1.2
The compliance statement for LISP ITRs. It conveys whether the device supports the ITR feature, and, if so, the relevant state associated with that feature.
Status: current Access: read-only
MODULE-COMPLIANCE    

lispMIBCompliancePetr 1.3.6.1.2.1.220.2.1.3
The compliance statement for LISP Proxy-ETRs. It conveys whether the device supports the Proxy-ETR feature, and, if so, the relevant state associated with that feature.
Status: current Access: read-only
MODULE-COMPLIANCE    

lispMIBCompliancePitr 1.3.6.1.2.1.220.2.1.4
The compliance statement for LISP Proxy-ITRs. It conveys whether the device supports the Proxy-ITR feature, and, if so, the relevant state associated with that feature.
Status: current Access: read-only
MODULE-COMPLIANCE    

lispMIBComplianceMapServer 1.3.6.1.2.1.220.2.1.5
The compliance statement for LISP Map Servers. It conveys whether the device supports the Map Server feature, and, if so, the relevant state associated with that feature.
Status: current Access: read-only
MODULE-COMPLIANCE    

lispMIBComplianceMapResolver 1.3.6.1.2.1.220.2.1.6
The compliance statement for LISP Map Resolvers. It conveys whether the device supports the Map Resolver feature, and, if so, the relevant state associated with that feature.
Status: current Access: read-only
MODULE-COMPLIANCE    

lispMIBEtrGroup 1.3.6.1.2.1.220.2.2.1
A collection of objects to support reporting of basic LISP ETR parameters.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBItrGroup 1.3.6.1.2.1.220.2.2.2
A collection of objects to support reporting of basic LISP ITR parameters.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBPetrGroup 1.3.6.1.2.1.220.2.2.3
A collection of objects to support reporting of basic LISP Proxy-ETR parameters.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBPitrGroup 1.3.6.1.2.1.220.2.2.4
A collection of objects to support reporting of basic LISP Proxy-ITR parameters.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBMapServerGroup 1.3.6.1.2.1.220.2.2.5
A collection of objects to support reporting of basic LISP Map Server parameters.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBMapResolverGroup 1.3.6.1.2.1.220.2.2.6
A collection of objects to support reporting of basic LISP Map Resolver parameters.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBEtrExtendedGroup 1.3.6.1.2.1.220.2.2.7
A collection of objects to support reporting of LISP features and properties on ETRs.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBItrExtendedGroup 1.3.6.1.2.1.220.2.2.8
A collection of objects to support reporting of LISP features and properties on ITRs.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBMapServerExtendedGroup 1.3.6.1.2.1.220.2.2.9
A collection of objects to support the reporting of LISP features and properties on Map Servers related to EID registrations.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBTuningParametersGroup 1.3.6.1.2.1.220.2.2.10
A collection of objects used to support the reporting of parameters used to control LISP behavior and to tune performance.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBEncapStatisticsGroup 1.3.6.1.2.1.220.2.2.11
A collection of objects used to support the reporting of LISP encapsulation statistics for the device.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBDecapStatisticsGroup 1.3.6.1.2.1.220.2.2.12
A collection of objects used to support the reporting of LISP decapsulation statistics for the device.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBDiagnosticsGroup 1.3.6.1.2.1.220.2.2.13
A collection of objects used to support the reporting of additional diagnostics related to the LISP control-plane state of a LISP device.
Status: current Access: read-only
OBJECT-GROUP    

lispMIBVrfGroup 1.3.6.1.2.1.220.2.2.14
A collection of objects used to support reporting of VRF-related information on a LISP device.
Status: current Access: read-only
OBJECT-GROUP