# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python LISP-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/LISP-MIB" MIB = { "moduleName" : "LISP-MIB", "LISP-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF Locator/ID Separation Protocol (LISP) Working Group""", "contact" : """Email: lisp@ietf.org WG charter: http://datatracker.ietf.org/wg/lisp/charter/""", "description" : """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).""", "revisions" : ( { "date" : "2013-10-21 00:00", "description" : """Initial version of the IETF LISP-MIB module. Published as RFC 7052.""", }, ), "identity node" : "lispMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-SMI", "name" : "Unsigned32"}, {"module" : "SNMPv2-SMI", "name" : "Counter64"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "TimeTicks"}, {"module" : "SNMPv2-TC", "name" : "TruthValue"}, {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"}, {"module" : "SNMPv2-TC", "name" : "TimeStamp"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "MPLS-L3VPN-STD-MIB", "name" : "MplsL3VpnName"}, {"module" : "IANA-ADDRESS-FAMILY-NUMBERS-MIB", "name" : "AddressFamilyNumbers"}, ), "typedefs" : { "LispAddressType" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, "format" : "39a", "description" : """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 = 11 lispMapCacheEid = 16387, 7, 2, 101, 1, 192.0.2.0, 24 ... [skip] ... where 11 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 7 indicates that the LCAF AF is 7 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 11 octets is used to compute the length of the last field in lispMapCacheEid to be 1 octet -- as computed by 11 - (2 + 1 + 1 + 1 + 1 + 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.""", "reference" : """RFC 6830, Section 14.2 and LISP Canonical Address Format (LCAF), Work in Progress, March 2013.""", }, }, # typedefs "nodes" : { "lispMIB" : { "nodetype" : "node", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220", "status" : "current", }, # node "lispObjects" : { "nodetype" : "node", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1", }, # node "lispFeaturesTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1", "status" : "current", "description" : """This table represents the ON/OFF status of the various LISP features that can be enabled on LISP devices.""", "reference" : """RFC 6830, Section 4, Section 5.5., Section 6.3.""", }, # table "lispFeaturesEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1", "status" : "current", "linkage" : [ "lispFeaturesInstanceID", "lispFeaturesAddressFamily", ], "description" : """An entry (conceptual row) in the lispFeaturesTable.""", }, # row "lispFeaturesInstanceID" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "16777215" }, ], "range" : { "min" : "0", "max" : "16777215" }, }, }, "access" : "noaccess", "default" : "0", "description" : """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.""", }, # column "lispFeaturesAddressFamily" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"IANA-ADDRESS-FAMILY-NUMBERS-MIB", "name" : "AddressFamilyNumbers"}, }, "access" : "noaccess", "description" : """The IANA Address Family Number of destination address of packets that this LISP device is enabled to process.""", }, # column "lispFeaturesItrEnabled" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """Indicates the status of ITR role on this device. If this object is true, then the ITR feature is enabled.""", }, # column "lispFeaturesEtrEnabled" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """Indicates the status of ETR role on this device. If this object is true, then the ETR feature is enabled.""", }, # column "lispFeaturesProxyItrEnabled" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """Indicates the status of Proxy-ITR role on this device. If this object is true, then the Proxy-ITR feature is enabled.""", }, # column "lispFeaturesProxyEtrEnabled" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """Indicates the status of Proxy-ETR role on this device. If this object is true, then the Proxy-ETR feature is enabled.""", }, # column "lispFeaturesMapServerEnabled" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """Indicates the status of Map Server role on this device. If this object is true, then the Map-Server feature is enabled.""", }, # column "lispFeaturesMapResolverEnabled" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """Indicates the status of Map Resolver role on this device. If this object is true, then Map-Resolver feature is enabled.""", }, # column "lispFeaturesMapCacheSize" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.9", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """Size of EID-to-RLOC map-cache on this device.""", }, # column "lispFeaturesMapCacheLimit" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.10", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """Maximum permissible entries in EID-to-RLOC map-cache on this device.""", }, # column "lispFeaturesEtrMapCacheTtl" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.11", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """The stored Record TTL of the EID-to-RLOC map record in the map-cache.""", }, # column "lispFeaturesRlocProbeEnabled" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """Indicates the status of RLOC-Probing feature on this device. If this object is true, then this feature is enabled.""", }, # column "lispFeaturesEtrAcceptMapDataEnabled" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispFeaturesEtrAcceptMapDataVerifyEnabled" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.14", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispFeaturesRouterTimeStamp" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.1.1.15", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "default" : "0", "description" : """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.""", }, # column "lispIidToVrfTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.2", "status" : "current", "description" : """This table represents the mapping of a LISP Instance ID to a VRF.""", "reference" : """RFC 6830, Section 5.5., and RFC 4382, Section 7.""", }, # table "lispIidToVrfEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.2.1", "status" : "current", "linkage" : [ "lispFeaturesInstanceID", ], "description" : """An entry (conceptual row) in the lispIidToVrfTable.""", }, # row "lispIidToVrfName" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.2.1.1", "status" : "current", "syntax" : { "type" : { "module" :"MPLS-L3VPN-STD-MIB", "name" : "MplsL3VpnName"}, }, "access" : "readonly", "description" : """The identifier for each VPN that is mapped to the given LISP Instance ID.""", }, # column "lispGlobalStatsTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.3", "status" : "current", "description" : """This table provides global statistics for a given Instance ID per address family on a LISP device.""", "reference" : """RFC 6830, Section 6.1.""", }, # table "lispGlobalStatsEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.3.1", "status" : "current", "linkage" : [ "lispFeaturesInstanceID", "lispFeaturesAddressFamily", ], "description" : """An entry (conceptual row) in the lispGlobalStatsTable.""", }, # row "lispGlobalStatsMapRequestsIn" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.3.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispGlobalStatsMapRequestsOut" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.3.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispGlobalStatsMapRepliesIn" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.3.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispGlobalStatsMapRepliesOut" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.3.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispGlobalStatsMapRegistersIn" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.3.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispGlobalStatsMapRegistersOut" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.3.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMappingDatabaseTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.4", "status" : "current", "description" : """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.""", "reference" : """RFC 6830, Section 6.""", }, # table "lispMappingDatabaseEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.4.1", "status" : "current", "linkage" : [ "lispMappingDatabaseEidLength", "lispMappingDatabaseEid", ], "description" : """An entry (conceptual row) in lispMappingDatabaseTable.""", }, # row "lispMappingDatabaseEidLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.4.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "noaccess", "description" : """This object gives the octet-length of lispMappingDatabaseEid.""", }, # column "lispMappingDatabaseEid" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.4.1.2", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "noaccess", "description" : """The EID-Prefix of the mapping database.""", }, # column "lispMappingDatabaseLsb" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.4.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "4294967295" }, ], "range" : { "min" : "0", "max" : "4294967295" }, }, }, "access" : "readonly", "description" : """The locator status bits for this EID-Prefix.""", }, # column "lispMappingDatabaseEidPartitioned" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.4.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMappingDatabaseTimeStamp" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.4.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "default" : "0", "description" : """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.""", }, # column "lispMappingDatabaseDecapOctets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.4.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMappingDatabaseDecapPackets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.4.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMappingDatabaseEncapOctets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.4.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMappingDatabaseEncapPackets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.4.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMappingDatabaseLocatorTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5", "status" : "current", "description" : """This table represents the set of routing locators per EID prefix contained in the EID-to-RLOC database configured on this ETR.""", "reference" : """RFC 6830, Section 6.2.""", }, # table "lispMappingDatabaseLocatorEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1", "status" : "current", "linkage" : [ "lispMappingDatabaseEidLength", "lispMappingDatabaseEid", "lispMappingDatabaseLocatorRlocLength", "lispMappingDatabaseLocatorRloc", ], "description" : """An entry (conceptual row) in the lispMappingDatabaseLocatorTable.""", }, # row "lispMappingDatabaseLocatorRlocLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "noaccess", "description" : """This object is used to get the octet-length of lispMappingDatabaseLocatorRloc.""", }, # column "lispMappingDatabaseLocatorRloc" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.2", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "noaccess", "description" : """This object is a locator for the given EID-Prefix in the mapping database.""", }, # column "lispMappingDatabaseLocatorRlocPriority" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """The unicast priority of the RLOC.""", }, # column "lispMappingDatabaseLocatorRlocWeight" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "100" }, ], "range" : { "min" : "0", "max" : "100" }, }, }, "access" : "readonly", "description" : """The unicast weight of the RLOC.""", }, # column "lispMappingDatabaseLocatorRlocMPriority" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """The multicast priority of the RLOC.""", }, # column "lispMappingDatabaseLocatorRlocMWeight" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "100" }, ], "range" : { "min" : "0", "max" : "100" }, }, }, "access" : "readonly", "description" : """The multicast weight of the RLOC.""", }, # column "lispMappingDatabaseLocatorRlocState" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "up" : { "nodetype" : "namednumber", "number" : "1" }, "down" : { "nodetype" : "namednumber", "number" : "2" }, "unreachable" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """The state of this RLOC as per this device. (1 = RLOC is up; 2 = RLOC is down; 3 = RLOC is unreachable).""", }, # column "lispMappingDatabaseLocatorRlocLocal" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "siteself" : { "nodetype" : "namednumber", "number" : "1" }, "sitelocal" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "description" : """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).""", }, # column "lispMappingDatabaseLocatorRlocTimeStamp" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "default" : "0", "description" : """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.""", }, # column "lispMappingDatabaseLocatorRlocDecapOctets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMappingDatabaseLocatorRlocDecapPackets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMappingDatabaseLocatorRlocEncapOctets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMappingDatabaseLocatorRlocEncapPackets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.5.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMapCacheTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6", "status" : "current", "description" : """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.""", "reference" : """RFC 6830, Sections 6 and Section 12.""", }, # table "lispMapCacheEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6.1", "status" : "current", "linkage" : [ "lispMapCacheEidLength", "lispMapCacheEid", ], "description" : """An entry (conceptual row) in the lispMapCacheTable.""", }, # row "lispMapCacheEidLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "noaccess", "description" : """This object is used to get the octet-length of lispMapCacheEid.""", }, # column "lispMapCacheEid" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6.1.2", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "noaccess", "description" : """The EID-Prefix in the mapping cache.""", }, # column "lispMapCacheEidTimeStamp" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "default" : "0", "description" : """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.""", }, # column "lispMapCacheEidExpiryTime" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """The time remaining before the ITR times-out this EID-Prefix.""", }, # column "lispMapCacheEidState" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMapCacheEidAuthoritative" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMapCacheEidDecapOctets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMapCacheEidDecapPackets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMapCacheEidEncapOctets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMapCacheEidEncapPackets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.6.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMapCacheLocatorTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7", "status" : "current", "description" : """This table represents the set of locators per EID-Prefix contained in the map-cache table of an ITR.""", "reference" : """RFC 6830, Section 6.3.""", }, # table "lispMapCacheLocatorEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1", "status" : "current", "linkage" : [ "lispMapCacheEidLength", "lispMapCacheEid", "lispMapCacheLocatorRlocLength", "lispMapCacheLocatorRloc", ], "description" : """An entry (conceptual row) in the lispMapCacheLocatorTable.""", }, # row "lispMapCacheLocatorRlocLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "noaccess", "description" : """This object is used to get the octet-length of lispMapCacheLocatorRloc.""", }, # column "lispMapCacheLocatorRloc" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.2", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "noaccess", "description" : """The locator for the EID-Prefix in the mapping cache.""", }, # column "lispMapCacheLocatorRlocPriority" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """The unicast priority of the RLOC for this EID-Prefix (0-255); lower is more preferred.""", }, # column "lispMapCacheLocatorRlocWeight" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "100" }, ], "range" : { "min" : "0", "max" : "100" }, }, }, "access" : "readonly", "description" : """The unicast weight of the RLOC for this EID-Prefix (0 - 100) percentage.""", }, # column "lispMapCacheLocatorRlocMPriority" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """The multicast priority of the RLOC for this EID-Prefix (0-255); lower is more preferred.""", }, # column "lispMapCacheLocatorRlocMWeight" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "100" }, ], "range" : { "min" : "0", "max" : "100" }, }, }, "access" : "readonly", "description" : """The multicast weight of the RLOC for this EID-Prefix (0 - 100) percentage.""", }, # column "lispMapCacheLocatorRlocState" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "up" : { "nodetype" : "namednumber", "number" : "1" }, "down" : { "nodetype" : "namednumber", "number" : "2" }, "unreachable" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """The state of this RLOC as per this device (1 = RLOC is up; 2 = RLOC is down; 3 = RLOC is unreachable).""", }, # column "lispMapCacheLocatorRlocTimeStamp" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "default" : "0", "description" : """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.""", }, # column "lispMapCacheLocatorRlocLastPriorityChange" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """Time elapsed since the last change of the unicast priority of the RLOC for this EID-Prefix. Note that this is independent of lispMapCacheLocatorRlocTimeStamp.""", }, # column "lispMapCacheLocatorRlocLastWeightChange" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """Time elapsed since the last change of the unicast weight of the RLOC for this EID-Prefix. Note that this is independent of lispMapCacheLocatorRlocTimeStamp.""", }, # column "lispMapCacheLocatorRlocLastMPriorityChange" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """Time since the last change of the multicast priority of the RLOC for this EID-Prefix.""", }, # column "lispMapCacheLocatorRlocLastMWeightChange" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.12", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """Time since the last change of the multicast weight of the RLOC for this EID-Prefix.""", }, # column "lispMapCacheLocatorRlocLastStateChange" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """Time since the last change of the up/down state of the RLOC for this EID-Prefix.""", }, # column "lispMapCacheLocatorRlocRtt" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.14", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """Round-trip time of RLOC probe and map-reply for this RLOC address for this prefix.""", }, # column "lispMapCacheLocatorRlocDecapOctets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.15", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMapCacheLocatorRlocDecapPackets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.16", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMapCacheLocatorRlocEncapOctets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.17", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispMapCacheLocatorRlocEncapPackets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.7.1.18", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispConfiguredLocatorTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.8", "status" : "current", "description" : """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.""", "reference" : """RFC 6830, Section 6.3.""", }, # table "lispConfiguredLocatorEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.8.1", "status" : "current", "linkage" : [ "lispConfiguredLocatorRlocLength", "lispConfiguredLocatorRloc", ], "description" : """An entry (conceptual row) in the lispConfiguredLocatorTable.""", }, # row "lispConfiguredLocatorRlocLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.8.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "noaccess", "description" : """This object is used to get the octet-length of lispConfiguredLocatorRloc.""", }, # column "lispConfiguredLocatorRloc" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.8.1.2", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "noaccess", "description" : """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.""", }, # column "lispConfiguredLocatorRlocState" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.8.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "up" : { "nodetype" : "namednumber", "number" : "1" }, "down" : { "nodetype" : "namednumber", "number" : "2" }, "unreachable" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """The state of this RLOC as per this device. (1 = RLOC is up; 2 = RLOC is down; 3 = RLOC is unreachable).""", }, # column "lispConfiguredLocatorRlocLocal" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.8.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "siteself" : { "nodetype" : "namednumber", "number" : "1" }, "sitelocal" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "description" : """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).""", }, # column "lispConfiguredLocatorRlocTimeStamp" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.8.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "default" : "0", "description" : """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.""", }, # column "lispConfiguredLocatorRlocDecapOctets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.8.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispConfiguredLocatorRlocDecapPackets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.8.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispConfiguredLocatorRlocEncapOctets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.8.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispConfiguredLocatorRlocEncapPackets" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.8.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispEidRegistrationTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9", "status" : "current", "description" : """This table provides the properties of each LISP EID-Prefix that is registered with this device when configured to be a Map-Server.""", "reference" : """RFC 6833, Section 4.""", }, # table "lispEidRegistrationEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1", "status" : "current", "linkage" : [ "lispEidRegistrationEidLength", "lispEidRegistrationEid", ], "description" : """An entry (conceptual row) in the lispEidRegistrationTable.""", }, # row "lispEidRegistrationEidLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "noaccess", "description" : """This object is used to get the octet-length of lispEidRegistrationEid.""", }, # column "lispEidRegistrationEid" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1.2", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "noaccess", "description" : """The EID-Prefix that is being registered.""", }, # column "lispEidRegistrationSiteName" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "0", "max" : "63" }, ], "range" : { "min" : "0", "max" : "63" }, }, }, "access" : "readonly", "description" : """Site name used by a Map-Server to distinguish different LISP sites that are registering with it.""", }, # column "lispEidRegistrationSiteDescription" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """Description for a site name used by a Map-Server. The EID prefix that is being registered belongs to this site.""", }, # column "lispEidRegistrationIsRegistered" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispEidRegistrationFirstTimeStamp" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "default" : "0", "description" : """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.""", }, # column "lispEidRegistrationLastTimeStamp" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "default" : "0", "description" : """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.""", }, # column "lispEidRegistrationLastRegisterSenderLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "readonly", "description" : """This object is used to get the octet-length of lispEidRegistrationLastRegisterSender, the next object.""", }, # column "lispEidRegistrationLastRegisterSender" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1.9", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "readonly", "description" : """Source address of the last valid register message for the given EID-Prefix that was received by this device.""", }, # column "lispEidRegistrationAuthenticationErrors" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1.10", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispEidRegistrationRlocsMismatch" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.9.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispEidRegistrationEtrTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.10", "status" : "current", "description" : """This table provides the properties of ETRs that register the given EID-Prefix with this device when configured to be a Map-Server.""", "reference" : """RFC 6830, Section 6.1.""", }, # table "lispEidRegistrationEtrEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.10.1", "status" : "current", "linkage" : [ "lispEidRegistrationEidLength", "lispEidRegistrationEid", "lispEidRegistrationEtrSenderLength", "lispEidRegistrationEtrSender", ], "description" : """An entry (conceptual row) in the lispEidRegistrationEtrTable.""", }, # row "lispEidRegistrationEtrSenderLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.10.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "noaccess", "description" : """This object is used to get the octet-length of lispEidRegistrationEtrSender.""", }, # column "lispEidRegistrationEtrSender" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.10.1.2", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "noaccess", "description" : """Source address of the ETR that is sending valid register messages for this EID-Prefix to this device.""", }, # column "lispEidRegistrationEtrLastTimeStamp" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.10.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"}, }, "access" : "readonly", "default" : "0", "description" : """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.""", }, # column "lispEidRegistrationEtrTtl" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.10.1.4", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """The Record TTL of the registering ETR device for this EID-Prefix.""", }, # column "lispEidRegistrationEtrProxyReply" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.10.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """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.""", }, # column "lispEidRegistrationEtrWantsMapNotify" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.10.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """Indicates whether the EID-Prefix wants Map-Notifications. If this object is true, then it means the EID-Prefix wants Map-Notifications.""", }, # column "lispEidRegistrationLocatorTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.11", "status" : "current", "description" : """This table provides the properties of all locators per LISP site that are served by this device when configured to be a Map-Server.""", "reference" : """RFC 6830, Section 6.1.""", }, # table "lispEidRegistrationLocatorEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.11.1", "status" : "current", "linkage" : [ "lispEidRegistrationEidLength", "lispEidRegistrationEid", "lispEidRegistrationEtrSenderLength", "lispEidRegistrationEtrSender", "lispEidRegistrationLocatorRlocLength", "lispEidRegistrationLocatorRloc", ], "description" : """An entry (conceptual row) in the lispEidRegistrationLocatorTable.""", }, # row "lispEidRegistrationLocatorRlocLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.11.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "noaccess", "description" : """This object is used to get the octet-length of lispEidRegistrationLocatorRloc.""", }, # column "lispEidRegistrationLocatorRloc" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.11.1.2", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "noaccess", "description" : """The locator of the given EID-Prefix being registered by the given ETR with this device.""", }, # column "lispEidRegistrationLocatorRlocState" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.11.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "up" : { "nodetype" : "namednumber", "number" : "1" }, "down" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "description" : """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.""", }, # column "lispEidRegistrationLocatorIsLocal" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.11.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """Indicates if the given locator is local to the registering ETR. If this object is true, it means the locator is local.""", }, # column "lispEidRegistrationLocatorPriority" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.11.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """The unicast priority of the RLOC for this EID-Prefix in the register message sent by the given ETR.""", }, # column "lispEidRegistrationLocatorWeight" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.11.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "100" }, ], "range" : { "min" : "0", "max" : "100" }, }, }, "access" : "readonly", "description" : """The unicast weight of the RLOC for this EID-Prefix in the register message sent by the given ETR.""", }, # column "lispEidRegistrationLocatorMPriority" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.11.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """The multicast priority of the RLOC for this EID-Prefix in the register message sent by the given ETR.""", }, # column "lispEidRegistrationLocatorMWeight" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.11.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "100" }, ], "range" : { "min" : "0", "max" : "100" }, }, }, "access" : "readonly", "description" : """The multicast weight of the RLOC for this EID-Prefix in the register message sent by the given ETR.""", }, # column "lispUseMapServerTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.12", "status" : "current", "description" : """This table provides the properties of the Map-Server(s) with which this device is configured to register.""", "reference" : """RFC 6833, Section 4.3.""", }, # table "lispUseMapServerEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.12.1", "status" : "current", "linkage" : [ "lispUseMapServerAddressLength", "lispUseMapServerAddress", ], "description" : """An entry (conceptual row) in the lispUseMapServerTable.""", }, # row "lispUseMapServerAddressLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.12.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "noaccess", "description" : """This object is used to get the octet-length of lispUseMapServerAddress.""", }, # column "lispUseMapServerAddress" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.12.1.2", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "noaccess", "description" : """Address of a Map-Server configured on this device.""", }, # column "lispUseMapServerState" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.12.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "up" : { "nodetype" : "namednumber", "number" : "1" }, "down" : { "nodetype" : "namednumber", "number" : "2" }, "unreachable" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """State of this Map-Server configured on this device (1 = Map-Server is up; 2 = Map-Server is down).""", }, # column "lispUseMapResolverTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.13", "status" : "current", "description" : """This table provides the properties of the Map-Resolver(s) this device is configured to use.""", "reference" : """RFC 6833, Section 4.4.""", }, # table "lispUseMapResolverEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.13.1", "status" : "current", "linkage" : [ "lispUseMapResolverAddressLength", "lispUseMapResolverAddress", ], "description" : """An entry (conceptual row) in the lispUseMapResolverTable.""", }, # row "lispUseMapResolverAddressLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.13.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "noaccess", "description" : """This object is used to get the octet-length of lispUseMapResolverAddress.""", }, # column "lispUseMapResolverAddress" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.13.1.2", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "noaccess", "description" : """Address of Map-Resolver configured on this device.""", }, # column "lispUseMapResolverState" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.13.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "up" : { "nodetype" : "namednumber", "number" : "1" }, "down" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "description" : """State of this Map-Resolver configured on this device (1 = Map-Resolver is up; 2 = Map-Resolver is down).""", }, # column "lispUseProxyEtrTable" : { "nodetype" : "table", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.14", "status" : "current", "description" : """This table provides the properties of all Proxy ETRs that this device is configured to use.""", "reference" : """RFC 6830, Section 6.""", }, # table "lispUseProxyEtrEntry" : { "nodetype" : "row", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.14.1", "status" : "current", "linkage" : [ "lispUseProxyEtrAddressLength", "lispUseProxyEtrAddress", ], "description" : """An entry (conceptual row) in the lispUseProxyEtrTable.""", }, # row "lispUseProxyEtrAddressLength" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.14.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "5", "max" : "39" }, ], "range" : { "min" : "5", "max" : "39" }, }, }, "access" : "noaccess", "description" : """This object is used to get the octet-length of lispUseProxyEtrAddress.""", }, # column "lispUseProxyEtrAddress" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.14.1.2", "status" : "current", "syntax" : { "type" : { "module" :"LISP-MIB", "name" : "LispAddressType"}, }, "access" : "noaccess", "description" : """Address of Proxy ETR configured on this device.""", }, # column "lispUseProxyEtrPriority" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.14.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """The unicast priority of the PETR locator.""", }, # column "lispUseProxyEtrWeight" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.14.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "100" }, ], "range" : { "min" : "0", "max" : "100" }, }, }, "access" : "readonly", "description" : """The unicast weight of the PETR locator.""", }, # column "lispUseProxyEtrMPriority" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.14.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """The multicast priority of the PETR locator.""", }, # column "lispUseProxyEtrMWeight" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.14.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Integer32", "ranges" : [ { "min" : "0", "max" : "100" }, ], "range" : { "min" : "0", "max" : "100" }, }, }, "access" : "readonly", "description" : """The multicast weight of the PETR locator.""", }, # column "lispUseProxyEtrState" : { "nodetype" : "column", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.1.14.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "down" : { "nodetype" : "namednumber", "number" : "0" }, "up" : { "nodetype" : "namednumber", "number" : "1" }, }, }, "access" : "readonly", "description" : """State of this Proxy ETR configured on this device (0 = Proxy ETR is down; 1 = Proxy ETR is up).""", }, # column "lispConformance" : { "nodetype" : "node", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2", }, # node "lispCompliances" : { "nodetype" : "node", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.1", }, # node "lispGroups" : { "nodetype" : "node", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2", }, # node }, # nodes "groups" : { "lispMIBEtrGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.1", "status" : "current", "members" : { "lispFeaturesEtrEnabled" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLsb" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocPriority" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocWeight" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocMPriority" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocMWeight" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocState" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocLocal" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispConfiguredLocatorRlocState" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispConfiguredLocatorRlocLocal" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispUseMapServerState" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects to support reporting of basic LISP ETR parameters.""", }, # group "lispMIBItrGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.2", "status" : "current", "members" : { "lispFeaturesItrEnabled" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispFeaturesMapCacheSize" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLsb" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocPriority" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocWeight" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocMPriority" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocMWeight" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocState" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheEidTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheEidExpiryTime" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispUseMapResolverState" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispUseProxyEtrPriority" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispUseProxyEtrWeight" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispUseProxyEtrMPriority" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispUseProxyEtrMWeight" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispUseProxyEtrState" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects to support reporting of basic LISP ITR parameters.""", }, # group "lispMIBPetrGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.3", "status" : "current", "members" : { "lispFeaturesProxyEtrEnabled" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects to support reporting of basic LISP Proxy-ETR parameters.""", }, # group "lispMIBPitrGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.4", "status" : "current", "members" : { "lispFeaturesProxyItrEnabled" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispConfiguredLocatorRlocState" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispConfiguredLocatorRlocLocal" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects to support reporting of basic LISP Proxy-ITR parameters.""", }, # group "lispMIBMapServerGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.5", "status" : "current", "members" : { "lispFeaturesMapServerEnabled" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationIsRegistered" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationLocatorRlocState" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects to support reporting of basic LISP Map Server parameters.""", }, # group "lispMIBMapResolverGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.6", "status" : "current", "members" : { "lispFeaturesMapResolverEnabled" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects to support reporting of basic LISP Map Resolver parameters.""", }, # group "lispMIBEtrExtendedGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.7", "status" : "current", "members" : { "lispFeaturesRlocProbeEnabled" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispFeaturesEtrAcceptMapDataEnabled" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispFeaturesEtrAcceptMapDataVerifyEnabled" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseEidPartitioned" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects to support reporting of LISP features and properties on ETRs.""", }, # group "lispMIBItrExtendedGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.8", "status" : "current", "members" : { "lispFeaturesRlocProbeEnabled" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheEidState" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheEidAuthoritative" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocLastPriorityChange" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocLastWeightChange" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocLastMPriorityChange" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocLastMWeightChange" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocLastStateChange" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocRtt" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects to support reporting of LISP features and properties on ITRs.""", }, # group "lispMIBMapServerExtendedGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.9", "status" : "current", "members" : { "lispEidRegistrationSiteName" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationSiteDescription" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationIsRegistered" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationFirstTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationLastTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationLastRegisterSenderLength" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationLastRegisterSender" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationEtrLastTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationEtrTtl" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationEtrProxyReply" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationEtrWantsMapNotify" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationLocatorIsLocal" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationLocatorPriority" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationLocatorWeight" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationLocatorMPriority" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationLocatorMWeight" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects to support the reporting of LISP features and properties on Map Servers related to EID registrations.""", }, # group "lispMIBTuningParametersGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.10", "status" : "current", "members" : { "lispFeaturesMapCacheLimit" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispFeaturesEtrMapCacheTtl" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects used to support the reporting of parameters used to control LISP behavior and to tune performance.""", }, # group "lispMIBEncapStatisticsGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.11", "status" : "current", "members" : { "lispMappingDatabaseTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseEncapOctets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseEncapPackets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocEncapOctets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocEncapPackets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheEidTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheEidEncapOctets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheEidEncapPackets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocEncapOctets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocEncapPackets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispConfiguredLocatorRlocTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispConfiguredLocatorRlocEncapOctets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispConfiguredLocatorRlocEncapPackets" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects used to support the reporting of LISP encapsulation statistics for the device.""", }, # group "lispMIBDecapStatisticsGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.12", "status" : "current", "members" : { "lispMappingDatabaseTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseDecapOctets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseDecapPackets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocDecapOctets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMappingDatabaseLocatorRlocDecapPackets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheEidTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheEidDecapOctets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheEidDecapPackets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocDecapOctets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispMapCacheLocatorRlocDecapPackets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispConfiguredLocatorRlocTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispConfiguredLocatorRlocDecapOctets" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispConfiguredLocatorRlocDecapPackets" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects used to support the reporting of LISP decapsulation statistics for the device.""", }, # group "lispMIBDiagnosticsGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.13", "status" : "current", "members" : { "lispFeaturesRouterTimeStamp" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispGlobalStatsMapRequestsIn" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispGlobalStatsMapRequestsOut" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispGlobalStatsMapRepliesIn" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispGlobalStatsMapRepliesOut" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispGlobalStatsMapRegistersIn" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispGlobalStatsMapRegistersOut" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationAuthenticationErrors" : { "nodetype" : "member", "module" : "LISP-MIB" }, "lispEidRegistrationRlocsMismatch" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects used to support the reporting of additional diagnostics related to the LISP control-plane state of a LISP device.""", }, # group "lispMIBVrfGroup" : { "nodetype" : "group", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.2.14", "status" : "current", "members" : { "lispIidToVrfName" : { "nodetype" : "member", "module" : "LISP-MIB" }, }, # members "description" : """A collection of objects used to support reporting of VRF-related information on a LISP device.""", }, # group }, # groups "compliances" : { "lispMIBComplianceEtr" : { "nodetype" : "compliance", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.1.1", "status" : "current", "description" : """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.""", "requires" : { "lispMIBEtrGroup" : { "nodetype" : "mandatory", "module" : "LISP-MIB" }, "lispMIBItrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBPetrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBPitrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapServerGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapResolverGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEtrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBItrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapServerExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBTuningParametersGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEncapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDecapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDiagnosticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBVrfGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, }, # requires }, # compliance "lispMIBComplianceItr" : { "nodetype" : "compliance", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.1.2", "status" : "current", "description" : """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.""", "requires" : { "lispMIBItrGroup" : { "nodetype" : "mandatory", "module" : "LISP-MIB" }, "lispMIBEtrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBPetrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBPitrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapServerGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapResolverGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEtrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBItrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapServerExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBTuningParametersGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEncapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDecapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDiagnosticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBVrfGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, }, # requires }, # compliance "lispMIBCompliancePetr" : { "nodetype" : "compliance", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.1.3", "status" : "current", "description" : """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.""", "requires" : { "lispMIBPetrGroup" : { "nodetype" : "mandatory", "module" : "LISP-MIB" }, "lispMIBEtrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBItrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBPitrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapServerGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapResolverGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEtrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBItrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapServerExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBTuningParametersGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEncapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDecapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDiagnosticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBVrfGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, }, # requires }, # compliance "lispMIBCompliancePitr" : { "nodetype" : "compliance", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.1.4", "status" : "current", "description" : """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.""", "requires" : { "lispMIBPitrGroup" : { "nodetype" : "mandatory", "module" : "LISP-MIB" }, "lispMIBEtrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBItrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBPetrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapServerGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapResolverGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEtrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBItrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapServerExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBTuningParametersGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEncapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDecapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDiagnosticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBVrfGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, }, # requires }, # compliance "lispMIBComplianceMapServer" : { "nodetype" : "compliance", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.1.5", "status" : "current", "description" : """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.""", "requires" : { "lispMIBMapServerGroup" : { "nodetype" : "mandatory", "module" : "LISP-MIB" }, "lispMIBEtrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBItrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBPetrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBPitrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapResolverGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEtrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBItrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapServerExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBTuningParametersGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEncapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDecapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDiagnosticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBVrfGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, }, # requires }, # compliance "lispMIBComplianceMapResolver" : { "nodetype" : "compliance", "moduleName" : "LISP-MIB", "oid" : "1.3.6.1.2.1.220.2.1.6", "status" : "current", "description" : """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.""", "requires" : { "lispMIBMapResolverGroup" : { "nodetype" : "mandatory", "module" : "LISP-MIB" }, "lispMIBEtrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBItrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBPetrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBPitrGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapServerGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEtrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBItrExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBMapServerExtendedGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBTuningParametersGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBEncapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDecapStatisticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBDiagnosticsGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, "lispMIBVrfGroup" : { "nodetype" : "optional", "module" : "LISP-MIB", "description" : """This group is optional.""", }, }, # requires }, # compliance }, # compliances }