{
  "openapi": "3.0.0",
  "info": {
    "title": "LLDP-MIB MIB API",
    "version": "1.0.0",
    "description": "Management Information Base module for LLDP configuration,\n    statistics, local system data and remote systems data\n    components.\n    \n    Copyright (C) IEEE (2005).  This version of this MIB module\n    is published as subclause 12.1 of IEEE Std 802.1AB-2005;\n    see the standard itself for full legal notices.\n\n⚠️ **IMPORTANT - MIB DATA ACCESS**:\nThis YANG model exists for SMIv2-to-YANG translation purposes, but MIB data on IOS-XE devices is primarily accessed via **SNMP protocol**, not RESTCONF.\n\n**RESTCONF Limitation**: Many MIB paths may return 404 errors via RESTCONF `/data` endpoints because the device exposes MIB data through SNMP, not the YANG datastore.\n\n**Recommended Access Methods**:\n- Use SNMP (v2c/v3) to query MIB data directly\n- Use NETCONF `<get>` operations for devices supporting YANG-modeled MIB access\n- Check device capabilities: some newer IOS-XE versions may support limited RESTCONF access to specific MIBs\n\n**YANG Model Purpose**: These YANG models define the structure of SNMP MIBs in YANG format for tooling compatibility, but do not guarantee RESTCONF data availability.\n\n\n**📊 YANG Tree:** [View LLDP-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/LLDP-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "LLDP-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}/restconf",
      "description": "RESTCONF server",
      "variables": {
        "device": {
          "default": "10.1.1.1",
          "description": "Device hostname or IP address"
        }
      }
    }
  ],
  "paths": {
    "/data/LLDP-MIB:lldpConfiguration": {
      "get": {
        "summary": "Get lldpConfiguration data",
        "description": "Retrieve lldpConfiguration operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "lldpConfiguration",
                  "properties": {
                    "lldpMessageTxInterval": {
                      "type": "integer",
                      "description": "The interval at which LLDP frames are transmitted on\n          behalf of this LLDP agent.\n          \n          The default value for lldpMessageTxInterval object is\n          30 seconds.\n          \n          The value of this object must be restored from non-volatile\n          storage after a re-initialization of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpMessageTxHoldMultiplier": {
                      "type": "integer",
                      "description": "The time-to-live value expressed as a multiple of the\n          lldpMessageTxInterval object.  The actual time-to-live value\n          used in LLDP frames, transmitted on behalf of this LLDP agent,\n          can be expressed by the following formula: TTL = min(65535,\n          (lldpMessageTxInterval * lldpMessageTxHoldMultiplier)) For\n          example, if the value of lldpMessageTxInterval is '30', and\n          the value of lldpMessageTxHoldMultiplier is '4', then the\n          value '120' is encoded in the TTL field in the LLDP header.\n          \n          The default value for lldpMessageTxHoldMultiplier object is 4.\n          \n          The value of this object must be restored from non-volatile\n          storage after a re-initialization of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpReinitDelay": {
                      "type": "integer",
                      "description": "The lldpReinitDelay indicates the delay (in units of\n          seconds) from when lldpPortConfigAdminStatus object of a\n          particular port becomes 'disabled' until re-initialization\n          will be attempted.\n          \n          The default value for lldpReintDelay object is two seconds.\n          \n          The value of this object must be restored from non-volatile\n          storage after a re-initialization of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpTxDelay": {
                      "type": "integer",
                      "description": "The lldpTxDelay indicates the delay (in units\n          of seconds) between successive LLDP frame transmissions \n          initiated by value/status changes in the LLDP local systems\n          MIB.  The recommended value for the lldpTxDelay is set by the\n          following  formula:\n          \n             1 <= lldpTxDelay <= (0.25 * lldpMessageTxInterval)\n          \n          The default value for lldpTxDelay object is two seconds.\n          \n          The value of this object must be restored from non-volatile\n          storage after a re-initialization of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpNotificationInterval": {
                      "type": "integer",
                      "description": "This object controls the transmission of LLDP notifications.\n          \n          the agent must not generate more than one lldpRemTablesChange\n          notification-event in the indicated period, where a\n          'notification-event' is the transmission of a single\n          notification PDU type to a list of notification destinations.\n          If additional changes in lldpRemoteSystemsData object\n          groups occur within the indicated throttling period,\n          then these trap- events must be suppressed by the\n          agent. An NMS should periodically check the value of\n          lldpStatsRemTableLastChangeTime to detect any missed\n          lldpRemTablesChange notification-events, e.g. due to\n          throttling or transmission loss.\n          \n          If notification transmission is enabled for particular ports,\n          the suggested default throttling period is 5 seconds.\n          \n          The value of this object must be restored from non-volatile\n          storage after a re-initialization of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpConfiguration": {
                    "lldpMessageTxInterval": -2147483648,
                    "lldpMessageTxHoldMultiplier": -2147483648,
                    "lldpReinitDelay": -2147483648,
                    "lldpTxDelay": -2147483648,
                    "lldpNotificationInterval": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpConfiguration",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpConfiguration",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpStatistics": {
      "get": {
        "summary": "Get lldpStatistics data",
        "description": "Retrieve lldpStatistics operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "lldpStatistics",
                  "properties": {
                    "lldpStatsRemTablesLastChangeTime": {
                      "type": "string",
                      "description": "The value of sysUpTime object (defined in IETF RFC 3418)\n          at the time an entry is created, modified, or deleted in the\n          in tables associated with the lldpRemoteSystemsData objects\n          and all LLDP extension objects associated with remote systems.\n          \n          An NMS can use this object to reduce polling of the\n          lldpRemoteSystemsData objects.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "lldpStatsRemTablesInserts": {
                      "type": "string",
                      "description": "The number of times the complete set of information\n          advertised by a particular MSAP has been inserted into tables\n          contained in lldpRemoteSystemsData and lldpExtensions objects.\n          \n          The complete set of information received from a particular\n          MSAP should be inserted into related tables.  If partial\n          information cannot be inserted for a reason such as lack\n          of resources, all of the complete set of information should\n          be removed.\n          \n          This counter should be incremented only once after the\n          complete set of information is successfully recorded\n          in all related tables.  Any failures during inserting\n          information set which result in deletion of previously\n          inserted information should not trigger any changes in\n          lldpStatsRemTablesInserts since the insert is not completed\n          yet or or in lldpStatsRemTablesDeletes, since the deletion\n          would only be a partial deletion. If the failure was the\n          result of lack of resources, the lldpStatsRemTablesDrops\n          counter should be incremented once.",
                      "x-yang-type": "yang:zero-based-counter32"
                    },
                    "lldpStatsRemTablesDeletes": {
                      "type": "string",
                      "description": "The number of times the complete set of information\n          advertised by a particular MSAP has been deleted from\n          tables contained in lldpRemoteSystemsData and lldpExtensions\n          objects.\n          \n          This counter should be incremented only once when the\n          complete set of information is completely deleted from all\n          related tables.  Partial deletions, such as deletion of\n          rows associated with a particular MSAP from some tables,\n          but not from all tables are not allowed, thus should not\n          change the value of this counter.",
                      "x-yang-type": "yang:zero-based-counter32"
                    },
                    "lldpStatsRemTablesDrops": {
                      "type": "string",
                      "description": "The number of times the complete set of information\n          advertised by a particular MSAP could not be entered into\n          tables contained in lldpRemoteSystemsData and lldpExtensions\n          objects because of insufficient resources.",
                      "x-yang-type": "yang:zero-based-counter32"
                    },
                    "lldpStatsRemTablesAgeouts": {
                      "type": "string",
                      "description": "The number of times the complete set of information\n          advertised by a particular MSAP has been deleted from tables\n          contained in lldpRemoteSystemsData and lldpExtensions objects\n          because the information timeliness interval has expired.\n          \n          This counter should be incremented only once when the complete\n          set of information is completely invalidated (aged out)\n          from all related tables.  Partial aging, similar to deletion\n          case, is not allowed, and thus, should not change the value\n          of this counter.",
                      "x-yang-type": "yang:zero-based-counter32"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpStatistics": {
                    "lldpStatsRemTablesLastChangeTime": "example-string",
                    "lldpStatsRemTablesInserts": "example-string",
                    "lldpStatsRemTablesDeletes": "example-string",
                    "lldpStatsRemTablesDrops": "example-string",
                    "lldpStatsRemTablesAgeouts": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpStatistics",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpStatistics",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpLocalSystemData": {
      "get": {
        "summary": "Get lldpLocalSystemData data",
        "description": "Retrieve lldpLocalSystemData operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The type of encoding used to identify the chassis\n          associated with the local system.",
                  "properties": {
                    "lldpLocChassisIdSubtype": {
                      "type": "string",
                      "description": "The type of encoding used to identify the chassis\n          associated with the local system.",
                      "x-yang-type": "LLDP-MIB:LldpChassisIdSubtype"
                    },
                    "lldpLocChassisId": {
                      "type": "string",
                      "description": "The string value used to identify the chassis component\n          associated with the local system.",
                      "x-yang-type": "LLDP-MIB:LldpChassisId"
                    },
                    "lldpLocSysName": {
                      "type": "string",
                      "description": "The string value used to identify the system name of the\n          local system.  If the local agent supports IETF RFC 3418,\n          lldpLocSysName object should have the same value of sysName\n          object.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "lldpLocSysDesc": {
                      "type": "string",
                      "description": "The string value used to identify the system description\n          of the local system.  If the local agent supports IETF RFC 3418,\n          lldpLocSysDesc object should have the same value of sysDesc\n          object.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "lldpLocSysCapSupported": {
                      "type": "string",
                      "description": "The bitmap value used to identify which system capabilities\n          are supported on the local system.",
                      "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                    },
                    "lldpLocSysCapEnabled": {
                      "type": "string",
                      "description": "The bitmap value used to identify which system capabilities\n          are enabled on the local system.",
                      "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpLocalSystemData": {
                    "lldpLocChassisIdSubtype": "ethernetCsmacd(6)",
                    "lldpLocChassisId": "example-string",
                    "lldpLocSysName": "interface-1",
                    "lldpLocSysDesc": "example-string",
                    "lldpLocSysCapSupported": "example-string",
                    "lldpLocSysCapEnabled": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpLocalSystemData",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpLocalSystemData",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpPortConfigTable": {
      "get": {
        "summary": "Get lldpPortConfigTable data",
        "description": "Retrieve lldpPortConfigTable operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table that controls LLDP frame transmission on individual\n        ports.",
                  "properties": {
                    "lldpPortConfigEntry": {
                      "type": "array",
                      "description": "LLDP configuration information for a particular port.\n          This configuration parameter controls the transmission and\n          the reception of LLDP frames on those ports whose rows are\n          created in this table.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpPortConfigPortNum": {
                            "type": "string",
                            "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpPortConfigTable.",
                            "x-yang-type": "LLDP-MIB:LldpPortNumber"
                          },
                          "lldpPortConfigAdminStatus": {
                            "type": "string",
                            "description": "The administratively desired status of the local LLDP agent.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txOnly(1)', then LLDP agent will transmit LLDP\n            frames on this port and it will not store any information\n            about the remote systems connected.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'rxOnly(2)', then the LLDP agent will receive,\n            but it will not transmit LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txAndRx(3)', then the LLDP agent will transmit\n            and receive LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'disabled(4)', then LLDP agent will not transmit or\n            receive LLDP frames on this port.  If there is remote systems\n            information which is received on this port and stored in\n            other tables, before the port's lldpPortConfigAdminStatus\n            becomes disabled, then the information will naturally age out."
                          },
                          "lldpPortConfigNotificationEnable": {
                            "type": "boolean",
                            "description": "The lldpPortConfigNotificationEnable controls, on a per\n            port basis,  whether or not notifications from the agent\n            are enabled. The value true(1) means that notifications are\n            enabled; the value false(2) means that they are not."
                          },
                          "lldpPortConfigTLVsTxEnable": {
                            "type": "string",
                            "description": "The lldpPortConfigTLVsTxEnable, defined as a bitmap,\n            includes the basic set of LLDP TLVs whose transmission is\n            allowed on the local LLDP agent by the network management.\n            Each bit in the bitmap corresponds to a TLV type associated\n            with a specific optional TLV.\n            \n            It should be noted that the organizationally-specific TLVs\n            are excluded from the lldpTLVsTxEnable bitmap.\n            \n            LLDP Organization Specific Information Extension MIBs should\n            have similar configuration object to control transmission\n            of their organizationally defined TLVs.\n            \n            The bit 'portDesc(0)' indicates that LLDP agent should\n            transmit 'Port Description TLV'.\n            \n            The bit 'sysName(1)' indicates that LLDP agent should transmit\n            'System Name TLV'.\n            \n            The bit 'sysDesc(2)' indicates that LLDP agent should transmit\n            'System Description TLV'.\n            \n            The bit 'sysCap(3)' indicates that LLDP agent should transmit\n            'System Capabilities TLV'.\n            \n            There is no bit reserved for the management address TLV type\n            since transmission of management address TLVs are controlled\n            by another object, lldpConfigManAddrTable.\n            \n            The default value for lldpPortConfigTLVsTxEnable object is\n            empty set, which means no enumerated values are set.\n            \n            The value of this object must be restored from non-volatile\n            storage after a re-initialization of the management system."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpPortConfigTable": {
                    "lldpPortConfigEntry": [
                      {
                        "lldpPortConfigPortNum": "example-string",
                        "lldpPortConfigAdminStatus": "up(1)",
                        "lldpPortConfigNotificationEnable": true,
                        "lldpPortConfigTLVsTxEnable": "example-string"
                      },
                      {
                        "lldpPortConfigPortNum": "example-string",
                        "lldpPortConfigAdminStatus": "up(1)",
                        "lldpPortConfigNotificationEnable": true,
                        "lldpPortConfigTLVsTxEnable": "example-string"
                      },
                      {
                        "lldpPortConfigPortNum": "example-string",
                        "lldpPortConfigAdminStatus": "up(1)",
                        "lldpPortConfigNotificationEnable": true,
                        "lldpPortConfigTLVsTxEnable": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpPortConfigTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpPortConfigTable",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpPortConfigTable/lldpPortConfigEntry": {
      "get": {
        "summary": "Get lldpPortConfigEntry list",
        "description": "Retrieve list of lldpPortConfigEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "LLDP configuration information for a particular port.\n          This configuration parameter controls the transmission and\n          the reception of LLDP frames on those ports whose rows are\n          created in this table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpPortConfigPortNum": {
                        "type": "string",
                        "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpPortConfigTable.",
                        "x-yang-type": "LLDP-MIB:LldpPortNumber"
                      },
                      "lldpPortConfigAdminStatus": {
                        "type": "string",
                        "description": "The administratively desired status of the local LLDP agent.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txOnly(1)', then LLDP agent will transmit LLDP\n            frames on this port and it will not store any information\n            about the remote systems connected.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'rxOnly(2)', then the LLDP agent will receive,\n            but it will not transmit LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txAndRx(3)', then the LLDP agent will transmit\n            and receive LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'disabled(4)', then LLDP agent will not transmit or\n            receive LLDP frames on this port.  If there is remote systems\n            information which is received on this port and stored in\n            other tables, before the port's lldpPortConfigAdminStatus\n            becomes disabled, then the information will naturally age out."
                      },
                      "lldpPortConfigNotificationEnable": {
                        "type": "boolean",
                        "description": "The lldpPortConfigNotificationEnable controls, on a per\n            port basis,  whether or not notifications from the agent\n            are enabled. The value true(1) means that notifications are\n            enabled; the value false(2) means that they are not."
                      },
                      "lldpPortConfigTLVsTxEnable": {
                        "type": "string",
                        "description": "The lldpPortConfigTLVsTxEnable, defined as a bitmap,\n            includes the basic set of LLDP TLVs whose transmission is\n            allowed on the local LLDP agent by the network management.\n            Each bit in the bitmap corresponds to a TLV type associated\n            with a specific optional TLV.\n            \n            It should be noted that the organizationally-specific TLVs\n            are excluded from the lldpTLVsTxEnable bitmap.\n            \n            LLDP Organization Specific Information Extension MIBs should\n            have similar configuration object to control transmission\n            of their organizationally defined TLVs.\n            \n            The bit 'portDesc(0)' indicates that LLDP agent should\n            transmit 'Port Description TLV'.\n            \n            The bit 'sysName(1)' indicates that LLDP agent should transmit\n            'System Name TLV'.\n            \n            The bit 'sysDesc(2)' indicates that LLDP agent should transmit\n            'System Description TLV'.\n            \n            The bit 'sysCap(3)' indicates that LLDP agent should transmit\n            'System Capabilities TLV'.\n            \n            There is no bit reserved for the management address TLV type\n            since transmission of management address TLVs are controlled\n            by another object, lldpConfigManAddrTable.\n            \n            The default value for lldpPortConfigTLVsTxEnable object is\n            empty set, which means no enumerated values are set.\n            \n            The value of this object must be restored from non-volatile\n            storage after a re-initialization of the management system."
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpPortConfigEntry": [
                    {
                      "lldpPortConfigPortNum": "example-string",
                      "lldpPortConfigAdminStatus": "up(1)",
                      "lldpPortConfigNotificationEnable": true,
                      "lldpPortConfigTLVsTxEnable": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpPortConfigEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpPortConfigTable/lldpPortConfigEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpPortConfigTable/lldpPortConfigEntry={lldpPortConfigPortNum}": {
      "get": {
        "summary": "Get lldpPortConfigEntry entry",
        "description": "Retrieve specific lldpPortConfigEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpPortConfigPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpPortConfigPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpPortConfigTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber"
                    },
                    "lldpPortConfigAdminStatus": {
                      "type": "string",
                      "description": "The administratively desired status of the local LLDP agent.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txOnly(1)', then LLDP agent will transmit LLDP\n            frames on this port and it will not store any information\n            about the remote systems connected.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'rxOnly(2)', then the LLDP agent will receive,\n            but it will not transmit LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txAndRx(3)', then the LLDP agent will transmit\n            and receive LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'disabled(4)', then LLDP agent will not transmit or\n            receive LLDP frames on this port.  If there is remote systems\n            information which is received on this port and stored in\n            other tables, before the port's lldpPortConfigAdminStatus\n            becomes disabled, then the information will naturally age out."
                    },
                    "lldpPortConfigNotificationEnable": {
                      "type": "boolean",
                      "description": "The lldpPortConfigNotificationEnable controls, on a per\n            port basis,  whether or not notifications from the agent\n            are enabled. The value true(1) means that notifications are\n            enabled; the value false(2) means that they are not."
                    },
                    "lldpPortConfigTLVsTxEnable": {
                      "type": "string",
                      "description": "The lldpPortConfigTLVsTxEnable, defined as a bitmap,\n            includes the basic set of LLDP TLVs whose transmission is\n            allowed on the local LLDP agent by the network management.\n            Each bit in the bitmap corresponds to a TLV type associated\n            with a specific optional TLV.\n            \n            It should be noted that the organizationally-specific TLVs\n            are excluded from the lldpTLVsTxEnable bitmap.\n            \n            LLDP Organization Specific Information Extension MIBs should\n            have similar configuration object to control transmission\n            of their organizationally defined TLVs.\n            \n            The bit 'portDesc(0)' indicates that LLDP agent should\n            transmit 'Port Description TLV'.\n            \n            The bit 'sysName(1)' indicates that LLDP agent should transmit\n            'System Name TLV'.\n            \n            The bit 'sysDesc(2)' indicates that LLDP agent should transmit\n            'System Description TLV'.\n            \n            The bit 'sysCap(3)' indicates that LLDP agent should transmit\n            'System Capabilities TLV'.\n            \n            There is no bit reserved for the management address TLV type\n            since transmission of management address TLVs are controlled\n            by another object, lldpConfigManAddrTable.\n            \n            The default value for lldpPortConfigTLVsTxEnable object is\n            empty set, which means no enumerated values are set.\n            \n            The value of this object must be restored from non-volatile\n            storage after a re-initialization of the management system."
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpPortConfigEntry": {
                    "lldpPortConfigPortNum": "example-string",
                    "lldpPortConfigAdminStatus": "up(1)",
                    "lldpPortConfigNotificationEnable": true,
                    "lldpPortConfigTLVsTxEnable": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpPortConfigEntry-2"
      },
      "x-yang-path": "/lldpPortConfigTable/lldpPortConfigEntry={lldpPortConfigPortNum}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpPortConfigPortNum"
      ]
    },
    "/data/LLDP-MIB:lldpStatsTxPortTable": {
      "get": {
        "summary": "Get lldpStatsTxPortTable data",
        "description": "Retrieve lldpStatsTxPortTable operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table containing LLDP transmission statistics for\n        individual ports.  Entries are not required to exist in\n        this table while the lldpPortConfigEntry object is equal to\n        'disabled(4)'.",
                  "properties": {
                    "lldpStatsTxPortEntry": {
                      "type": "array",
                      "description": "lldpStatsTxPortEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpStatsTxPortNum": {
                            "type": "string",
                            "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                            "x-yang-type": "LLDP-MIB:LldpPortNumber"
                          },
                          "lldpStatsTxPortFramesTotal": {
                            "type": "integer",
                            "description": "The number of LLDP frames transmitted by this LLDP agent\n            on the indicated port.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpStatsTxPortTable": {
                    "lldpStatsTxPortEntry": [
                      {
                        "lldpStatsTxPortNum": "example-string",
                        "lldpStatsTxPortFramesTotal": 0
                      },
                      {
                        "lldpStatsTxPortNum": "example-string",
                        "lldpStatsTxPortFramesTotal": 0
                      },
                      {
                        "lldpStatsTxPortNum": "example-string",
                        "lldpStatsTxPortFramesTotal": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpStatsTxPortTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpStatsTxPortTable",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpStatsTxPortTable/lldpStatsTxPortEntry": {
      "get": {
        "summary": "Get lldpStatsTxPortEntry list",
        "description": "Retrieve list of lldpStatsTxPortEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "lldpStatsTxPortEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpStatsTxPortNum": {
                        "type": "string",
                        "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                        "x-yang-type": "LLDP-MIB:LldpPortNumber"
                      },
                      "lldpStatsTxPortFramesTotal": {
                        "type": "integer",
                        "description": "The number of LLDP frames transmitted by this LLDP agent\n            on the indicated port.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpStatsTxPortEntry": [
                    {
                      "lldpStatsTxPortNum": "example-string",
                      "lldpStatsTxPortFramesTotal": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpStatsTxPortEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpStatsTxPortTable/lldpStatsTxPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpStatsTxPortTable/lldpStatsTxPortEntry={lldpStatsTxPortNum}": {
      "get": {
        "summary": "Get lldpStatsTxPortEntry entry",
        "description": "Retrieve specific lldpStatsTxPortEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpStatsTxPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpStatsTxPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber"
                    },
                    "lldpStatsTxPortFramesTotal": {
                      "type": "integer",
                      "description": "The number of LLDP frames transmitted by this LLDP agent\n            on the indicated port.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpStatsTxPortEntry": {
                    "lldpStatsTxPortNum": "example-string",
                    "lldpStatsTxPortFramesTotal": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpStatsTxPortEntry-2"
      },
      "x-yang-path": "/lldpStatsTxPortTable/lldpStatsTxPortEntry={lldpStatsTxPortNum}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpStatsTxPortNum"
      ]
    },
    "/data/LLDP-MIB:lldpStatsRxPortTable": {
      "get": {
        "summary": "Get lldpStatsRxPortTable data",
        "description": "Retrieve lldpStatsRxPortTable operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table containing LLDP reception statistics for individual\n        ports.  Entries are not required to exist in this table while\n        the lldpPortConfigEntry object is equal to 'disabled(4)'.",
                  "properties": {
                    "lldpStatsRxPortEntry": {
                      "type": "array",
                      "description": "lldpStatsRxPortEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpStatsRxPortNum": {
                            "type": "string",
                            "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                            "x-yang-type": "LLDP-MIB:LldpPortNumber"
                          },
                          "lldpStatsRxPortFramesDiscardedTotal": {
                            "type": "integer",
                            "description": "The number of LLDP frames received by this LLDP agent on\n            the indicated port, and then discarded for any reason.\n            This counter can provide an indication that LLDP header\n            formating problems may exist with the local LLDP agent in\n            the sending system or that LLDPDU validation problems may\n            exist with the local LLDP agent in the receiving system.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "lldpStatsRxPortFramesErrors": {
                            "type": "integer",
                            "description": "The number of invalid LLDP frames received by this LLDP\n            agent on the indicated port, while this LLDP agent is enabled.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "lldpStatsRxPortFramesTotal": {
                            "type": "integer",
                            "description": "The number of valid LLDP frames received by this LLDP agent\n            on the indicated port, while this LLDP agent is enabled.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "lldpStatsRxPortTLVsDiscardedTotal": {
                            "type": "integer",
                            "description": "The number of LLDP TLVs discarded for any reason by this LLDP\n            agent on the indicated port.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "lldpStatsRxPortTLVsUnrecognizedTotal": {
                            "type": "integer",
                            "description": "The number of LLDP TLVs received on the given port that\n            are not recognized by this LLDP agent on the indicated port.\n            \n            An unrecognized TLV is referred to as the TLV whose type value\n            is in the range of reserved TLV types (000 1001 - 111 1110)\n            in Table 9.1 of IEEE Std 802.1AB-2005.  An unrecognized\n            TLV may be a basic management TLV from a later LLDP version.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "lldpStatsRxPortAgeoutsTotal": {
                            "type": "string",
                            "description": "The counter that represents the number of age-outs that\n            occurred on a given port.  An age-out is the number of\n            times the complete set of information advertised by a\n            particular MSAP has been deleted from tables contained in\n            lldpRemoteSystemsData and lldpExtensions objects because\n            the information timeliness interval has expired.\n            \n            This counter is similar to lldpStatsRemTablesAgeouts, except\n            that the counter is on a per port basis.  This enables NMS to\n            poll tables associated with the lldpRemoteSystemsData objects\n            and all LLDP extension objects associated with remote systems\n            on the indicated port only.\n            \n            This counter should be set to zero during agent initialization\n            and its value should not be saved in non-volatile storage.\n            When a port's admin status changes from 'disabled' to\n            'rxOnly', 'txOnly' or 'txAndRx', the counter associated with\n            the same port should reset to 0.  The agent should also flush\n            all remote system information associated with the same port.\n            \n            This counter should be incremented only once when the\n            complete set of information is invalidated (aged out) from\n            all related tables on a particular port.  Partial aging\n            is not allowed, and thus, should not change the value of\n            this counter.",
                            "x-yang-type": "yang:zero-based-counter32"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortTable": {
                    "lldpStatsRxPortEntry": [
                      {
                        "lldpStatsRxPortNum": "example-string",
                        "lldpStatsRxPortFramesDiscardedTotal": 0,
                        "lldpStatsRxPortFramesErrors": 0,
                        "lldpStatsRxPortFramesTotal": 0,
                        "lldpStatsRxPortTLVsDiscardedTotal": 0,
                        "lldpStatsRxPortTLVsUnrecognizedTotal": 0,
                        "lldpStatsRxPortAgeoutsTotal": "example-string"
                      },
                      {
                        "lldpStatsRxPortNum": "example-string",
                        "lldpStatsRxPortFramesDiscardedTotal": 0,
                        "lldpStatsRxPortFramesErrors": 0,
                        "lldpStatsRxPortFramesTotal": 0,
                        "lldpStatsRxPortTLVsDiscardedTotal": 0,
                        "lldpStatsRxPortTLVsUnrecognizedTotal": 0,
                        "lldpStatsRxPortAgeoutsTotal": "example-string"
                      },
                      {
                        "lldpStatsRxPortNum": "example-string",
                        "lldpStatsRxPortFramesDiscardedTotal": 0,
                        "lldpStatsRxPortFramesErrors": 0,
                        "lldpStatsRxPortFramesTotal": 0,
                        "lldpStatsRxPortTLVsDiscardedTotal": 0,
                        "lldpStatsRxPortTLVsUnrecognizedTotal": 0,
                        "lldpStatsRxPortAgeoutsTotal": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpStatsRxPortTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpStatsRxPortTable",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpStatsRxPortTable/lldpStatsRxPortEntry": {
      "get": {
        "summary": "Get lldpStatsRxPortEntry list",
        "description": "Retrieve list of lldpStatsRxPortEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "lldpStatsRxPortEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpStatsRxPortNum": {
                        "type": "string",
                        "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                        "x-yang-type": "LLDP-MIB:LldpPortNumber"
                      },
                      "lldpStatsRxPortFramesDiscardedTotal": {
                        "type": "integer",
                        "description": "The number of LLDP frames received by this LLDP agent on\n            the indicated port, and then discarded for any reason.\n            This counter can provide an indication that LLDP header\n            formating problems may exist with the local LLDP agent in\n            the sending system or that LLDPDU validation problems may\n            exist with the local LLDP agent in the receiving system.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "lldpStatsRxPortFramesErrors": {
                        "type": "integer",
                        "description": "The number of invalid LLDP frames received by this LLDP\n            agent on the indicated port, while this LLDP agent is enabled.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "lldpStatsRxPortFramesTotal": {
                        "type": "integer",
                        "description": "The number of valid LLDP frames received by this LLDP agent\n            on the indicated port, while this LLDP agent is enabled.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "lldpStatsRxPortTLVsDiscardedTotal": {
                        "type": "integer",
                        "description": "The number of LLDP TLVs discarded for any reason by this LLDP\n            agent on the indicated port.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "lldpStatsRxPortTLVsUnrecognizedTotal": {
                        "type": "integer",
                        "description": "The number of LLDP TLVs received on the given port that\n            are not recognized by this LLDP agent on the indicated port.\n            \n            An unrecognized TLV is referred to as the TLV whose type value\n            is in the range of reserved TLV types (000 1001 - 111 1110)\n            in Table 9.1 of IEEE Std 802.1AB-2005.  An unrecognized\n            TLV may be a basic management TLV from a later LLDP version.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "lldpStatsRxPortAgeoutsTotal": {
                        "type": "string",
                        "description": "The counter that represents the number of age-outs that\n            occurred on a given port.  An age-out is the number of\n            times the complete set of information advertised by a\n            particular MSAP has been deleted from tables contained in\n            lldpRemoteSystemsData and lldpExtensions objects because\n            the information timeliness interval has expired.\n            \n            This counter is similar to lldpStatsRemTablesAgeouts, except\n            that the counter is on a per port basis.  This enables NMS to\n            poll tables associated with the lldpRemoteSystemsData objects\n            and all LLDP extension objects associated with remote systems\n            on the indicated port only.\n            \n            This counter should be set to zero during agent initialization\n            and its value should not be saved in non-volatile storage.\n            When a port's admin status changes from 'disabled' to\n            'rxOnly', 'txOnly' or 'txAndRx', the counter associated with\n            the same port should reset to 0.  The agent should also flush\n            all remote system information associated with the same port.\n            \n            This counter should be incremented only once when the\n            complete set of information is invalidated (aged out) from\n            all related tables on a particular port.  Partial aging\n            is not allowed, and thus, should not change the value of\n            this counter.",
                        "x-yang-type": "yang:zero-based-counter32"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortEntry": [
                    {
                      "lldpStatsRxPortNum": "example-string",
                      "lldpStatsRxPortFramesDiscardedTotal": 0,
                      "lldpStatsRxPortFramesErrors": 0,
                      "lldpStatsRxPortFramesTotal": 0,
                      "lldpStatsRxPortTLVsDiscardedTotal": 0,
                      "lldpStatsRxPortTLVsUnrecognizedTotal": 0,
                      "lldpStatsRxPortAgeoutsTotal": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpStatsRxPortEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpStatsRxPortTable/lldpStatsRxPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpStatsRxPortTable/lldpStatsRxPortEntry={lldpStatsRxPortNum}": {
      "get": {
        "summary": "Get lldpStatsRxPortEntry entry",
        "description": "Retrieve specific lldpStatsRxPortEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpStatsRxPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpStatsRxPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber"
                    },
                    "lldpStatsRxPortFramesDiscardedTotal": {
                      "type": "integer",
                      "description": "The number of LLDP frames received by this LLDP agent on\n            the indicated port, and then discarded for any reason.\n            This counter can provide an indication that LLDP header\n            formating problems may exist with the local LLDP agent in\n            the sending system or that LLDPDU validation problems may\n            exist with the local LLDP agent in the receiving system.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "lldpStatsRxPortFramesErrors": {
                      "type": "integer",
                      "description": "The number of invalid LLDP frames received by this LLDP\n            agent on the indicated port, while this LLDP agent is enabled.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "lldpStatsRxPortFramesTotal": {
                      "type": "integer",
                      "description": "The number of valid LLDP frames received by this LLDP agent\n            on the indicated port, while this LLDP agent is enabled.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "lldpStatsRxPortTLVsDiscardedTotal": {
                      "type": "integer",
                      "description": "The number of LLDP TLVs discarded for any reason by this LLDP\n            agent on the indicated port.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "lldpStatsRxPortTLVsUnrecognizedTotal": {
                      "type": "integer",
                      "description": "The number of LLDP TLVs received on the given port that\n            are not recognized by this LLDP agent on the indicated port.\n            \n            An unrecognized TLV is referred to as the TLV whose type value\n            is in the range of reserved TLV types (000 1001 - 111 1110)\n            in Table 9.1 of IEEE Std 802.1AB-2005.  An unrecognized\n            TLV may be a basic management TLV from a later LLDP version.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "lldpStatsRxPortAgeoutsTotal": {
                      "type": "string",
                      "description": "The counter that represents the number of age-outs that\n            occurred on a given port.  An age-out is the number of\n            times the complete set of information advertised by a\n            particular MSAP has been deleted from tables contained in\n            lldpRemoteSystemsData and lldpExtensions objects because\n            the information timeliness interval has expired.\n            \n            This counter is similar to lldpStatsRemTablesAgeouts, except\n            that the counter is on a per port basis.  This enables NMS to\n            poll tables associated with the lldpRemoteSystemsData objects\n            and all LLDP extension objects associated with remote systems\n            on the indicated port only.\n            \n            This counter should be set to zero during agent initialization\n            and its value should not be saved in non-volatile storage.\n            When a port's admin status changes from 'disabled' to\n            'rxOnly', 'txOnly' or 'txAndRx', the counter associated with\n            the same port should reset to 0.  The agent should also flush\n            all remote system information associated with the same port.\n            \n            This counter should be incremented only once when the\n            complete set of information is invalidated (aged out) from\n            all related tables on a particular port.  Partial aging\n            is not allowed, and thus, should not change the value of\n            this counter.",
                      "x-yang-type": "yang:zero-based-counter32"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortEntry": {
                    "lldpStatsRxPortNum": "example-string",
                    "lldpStatsRxPortFramesDiscardedTotal": 0,
                    "lldpStatsRxPortFramesErrors": 0,
                    "lldpStatsRxPortFramesTotal": 0,
                    "lldpStatsRxPortTLVsDiscardedTotal": 0,
                    "lldpStatsRxPortTLVsUnrecognizedTotal": 0,
                    "lldpStatsRxPortAgeoutsTotal": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpStatsRxPortEntry-2"
      },
      "x-yang-path": "/lldpStatsRxPortTable/lldpStatsRxPortEntry={lldpStatsRxPortNum}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpStatsRxPortNum"
      ]
    },
    "/data/LLDP-MIB:lldpLocPortTable": {
      "get": {
        "summary": "Get lldpLocPortTable data",
        "description": "Retrieve lldpLocPortTable operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table contains one or more rows per port information\n        associated with the local system known to this agent.",
                  "properties": {
                    "lldpLocPortEntry": {
                      "type": "array",
                      "description": "Information about a particular port component.\n          \n          Entries may be created and deleted in this table by the\n          agent.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpLocPortNum": {
                            "type": "string",
                            "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpLocPortTable.",
                            "x-yang-type": "LLDP-MIB:LldpPortNumber"
                          },
                          "lldpLocPortIdSubtype": {
                            "type": "string",
                            "description": "The type of port identifier encoding used in the associated\n            'lldpLocPortId' object.",
                            "x-yang-type": "LLDP-MIB:LldpPortIdSubtype"
                          },
                          "lldpLocPortId": {
                            "type": "string",
                            "description": "The string value used to identify the port component\n            associated with a given port in the local system.",
                            "x-yang-type": "LLDP-MIB:LldpPortId"
                          },
                          "lldpLocPortDesc": {
                            "type": "string",
                            "description": "The string value used to identify the 802 LAN station's port\n            description associated with the local system.  If the local\n            agent supports IETF RFC 2863, lldpLocPortDesc object should\n            have the same value of ifDescr object.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpLocPortTable": {
                    "lldpLocPortEntry": [
                      {
                        "lldpLocPortNum": "example-string",
                        "lldpLocPortIdSubtype": "ethernetCsmacd(6)",
                        "lldpLocPortId": "example-string",
                        "lldpLocPortDesc": "example-string"
                      },
                      {
                        "lldpLocPortNum": "example-string",
                        "lldpLocPortIdSubtype": "ethernetCsmacd(6)",
                        "lldpLocPortId": "example-string",
                        "lldpLocPortDesc": "example-string"
                      },
                      {
                        "lldpLocPortNum": "example-string",
                        "lldpLocPortIdSubtype": "ethernetCsmacd(6)",
                        "lldpLocPortId": "example-string",
                        "lldpLocPortDesc": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpLocPortTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpLocPortTable",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpLocPortTable/lldpLocPortEntry": {
      "get": {
        "summary": "Get lldpLocPortEntry list",
        "description": "Retrieve list of lldpLocPortEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about a particular port component.\n          \n          Entries may be created and deleted in this table by the\n          agent.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpLocPortNum": {
                        "type": "string",
                        "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpLocPortTable.",
                        "x-yang-type": "LLDP-MIB:LldpPortNumber"
                      },
                      "lldpLocPortIdSubtype": {
                        "type": "string",
                        "description": "The type of port identifier encoding used in the associated\n            'lldpLocPortId' object.",
                        "x-yang-type": "LLDP-MIB:LldpPortIdSubtype"
                      },
                      "lldpLocPortId": {
                        "type": "string",
                        "description": "The string value used to identify the port component\n            associated with a given port in the local system.",
                        "x-yang-type": "LLDP-MIB:LldpPortId"
                      },
                      "lldpLocPortDesc": {
                        "type": "string",
                        "description": "The string value used to identify the 802 LAN station's port\n            description associated with the local system.  If the local\n            agent supports IETF RFC 2863, lldpLocPortDesc object should\n            have the same value of ifDescr object.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpLocPortEntry": [
                    {
                      "lldpLocPortNum": "example-string",
                      "lldpLocPortIdSubtype": "ethernetCsmacd(6)",
                      "lldpLocPortId": "example-string",
                      "lldpLocPortDesc": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpLocPortEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpLocPortTable/lldpLocPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpLocPortTable/lldpLocPortEntry={lldpLocPortNum}": {
      "get": {
        "summary": "Get lldpLocPortEntry entry",
        "description": "Retrieve specific lldpLocPortEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpLocPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpLocPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpLocPortTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber"
                    },
                    "lldpLocPortIdSubtype": {
                      "type": "string",
                      "description": "The type of port identifier encoding used in the associated\n            'lldpLocPortId' object.",
                      "x-yang-type": "LLDP-MIB:LldpPortIdSubtype"
                    },
                    "lldpLocPortId": {
                      "type": "string",
                      "description": "The string value used to identify the port component\n            associated with a given port in the local system.",
                      "x-yang-type": "LLDP-MIB:LldpPortId"
                    },
                    "lldpLocPortDesc": {
                      "type": "string",
                      "description": "The string value used to identify the 802 LAN station's port\n            description associated with the local system.  If the local\n            agent supports IETF RFC 2863, lldpLocPortDesc object should\n            have the same value of ifDescr object.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpLocPortEntry": {
                    "lldpLocPortNum": "example-string",
                    "lldpLocPortIdSubtype": "ethernetCsmacd(6)",
                    "lldpLocPortId": "example-string",
                    "lldpLocPortDesc": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpLocPortEntry-2"
      },
      "x-yang-path": "/lldpLocPortTable/lldpLocPortEntry={lldpLocPortNum}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpLocPortNum"
      ]
    },
    "/data/LLDP-MIB:lldpLocManAddrTable": {
      "get": {
        "summary": "Get lldpLocManAddrTable data",
        "description": "Retrieve lldpLocManAddrTable operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table contains management address information on the\n        local system known to this agent.",
                  "properties": {
                    "lldpLocManAddrEntry": {
                      "type": "array",
                      "description": "lldpLocManAddrEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpLocManAddrSubtype": {
                            "type": "string",
                            "description": "The type of management address identifier encoding used in\n            the associated 'lldpLocManagmentAddr' object.",
                            "x-yang-type": "iana-address:AddressFamilyNumbers"
                          },
                          "lldpLocManAddr": {
                            "type": "string",
                            "description": "The string value used to identify the management address\n            component associated with the local system.  The purpose of\n            this address is to contact the management entity.",
                            "x-yang-type": "LLDP-MIB:LldpManAddress"
                          },
                          "lldpLocManAddrLen": {
                            "type": "integer",
                            "description": "The total length of the management address subtype and the\n            management address fields in LLDPDUs transmitted by the\n            local LLDP agent.\n            \n            The management address length field is needed so that the\n            receiving systems that do not implement SNMP will not be\n            required to implement an iana family numbers/address length\n            equivalency table in order to decode the management adress.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "lldpLocManAddrIfSubtype": {
                            "type": "string",
                            "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the local system.",
                            "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype"
                          },
                          "lldpLocManAddrIfId": {
                            "type": "integer",
                            "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the local system.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "lldpLocManAddrOID": {
                            "type": "string",
                            "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the local system agent.",
                            "x-yang-type": "yang:object-identifier-128"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpLocManAddrTable": {
                    "lldpLocManAddrEntry": [
                      {
                        "lldpLocManAddrSubtype": "192.168.1.1",
                        "lldpLocManAddr": "192.168.1.1",
                        "lldpLocManAddrLen": -2147483648,
                        "lldpLocManAddrIfSubtype": "192.168.1.1",
                        "lldpLocManAddrIfId": -2147483648,
                        "lldpLocManAddrOID": "192.168.1.1"
                      },
                      {
                        "lldpLocManAddrSubtype": "192.168.1.1",
                        "lldpLocManAddr": "192.168.1.1",
                        "lldpLocManAddrLen": -2147483648,
                        "lldpLocManAddrIfSubtype": "192.168.1.1",
                        "lldpLocManAddrIfId": -2147483648,
                        "lldpLocManAddrOID": "192.168.1.1"
                      },
                      {
                        "lldpLocManAddrSubtype": "192.168.1.1",
                        "lldpLocManAddr": "192.168.1.1",
                        "lldpLocManAddrLen": -2147483648,
                        "lldpLocManAddrIfSubtype": "192.168.1.1",
                        "lldpLocManAddrIfId": -2147483648,
                        "lldpLocManAddrOID": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpLocManAddrTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpLocManAddrTable",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpLocManAddrTable/lldpLocManAddrEntry": {
      "get": {
        "summary": "Get lldpLocManAddrEntry list",
        "description": "Retrieve list of lldpLocManAddrEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "lldpLocManAddrEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpLocManAddrSubtype": {
                        "type": "string",
                        "description": "The type of management address identifier encoding used in\n            the associated 'lldpLocManagmentAddr' object.",
                        "x-yang-type": "iana-address:AddressFamilyNumbers"
                      },
                      "lldpLocManAddr": {
                        "type": "string",
                        "description": "The string value used to identify the management address\n            component associated with the local system.  The purpose of\n            this address is to contact the management entity.",
                        "x-yang-type": "LLDP-MIB:LldpManAddress"
                      },
                      "lldpLocManAddrLen": {
                        "type": "integer",
                        "description": "The total length of the management address subtype and the\n            management address fields in LLDPDUs transmitted by the\n            local LLDP agent.\n            \n            The management address length field is needed so that the\n            receiving systems that do not implement SNMP will not be\n            required to implement an iana family numbers/address length\n            equivalency table in order to decode the management adress.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpLocManAddrIfSubtype": {
                        "type": "string",
                        "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the local system.",
                        "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype"
                      },
                      "lldpLocManAddrIfId": {
                        "type": "integer",
                        "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the local system.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpLocManAddrOID": {
                        "type": "string",
                        "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the local system agent.",
                        "x-yang-type": "yang:object-identifier-128"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpLocManAddrEntry": [
                    {
                      "lldpLocManAddrSubtype": "192.168.1.1",
                      "lldpLocManAddr": "192.168.1.1",
                      "lldpLocManAddrLen": -2147483648,
                      "lldpLocManAddrIfSubtype": "192.168.1.1",
                      "lldpLocManAddrIfId": -2147483648,
                      "lldpLocManAddrOID": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpLocManAddrEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpLocManAddrTable/lldpLocManAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemTable": {
      "get": {
        "summary": "Get lldpRemTable data",
        "description": "Retrieve lldpRemTable operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "lldpRemTable",
                  "properties": {
                    "lldpRemEntry": {
                      "type": "array",
                      "description": "Information about a particular physical network connection.\n          Entries may be created and deleted in this table by the agent,\n          if a physical topology discovery process is active.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpRemTimeMark": {
                            "type": "string",
                            "description": "A TimeFilter for this entry.  See the TimeFilter textual\n            convention in IETF RFC 2021 and \n            http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt\n            to see how TimeFilter works.",
                            "x-yang-type": "rmon2-mib:TimeFilter"
                          },
                          "lldpRemLocalPortNum": {
                            "type": "string",
                            "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.  The lldpRemLocalPortNum\n            identifies the port on which the remote system information\n            is received.\n            \n            The value of this object is used as a port index to the\n            lldpRemTable.",
                            "x-yang-type": "LLDP-MIB:LldpPortNumber"
                          },
                          "lldpRemIndex": {
                            "type": "integer",
                            "description": "This object represents an arbitrary local integer value used\n            by this agent to identify a particular connection instance,\n            unique only for the indicated remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the lldpRemIndex\n            will wrap between reboots.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "lldpRemChassisIdSubtype": {
                            "type": "string",
                            "description": "The type of encoding used to identify the chassis associated\n            with the remote system.",
                            "x-yang-type": "LLDP-MIB:LldpChassisIdSubtype"
                          },
                          "lldpRemChassisId": {
                            "type": "string",
                            "description": "The string value used to identify the chassis component\n            associated with the remote system.",
                            "x-yang-type": "LLDP-MIB:LldpChassisId"
                          },
                          "lldpRemPortIdSubtype": {
                            "type": "string",
                            "description": "The type of port identifier encoding used in the associated\n            'lldpRemPortId' object.",
                            "x-yang-type": "LLDP-MIB:LldpPortIdSubtype"
                          },
                          "lldpRemPortId": {
                            "type": "string",
                            "description": "The string value used to identify the port component\n            associated with the remote system.",
                            "x-yang-type": "LLDP-MIB:LldpPortId"
                          },
                          "lldpRemPortDesc": {
                            "type": "string",
                            "description": "The string value used to identify the description of\n            the given port associated with the remote system.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "lldpRemSysName": {
                            "type": "string",
                            "description": "The string value used to identify the system name of the\n            remote system.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "lldpRemSysDesc": {
                            "type": "string",
                            "description": "The string value used to identify the system description\n            of the remote system.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "lldpRemSysCapSupported": {
                            "type": "string",
                            "description": "The bitmap value used to identify which system capabilities\n            are supported on the remote system.",
                            "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                          },
                          "lldpRemSysCapEnabled": {
                            "type": "string",
                            "description": "The bitmap value used to identify which system capabilities\n            are enabled on the remote system.",
                            "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemTable": {
                    "lldpRemEntry": [
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": 1,
                        "lldpRemChassisIdSubtype": "ethernetCsmacd(6)",
                        "lldpRemChassisId": "example-string",
                        "lldpRemPortIdSubtype": "ethernetCsmacd(6)",
                        "lldpRemPortId": "example-string",
                        "lldpRemPortDesc": "example-string",
                        "lldpRemSysName": "interface-1",
                        "lldpRemSysDesc": "example-string",
                        "lldpRemSysCapSupported": "example-string",
                        "lldpRemSysCapEnabled": "example-string"
                      },
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": 2,
                        "lldpRemChassisIdSubtype": "ethernetCsmacd(6)",
                        "lldpRemChassisId": "example-string",
                        "lldpRemPortIdSubtype": "ethernetCsmacd(6)",
                        "lldpRemPortId": "example-string",
                        "lldpRemPortDesc": "example-string",
                        "lldpRemSysName": "interface-1",
                        "lldpRemSysDesc": "example-string",
                        "lldpRemSysCapSupported": "example-string",
                        "lldpRemSysCapEnabled": "example-string"
                      },
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": 3,
                        "lldpRemChassisIdSubtype": "ethernetCsmacd(6)",
                        "lldpRemChassisId": "example-string",
                        "lldpRemPortIdSubtype": "ethernetCsmacd(6)",
                        "lldpRemPortId": "example-string",
                        "lldpRemPortDesc": "example-string",
                        "lldpRemSysName": "interface-1",
                        "lldpRemSysDesc": "example-string",
                        "lldpRemSysCapSupported": "example-string",
                        "lldpRemSysCapEnabled": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemTable",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemTable/lldpRemEntry": {
      "get": {
        "summary": "Get lldpRemEntry list",
        "description": "Retrieve list of lldpRemEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about a particular physical network connection.\n          Entries may be created and deleted in this table by the agent,\n          if a physical topology discovery process is active.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpRemTimeMark": {
                        "type": "string",
                        "description": "A TimeFilter for this entry.  See the TimeFilter textual\n            convention in IETF RFC 2021 and \n            http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt\n            to see how TimeFilter works.",
                        "x-yang-type": "rmon2-mib:TimeFilter"
                      },
                      "lldpRemLocalPortNum": {
                        "type": "string",
                        "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.  The lldpRemLocalPortNum\n            identifies the port on which the remote system information\n            is received.\n            \n            The value of this object is used as a port index to the\n            lldpRemTable.",
                        "x-yang-type": "LLDP-MIB:LldpPortNumber"
                      },
                      "lldpRemIndex": {
                        "type": "integer",
                        "description": "This object represents an arbitrary local integer value used\n            by this agent to identify a particular connection instance,\n            unique only for the indicated remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the lldpRemIndex\n            will wrap between reboots.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpRemChassisIdSubtype": {
                        "type": "string",
                        "description": "The type of encoding used to identify the chassis associated\n            with the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpChassisIdSubtype"
                      },
                      "lldpRemChassisId": {
                        "type": "string",
                        "description": "The string value used to identify the chassis component\n            associated with the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpChassisId"
                      },
                      "lldpRemPortIdSubtype": {
                        "type": "string",
                        "description": "The type of port identifier encoding used in the associated\n            'lldpRemPortId' object.",
                        "x-yang-type": "LLDP-MIB:LldpPortIdSubtype"
                      },
                      "lldpRemPortId": {
                        "type": "string",
                        "description": "The string value used to identify the port component\n            associated with the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpPortId"
                      },
                      "lldpRemPortDesc": {
                        "type": "string",
                        "description": "The string value used to identify the description of\n            the given port associated with the remote system.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "lldpRemSysName": {
                        "type": "string",
                        "description": "The string value used to identify the system name of the\n            remote system.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "lldpRemSysDesc": {
                        "type": "string",
                        "description": "The string value used to identify the system description\n            of the remote system.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "lldpRemSysCapSupported": {
                        "type": "string",
                        "description": "The bitmap value used to identify which system capabilities\n            are supported on the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                      },
                      "lldpRemSysCapEnabled": {
                        "type": "string",
                        "description": "The bitmap value used to identify which system capabilities\n            are enabled on the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemEntry": [
                    {
                      "lldpRemTimeMark": "example-string",
                      "lldpRemLocalPortNum": "example-string",
                      "lldpRemIndex": 1,
                      "lldpRemChassisIdSubtype": "ethernetCsmacd(6)",
                      "lldpRemChassisId": "example-string",
                      "lldpRemPortIdSubtype": "ethernetCsmacd(6)",
                      "lldpRemPortId": "example-string",
                      "lldpRemPortDesc": "example-string",
                      "lldpRemSysName": "interface-1",
                      "lldpRemSysDesc": "example-string",
                      "lldpRemSysCapSupported": "example-string",
                      "lldpRemSysCapEnabled": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemTable/lldpRemEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemManAddrTable": {
      "get": {
        "summary": "Get lldpRemManAddrTable data",
        "description": "Retrieve lldpRemManAddrTable operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table contains one or more rows per management address\n        information on the remote system learned on a particular port\n        contained in the local chassis known to this agent.",
                  "properties": {
                    "lldpRemManAddrEntry": {
                      "type": "array",
                      "description": "lldpRemManAddrEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpRemTimeMark": {
                            "type": "string",
                            "description": "lldpRemTimeMark",
                            "x-yang-type": "leafref"
                          },
                          "lldpRemLocalPortNum": {
                            "type": "string",
                            "description": "lldpRemLocalPortNum",
                            "x-yang-type": "leafref"
                          },
                          "lldpRemIndex": {
                            "type": "string",
                            "description": "lldpRemIndex",
                            "x-yang-type": "leafref"
                          },
                          "lldpRemManAddrSubtype": {
                            "type": "string",
                            "description": "The type of management address identifier encoding used in\n            the associated 'lldpRemManagmentAddr' object.",
                            "x-yang-type": "iana-address:AddressFamilyNumbers"
                          },
                          "lldpRemManAddr": {
                            "type": "string",
                            "description": "The string value used to identify the management address\n            component associated with the remote system.  The purpose\n            of this address is to contact the management entity.",
                            "x-yang-type": "LLDP-MIB:LldpManAddress"
                          },
                          "lldpRemManAddrIfSubtype": {
                            "type": "string",
                            "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the remote system.",
                            "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype"
                          },
                          "lldpRemManAddrIfId": {
                            "type": "integer",
                            "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the remote system.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "lldpRemManAddrOID": {
                            "type": "string",
                            "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the remote system agent.",
                            "x-yang-type": "yang:object-identifier-128"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemManAddrTable": {
                    "lldpRemManAddrEntry": [
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": "1",
                        "lldpRemManAddrSubtype": "192.168.1.1",
                        "lldpRemManAddr": "192.168.1.1",
                        "lldpRemManAddrIfSubtype": "192.168.1.1",
                        "lldpRemManAddrIfId": -2147483648,
                        "lldpRemManAddrOID": "192.168.1.1"
                      },
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": "2",
                        "lldpRemManAddrSubtype": "192.168.1.1",
                        "lldpRemManAddr": "192.168.1.1",
                        "lldpRemManAddrIfSubtype": "192.168.1.1",
                        "lldpRemManAddrIfId": -2147483648,
                        "lldpRemManAddrOID": "192.168.1.1"
                      },
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": "3",
                        "lldpRemManAddrSubtype": "192.168.1.1",
                        "lldpRemManAddr": "192.168.1.1",
                        "lldpRemManAddrIfSubtype": "192.168.1.1",
                        "lldpRemManAddrIfId": -2147483648,
                        "lldpRemManAddrOID": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemManAddrTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemManAddrTable",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemManAddrTable/lldpRemManAddrEntry": {
      "get": {
        "summary": "Get lldpRemManAddrEntry list",
        "description": "Retrieve list of lldpRemManAddrEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "lldpRemManAddrEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpRemTimeMark": {
                        "type": "string",
                        "description": "lldpRemTimeMark",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemLocalPortNum": {
                        "type": "string",
                        "description": "lldpRemLocalPortNum",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemIndex": {
                        "type": "string",
                        "description": "lldpRemIndex",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemManAddrSubtype": {
                        "type": "string",
                        "description": "The type of management address identifier encoding used in\n            the associated 'lldpRemManagmentAddr' object.",
                        "x-yang-type": "iana-address:AddressFamilyNumbers"
                      },
                      "lldpRemManAddr": {
                        "type": "string",
                        "description": "The string value used to identify the management address\n            component associated with the remote system.  The purpose\n            of this address is to contact the management entity.",
                        "x-yang-type": "LLDP-MIB:LldpManAddress"
                      },
                      "lldpRemManAddrIfSubtype": {
                        "type": "string",
                        "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype"
                      },
                      "lldpRemManAddrIfId": {
                        "type": "integer",
                        "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the remote system.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpRemManAddrOID": {
                        "type": "string",
                        "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the remote system agent.",
                        "x-yang-type": "yang:object-identifier-128"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemManAddrEntry": [
                    {
                      "lldpRemTimeMark": "example-string",
                      "lldpRemLocalPortNum": "example-string",
                      "lldpRemIndex": "example-string",
                      "lldpRemManAddrSubtype": "192.168.1.1",
                      "lldpRemManAddr": "192.168.1.1",
                      "lldpRemManAddrIfSubtype": "192.168.1.1",
                      "lldpRemManAddrIfId": -2147483648,
                      "lldpRemManAddrOID": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemManAddrEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemManAddrTable/lldpRemManAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemUnknownTLVTable": {
      "get": {
        "summary": "Get lldpRemUnknownTLVTable data",
        "description": "Retrieve lldpRemUnknownTLVTable operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "lldpRemUnknownTLVTable",
                  "properties": {
                    "lldpRemUnknownTLVEntry": {
                      "type": "array",
                      "description": "Information about an unrecognized TLV received from a\n          physical network connection.  Entries may be created and\n          deleted in this table by the agent, if a physical topology\n          discovery process is active.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpRemTimeMark": {
                            "type": "string",
                            "description": "lldpRemTimeMark",
                            "x-yang-type": "leafref"
                          },
                          "lldpRemLocalPortNum": {
                            "type": "string",
                            "description": "lldpRemLocalPortNum",
                            "x-yang-type": "leafref"
                          },
                          "lldpRemIndex": {
                            "type": "string",
                            "description": "lldpRemIndex",
                            "x-yang-type": "leafref"
                          },
                          "lldpRemUnknownTLVType": {
                            "type": "integer",
                            "description": "This object represents the value extracted from the type\n            field of the TLV.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "lldpRemUnknownTLVInfo": {
                            "type": "string",
                            "description": "This object represents the value extracted from the value\n            field of the TLV.",
                            "format": "binary"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemUnknownTLVTable": {
                    "lldpRemUnknownTLVEntry": [
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": "1",
                        "lldpRemUnknownTLVType": -2147483648,
                        "lldpRemUnknownTLVInfo": "example-string"
                      },
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": "2",
                        "lldpRemUnknownTLVType": -2147483648,
                        "lldpRemUnknownTLVInfo": "example-string"
                      },
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": "3",
                        "lldpRemUnknownTLVType": -2147483648,
                        "lldpRemUnknownTLVInfo": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemUnknownTLVTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemUnknownTLVTable",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemUnknownTLVTable/lldpRemUnknownTLVEntry": {
      "get": {
        "summary": "Get lldpRemUnknownTLVEntry list",
        "description": "Retrieve list of lldpRemUnknownTLVEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about an unrecognized TLV received from a\n          physical network connection.  Entries may be created and\n          deleted in this table by the agent, if a physical topology\n          discovery process is active.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpRemTimeMark": {
                        "type": "string",
                        "description": "lldpRemTimeMark",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemLocalPortNum": {
                        "type": "string",
                        "description": "lldpRemLocalPortNum",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemIndex": {
                        "type": "string",
                        "description": "lldpRemIndex",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemUnknownTLVType": {
                        "type": "integer",
                        "description": "This object represents the value extracted from the type\n            field of the TLV.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpRemUnknownTLVInfo": {
                        "type": "string",
                        "description": "This object represents the value extracted from the value\n            field of the TLV.",
                        "format": "binary"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemUnknownTLVEntry": [
                    {
                      "lldpRemTimeMark": "example-string",
                      "lldpRemLocalPortNum": "example-string",
                      "lldpRemIndex": "example-string",
                      "lldpRemUnknownTLVType": -2147483648,
                      "lldpRemUnknownTLVInfo": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemUnknownTLVEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemUnknownTLVTable/lldpRemUnknownTLVEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemOrgDefInfoTable": {
      "get": {
        "summary": "Get lldpRemOrgDefInfoTable data",
        "description": "Retrieve lldpRemOrgDefInfoTable operational data from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "lldpRemOrgDefInfoTable",
                  "properties": {
                    "lldpRemOrgDefInfoEntry": {
                      "type": "array",
                      "description": "lldpRemOrgDefInfoEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpRemTimeMark": {
                            "type": "string",
                            "description": "lldpRemTimeMark",
                            "x-yang-type": "leafref"
                          },
                          "lldpRemLocalPortNum": {
                            "type": "string",
                            "description": "lldpRemLocalPortNum",
                            "x-yang-type": "leafref"
                          },
                          "lldpRemIndex": {
                            "type": "string",
                            "description": "lldpRemIndex",
                            "x-yang-type": "leafref"
                          },
                          "lldpRemOrgDefInfoOUI": {
                            "type": "string",
                            "description": "The Organizationally Unique Identifier (OUI), as defined\n            in IEEE std 802-2001, is a 24 bit (three octets) globally\n            unique assigned number referenced by various standards,\n            of the information received from the remote system.",
                            "format": "binary"
                          },
                          "lldpRemOrgDefInfoSubtype": {
                            "type": "integer",
                            "description": "The integer value used to identify the subtype of the\n            organizationally defined information received from the\n            remote system.\n            \n            The subtype value is required to identify different instances\n            of organizationally defined information that could not be\n            retrieved without a unique identifier that indicates the\n            particular type of information contained in the information\n            string.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "lldpRemOrgDefInfoIndex": {
                            "type": "integer",
                            "description": "This object represents an arbitrary local integer value\n            used by this agent to identify a particular unrecognized\n            organizationally defined information instance, unique only\n            for the lldpRemOrgDefInfoOUI and lldpRemOrgDefInfoSubtype\n            from the same remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the\n            lldpRemOrgDefInfoIndex will wrap between reboots.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "lldpRemOrgDefInfo": {
                            "type": "string",
                            "description": "The string value used to identify the organizationally\n            defined information of the remote system.  The encoding for\n            this object should be as defined for SnmpAdminString TC.",
                            "format": "binary"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemOrgDefInfoTable": {
                    "lldpRemOrgDefInfoEntry": [
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": "1",
                        "lldpRemOrgDefInfoOUI": "example-string",
                        "lldpRemOrgDefInfoSubtype": -2147483648,
                        "lldpRemOrgDefInfoIndex": 1,
                        "lldpRemOrgDefInfo": "example-string"
                      },
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": "2",
                        "lldpRemOrgDefInfoOUI": "example-string",
                        "lldpRemOrgDefInfoSubtype": -2147483648,
                        "lldpRemOrgDefInfoIndex": 2,
                        "lldpRemOrgDefInfo": "example-string"
                      },
                      {
                        "lldpRemTimeMark": "example-string",
                        "lldpRemLocalPortNum": "example-string",
                        "lldpRemIndex": "3",
                        "lldpRemOrgDefInfoOUI": "example-string",
                        "lldpRemOrgDefInfoSubtype": -2147483648,
                        "lldpRemOrgDefInfoIndex": 3,
                        "lldpRemOrgDefInfo": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemOrgDefInfoTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemOrgDefInfoTable",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry": {
      "get": {
        "summary": "Get lldpRemOrgDefInfoEntry list",
        "description": "Retrieve list of lldpRemOrgDefInfoEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "lldpRemOrgDefInfoEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpRemTimeMark": {
                        "type": "string",
                        "description": "lldpRemTimeMark",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemLocalPortNum": {
                        "type": "string",
                        "description": "lldpRemLocalPortNum",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemIndex": {
                        "type": "string",
                        "description": "lldpRemIndex",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemOrgDefInfoOUI": {
                        "type": "string",
                        "description": "The Organizationally Unique Identifier (OUI), as defined\n            in IEEE std 802-2001, is a 24 bit (three octets) globally\n            unique assigned number referenced by various standards,\n            of the information received from the remote system.",
                        "format": "binary"
                      },
                      "lldpRemOrgDefInfoSubtype": {
                        "type": "integer",
                        "description": "The integer value used to identify the subtype of the\n            organizationally defined information received from the\n            remote system.\n            \n            The subtype value is required to identify different instances\n            of organizationally defined information that could not be\n            retrieved without a unique identifier that indicates the\n            particular type of information contained in the information\n            string.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpRemOrgDefInfoIndex": {
                        "type": "integer",
                        "description": "This object represents an arbitrary local integer value\n            used by this agent to identify a particular unrecognized\n            organizationally defined information instance, unique only\n            for the lldpRemOrgDefInfoOUI and lldpRemOrgDefInfoSubtype\n            from the same remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the\n            lldpRemOrgDefInfoIndex will wrap between reboots.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpRemOrgDefInfo": {
                        "type": "string",
                        "description": "The string value used to identify the organizationally\n            defined information of the remote system.  The encoding for\n            this object should be as defined for SnmpAdminString TC.",
                        "format": "binary"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemOrgDefInfoEntry": [
                    {
                      "lldpRemTimeMark": "example-string",
                      "lldpRemLocalPortNum": "example-string",
                      "lldpRemIndex": "example-string",
                      "lldpRemOrgDefInfoOUI": "example-string",
                      "lldpRemOrgDefInfoSubtype": -2147483648,
                      "lldpRemOrgDefInfoIndex": 1,
                      "lldpRemOrgDefInfo": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemOrgDefInfoEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpPortConfigEntry": {
      "get": {
        "summary": "Get lldpPortConfigEntry list",
        "description": "Retrieve list of lldpPortConfigEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "LLDP configuration information for a particular port.\n          This configuration parameter controls the transmission and\n          the reception of LLDP frames on those ports whose rows are\n          created in this table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpPortConfigPortNum": {
                        "type": "string",
                        "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpPortConfigTable.",
                        "x-yang-type": "LLDP-MIB:LldpPortNumber"
                      },
                      "lldpPortConfigAdminStatus": {
                        "type": "string",
                        "description": "The administratively desired status of the local LLDP agent.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txOnly(1)', then LLDP agent will transmit LLDP\n            frames on this port and it will not store any information\n            about the remote systems connected.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'rxOnly(2)', then the LLDP agent will receive,\n            but it will not transmit LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txAndRx(3)', then the LLDP agent will transmit\n            and receive LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'disabled(4)', then LLDP agent will not transmit or\n            receive LLDP frames on this port.  If there is remote systems\n            information which is received on this port and stored in\n            other tables, before the port's lldpPortConfigAdminStatus\n            becomes disabled, then the information will naturally age out."
                      },
                      "lldpPortConfigNotificationEnable": {
                        "type": "boolean",
                        "description": "The lldpPortConfigNotificationEnable controls, on a per\n            port basis,  whether or not notifications from the agent\n            are enabled. The value true(1) means that notifications are\n            enabled; the value false(2) means that they are not."
                      },
                      "lldpPortConfigTLVsTxEnable": {
                        "type": "string",
                        "description": "The lldpPortConfigTLVsTxEnable, defined as a bitmap,\n            includes the basic set of LLDP TLVs whose transmission is\n            allowed on the local LLDP agent by the network management.\n            Each bit in the bitmap corresponds to a TLV type associated\n            with a specific optional TLV.\n            \n            It should be noted that the organizationally-specific TLVs\n            are excluded from the lldpTLVsTxEnable bitmap.\n            \n            LLDP Organization Specific Information Extension MIBs should\n            have similar configuration object to control transmission\n            of their organizationally defined TLVs.\n            \n            The bit 'portDesc(0)' indicates that LLDP agent should\n            transmit 'Port Description TLV'.\n            \n            The bit 'sysName(1)' indicates that LLDP agent should transmit\n            'System Name TLV'.\n            \n            The bit 'sysDesc(2)' indicates that LLDP agent should transmit\n            'System Description TLV'.\n            \n            The bit 'sysCap(3)' indicates that LLDP agent should transmit\n            'System Capabilities TLV'.\n            \n            There is no bit reserved for the management address TLV type\n            since transmission of management address TLVs are controlled\n            by another object, lldpConfigManAddrTable.\n            \n            The default value for lldpPortConfigTLVsTxEnable object is\n            empty set, which means no enumerated values are set.\n            \n            The value of this object must be restored from non-volatile\n            storage after a re-initialization of the management system."
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpPortConfigEntry": [
                    {
                      "lldpPortConfigPortNum": "example-string",
                      "lldpPortConfigAdminStatus": "up(1)",
                      "lldpPortConfigNotificationEnable": true,
                      "lldpPortConfigTLVsTxEnable": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpPortConfigEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpPortConfigEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpPortConfigEntry={lldpPortConfigPortNum}": {
      "get": {
        "summary": "Get lldpPortConfigEntry entry",
        "description": "Retrieve specific lldpPortConfigEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpPortConfigPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpPortConfigPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpPortConfigTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber"
                    },
                    "lldpPortConfigAdminStatus": {
                      "type": "string",
                      "description": "The administratively desired status of the local LLDP agent.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txOnly(1)', then LLDP agent will transmit LLDP\n            frames on this port and it will not store any information\n            about the remote systems connected.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'rxOnly(2)', then the LLDP agent will receive,\n            but it will not transmit LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txAndRx(3)', then the LLDP agent will transmit\n            and receive LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'disabled(4)', then LLDP agent will not transmit or\n            receive LLDP frames on this port.  If there is remote systems\n            information which is received on this port and stored in\n            other tables, before the port's lldpPortConfigAdminStatus\n            becomes disabled, then the information will naturally age out."
                    },
                    "lldpPortConfigNotificationEnable": {
                      "type": "boolean",
                      "description": "The lldpPortConfigNotificationEnable controls, on a per\n            port basis,  whether or not notifications from the agent\n            are enabled. The value true(1) means that notifications are\n            enabled; the value false(2) means that they are not."
                    },
                    "lldpPortConfigTLVsTxEnable": {
                      "type": "string",
                      "description": "The lldpPortConfigTLVsTxEnable, defined as a bitmap,\n            includes the basic set of LLDP TLVs whose transmission is\n            allowed on the local LLDP agent by the network management.\n            Each bit in the bitmap corresponds to a TLV type associated\n            with a specific optional TLV.\n            \n            It should be noted that the organizationally-specific TLVs\n            are excluded from the lldpTLVsTxEnable bitmap.\n            \n            LLDP Organization Specific Information Extension MIBs should\n            have similar configuration object to control transmission\n            of their organizationally defined TLVs.\n            \n            The bit 'portDesc(0)' indicates that LLDP agent should\n            transmit 'Port Description TLV'.\n            \n            The bit 'sysName(1)' indicates that LLDP agent should transmit\n            'System Name TLV'.\n            \n            The bit 'sysDesc(2)' indicates that LLDP agent should transmit\n            'System Description TLV'.\n            \n            The bit 'sysCap(3)' indicates that LLDP agent should transmit\n            'System Capabilities TLV'.\n            \n            There is no bit reserved for the management address TLV type\n            since transmission of management address TLVs are controlled\n            by another object, lldpConfigManAddrTable.\n            \n            The default value for lldpPortConfigTLVsTxEnable object is\n            empty set, which means no enumerated values are set.\n            \n            The value of this object must be restored from non-volatile\n            storage after a re-initialization of the management system."
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpPortConfigEntry": {
                    "lldpPortConfigPortNum": "example-string",
                    "lldpPortConfigAdminStatus": "up(1)",
                    "lldpPortConfigNotificationEnable": true,
                    "lldpPortConfigTLVsTxEnable": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpPortConfigEntry-4"
      },
      "x-yang-path": "/lldpPortConfigEntry={lldpPortConfigPortNum}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpPortConfigPortNum"
      ]
    },
    "/data/LLDP-MIB:lldpStatsTxPortEntry": {
      "get": {
        "summary": "Get lldpStatsTxPortEntry list",
        "description": "Retrieve list of lldpStatsTxPortEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "lldpStatsTxPortEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpStatsTxPortNum": {
                        "type": "string",
                        "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                        "x-yang-type": "LLDP-MIB:LldpPortNumber"
                      },
                      "lldpStatsTxPortFramesTotal": {
                        "type": "integer",
                        "description": "The number of LLDP frames transmitted by this LLDP agent\n            on the indicated port.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpStatsTxPortEntry": [
                    {
                      "lldpStatsTxPortNum": "example-string",
                      "lldpStatsTxPortFramesTotal": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpStatsTxPortEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpStatsTxPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpStatsTxPortEntry={lldpStatsTxPortNum}": {
      "get": {
        "summary": "Get lldpStatsTxPortEntry entry",
        "description": "Retrieve specific lldpStatsTxPortEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpStatsTxPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpStatsTxPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber"
                    },
                    "lldpStatsTxPortFramesTotal": {
                      "type": "integer",
                      "description": "The number of LLDP frames transmitted by this LLDP agent\n            on the indicated port.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpStatsTxPortEntry": {
                    "lldpStatsTxPortNum": "example-string",
                    "lldpStatsTxPortFramesTotal": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpStatsTxPortEntry-4"
      },
      "x-yang-path": "/lldpStatsTxPortEntry={lldpStatsTxPortNum}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpStatsTxPortNum"
      ]
    },
    "/data/LLDP-MIB:lldpStatsRxPortEntry": {
      "get": {
        "summary": "Get lldpStatsRxPortEntry list",
        "description": "Retrieve list of lldpStatsRxPortEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "lldpStatsRxPortEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpStatsRxPortNum": {
                        "type": "string",
                        "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                        "x-yang-type": "LLDP-MIB:LldpPortNumber"
                      },
                      "lldpStatsRxPortFramesDiscardedTotal": {
                        "type": "integer",
                        "description": "The number of LLDP frames received by this LLDP agent on\n            the indicated port, and then discarded for any reason.\n            This counter can provide an indication that LLDP header\n            formating problems may exist with the local LLDP agent in\n            the sending system or that LLDPDU validation problems may\n            exist with the local LLDP agent in the receiving system.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "lldpStatsRxPortFramesErrors": {
                        "type": "integer",
                        "description": "The number of invalid LLDP frames received by this LLDP\n            agent on the indicated port, while this LLDP agent is enabled.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "lldpStatsRxPortFramesTotal": {
                        "type": "integer",
                        "description": "The number of valid LLDP frames received by this LLDP agent\n            on the indicated port, while this LLDP agent is enabled.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "lldpStatsRxPortTLVsDiscardedTotal": {
                        "type": "integer",
                        "description": "The number of LLDP TLVs discarded for any reason by this LLDP\n            agent on the indicated port.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "lldpStatsRxPortTLVsUnrecognizedTotal": {
                        "type": "integer",
                        "description": "The number of LLDP TLVs received on the given port that\n            are not recognized by this LLDP agent on the indicated port.\n            \n            An unrecognized TLV is referred to as the TLV whose type value\n            is in the range of reserved TLV types (000 1001 - 111 1110)\n            in Table 9.1 of IEEE Std 802.1AB-2005.  An unrecognized\n            TLV may be a basic management TLV from a later LLDP version.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "lldpStatsRxPortAgeoutsTotal": {
                        "type": "string",
                        "description": "The counter that represents the number of age-outs that\n            occurred on a given port.  An age-out is the number of\n            times the complete set of information advertised by a\n            particular MSAP has been deleted from tables contained in\n            lldpRemoteSystemsData and lldpExtensions objects because\n            the information timeliness interval has expired.\n            \n            This counter is similar to lldpStatsRemTablesAgeouts, except\n            that the counter is on a per port basis.  This enables NMS to\n            poll tables associated with the lldpRemoteSystemsData objects\n            and all LLDP extension objects associated with remote systems\n            on the indicated port only.\n            \n            This counter should be set to zero during agent initialization\n            and its value should not be saved in non-volatile storage.\n            When a port's admin status changes from 'disabled' to\n            'rxOnly', 'txOnly' or 'txAndRx', the counter associated with\n            the same port should reset to 0.  The agent should also flush\n            all remote system information associated with the same port.\n            \n            This counter should be incremented only once when the\n            complete set of information is invalidated (aged out) from\n            all related tables on a particular port.  Partial aging\n            is not allowed, and thus, should not change the value of\n            this counter.",
                        "x-yang-type": "yang:zero-based-counter32"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortEntry": [
                    {
                      "lldpStatsRxPortNum": "example-string",
                      "lldpStatsRxPortFramesDiscardedTotal": 0,
                      "lldpStatsRxPortFramesErrors": 0,
                      "lldpStatsRxPortFramesTotal": 0,
                      "lldpStatsRxPortTLVsDiscardedTotal": 0,
                      "lldpStatsRxPortTLVsUnrecognizedTotal": 0,
                      "lldpStatsRxPortAgeoutsTotal": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpStatsRxPortEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpStatsRxPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpStatsRxPortEntry={lldpStatsRxPortNum}": {
      "get": {
        "summary": "Get lldpStatsRxPortEntry entry",
        "description": "Retrieve specific lldpStatsRxPortEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpStatsRxPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpStatsRxPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber"
                    },
                    "lldpStatsRxPortFramesDiscardedTotal": {
                      "type": "integer",
                      "description": "The number of LLDP frames received by this LLDP agent on\n            the indicated port, and then discarded for any reason.\n            This counter can provide an indication that LLDP header\n            formating problems may exist with the local LLDP agent in\n            the sending system or that LLDPDU validation problems may\n            exist with the local LLDP agent in the receiving system.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "lldpStatsRxPortFramesErrors": {
                      "type": "integer",
                      "description": "The number of invalid LLDP frames received by this LLDP\n            agent on the indicated port, while this LLDP agent is enabled.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "lldpStatsRxPortFramesTotal": {
                      "type": "integer",
                      "description": "The number of valid LLDP frames received by this LLDP agent\n            on the indicated port, while this LLDP agent is enabled.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "lldpStatsRxPortTLVsDiscardedTotal": {
                      "type": "integer",
                      "description": "The number of LLDP TLVs discarded for any reason by this LLDP\n            agent on the indicated port.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "lldpStatsRxPortTLVsUnrecognizedTotal": {
                      "type": "integer",
                      "description": "The number of LLDP TLVs received on the given port that\n            are not recognized by this LLDP agent on the indicated port.\n            \n            An unrecognized TLV is referred to as the TLV whose type value\n            is in the range of reserved TLV types (000 1001 - 111 1110)\n            in Table 9.1 of IEEE Std 802.1AB-2005.  An unrecognized\n            TLV may be a basic management TLV from a later LLDP version.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "lldpStatsRxPortAgeoutsTotal": {
                      "type": "string",
                      "description": "The counter that represents the number of age-outs that\n            occurred on a given port.  An age-out is the number of\n            times the complete set of information advertised by a\n            particular MSAP has been deleted from tables contained in\n            lldpRemoteSystemsData and lldpExtensions objects because\n            the information timeliness interval has expired.\n            \n            This counter is similar to lldpStatsRemTablesAgeouts, except\n            that the counter is on a per port basis.  This enables NMS to\n            poll tables associated with the lldpRemoteSystemsData objects\n            and all LLDP extension objects associated with remote systems\n            on the indicated port only.\n            \n            This counter should be set to zero during agent initialization\n            and its value should not be saved in non-volatile storage.\n            When a port's admin status changes from 'disabled' to\n            'rxOnly', 'txOnly' or 'txAndRx', the counter associated with\n            the same port should reset to 0.  The agent should also flush\n            all remote system information associated with the same port.\n            \n            This counter should be incremented only once when the\n            complete set of information is invalidated (aged out) from\n            all related tables on a particular port.  Partial aging\n            is not allowed, and thus, should not change the value of\n            this counter.",
                      "x-yang-type": "yang:zero-based-counter32"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortEntry": {
                    "lldpStatsRxPortNum": "example-string",
                    "lldpStatsRxPortFramesDiscardedTotal": 0,
                    "lldpStatsRxPortFramesErrors": 0,
                    "lldpStatsRxPortFramesTotal": 0,
                    "lldpStatsRxPortTLVsDiscardedTotal": 0,
                    "lldpStatsRxPortTLVsUnrecognizedTotal": 0,
                    "lldpStatsRxPortAgeoutsTotal": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpStatsRxPortEntry-4"
      },
      "x-yang-path": "/lldpStatsRxPortEntry={lldpStatsRxPortNum}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpStatsRxPortNum"
      ]
    },
    "/data/LLDP-MIB:lldpLocPortEntry": {
      "get": {
        "summary": "Get lldpLocPortEntry list",
        "description": "Retrieve list of lldpLocPortEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about a particular port component.\n          \n          Entries may be created and deleted in this table by the\n          agent.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpLocPortNum": {
                        "type": "string",
                        "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpLocPortTable.",
                        "x-yang-type": "LLDP-MIB:LldpPortNumber"
                      },
                      "lldpLocPortIdSubtype": {
                        "type": "string",
                        "description": "The type of port identifier encoding used in the associated\n            'lldpLocPortId' object.",
                        "x-yang-type": "LLDP-MIB:LldpPortIdSubtype"
                      },
                      "lldpLocPortId": {
                        "type": "string",
                        "description": "The string value used to identify the port component\n            associated with a given port in the local system.",
                        "x-yang-type": "LLDP-MIB:LldpPortId"
                      },
                      "lldpLocPortDesc": {
                        "type": "string",
                        "description": "The string value used to identify the 802 LAN station's port\n            description associated with the local system.  If the local\n            agent supports IETF RFC 2863, lldpLocPortDesc object should\n            have the same value of ifDescr object.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpLocPortEntry": [
                    {
                      "lldpLocPortNum": "example-string",
                      "lldpLocPortIdSubtype": "ethernetCsmacd(6)",
                      "lldpLocPortId": "example-string",
                      "lldpLocPortDesc": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpLocPortEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpLocPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpLocPortEntry={lldpLocPortNum}": {
      "get": {
        "summary": "Get lldpLocPortEntry entry",
        "description": "Retrieve specific lldpLocPortEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpLocPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpLocPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpLocPortTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber"
                    },
                    "lldpLocPortIdSubtype": {
                      "type": "string",
                      "description": "The type of port identifier encoding used in the associated\n            'lldpLocPortId' object.",
                      "x-yang-type": "LLDP-MIB:LldpPortIdSubtype"
                    },
                    "lldpLocPortId": {
                      "type": "string",
                      "description": "The string value used to identify the port component\n            associated with a given port in the local system.",
                      "x-yang-type": "LLDP-MIB:LldpPortId"
                    },
                    "lldpLocPortDesc": {
                      "type": "string",
                      "description": "The string value used to identify the 802 LAN station's port\n            description associated with the local system.  If the local\n            agent supports IETF RFC 2863, lldpLocPortDesc object should\n            have the same value of ifDescr object.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpLocPortEntry": {
                    "lldpLocPortNum": "example-string",
                    "lldpLocPortIdSubtype": "ethernetCsmacd(6)",
                    "lldpLocPortId": "example-string",
                    "lldpLocPortDesc": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpLocPortEntry-4"
      },
      "x-yang-path": "/lldpLocPortEntry={lldpLocPortNum}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpLocPortNum"
      ]
    },
    "/data/LLDP-MIB:lldpLocManAddrEntry": {
      "get": {
        "summary": "Get lldpLocManAddrEntry list",
        "description": "Retrieve list of lldpLocManAddrEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "lldpLocManAddrEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpLocManAddrSubtype": {
                        "type": "string",
                        "description": "The type of management address identifier encoding used in\n            the associated 'lldpLocManagmentAddr' object.",
                        "x-yang-type": "iana-address:AddressFamilyNumbers"
                      },
                      "lldpLocManAddr": {
                        "type": "string",
                        "description": "The string value used to identify the management address\n            component associated with the local system.  The purpose of\n            this address is to contact the management entity.",
                        "x-yang-type": "LLDP-MIB:LldpManAddress"
                      },
                      "lldpLocManAddrLen": {
                        "type": "integer",
                        "description": "The total length of the management address subtype and the\n            management address fields in LLDPDUs transmitted by the\n            local LLDP agent.\n            \n            The management address length field is needed so that the\n            receiving systems that do not implement SNMP will not be\n            required to implement an iana family numbers/address length\n            equivalency table in order to decode the management adress.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpLocManAddrIfSubtype": {
                        "type": "string",
                        "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the local system.",
                        "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype"
                      },
                      "lldpLocManAddrIfId": {
                        "type": "integer",
                        "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the local system.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpLocManAddrOID": {
                        "type": "string",
                        "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the local system agent.",
                        "x-yang-type": "yang:object-identifier-128"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpLocManAddrEntry": [
                    {
                      "lldpLocManAddrSubtype": "192.168.1.1",
                      "lldpLocManAddr": "192.168.1.1",
                      "lldpLocManAddrLen": -2147483648,
                      "lldpLocManAddrIfSubtype": "192.168.1.1",
                      "lldpLocManAddrIfId": -2147483648,
                      "lldpLocManAddrOID": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpLocManAddrEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpLocManAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemEntry": {
      "get": {
        "summary": "Get lldpRemEntry list",
        "description": "Retrieve list of lldpRemEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about a particular physical network connection.\n          Entries may be created and deleted in this table by the agent,\n          if a physical topology discovery process is active.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpRemTimeMark": {
                        "type": "string",
                        "description": "A TimeFilter for this entry.  See the TimeFilter textual\n            convention in IETF RFC 2021 and \n            http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt\n            to see how TimeFilter works.",
                        "x-yang-type": "rmon2-mib:TimeFilter"
                      },
                      "lldpRemLocalPortNum": {
                        "type": "string",
                        "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.  The lldpRemLocalPortNum\n            identifies the port on which the remote system information\n            is received.\n            \n            The value of this object is used as a port index to the\n            lldpRemTable.",
                        "x-yang-type": "LLDP-MIB:LldpPortNumber"
                      },
                      "lldpRemIndex": {
                        "type": "integer",
                        "description": "This object represents an arbitrary local integer value used\n            by this agent to identify a particular connection instance,\n            unique only for the indicated remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the lldpRemIndex\n            will wrap between reboots.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpRemChassisIdSubtype": {
                        "type": "string",
                        "description": "The type of encoding used to identify the chassis associated\n            with the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpChassisIdSubtype"
                      },
                      "lldpRemChassisId": {
                        "type": "string",
                        "description": "The string value used to identify the chassis component\n            associated with the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpChassisId"
                      },
                      "lldpRemPortIdSubtype": {
                        "type": "string",
                        "description": "The type of port identifier encoding used in the associated\n            'lldpRemPortId' object.",
                        "x-yang-type": "LLDP-MIB:LldpPortIdSubtype"
                      },
                      "lldpRemPortId": {
                        "type": "string",
                        "description": "The string value used to identify the port component\n            associated with the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpPortId"
                      },
                      "lldpRemPortDesc": {
                        "type": "string",
                        "description": "The string value used to identify the description of\n            the given port associated with the remote system.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "lldpRemSysName": {
                        "type": "string",
                        "description": "The string value used to identify the system name of the\n            remote system.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "lldpRemSysDesc": {
                        "type": "string",
                        "description": "The string value used to identify the system description\n            of the remote system.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "lldpRemSysCapSupported": {
                        "type": "string",
                        "description": "The bitmap value used to identify which system capabilities\n            are supported on the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                      },
                      "lldpRemSysCapEnabled": {
                        "type": "string",
                        "description": "The bitmap value used to identify which system capabilities\n            are enabled on the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemEntry": [
                    {
                      "lldpRemTimeMark": "example-string",
                      "lldpRemLocalPortNum": "example-string",
                      "lldpRemIndex": 1,
                      "lldpRemChassisIdSubtype": "ethernetCsmacd(6)",
                      "lldpRemChassisId": "example-string",
                      "lldpRemPortIdSubtype": "ethernetCsmacd(6)",
                      "lldpRemPortId": "example-string",
                      "lldpRemPortDesc": "example-string",
                      "lldpRemSysName": "interface-1",
                      "lldpRemSysDesc": "example-string",
                      "lldpRemSysCapSupported": "example-string",
                      "lldpRemSysCapEnabled": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemManAddrEntry": {
      "get": {
        "summary": "Get lldpRemManAddrEntry list",
        "description": "Retrieve list of lldpRemManAddrEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "lldpRemManAddrEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpRemTimeMark": {
                        "type": "string",
                        "description": "lldpRemTimeMark",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemLocalPortNum": {
                        "type": "string",
                        "description": "lldpRemLocalPortNum",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemIndex": {
                        "type": "string",
                        "description": "lldpRemIndex",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemManAddrSubtype": {
                        "type": "string",
                        "description": "The type of management address identifier encoding used in\n            the associated 'lldpRemManagmentAddr' object.",
                        "x-yang-type": "iana-address:AddressFamilyNumbers"
                      },
                      "lldpRemManAddr": {
                        "type": "string",
                        "description": "The string value used to identify the management address\n            component associated with the remote system.  The purpose\n            of this address is to contact the management entity.",
                        "x-yang-type": "LLDP-MIB:LldpManAddress"
                      },
                      "lldpRemManAddrIfSubtype": {
                        "type": "string",
                        "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the remote system.",
                        "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype"
                      },
                      "lldpRemManAddrIfId": {
                        "type": "integer",
                        "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the remote system.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpRemManAddrOID": {
                        "type": "string",
                        "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the remote system agent.",
                        "x-yang-type": "yang:object-identifier-128"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemManAddrEntry": [
                    {
                      "lldpRemTimeMark": "example-string",
                      "lldpRemLocalPortNum": "example-string",
                      "lldpRemIndex": "example-string",
                      "lldpRemManAddrSubtype": "192.168.1.1",
                      "lldpRemManAddr": "192.168.1.1",
                      "lldpRemManAddrIfSubtype": "192.168.1.1",
                      "lldpRemManAddrIfId": -2147483648,
                      "lldpRemManAddrOID": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemManAddrEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemManAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemUnknownTLVEntry": {
      "get": {
        "summary": "Get lldpRemUnknownTLVEntry list",
        "description": "Retrieve list of lldpRemUnknownTLVEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about an unrecognized TLV received from a\n          physical network connection.  Entries may be created and\n          deleted in this table by the agent, if a physical topology\n          discovery process is active.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpRemTimeMark": {
                        "type": "string",
                        "description": "lldpRemTimeMark",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemLocalPortNum": {
                        "type": "string",
                        "description": "lldpRemLocalPortNum",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemIndex": {
                        "type": "string",
                        "description": "lldpRemIndex",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemUnknownTLVType": {
                        "type": "integer",
                        "description": "This object represents the value extracted from the type\n            field of the TLV.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpRemUnknownTLVInfo": {
                        "type": "string",
                        "description": "This object represents the value extracted from the value\n            field of the TLV.",
                        "format": "binary"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemUnknownTLVEntry": [
                    {
                      "lldpRemTimeMark": "example-string",
                      "lldpRemLocalPortNum": "example-string",
                      "lldpRemIndex": "example-string",
                      "lldpRemUnknownTLVType": -2147483648,
                      "lldpRemUnknownTLVInfo": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemUnknownTLVEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemUnknownTLVEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpRemOrgDefInfoEntry": {
      "get": {
        "summary": "Get lldpRemOrgDefInfoEntry list",
        "description": "Retrieve list of lldpRemOrgDefInfoEntry entries from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "lldpRemOrgDefInfoEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "lldpRemTimeMark": {
                        "type": "string",
                        "description": "lldpRemTimeMark",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemLocalPortNum": {
                        "type": "string",
                        "description": "lldpRemLocalPortNum",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemIndex": {
                        "type": "string",
                        "description": "lldpRemIndex",
                        "x-yang-type": "leafref"
                      },
                      "lldpRemOrgDefInfoOUI": {
                        "type": "string",
                        "description": "The Organizationally Unique Identifier (OUI), as defined\n            in IEEE std 802-2001, is a 24 bit (three octets) globally\n            unique assigned number referenced by various standards,\n            of the information received from the remote system.",
                        "format": "binary"
                      },
                      "lldpRemOrgDefInfoSubtype": {
                        "type": "integer",
                        "description": "The integer value used to identify the subtype of the\n            organizationally defined information received from the\n            remote system.\n            \n            The subtype value is required to identify different instances\n            of organizationally defined information that could not be\n            retrieved without a unique identifier that indicates the\n            particular type of information contained in the information\n            string.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpRemOrgDefInfoIndex": {
                        "type": "integer",
                        "description": "This object represents an arbitrary local integer value\n            used by this agent to identify a particular unrecognized\n            organizationally defined information instance, unique only\n            for the lldpRemOrgDefInfoOUI and lldpRemOrgDefInfoSubtype\n            from the same remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the\n            lldpRemOrgDefInfoIndex will wrap between reboots.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "lldpRemOrgDefInfo": {
                        "type": "string",
                        "description": "The string value used to identify the organizationally\n            defined information of the remote system.  The encoding for\n            this object should be as defined for SnmpAdminString TC.",
                        "format": "binary"
                      }
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemOrgDefInfoEntry": [
                    {
                      "lldpRemTimeMark": "example-string",
                      "lldpRemLocalPortNum": "example-string",
                      "lldpRemIndex": "example-string",
                      "lldpRemOrgDefInfoOUI": "example-string",
                      "lldpRemOrgDefInfoSubtype": -2147483648,
                      "lldpRemOrgDefInfoIndex": 1,
                      "lldpRemOrgDefInfo": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemOrgDefInfoEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/lldpRemOrgDefInfoEntry",
      "x-restconf-kind": "container"
    },
    "/data/LLDP-MIB:lldpLocManAddrTable/lldpLocManAddrEntry={lldpLocManAddrSubtype},{lldpLocManAddr}": {
      "get": {
        "summary": "Get lldpLocManAddrEntry entry",
        "description": "Retrieve specific lldpLocManAddrEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpLocManAddrSubtype",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpLocManAddr",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpLocManAddrSubtype": {
                      "type": "string",
                      "description": "The type of management address identifier encoding used in\n            the associated 'lldpLocManagmentAddr' object.",
                      "x-yang-type": "iana-address:AddressFamilyNumbers"
                    },
                    "lldpLocManAddr": {
                      "type": "string",
                      "description": "The string value used to identify the management address\n            component associated with the local system.  The purpose of\n            this address is to contact the management entity.",
                      "x-yang-type": "LLDP-MIB:LldpManAddress"
                    },
                    "lldpLocManAddrLen": {
                      "type": "integer",
                      "description": "The total length of the management address subtype and the\n            management address fields in LLDPDUs transmitted by the\n            local LLDP agent.\n            \n            The management address length field is needed so that the\n            receiving systems that do not implement SNMP will not be\n            required to implement an iana family numbers/address length\n            equivalency table in order to decode the management adress.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpLocManAddrIfSubtype": {
                      "type": "string",
                      "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the local system.",
                      "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype"
                    },
                    "lldpLocManAddrIfId": {
                      "type": "integer",
                      "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the local system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpLocManAddrOID": {
                      "type": "string",
                      "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the local system agent.",
                      "x-yang-type": "yang:object-identifier-128"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpLocManAddrEntry": {
                    "lldpLocManAddrSubtype": "192.168.1.1",
                    "lldpLocManAddr": "192.168.1.1",
                    "lldpLocManAddrLen": -2147483648,
                    "lldpLocManAddrIfSubtype": "192.168.1.1",
                    "lldpLocManAddrIfId": -2147483648,
                    "lldpLocManAddrOID": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpLocManAddrEntry-2"
      },
      "x-yang-path": "/lldpLocManAddrTable/lldpLocManAddrEntry={lldpLocManAddrSubtype lldpLocManAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpLocManAddrSubtype lldpLocManAddr"
      ]
    },
    "/data/LLDP-MIB:lldpRemTable/lldpRemEntry={lldpRemTimeMark},{lldpRemLocalPortNum},{lldpRemIndex}": {
      "get": {
        "summary": "Get lldpRemEntry entry",
        "description": "Retrieve specific lldpRemEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpRemTimeMark",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemLocalPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "A TimeFilter for this entry.  See the TimeFilter textual\n            convention in IETF RFC 2021 and \n            http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt\n            to see how TimeFilter works.",
                      "x-yang-type": "rmon2-mib:TimeFilter"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.  The lldpRemLocalPortNum\n            identifies the port on which the remote system information\n            is received.\n            \n            The value of this object is used as a port index to the\n            lldpRemTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber"
                    },
                    "lldpRemIndex": {
                      "type": "integer",
                      "description": "This object represents an arbitrary local integer value used\n            by this agent to identify a particular connection instance,\n            unique only for the indicated remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the lldpRemIndex\n            will wrap between reboots.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpRemChassisIdSubtype": {
                      "type": "string",
                      "description": "The type of encoding used to identify the chassis associated\n            with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpChassisIdSubtype"
                    },
                    "lldpRemChassisId": {
                      "type": "string",
                      "description": "The string value used to identify the chassis component\n            associated with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpChassisId"
                    },
                    "lldpRemPortIdSubtype": {
                      "type": "string",
                      "description": "The type of port identifier encoding used in the associated\n            'lldpRemPortId' object.",
                      "x-yang-type": "LLDP-MIB:LldpPortIdSubtype"
                    },
                    "lldpRemPortId": {
                      "type": "string",
                      "description": "The string value used to identify the port component\n            associated with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpPortId"
                    },
                    "lldpRemPortDesc": {
                      "type": "string",
                      "description": "The string value used to identify the description of\n            the given port associated with the remote system.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "lldpRemSysName": {
                      "type": "string",
                      "description": "The string value used to identify the system name of the\n            remote system.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "lldpRemSysDesc": {
                      "type": "string",
                      "description": "The string value used to identify the system description\n            of the remote system.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "lldpRemSysCapSupported": {
                      "type": "string",
                      "description": "The bitmap value used to identify which system capabilities\n            are supported on the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                    },
                    "lldpRemSysCapEnabled": {
                      "type": "string",
                      "description": "The bitmap value used to identify which system capabilities\n            are enabled on the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemEntry": {
                    "lldpRemTimeMark": "example-string",
                    "lldpRemLocalPortNum": "example-string",
                    "lldpRemIndex": 1,
                    "lldpRemChassisIdSubtype": "ethernetCsmacd(6)",
                    "lldpRemChassisId": "example-string",
                    "lldpRemPortIdSubtype": "ethernetCsmacd(6)",
                    "lldpRemPortId": "example-string",
                    "lldpRemPortDesc": "example-string",
                    "lldpRemSysName": "interface-1",
                    "lldpRemSysDesc": "example-string",
                    "lldpRemSysCapSupported": "example-string",
                    "lldpRemSysCapEnabled": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemEntry-2"
      },
      "x-yang-path": "/lldpRemTable/lldpRemEntry={lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex"
      ]
    },
    "/data/LLDP-MIB:lldpRemManAddrTable/lldpRemManAddrEntry={lldpRemTimeMark},{lldpRemLocalPortNum},{lldpRemIndex},{lldpRemManAddrSubtype},{lldpRemManAddr}": {
      "get": {
        "summary": "Get lldpRemManAddrEntry entry",
        "description": "Retrieve specific lldpRemManAddrEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpRemTimeMark",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemLocalPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemManAddrSubtype",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemManAddr",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "lldpRemTimeMark",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "lldpRemLocalPortNum",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "description": "lldpRemIndex",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemManAddrSubtype": {
                      "type": "string",
                      "description": "The type of management address identifier encoding used in\n            the associated 'lldpRemManagmentAddr' object.",
                      "x-yang-type": "iana-address:AddressFamilyNumbers"
                    },
                    "lldpRemManAddr": {
                      "type": "string",
                      "description": "The string value used to identify the management address\n            component associated with the remote system.  The purpose\n            of this address is to contact the management entity.",
                      "x-yang-type": "LLDP-MIB:LldpManAddress"
                    },
                    "lldpRemManAddrIfSubtype": {
                      "type": "string",
                      "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype"
                    },
                    "lldpRemManAddrIfId": {
                      "type": "integer",
                      "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the remote system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpRemManAddrOID": {
                      "type": "string",
                      "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the remote system agent.",
                      "x-yang-type": "yang:object-identifier-128"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemManAddrEntry": {
                    "lldpRemTimeMark": "example-string",
                    "lldpRemLocalPortNum": "example-string",
                    "lldpRemIndex": "example-string",
                    "lldpRemManAddrSubtype": "192.168.1.1",
                    "lldpRemManAddr": "192.168.1.1",
                    "lldpRemManAddrIfSubtype": "192.168.1.1",
                    "lldpRemManAddrIfId": -2147483648,
                    "lldpRemManAddrOID": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemManAddrEntry-2"
      },
      "x-yang-path": "/lldpRemManAddrTable/lldpRemManAddrEntry={lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemManAddrSubtype lldpRemManAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemManAddrSubtype lldpRemManAddr"
      ]
    },
    "/data/LLDP-MIB:lldpRemUnknownTLVTable/lldpRemUnknownTLVEntry={lldpRemTimeMark},{lldpRemLocalPortNum},{lldpRemIndex},{lldpRemUnknownTLVType}": {
      "get": {
        "summary": "Get lldpRemUnknownTLVEntry entry",
        "description": "Retrieve specific lldpRemUnknownTLVEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpRemTimeMark",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemLocalPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemUnknownTLVType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "lldpRemTimeMark",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "lldpRemLocalPortNum",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "description": "lldpRemIndex",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemUnknownTLVType": {
                      "type": "integer",
                      "description": "This object represents the value extracted from the type\n            field of the TLV.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpRemUnknownTLVInfo": {
                      "type": "string",
                      "description": "This object represents the value extracted from the value\n            field of the TLV.",
                      "format": "binary"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemUnknownTLVEntry": {
                    "lldpRemTimeMark": "example-string",
                    "lldpRemLocalPortNum": "example-string",
                    "lldpRemIndex": "example-string",
                    "lldpRemUnknownTLVType": -2147483648,
                    "lldpRemUnknownTLVInfo": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemUnknownTLVEntry-2"
      },
      "x-yang-path": "/lldpRemUnknownTLVTable/lldpRemUnknownTLVEntry={lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemUnknownTLVType}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemUnknownTLVType"
      ]
    },
    "/data/LLDP-MIB:lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry={lldpRemTimeMark},{lldpRemLocalPortNum},{lldpRemIndex},{lldpRemOrgDefInfoOUI},{lldpRemOrgDefInfoSubtype},{lldpRemOrgDefInfoIndex}": {
      "get": {
        "summary": "Get lldpRemOrgDefInfoEntry entry",
        "description": "Retrieve specific lldpRemOrgDefInfoEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpRemTimeMark",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemLocalPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemOrgDefInfoOUI",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemOrgDefInfoSubtype",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemOrgDefInfoIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "lldpRemTimeMark",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "lldpRemLocalPortNum",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "description": "lldpRemIndex",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemOrgDefInfoOUI": {
                      "type": "string",
                      "description": "The Organizationally Unique Identifier (OUI), as defined\n            in IEEE std 802-2001, is a 24 bit (three octets) globally\n            unique assigned number referenced by various standards,\n            of the information received from the remote system.",
                      "format": "binary"
                    },
                    "lldpRemOrgDefInfoSubtype": {
                      "type": "integer",
                      "description": "The integer value used to identify the subtype of the\n            organizationally defined information received from the\n            remote system.\n            \n            The subtype value is required to identify different instances\n            of organizationally defined information that could not be\n            retrieved without a unique identifier that indicates the\n            particular type of information contained in the information\n            string.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpRemOrgDefInfoIndex": {
                      "type": "integer",
                      "description": "This object represents an arbitrary local integer value\n            used by this agent to identify a particular unrecognized\n            organizationally defined information instance, unique only\n            for the lldpRemOrgDefInfoOUI and lldpRemOrgDefInfoSubtype\n            from the same remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the\n            lldpRemOrgDefInfoIndex will wrap between reboots.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpRemOrgDefInfo": {
                      "type": "string",
                      "description": "The string value used to identify the organizationally\n            defined information of the remote system.  The encoding for\n            this object should be as defined for SnmpAdminString TC.",
                      "format": "binary"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemOrgDefInfoEntry": {
                    "lldpRemTimeMark": "example-string",
                    "lldpRemLocalPortNum": "example-string",
                    "lldpRemIndex": "example-string",
                    "lldpRemOrgDefInfoOUI": "example-string",
                    "lldpRemOrgDefInfoSubtype": -2147483648,
                    "lldpRemOrgDefInfoIndex": 1,
                    "lldpRemOrgDefInfo": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemOrgDefInfoEntry-2"
      },
      "x-yang-path": "/lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry={lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemOrgDefInfoOUI lldpRemOrgDefInfoSubtype lldpRemOrgDefInfoIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemOrgDefInfoOUI lldpRemOrgDefInfoSubtype lldpRemOrgDefInfoIndex"
      ]
    },
    "/data/LLDP-MIB:lldpLocManAddrEntry={lldpLocManAddrSubtype},{lldpLocManAddr}": {
      "get": {
        "summary": "Get lldpLocManAddrEntry entry",
        "description": "Retrieve specific lldpLocManAddrEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpLocManAddrSubtype",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpLocManAddr",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpLocManAddrSubtype": {
                      "type": "string",
                      "description": "The type of management address identifier encoding used in\n            the associated 'lldpLocManagmentAddr' object.",
                      "x-yang-type": "iana-address:AddressFamilyNumbers"
                    },
                    "lldpLocManAddr": {
                      "type": "string",
                      "description": "The string value used to identify the management address\n            component associated with the local system.  The purpose of\n            this address is to contact the management entity.",
                      "x-yang-type": "LLDP-MIB:LldpManAddress"
                    },
                    "lldpLocManAddrLen": {
                      "type": "integer",
                      "description": "The total length of the management address subtype and the\n            management address fields in LLDPDUs transmitted by the\n            local LLDP agent.\n            \n            The management address length field is needed so that the\n            receiving systems that do not implement SNMP will not be\n            required to implement an iana family numbers/address length\n            equivalency table in order to decode the management adress.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpLocManAddrIfSubtype": {
                      "type": "string",
                      "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the local system.",
                      "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype"
                    },
                    "lldpLocManAddrIfId": {
                      "type": "integer",
                      "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the local system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpLocManAddrOID": {
                      "type": "string",
                      "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the local system agent.",
                      "x-yang-type": "yang:object-identifier-128"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpLocManAddrEntry": {
                    "lldpLocManAddrSubtype": "192.168.1.1",
                    "lldpLocManAddr": "192.168.1.1",
                    "lldpLocManAddrLen": -2147483648,
                    "lldpLocManAddrIfSubtype": "192.168.1.1",
                    "lldpLocManAddrIfId": -2147483648,
                    "lldpLocManAddrOID": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpLocManAddrEntry-4"
      },
      "x-yang-path": "/lldpLocManAddrEntry={lldpLocManAddrSubtype lldpLocManAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpLocManAddrSubtype lldpLocManAddr"
      ]
    },
    "/data/LLDP-MIB:lldpRemEntry={lldpRemTimeMark},{lldpRemLocalPortNum},{lldpRemIndex}": {
      "get": {
        "summary": "Get lldpRemEntry entry",
        "description": "Retrieve specific lldpRemEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpRemTimeMark",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemLocalPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "A TimeFilter for this entry.  See the TimeFilter textual\n            convention in IETF RFC 2021 and \n            http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt\n            to see how TimeFilter works.",
                      "x-yang-type": "rmon2-mib:TimeFilter"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.  The lldpRemLocalPortNum\n            identifies the port on which the remote system information\n            is received.\n            \n            The value of this object is used as a port index to the\n            lldpRemTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber"
                    },
                    "lldpRemIndex": {
                      "type": "integer",
                      "description": "This object represents an arbitrary local integer value used\n            by this agent to identify a particular connection instance,\n            unique only for the indicated remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the lldpRemIndex\n            will wrap between reboots.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpRemChassisIdSubtype": {
                      "type": "string",
                      "description": "The type of encoding used to identify the chassis associated\n            with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpChassisIdSubtype"
                    },
                    "lldpRemChassisId": {
                      "type": "string",
                      "description": "The string value used to identify the chassis component\n            associated with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpChassisId"
                    },
                    "lldpRemPortIdSubtype": {
                      "type": "string",
                      "description": "The type of port identifier encoding used in the associated\n            'lldpRemPortId' object.",
                      "x-yang-type": "LLDP-MIB:LldpPortIdSubtype"
                    },
                    "lldpRemPortId": {
                      "type": "string",
                      "description": "The string value used to identify the port component\n            associated with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpPortId"
                    },
                    "lldpRemPortDesc": {
                      "type": "string",
                      "description": "The string value used to identify the description of\n            the given port associated with the remote system.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "lldpRemSysName": {
                      "type": "string",
                      "description": "The string value used to identify the system name of the\n            remote system.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "lldpRemSysDesc": {
                      "type": "string",
                      "description": "The string value used to identify the system description\n            of the remote system.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "lldpRemSysCapSupported": {
                      "type": "string",
                      "description": "The bitmap value used to identify which system capabilities\n            are supported on the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                    },
                    "lldpRemSysCapEnabled": {
                      "type": "string",
                      "description": "The bitmap value used to identify which system capabilities\n            are enabled on the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemEntry": {
                    "lldpRemTimeMark": "example-string",
                    "lldpRemLocalPortNum": "example-string",
                    "lldpRemIndex": 1,
                    "lldpRemChassisIdSubtype": "ethernetCsmacd(6)",
                    "lldpRemChassisId": "example-string",
                    "lldpRemPortIdSubtype": "ethernetCsmacd(6)",
                    "lldpRemPortId": "example-string",
                    "lldpRemPortDesc": "example-string",
                    "lldpRemSysName": "interface-1",
                    "lldpRemSysDesc": "example-string",
                    "lldpRemSysCapSupported": "example-string",
                    "lldpRemSysCapEnabled": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemEntry-4"
      },
      "x-yang-path": "/lldpRemEntry={lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex"
      ]
    },
    "/data/LLDP-MIB:lldpRemManAddrEntry={lldpRemTimeMark},{lldpRemLocalPortNum},{lldpRemIndex},{lldpRemManAddrSubtype},{lldpRemManAddr}": {
      "get": {
        "summary": "Get lldpRemManAddrEntry entry",
        "description": "Retrieve specific lldpRemManAddrEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpRemTimeMark",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemLocalPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemManAddrSubtype",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemManAddr",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "lldpRemTimeMark",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "lldpRemLocalPortNum",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "description": "lldpRemIndex",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemManAddrSubtype": {
                      "type": "string",
                      "description": "The type of management address identifier encoding used in\n            the associated 'lldpRemManagmentAddr' object.",
                      "x-yang-type": "iana-address:AddressFamilyNumbers"
                    },
                    "lldpRemManAddr": {
                      "type": "string",
                      "description": "The string value used to identify the management address\n            component associated with the remote system.  The purpose\n            of this address is to contact the management entity.",
                      "x-yang-type": "LLDP-MIB:LldpManAddress"
                    },
                    "lldpRemManAddrIfSubtype": {
                      "type": "string",
                      "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype"
                    },
                    "lldpRemManAddrIfId": {
                      "type": "integer",
                      "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the remote system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpRemManAddrOID": {
                      "type": "string",
                      "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the remote system agent.",
                      "x-yang-type": "yang:object-identifier-128"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemManAddrEntry": {
                    "lldpRemTimeMark": "example-string",
                    "lldpRemLocalPortNum": "example-string",
                    "lldpRemIndex": "example-string",
                    "lldpRemManAddrSubtype": "192.168.1.1",
                    "lldpRemManAddr": "192.168.1.1",
                    "lldpRemManAddrIfSubtype": "192.168.1.1",
                    "lldpRemManAddrIfId": -2147483648,
                    "lldpRemManAddrOID": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemManAddrEntry-4"
      },
      "x-yang-path": "/lldpRemManAddrEntry={lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemManAddrSubtype lldpRemManAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemManAddrSubtype lldpRemManAddr"
      ]
    },
    "/data/LLDP-MIB:lldpRemUnknownTLVEntry={lldpRemTimeMark},{lldpRemLocalPortNum},{lldpRemIndex},{lldpRemUnknownTLVType}": {
      "get": {
        "summary": "Get lldpRemUnknownTLVEntry entry",
        "description": "Retrieve specific lldpRemUnknownTLVEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpRemTimeMark",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemLocalPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemUnknownTLVType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "lldpRemTimeMark",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "lldpRemLocalPortNum",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "description": "lldpRemIndex",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemUnknownTLVType": {
                      "type": "integer",
                      "description": "This object represents the value extracted from the type\n            field of the TLV.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpRemUnknownTLVInfo": {
                      "type": "string",
                      "description": "This object represents the value extracted from the value\n            field of the TLV.",
                      "format": "binary"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemUnknownTLVEntry": {
                    "lldpRemTimeMark": "example-string",
                    "lldpRemLocalPortNum": "example-string",
                    "lldpRemIndex": "example-string",
                    "lldpRemUnknownTLVType": -2147483648,
                    "lldpRemUnknownTLVInfo": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemUnknownTLVEntry-4"
      },
      "x-yang-path": "/lldpRemUnknownTLVEntry={lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemUnknownTLVType}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemUnknownTLVType"
      ]
    },
    "/data/LLDP-MIB:lldpRemOrgDefInfoEntry={lldpRemTimeMark},{lldpRemLocalPortNum},{lldpRemIndex},{lldpRemOrgDefInfoOUI},{lldpRemOrgDefInfoSubtype},{lldpRemOrgDefInfoIndex}": {
      "get": {
        "summary": "Get lldpRemOrgDefInfoEntry entry",
        "description": "Retrieve specific lldpRemOrgDefInfoEntry entry by key from MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "name": "lldpRemTimeMark",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemLocalPortNum",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemOrgDefInfoOUI",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemOrgDefInfoSubtype",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lldpRemOrgDefInfoIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "lldpRemTimeMark",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "lldpRemLocalPortNum",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "description": "lldpRemIndex",
                      "x-yang-type": "leafref"
                    },
                    "lldpRemOrgDefInfoOUI": {
                      "type": "string",
                      "description": "The Organizationally Unique Identifier (OUI), as defined\n            in IEEE std 802-2001, is a 24 bit (three octets) globally\n            unique assigned number referenced by various standards,\n            of the information received from the remote system.",
                      "format": "binary"
                    },
                    "lldpRemOrgDefInfoSubtype": {
                      "type": "integer",
                      "description": "The integer value used to identify the subtype of the\n            organizationally defined information received from the\n            remote system.\n            \n            The subtype value is required to identify different instances\n            of organizationally defined information that could not be\n            retrieved without a unique identifier that indicates the\n            particular type of information contained in the information\n            string.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpRemOrgDefInfoIndex": {
                      "type": "integer",
                      "description": "This object represents an arbitrary local integer value\n            used by this agent to identify a particular unrecognized\n            organizationally defined information instance, unique only\n            for the lldpRemOrgDefInfoOUI and lldpRemOrgDefInfoSubtype\n            from the same remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the\n            lldpRemOrgDefInfoIndex will wrap between reboots.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "lldpRemOrgDefInfo": {
                      "type": "string",
                      "description": "The string value used to identify the organizationally\n            defined information of the remote system.  The encoding for\n            this object should be as defined for SnmpAdminString TC.",
                      "format": "binary"
                    }
                  }
                },
                "example": {
                  "LLDP-MIB:lldpRemOrgDefInfoEntry": {
                    "lldpRemTimeMark": "example-string",
                    "lldpRemLocalPortNum": "example-string",
                    "lldpRemIndex": "example-string",
                    "lldpRemOrgDefInfoOUI": "example-string",
                    "lldpRemOrgDefInfoSubtype": -2147483648,
                    "lldpRemOrgDefInfoIndex": 1,
                    "lldpRemOrgDefInfo": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-lldpRemOrgDefInfoEntry-4"
      },
      "x-yang-path": "/lldpRemOrgDefInfoEntry={lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemOrgDefInfoOUI lldpRemOrgDefInfoSubtype lldpRemOrgDefInfoIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex lldpRemOrgDefInfoOUI lldpRemOrgDefInfoSubtype lldpRemOrgDefInfoIndex"
      ]
    }
  },
  "components": {
    "schemas": {
      "LLDP-MIB_LLDP-MIB": {
        "type": "object",
        "description": "LLDP-MIB",
        "properties": {
          "lldpPortConfigEntry": {
            "type": "array",
            "description": "LLDP configuration information for a particular port.\n          This configuration parameter controls the transmission and\n          the reception of LLDP frames on those ports whose rows are\n          created in this table.",
            "items": {
              "type": "object",
              "properties": {
                "lldpPortConfigPortNum": {
                  "type": "string",
                  "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpPortConfigTable.",
                  "x-yang-type": "LLDP-MIB:LldpPortNumber",
                  "readOnly": true
                },
                "lldpPortConfigAdminStatus": {
                  "type": "string",
                  "description": "The administratively desired status of the local LLDP agent.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txOnly(1)', then LLDP agent will transmit LLDP\n            frames on this port and it will not store any information\n            about the remote systems connected.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'rxOnly(2)', then the LLDP agent will receive,\n            but it will not transmit LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txAndRx(3)', then the LLDP agent will transmit\n            and receive LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'disabled(4)', then LLDP agent will not transmit or\n            receive LLDP frames on this port.  If there is remote systems\n            information which is received on this port and stored in\n            other tables, before the port's lldpPortConfigAdminStatus\n            becomes disabled, then the information will naturally age out.",
                  "readOnly": true
                },
                "lldpPortConfigNotificationEnable": {
                  "type": "boolean",
                  "description": "The lldpPortConfigNotificationEnable controls, on a per\n            port basis,  whether or not notifications from the agent\n            are enabled. The value true(1) means that notifications are\n            enabled; the value false(2) means that they are not.",
                  "readOnly": true
                },
                "lldpPortConfigTLVsTxEnable": {
                  "type": "string",
                  "description": "The lldpPortConfigTLVsTxEnable, defined as a bitmap,\n            includes the basic set of LLDP TLVs whose transmission is\n            allowed on the local LLDP agent by the network management.\n            Each bit in the bitmap corresponds to a TLV type associated\n            with a specific optional TLV.\n            \n            It should be noted that the organizationally-specific TLVs\n            are excluded from the lldpTLVsTxEnable bitmap.\n            \n            LLDP Organization Specific Information Extension MIBs should\n            have similar configuration object to control transmission\n            of their organizationally defined TLVs.\n            \n            The bit 'portDesc(0)' indicates that LLDP agent should\n            transmit 'Port Description TLV'.\n            \n            The bit 'sysName(1)' indicates that LLDP agent should transmit\n            'System Name TLV'.\n            \n            The bit 'sysDesc(2)' indicates that LLDP agent should transmit\n            'System Description TLV'.\n            \n            The bit 'sysCap(3)' indicates that LLDP agent should transmit\n            'System Capabilities TLV'.\n            \n            There is no bit reserved for the management address TLV type\n            since transmission of management address TLVs are controlled\n            by another object, lldpConfigManAddrTable.\n            \n            The default value for lldpPortConfigTLVsTxEnable object is\n            empty set, which means no enumerated values are set.\n            \n            The value of this object must be restored from non-volatile\n            storage after a re-initialization of the management system.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "lldpStatsTxPortEntry": {
            "type": "array",
            "description": "lldpStatsTxPortEntry",
            "items": {
              "type": "object",
              "properties": {
                "lldpStatsTxPortNum": {
                  "type": "string",
                  "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                  "x-yang-type": "LLDP-MIB:LldpPortNumber",
                  "readOnly": true
                },
                "lldpStatsTxPortFramesTotal": {
                  "type": "integer",
                  "description": "The number of LLDP frames transmitted by this LLDP agent\n            on the indicated port.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "lldpStatsRxPortEntry": {
            "type": "array",
            "description": "lldpStatsRxPortEntry",
            "items": {
              "type": "object",
              "properties": {
                "lldpStatsRxPortNum": {
                  "type": "string",
                  "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                  "x-yang-type": "LLDP-MIB:LldpPortNumber",
                  "readOnly": true
                },
                "lldpStatsRxPortFramesDiscardedTotal": {
                  "type": "integer",
                  "description": "The number of LLDP frames received by this LLDP agent on\n            the indicated port, and then discarded for any reason.\n            This counter can provide an indication that LLDP header\n            formating problems may exist with the local LLDP agent in\n            the sending system or that LLDPDU validation problems may\n            exist with the local LLDP agent in the receiving system.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "lldpStatsRxPortFramesErrors": {
                  "type": "integer",
                  "description": "The number of invalid LLDP frames received by this LLDP\n            agent on the indicated port, while this LLDP agent is enabled.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "lldpStatsRxPortFramesTotal": {
                  "type": "integer",
                  "description": "The number of valid LLDP frames received by this LLDP agent\n            on the indicated port, while this LLDP agent is enabled.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "lldpStatsRxPortTLVsDiscardedTotal": {
                  "type": "integer",
                  "description": "The number of LLDP TLVs discarded for any reason by this LLDP\n            agent on the indicated port.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "lldpStatsRxPortTLVsUnrecognizedTotal": {
                  "type": "integer",
                  "description": "The number of LLDP TLVs received on the given port that\n            are not recognized by this LLDP agent on the indicated port.\n            \n            An unrecognized TLV is referred to as the TLV whose type value\n            is in the range of reserved TLV types (000 1001 - 111 1110)\n            in Table 9.1 of IEEE Std 802.1AB-2005.  An unrecognized\n            TLV may be a basic management TLV from a later LLDP version.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "lldpStatsRxPortAgeoutsTotal": {
                  "type": "string",
                  "description": "The counter that represents the number of age-outs that\n            occurred on a given port.  An age-out is the number of\n            times the complete set of information advertised by a\n            particular MSAP has been deleted from tables contained in\n            lldpRemoteSystemsData and lldpExtensions objects because\n            the information timeliness interval has expired.\n            \n            This counter is similar to lldpStatsRemTablesAgeouts, except\n            that the counter is on a per port basis.  This enables NMS to\n            poll tables associated with the lldpRemoteSystemsData objects\n            and all LLDP extension objects associated with remote systems\n            on the indicated port only.\n            \n            This counter should be set to zero during agent initialization\n            and its value should not be saved in non-volatile storage.\n            When a port's admin status changes from 'disabled' to\n            'rxOnly', 'txOnly' or 'txAndRx', the counter associated with\n            the same port should reset to 0.  The agent should also flush\n            all remote system information associated with the same port.\n            \n            This counter should be incremented only once when the\n            complete set of information is invalidated (aged out) from\n            all related tables on a particular port.  Partial aging\n            is not allowed, and thus, should not change the value of\n            this counter.",
                  "x-yang-type": "yang:zero-based-counter32",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "lldpLocPortEntry": {
            "type": "array",
            "description": "Information about a particular port component.\n          \n          Entries may be created and deleted in this table by the\n          agent.",
            "items": {
              "type": "object",
              "properties": {
                "lldpLocPortNum": {
                  "type": "string",
                  "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpLocPortTable.",
                  "x-yang-type": "LLDP-MIB:LldpPortNumber",
                  "readOnly": true
                },
                "lldpLocPortIdSubtype": {
                  "type": "string",
                  "description": "The type of port identifier encoding used in the associated\n            'lldpLocPortId' object.",
                  "x-yang-type": "LLDP-MIB:LldpPortIdSubtype",
                  "readOnly": true
                },
                "lldpLocPortId": {
                  "type": "string",
                  "description": "The string value used to identify the port component\n            associated with a given port in the local system.",
                  "x-yang-type": "LLDP-MIB:LldpPortId",
                  "readOnly": true
                },
                "lldpLocPortDesc": {
                  "type": "string",
                  "description": "The string value used to identify the 802 LAN station's port\n            description associated with the local system.  If the local\n            agent supports IETF RFC 2863, lldpLocPortDesc object should\n            have the same value of ifDescr object.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "lldpLocManAddrEntry": {
            "type": "array",
            "description": "lldpLocManAddrEntry",
            "items": {
              "type": "object",
              "properties": {
                "lldpLocManAddrSubtype": {
                  "type": "string",
                  "description": "The type of management address identifier encoding used in\n            the associated 'lldpLocManagmentAddr' object.",
                  "x-yang-type": "iana-address:AddressFamilyNumbers",
                  "readOnly": true
                },
                "lldpLocManAddr": {
                  "type": "string",
                  "description": "The string value used to identify the management address\n            component associated with the local system.  The purpose of\n            this address is to contact the management entity.",
                  "x-yang-type": "LLDP-MIB:LldpManAddress",
                  "readOnly": true
                },
                "lldpLocManAddrLen": {
                  "type": "integer",
                  "description": "The total length of the management address subtype and the\n            management address fields in LLDPDUs transmitted by the\n            local LLDP agent.\n            \n            The management address length field is needed so that the\n            receiving systems that do not implement SNMP will not be\n            required to implement an iana family numbers/address length\n            equivalency table in order to decode the management adress.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "lldpLocManAddrIfSubtype": {
                  "type": "string",
                  "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the local system.",
                  "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype",
                  "readOnly": true
                },
                "lldpLocManAddrIfId": {
                  "type": "integer",
                  "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the local system.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "lldpLocManAddrOID": {
                  "type": "string",
                  "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the local system agent.",
                  "x-yang-type": "yang:object-identifier-128",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "lldpRemEntry": {
            "type": "array",
            "description": "Information about a particular physical network connection.\n          Entries may be created and deleted in this table by the agent,\n          if a physical topology discovery process is active.",
            "items": {
              "type": "object",
              "properties": {
                "lldpRemTimeMark": {
                  "type": "string",
                  "description": "A TimeFilter for this entry.  See the TimeFilter textual\n            convention in IETF RFC 2021 and \n            http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt\n            to see how TimeFilter works.",
                  "x-yang-type": "rmon2-mib:TimeFilter",
                  "readOnly": true
                },
                "lldpRemLocalPortNum": {
                  "type": "string",
                  "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.  The lldpRemLocalPortNum\n            identifies the port on which the remote system information\n            is received.\n            \n            The value of this object is used as a port index to the\n            lldpRemTable.",
                  "x-yang-type": "LLDP-MIB:LldpPortNumber",
                  "readOnly": true
                },
                "lldpRemIndex": {
                  "type": "integer",
                  "description": "This object represents an arbitrary local integer value used\n            by this agent to identify a particular connection instance,\n            unique only for the indicated remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the lldpRemIndex\n            will wrap between reboots.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "lldpRemChassisIdSubtype": {
                  "type": "string",
                  "description": "The type of encoding used to identify the chassis associated\n            with the remote system.",
                  "x-yang-type": "LLDP-MIB:LldpChassisIdSubtype",
                  "readOnly": true
                },
                "lldpRemChassisId": {
                  "type": "string",
                  "description": "The string value used to identify the chassis component\n            associated with the remote system.",
                  "x-yang-type": "LLDP-MIB:LldpChassisId",
                  "readOnly": true
                },
                "lldpRemPortIdSubtype": {
                  "type": "string",
                  "description": "The type of port identifier encoding used in the associated\n            'lldpRemPortId' object.",
                  "x-yang-type": "LLDP-MIB:LldpPortIdSubtype",
                  "readOnly": true
                },
                "lldpRemPortId": {
                  "type": "string",
                  "description": "The string value used to identify the port component\n            associated with the remote system.",
                  "x-yang-type": "LLDP-MIB:LldpPortId",
                  "readOnly": true
                },
                "lldpRemPortDesc": {
                  "type": "string",
                  "description": "The string value used to identify the description of\n            the given port associated with the remote system.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "lldpRemSysName": {
                  "type": "string",
                  "description": "The string value used to identify the system name of the\n            remote system.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "lldpRemSysDesc": {
                  "type": "string",
                  "description": "The string value used to identify the system description\n            of the remote system.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "lldpRemSysCapSupported": {
                  "type": "string",
                  "description": "The bitmap value used to identify which system capabilities\n            are supported on the remote system.",
                  "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap",
                  "readOnly": true
                },
                "lldpRemSysCapEnabled": {
                  "type": "string",
                  "description": "The bitmap value used to identify which system capabilities\n            are enabled on the remote system.",
                  "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "lldpRemManAddrEntry": {
            "type": "array",
            "description": "lldpRemManAddrEntry",
            "items": {
              "type": "object",
              "properties": {
                "lldpRemTimeMark": {
                  "type": "string",
                  "description": "lldpRemTimeMark",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "lldpRemLocalPortNum": {
                  "type": "string",
                  "description": "lldpRemLocalPortNum",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "lldpRemIndex": {
                  "type": "string",
                  "description": "lldpRemIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "lldpRemManAddrSubtype": {
                  "type": "string",
                  "description": "The type of management address identifier encoding used in\n            the associated 'lldpRemManagmentAddr' object.",
                  "x-yang-type": "iana-address:AddressFamilyNumbers",
                  "readOnly": true
                },
                "lldpRemManAddr": {
                  "type": "string",
                  "description": "The string value used to identify the management address\n            component associated with the remote system.  The purpose\n            of this address is to contact the management entity.",
                  "x-yang-type": "LLDP-MIB:LldpManAddress",
                  "readOnly": true
                },
                "lldpRemManAddrIfSubtype": {
                  "type": "string",
                  "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the remote system.",
                  "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype",
                  "readOnly": true
                },
                "lldpRemManAddrIfId": {
                  "type": "integer",
                  "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the remote system.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "lldpRemManAddrOID": {
                  "type": "string",
                  "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the remote system agent.",
                  "x-yang-type": "yang:object-identifier-128",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "lldpRemUnknownTLVEntry": {
            "type": "array",
            "description": "Information about an unrecognized TLV received from a\n          physical network connection.  Entries may be created and\n          deleted in this table by the agent, if a physical topology\n          discovery process is active.",
            "items": {
              "type": "object",
              "properties": {
                "lldpRemTimeMark": {
                  "type": "string",
                  "description": "lldpRemTimeMark",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "lldpRemLocalPortNum": {
                  "type": "string",
                  "description": "lldpRemLocalPortNum",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "lldpRemIndex": {
                  "type": "string",
                  "description": "lldpRemIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "lldpRemUnknownTLVType": {
                  "type": "integer",
                  "description": "This object represents the value extracted from the type\n            field of the TLV.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "lldpRemUnknownTLVInfo": {
                  "type": "string",
                  "description": "This object represents the value extracted from the value\n            field of the TLV.",
                  "format": "binary",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "lldpRemOrgDefInfoEntry": {
            "type": "array",
            "description": "lldpRemOrgDefInfoEntry",
            "items": {
              "type": "object",
              "properties": {
                "lldpRemTimeMark": {
                  "type": "string",
                  "description": "lldpRemTimeMark",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "lldpRemLocalPortNum": {
                  "type": "string",
                  "description": "lldpRemLocalPortNum",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "lldpRemIndex": {
                  "type": "string",
                  "description": "lldpRemIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "lldpRemOrgDefInfoOUI": {
                  "type": "string",
                  "description": "The Organizationally Unique Identifier (OUI), as defined\n            in IEEE std 802-2001, is a 24 bit (three octets) globally\n            unique assigned number referenced by various standards,\n            of the information received from the remote system.",
                  "format": "binary",
                  "readOnly": true
                },
                "lldpRemOrgDefInfoSubtype": {
                  "type": "integer",
                  "description": "The integer value used to identify the subtype of the\n            organizationally defined information received from the\n            remote system.\n            \n            The subtype value is required to identify different instances\n            of organizationally defined information that could not be\n            retrieved without a unique identifier that indicates the\n            particular type of information contained in the information\n            string.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "lldpRemOrgDefInfoIndex": {
                  "type": "integer",
                  "description": "This object represents an arbitrary local integer value\n            used by this agent to identify a particular unrecognized\n            organizationally defined information instance, unique only\n            for the lldpRemOrgDefInfoOUI and lldpRemOrgDefInfoSubtype\n            from the same remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the\n            lldpRemOrgDefInfoIndex will wrap between reboots.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "lldpRemOrgDefInfo": {
                  "type": "string",
                  "description": "The string value used to identify the organizationally\n            defined information of the remote system.  The encoding for\n            this object should be as defined for SnmpAdminString TC.",
                  "format": "binary",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "lldpConfiguration": {
            "type": "object",
            "description": "lldpConfiguration",
            "properties": {
              "lldpMessageTxInterval": {
                "type": "integer",
                "description": "The interval at which LLDP frames are transmitted on\n          behalf of this LLDP agent.\n          \n          The default value for lldpMessageTxInterval object is\n          30 seconds.\n          \n          The value of this object must be restored from non-volatile\n          storage after a re-initialization of the management system.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "lldpMessageTxHoldMultiplier": {
                "type": "integer",
                "description": "The time-to-live value expressed as a multiple of the\n          lldpMessageTxInterval object.  The actual time-to-live value\n          used in LLDP frames, transmitted on behalf of this LLDP agent,\n          can be expressed by the following formula: TTL = min(65535,\n          (lldpMessageTxInterval * lldpMessageTxHoldMultiplier)) For\n          example, if the value of lldpMessageTxInterval is '30', and\n          the value of lldpMessageTxHoldMultiplier is '4', then the\n          value '120' is encoded in the TTL field in the LLDP header.\n          \n          The default value for lldpMessageTxHoldMultiplier object is 4.\n          \n          The value of this object must be restored from non-volatile\n          storage after a re-initialization of the management system.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "lldpReinitDelay": {
                "type": "integer",
                "description": "The lldpReinitDelay indicates the delay (in units of\n          seconds) from when lldpPortConfigAdminStatus object of a\n          particular port becomes 'disabled' until re-initialization\n          will be attempted.\n          \n          The default value for lldpReintDelay object is two seconds.\n          \n          The value of this object must be restored from non-volatile\n          storage after a re-initialization of the management system.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "lldpTxDelay": {
                "type": "integer",
                "description": "The lldpTxDelay indicates the delay (in units\n          of seconds) between successive LLDP frame transmissions \n          initiated by value/status changes in the LLDP local systems\n          MIB.  The recommended value for the lldpTxDelay is set by the\n          following  formula:\n          \n             1 <= lldpTxDelay <= (0.25 * lldpMessageTxInterval)\n          \n          The default value for lldpTxDelay object is two seconds.\n          \n          The value of this object must be restored from non-volatile\n          storage after a re-initialization of the management system.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "lldpNotificationInterval": {
                "type": "integer",
                "description": "This object controls the transmission of LLDP notifications.\n          \n          the agent must not generate more than one lldpRemTablesChange\n          notification-event in the indicated period, where a\n          'notification-event' is the transmission of a single\n          notification PDU type to a list of notification destinations.\n          If additional changes in lldpRemoteSystemsData object\n          groups occur within the indicated throttling period,\n          then these trap- events must be suppressed by the\n          agent. An NMS should periodically check the value of\n          lldpStatsRemTableLastChangeTime to detect any missed\n          lldpRemTablesChange notification-events, e.g. due to\n          throttling or transmission loss.\n          \n          If notification transmission is enabled for particular ports,\n          the suggested default throttling period is 5 seconds.\n          \n          The value of this object must be restored from non-volatile\n          storage after a re-initialization of the management system.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "lldpStatistics": {
            "type": "object",
            "description": "lldpStatistics",
            "properties": {
              "lldpStatsRemTablesLastChangeTime": {
                "type": "string",
                "description": "The value of sysUpTime object (defined in IETF RFC 3418)\n          at the time an entry is created, modified, or deleted in the\n          in tables associated with the lldpRemoteSystemsData objects\n          and all LLDP extension objects associated with remote systems.\n          \n          An NMS can use this object to reduce polling of the\n          lldpRemoteSystemsData objects.",
                "x-yang-type": "yang:timestamp",
                "readOnly": true
              },
              "lldpStatsRemTablesInserts": {
                "type": "string",
                "description": "The number of times the complete set of information\n          advertised by a particular MSAP has been inserted into tables\n          contained in lldpRemoteSystemsData and lldpExtensions objects.\n          \n          The complete set of information received from a particular\n          MSAP should be inserted into related tables.  If partial\n          information cannot be inserted for a reason such as lack\n          of resources, all of the complete set of information should\n          be removed.\n          \n          This counter should be incremented only once after the\n          complete set of information is successfully recorded\n          in all related tables.  Any failures during inserting\n          information set which result in deletion of previously\n          inserted information should not trigger any changes in\n          lldpStatsRemTablesInserts since the insert is not completed\n          yet or or in lldpStatsRemTablesDeletes, since the deletion\n          would only be a partial deletion. If the failure was the\n          result of lack of resources, the lldpStatsRemTablesDrops\n          counter should be incremented once.",
                "x-yang-type": "yang:zero-based-counter32",
                "readOnly": true
              },
              "lldpStatsRemTablesDeletes": {
                "type": "string",
                "description": "The number of times the complete set of information\n          advertised by a particular MSAP has been deleted from\n          tables contained in lldpRemoteSystemsData and lldpExtensions\n          objects.\n          \n          This counter should be incremented only once when the\n          complete set of information is completely deleted from all\n          related tables.  Partial deletions, such as deletion of\n          rows associated with a particular MSAP from some tables,\n          but not from all tables are not allowed, thus should not\n          change the value of this counter.",
                "x-yang-type": "yang:zero-based-counter32",
                "readOnly": true
              },
              "lldpStatsRemTablesDrops": {
                "type": "string",
                "description": "The number of times the complete set of information\n          advertised by a particular MSAP could not be entered into\n          tables contained in lldpRemoteSystemsData and lldpExtensions\n          objects because of insufficient resources.",
                "x-yang-type": "yang:zero-based-counter32",
                "readOnly": true
              },
              "lldpStatsRemTablesAgeouts": {
                "type": "string",
                "description": "The number of times the complete set of information\n          advertised by a particular MSAP has been deleted from tables\n          contained in lldpRemoteSystemsData and lldpExtensions objects\n          because the information timeliness interval has expired.\n          \n          This counter should be incremented only once when the complete\n          set of information is completely invalidated (aged out)\n          from all related tables.  Partial aging, similar to deletion\n          case, is not allowed, and thus, should not change the value\n          of this counter.",
                "x-yang-type": "yang:zero-based-counter32",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "lldpLocalSystemData": {
            "type": "object",
            "description": "The type of encoding used to identify the chassis\n          associated with the local system.",
            "properties": {
              "lldpLocChassisIdSubtype": {
                "type": "string",
                "description": "The type of encoding used to identify the chassis\n          associated with the local system.",
                "x-yang-type": "LLDP-MIB:LldpChassisIdSubtype",
                "readOnly": true
              },
              "lldpLocChassisId": {
                "type": "string",
                "description": "The string value used to identify the chassis component\n          associated with the local system.",
                "x-yang-type": "LLDP-MIB:LldpChassisId",
                "readOnly": true
              },
              "lldpLocSysName": {
                "type": "string",
                "description": "The string value used to identify the system name of the\n          local system.  If the local agent supports IETF RFC 3418,\n          lldpLocSysName object should have the same value of sysName\n          object.",
                "x-yang-type": "snmp-framework:SnmpAdminString",
                "readOnly": true
              },
              "lldpLocSysDesc": {
                "type": "string",
                "description": "The string value used to identify the system description\n          of the local system.  If the local agent supports IETF RFC 3418,\n          lldpLocSysDesc object should have the same value of sysDesc\n          object.",
                "x-yang-type": "snmp-framework:SnmpAdminString",
                "readOnly": true
              },
              "lldpLocSysCapSupported": {
                "type": "string",
                "description": "The bitmap value used to identify which system capabilities\n          are supported on the local system.",
                "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap",
                "readOnly": true
              },
              "lldpLocSysCapEnabled": {
                "type": "string",
                "description": "The bitmap value used to identify which system capabilities\n          are enabled on the local system.",
                "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "lldpPortConfigTable": {
            "type": "object",
            "description": "The table that controls LLDP frame transmission on individual\n        ports.",
            "properties": {
              "lldpPortConfigEntry": {
                "type": "array",
                "description": "LLDP configuration information for a particular port.\n          This configuration parameter controls the transmission and\n          the reception of LLDP frames on those ports whose rows are\n          created in this table.",
                "items": {
                  "type": "object",
                  "properties": {
                    "lldpPortConfigPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpPortConfigTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber",
                      "readOnly": true
                    },
                    "lldpPortConfigAdminStatus": {
                      "type": "string",
                      "description": "The administratively desired status of the local LLDP agent.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txOnly(1)', then LLDP agent will transmit LLDP\n            frames on this port and it will not store any information\n            about the remote systems connected.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'rxOnly(2)', then the LLDP agent will receive,\n            but it will not transmit LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txAndRx(3)', then the LLDP agent will transmit\n            and receive LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'disabled(4)', then LLDP agent will not transmit or\n            receive LLDP frames on this port.  If there is remote systems\n            information which is received on this port and stored in\n            other tables, before the port's lldpPortConfigAdminStatus\n            becomes disabled, then the information will naturally age out.",
                      "readOnly": true
                    },
                    "lldpPortConfigNotificationEnable": {
                      "type": "boolean",
                      "description": "The lldpPortConfigNotificationEnable controls, on a per\n            port basis,  whether or not notifications from the agent\n            are enabled. The value true(1) means that notifications are\n            enabled; the value false(2) means that they are not.",
                      "readOnly": true
                    },
                    "lldpPortConfigTLVsTxEnable": {
                      "type": "string",
                      "description": "The lldpPortConfigTLVsTxEnable, defined as a bitmap,\n            includes the basic set of LLDP TLVs whose transmission is\n            allowed on the local LLDP agent by the network management.\n            Each bit in the bitmap corresponds to a TLV type associated\n            with a specific optional TLV.\n            \n            It should be noted that the organizationally-specific TLVs\n            are excluded from the lldpTLVsTxEnable bitmap.\n            \n            LLDP Organization Specific Information Extension MIBs should\n            have similar configuration object to control transmission\n            of their organizationally defined TLVs.\n            \n            The bit 'portDesc(0)' indicates that LLDP agent should\n            transmit 'Port Description TLV'.\n            \n            The bit 'sysName(1)' indicates that LLDP agent should transmit\n            'System Name TLV'.\n            \n            The bit 'sysDesc(2)' indicates that LLDP agent should transmit\n            'System Description TLV'.\n            \n            The bit 'sysCap(3)' indicates that LLDP agent should transmit\n            'System Capabilities TLV'.\n            \n            There is no bit reserved for the management address TLV type\n            since transmission of management address TLVs are controlled\n            by another object, lldpConfigManAddrTable.\n            \n            The default value for lldpPortConfigTLVsTxEnable object is\n            empty set, which means no enumerated values are set.\n            \n            The value of this object must be restored from non-volatile\n            storage after a re-initialization of the management system.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "lldpStatsTxPortTable": {
            "type": "object",
            "description": "A table containing LLDP transmission statistics for\n        individual ports.  Entries are not required to exist in\n        this table while the lldpPortConfigEntry object is equal to\n        'disabled(4)'.",
            "properties": {
              "lldpStatsTxPortEntry": {
                "type": "array",
                "description": "lldpStatsTxPortEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "lldpStatsTxPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber",
                      "readOnly": true
                    },
                    "lldpStatsTxPortFramesTotal": {
                      "type": "integer",
                      "description": "The number of LLDP frames transmitted by this LLDP agent\n            on the indicated port.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "lldpStatsRxPortTable": {
            "type": "object",
            "description": "A table containing LLDP reception statistics for individual\n        ports.  Entries are not required to exist in this table while\n        the lldpPortConfigEntry object is equal to 'disabled(4)'.",
            "properties": {
              "lldpStatsRxPortEntry": {
                "type": "array",
                "description": "lldpStatsRxPortEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "lldpStatsRxPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber",
                      "readOnly": true
                    },
                    "lldpStatsRxPortFramesDiscardedTotal": {
                      "type": "integer",
                      "description": "The number of LLDP frames received by this LLDP agent on\n            the indicated port, and then discarded for any reason.\n            This counter can provide an indication that LLDP header\n            formating problems may exist with the local LLDP agent in\n            the sending system or that LLDPDU validation problems may\n            exist with the local LLDP agent in the receiving system.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "lldpStatsRxPortFramesErrors": {
                      "type": "integer",
                      "description": "The number of invalid LLDP frames received by this LLDP\n            agent on the indicated port, while this LLDP agent is enabled.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "lldpStatsRxPortFramesTotal": {
                      "type": "integer",
                      "description": "The number of valid LLDP frames received by this LLDP agent\n            on the indicated port, while this LLDP agent is enabled.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "lldpStatsRxPortTLVsDiscardedTotal": {
                      "type": "integer",
                      "description": "The number of LLDP TLVs discarded for any reason by this LLDP\n            agent on the indicated port.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "lldpStatsRxPortTLVsUnrecognizedTotal": {
                      "type": "integer",
                      "description": "The number of LLDP TLVs received on the given port that\n            are not recognized by this LLDP agent on the indicated port.\n            \n            An unrecognized TLV is referred to as the TLV whose type value\n            is in the range of reserved TLV types (000 1001 - 111 1110)\n            in Table 9.1 of IEEE Std 802.1AB-2005.  An unrecognized\n            TLV may be a basic management TLV from a later LLDP version.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "lldpStatsRxPortAgeoutsTotal": {
                      "type": "string",
                      "description": "The counter that represents the number of age-outs that\n            occurred on a given port.  An age-out is the number of\n            times the complete set of information advertised by a\n            particular MSAP has been deleted from tables contained in\n            lldpRemoteSystemsData and lldpExtensions objects because\n            the information timeliness interval has expired.\n            \n            This counter is similar to lldpStatsRemTablesAgeouts, except\n            that the counter is on a per port basis.  This enables NMS to\n            poll tables associated with the lldpRemoteSystemsData objects\n            and all LLDP extension objects associated with remote systems\n            on the indicated port only.\n            \n            This counter should be set to zero during agent initialization\n            and its value should not be saved in non-volatile storage.\n            When a port's admin status changes from 'disabled' to\n            'rxOnly', 'txOnly' or 'txAndRx', the counter associated with\n            the same port should reset to 0.  The agent should also flush\n            all remote system information associated with the same port.\n            \n            This counter should be incremented only once when the\n            complete set of information is invalidated (aged out) from\n            all related tables on a particular port.  Partial aging\n            is not allowed, and thus, should not change the value of\n            this counter.",
                      "x-yang-type": "yang:zero-based-counter32",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "lldpLocPortTable": {
            "type": "object",
            "description": "This table contains one or more rows per port information\n        associated with the local system known to this agent.",
            "properties": {
              "lldpLocPortEntry": {
                "type": "array",
                "description": "Information about a particular port component.\n          \n          Entries may be created and deleted in this table by the\n          agent.",
                "items": {
                  "type": "object",
                  "properties": {
                    "lldpLocPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpLocPortTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber",
                      "readOnly": true
                    },
                    "lldpLocPortIdSubtype": {
                      "type": "string",
                      "description": "The type of port identifier encoding used in the associated\n            'lldpLocPortId' object.",
                      "x-yang-type": "LLDP-MIB:LldpPortIdSubtype",
                      "readOnly": true
                    },
                    "lldpLocPortId": {
                      "type": "string",
                      "description": "The string value used to identify the port component\n            associated with a given port in the local system.",
                      "x-yang-type": "LLDP-MIB:LldpPortId",
                      "readOnly": true
                    },
                    "lldpLocPortDesc": {
                      "type": "string",
                      "description": "The string value used to identify the 802 LAN station's port\n            description associated with the local system.  If the local\n            agent supports IETF RFC 2863, lldpLocPortDesc object should\n            have the same value of ifDescr object.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "lldpLocManAddrTable": {
            "type": "object",
            "description": "This table contains management address information on the\n        local system known to this agent.",
            "properties": {
              "lldpLocManAddrEntry": {
                "type": "array",
                "description": "lldpLocManAddrEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "lldpLocManAddrSubtype": {
                      "type": "string",
                      "description": "The type of management address identifier encoding used in\n            the associated 'lldpLocManagmentAddr' object.",
                      "x-yang-type": "iana-address:AddressFamilyNumbers",
                      "readOnly": true
                    },
                    "lldpLocManAddr": {
                      "type": "string",
                      "description": "The string value used to identify the management address\n            component associated with the local system.  The purpose of\n            this address is to contact the management entity.",
                      "x-yang-type": "LLDP-MIB:LldpManAddress",
                      "readOnly": true
                    },
                    "lldpLocManAddrLen": {
                      "type": "integer",
                      "description": "The total length of the management address subtype and the\n            management address fields in LLDPDUs transmitted by the\n            local LLDP agent.\n            \n            The management address length field is needed so that the\n            receiving systems that do not implement SNMP will not be\n            required to implement an iana family numbers/address length\n            equivalency table in order to decode the management adress.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "lldpLocManAddrIfSubtype": {
                      "type": "string",
                      "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the local system.",
                      "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype",
                      "readOnly": true
                    },
                    "lldpLocManAddrIfId": {
                      "type": "integer",
                      "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the local system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "lldpLocManAddrOID": {
                      "type": "string",
                      "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the local system agent.",
                      "x-yang-type": "yang:object-identifier-128",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "lldpRemTable": {
            "type": "object",
            "description": "lldpRemTable",
            "properties": {
              "lldpRemEntry": {
                "type": "array",
                "description": "Information about a particular physical network connection.\n          Entries may be created and deleted in this table by the agent,\n          if a physical topology discovery process is active.",
                "items": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "A TimeFilter for this entry.  See the TimeFilter textual\n            convention in IETF RFC 2021 and \n            http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt\n            to see how TimeFilter works.",
                      "x-yang-type": "rmon2-mib:TimeFilter",
                      "readOnly": true
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.  The lldpRemLocalPortNum\n            identifies the port on which the remote system information\n            is received.\n            \n            The value of this object is used as a port index to the\n            lldpRemTable.",
                      "x-yang-type": "LLDP-MIB:LldpPortNumber",
                      "readOnly": true
                    },
                    "lldpRemIndex": {
                      "type": "integer",
                      "description": "This object represents an arbitrary local integer value used\n            by this agent to identify a particular connection instance,\n            unique only for the indicated remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the lldpRemIndex\n            will wrap between reboots.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "lldpRemChassisIdSubtype": {
                      "type": "string",
                      "description": "The type of encoding used to identify the chassis associated\n            with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpChassisIdSubtype",
                      "readOnly": true
                    },
                    "lldpRemChassisId": {
                      "type": "string",
                      "description": "The string value used to identify the chassis component\n            associated with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpChassisId",
                      "readOnly": true
                    },
                    "lldpRemPortIdSubtype": {
                      "type": "string",
                      "description": "The type of port identifier encoding used in the associated\n            'lldpRemPortId' object.",
                      "x-yang-type": "LLDP-MIB:LldpPortIdSubtype",
                      "readOnly": true
                    },
                    "lldpRemPortId": {
                      "type": "string",
                      "description": "The string value used to identify the port component\n            associated with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpPortId",
                      "readOnly": true
                    },
                    "lldpRemPortDesc": {
                      "type": "string",
                      "description": "The string value used to identify the description of\n            the given port associated with the remote system.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "lldpRemSysName": {
                      "type": "string",
                      "description": "The string value used to identify the system name of the\n            remote system.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "lldpRemSysDesc": {
                      "type": "string",
                      "description": "The string value used to identify the system description\n            of the remote system.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "lldpRemSysCapSupported": {
                      "type": "string",
                      "description": "The bitmap value used to identify which system capabilities\n            are supported on the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap",
                      "readOnly": true
                    },
                    "lldpRemSysCapEnabled": {
                      "type": "string",
                      "description": "The bitmap value used to identify which system capabilities\n            are enabled on the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "lldpRemManAddrTable": {
            "type": "object",
            "description": "This table contains one or more rows per management address\n        information on the remote system learned on a particular port\n        contained in the local chassis known to this agent.",
            "properties": {
              "lldpRemManAddrEntry": {
                "type": "array",
                "description": "lldpRemManAddrEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "lldpRemTimeMark",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "lldpRemLocalPortNum",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "description": "lldpRemIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "lldpRemManAddrSubtype": {
                      "type": "string",
                      "description": "The type of management address identifier encoding used in\n            the associated 'lldpRemManagmentAddr' object.",
                      "x-yang-type": "iana-address:AddressFamilyNumbers",
                      "readOnly": true
                    },
                    "lldpRemManAddr": {
                      "type": "string",
                      "description": "The string value used to identify the management address\n            component associated with the remote system.  The purpose\n            of this address is to contact the management entity.",
                      "x-yang-type": "LLDP-MIB:LldpManAddress",
                      "readOnly": true
                    },
                    "lldpRemManAddrIfSubtype": {
                      "type": "string",
                      "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the remote system.",
                      "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype",
                      "readOnly": true
                    },
                    "lldpRemManAddrIfId": {
                      "type": "integer",
                      "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the remote system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "lldpRemManAddrOID": {
                      "type": "string",
                      "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the remote system agent.",
                      "x-yang-type": "yang:object-identifier-128",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "lldpRemUnknownTLVTable": {
            "type": "object",
            "description": "lldpRemUnknownTLVTable",
            "properties": {
              "lldpRemUnknownTLVEntry": {
                "type": "array",
                "description": "Information about an unrecognized TLV received from a\n          physical network connection.  Entries may be created and\n          deleted in this table by the agent, if a physical topology\n          discovery process is active.",
                "items": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "lldpRemTimeMark",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "lldpRemLocalPortNum",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "description": "lldpRemIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "lldpRemUnknownTLVType": {
                      "type": "integer",
                      "description": "This object represents the value extracted from the type\n            field of the TLV.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "lldpRemUnknownTLVInfo": {
                      "type": "string",
                      "description": "This object represents the value extracted from the value\n            field of the TLV.",
                      "format": "binary",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "lldpRemOrgDefInfoTable": {
            "type": "object",
            "description": "lldpRemOrgDefInfoTable",
            "properties": {
              "lldpRemOrgDefInfoEntry": {
                "type": "array",
                "description": "lldpRemOrgDefInfoEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "description": "lldpRemTimeMark",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "description": "lldpRemLocalPortNum",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "description": "lldpRemIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "lldpRemOrgDefInfoOUI": {
                      "type": "string",
                      "description": "The Organizationally Unique Identifier (OUI), as defined\n            in IEEE std 802-2001, is a 24 bit (three octets) globally\n            unique assigned number referenced by various standards,\n            of the information received from the remote system.",
                      "format": "binary",
                      "readOnly": true
                    },
                    "lldpRemOrgDefInfoSubtype": {
                      "type": "integer",
                      "description": "The integer value used to identify the subtype of the\n            organizationally defined information received from the\n            remote system.\n            \n            The subtype value is required to identify different instances\n            of organizationally defined information that could not be\n            retrieved without a unique identifier that indicates the\n            particular type of information contained in the information\n            string.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "lldpRemOrgDefInfoIndex": {
                      "type": "integer",
                      "description": "This object represents an arbitrary local integer value\n            used by this agent to identify a particular unrecognized\n            organizationally defined information instance, unique only\n            for the lldpRemOrgDefInfoOUI and lldpRemOrgDefInfoSubtype\n            from the same remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the\n            lldpRemOrgDefInfoIndex will wrap between reboots.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "lldpRemOrgDefInfo": {
                      "type": "string",
                      "description": "The string value used to identify the organizationally\n            defined information of the remote system.  The encoding for\n            this object should be as defined for SnmpAdminString TC.",
                      "format": "binary",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "LLDP-MIB_object-1": {
        "type": "object",
        "description": "object-1",
        "properties": {
          "lldpStatsRemTablesInserts": {
            "type": "string",
            "description": "lldpStatsRemTablesInserts",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "LLDP-MIB_object-2": {
        "type": "object",
        "description": "object-2",
        "properties": {
          "lldpStatsRemTablesDeletes": {
            "type": "string",
            "description": "lldpStatsRemTablesDeletes",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "LLDP-MIB_object-3": {
        "type": "object",
        "description": "object-3",
        "properties": {
          "lldpStatsRemTablesDrops": {
            "type": "string",
            "description": "lldpStatsRemTablesDrops",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "LLDP-MIB_object-4": {
        "type": "object",
        "description": "object-4",
        "properties": {
          "lldpStatsRemTablesAgeouts": {
            "type": "string",
            "description": "lldpStatsRemTablesAgeouts",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "LLDP-MIB_lldpPortConfigEntry": {
        "type": "array",
        "description": "LLDP configuration information for a particular port.\n          This configuration parameter controls the transmission and\n          the reception of LLDP frames on those ports whose rows are\n          created in this table.",
        "items": {
          "type": "object",
          "properties": {
            "lldpPortConfigPortNum": {
              "type": "string",
              "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpPortConfigTable.",
              "x-yang-type": "LLDP-MIB:LldpPortNumber",
              "readOnly": true
            },
            "lldpPortConfigAdminStatus": {
              "type": "string",
              "description": "The administratively desired status of the local LLDP agent.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txOnly(1)', then LLDP agent will transmit LLDP\n            frames on this port and it will not store any information\n            about the remote systems connected.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'rxOnly(2)', then the LLDP agent will receive,\n            but it will not transmit LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'txAndRx(3)', then the LLDP agent will transmit\n            and receive LLDP frames on this port.\n            \n            If the associated lldpPortConfigAdminStatus object has a\n            value of 'disabled(4)', then LLDP agent will not transmit or\n            receive LLDP frames on this port.  If there is remote systems\n            information which is received on this port and stored in\n            other tables, before the port's lldpPortConfigAdminStatus\n            becomes disabled, then the information will naturally age out.",
              "readOnly": true
            },
            "lldpPortConfigNotificationEnable": {
              "type": "boolean",
              "description": "The lldpPortConfigNotificationEnable controls, on a per\n            port basis,  whether or not notifications from the agent\n            are enabled. The value true(1) means that notifications are\n            enabled; the value false(2) means that they are not.",
              "readOnly": true
            },
            "lldpPortConfigTLVsTxEnable": {
              "type": "string",
              "description": "The lldpPortConfigTLVsTxEnable, defined as a bitmap,\n            includes the basic set of LLDP TLVs whose transmission is\n            allowed on the local LLDP agent by the network management.\n            Each bit in the bitmap corresponds to a TLV type associated\n            with a specific optional TLV.\n            \n            It should be noted that the organizationally-specific TLVs\n            are excluded from the lldpTLVsTxEnable bitmap.\n            \n            LLDP Organization Specific Information Extension MIBs should\n            have similar configuration object to control transmission\n            of their organizationally defined TLVs.\n            \n            The bit 'portDesc(0)' indicates that LLDP agent should\n            transmit 'Port Description TLV'.\n            \n            The bit 'sysName(1)' indicates that LLDP agent should transmit\n            'System Name TLV'.\n            \n            The bit 'sysDesc(2)' indicates that LLDP agent should transmit\n            'System Description TLV'.\n            \n            The bit 'sysCap(3)' indicates that LLDP agent should transmit\n            'System Capabilities TLV'.\n            \n            There is no bit reserved for the management address TLV type\n            since transmission of management address TLVs are controlled\n            by another object, lldpConfigManAddrTable.\n            \n            The default value for lldpPortConfigTLVsTxEnable object is\n            empty set, which means no enumerated values are set.\n            \n            The value of this object must be restored from non-volatile\n            storage after a re-initialization of the management system.",
              "readOnly": true
            }
          }
        }
      },
      "LLDP-MIB_lldpStatsTxPortEntry": {
        "type": "array",
        "description": "lldpStatsTxPortEntry",
        "items": {
          "type": "object",
          "properties": {
            "lldpStatsTxPortNum": {
              "type": "string",
              "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
              "x-yang-type": "LLDP-MIB:LldpPortNumber",
              "readOnly": true
            },
            "lldpStatsTxPortFramesTotal": {
              "type": "integer",
              "description": "The number of LLDP frames transmitted by this LLDP agent\n            on the indicated port.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "LLDP-MIB_lldpStatsRxPortEntry": {
        "type": "array",
        "description": "lldpStatsRxPortEntry",
        "items": {
          "type": "object",
          "properties": {
            "lldpStatsRxPortNum": {
              "type": "string",
              "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpStatsTable.",
              "x-yang-type": "LLDP-MIB:LldpPortNumber",
              "readOnly": true
            },
            "lldpStatsRxPortFramesDiscardedTotal": {
              "type": "integer",
              "description": "The number of LLDP frames received by this LLDP agent on\n            the indicated port, and then discarded for any reason.\n            This counter can provide an indication that LLDP header\n            formating problems may exist with the local LLDP agent in\n            the sending system or that LLDPDU validation problems may\n            exist with the local LLDP agent in the receiving system.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "lldpStatsRxPortFramesErrors": {
              "type": "integer",
              "description": "The number of invalid LLDP frames received by this LLDP\n            agent on the indicated port, while this LLDP agent is enabled.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "lldpStatsRxPortFramesTotal": {
              "type": "integer",
              "description": "The number of valid LLDP frames received by this LLDP agent\n            on the indicated port, while this LLDP agent is enabled.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "lldpStatsRxPortTLVsDiscardedTotal": {
              "type": "integer",
              "description": "The number of LLDP TLVs discarded for any reason by this LLDP\n            agent on the indicated port.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "lldpStatsRxPortTLVsUnrecognizedTotal": {
              "type": "integer",
              "description": "The number of LLDP TLVs received on the given port that\n            are not recognized by this LLDP agent on the indicated port.\n            \n            An unrecognized TLV is referred to as the TLV whose type value\n            is in the range of reserved TLV types (000 1001 - 111 1110)\n            in Table 9.1 of IEEE Std 802.1AB-2005.  An unrecognized\n            TLV may be a basic management TLV from a later LLDP version.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "lldpStatsRxPortAgeoutsTotal": {
              "type": "string",
              "description": "The counter that represents the number of age-outs that\n            occurred on a given port.  An age-out is the number of\n            times the complete set of information advertised by a\n            particular MSAP has been deleted from tables contained in\n            lldpRemoteSystemsData and lldpExtensions objects because\n            the information timeliness interval has expired.\n            \n            This counter is similar to lldpStatsRemTablesAgeouts, except\n            that the counter is on a per port basis.  This enables NMS to\n            poll tables associated with the lldpRemoteSystemsData objects\n            and all LLDP extension objects associated with remote systems\n            on the indicated port only.\n            \n            This counter should be set to zero during agent initialization\n            and its value should not be saved in non-volatile storage.\n            When a port's admin status changes from 'disabled' to\n            'rxOnly', 'txOnly' or 'txAndRx', the counter associated with\n            the same port should reset to 0.  The agent should also flush\n            all remote system information associated with the same port.\n            \n            This counter should be incremented only once when the\n            complete set of information is invalidated (aged out) from\n            all related tables on a particular port.  Partial aging\n            is not allowed, and thus, should not change the value of\n            this counter.",
              "x-yang-type": "yang:zero-based-counter32",
              "readOnly": true
            }
          }
        }
      },
      "LLDP-MIB_lldpLocPortEntry": {
        "type": "array",
        "description": "Information about a particular port component.\n          \n          Entries may be created and deleted in this table by the\n          agent.",
        "items": {
          "type": "object",
          "properties": {
            "lldpLocPortNum": {
              "type": "string",
              "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.\n            \n            The value of this object is used as a port index to the\n            lldpLocPortTable.",
              "x-yang-type": "LLDP-MIB:LldpPortNumber",
              "readOnly": true
            },
            "lldpLocPortIdSubtype": {
              "type": "string",
              "description": "The type of port identifier encoding used in the associated\n            'lldpLocPortId' object.",
              "x-yang-type": "LLDP-MIB:LldpPortIdSubtype",
              "readOnly": true
            },
            "lldpLocPortId": {
              "type": "string",
              "description": "The string value used to identify the port component\n            associated with a given port in the local system.",
              "x-yang-type": "LLDP-MIB:LldpPortId",
              "readOnly": true
            },
            "lldpLocPortDesc": {
              "type": "string",
              "description": "The string value used to identify the 802 LAN station's port\n            description associated with the local system.  If the local\n            agent supports IETF RFC 2863, lldpLocPortDesc object should\n            have the same value of ifDescr object.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            }
          }
        }
      },
      "LLDP-MIB_lldpLocManAddrEntry": {
        "type": "array",
        "description": "lldpLocManAddrEntry",
        "items": {
          "type": "object",
          "properties": {
            "lldpLocManAddrSubtype": {
              "type": "string",
              "description": "The type of management address identifier encoding used in\n            the associated 'lldpLocManagmentAddr' object.",
              "x-yang-type": "iana-address:AddressFamilyNumbers",
              "readOnly": true
            },
            "lldpLocManAddr": {
              "type": "string",
              "description": "The string value used to identify the management address\n            component associated with the local system.  The purpose of\n            this address is to contact the management entity.",
              "x-yang-type": "LLDP-MIB:LldpManAddress",
              "readOnly": true
            },
            "lldpLocManAddrLen": {
              "type": "integer",
              "description": "The total length of the management address subtype and the\n            management address fields in LLDPDUs transmitted by the\n            local LLDP agent.\n            \n            The management address length field is needed so that the\n            receiving systems that do not implement SNMP will not be\n            required to implement an iana family numbers/address length\n            equivalency table in order to decode the management adress.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "lldpLocManAddrIfSubtype": {
              "type": "string",
              "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the local system.",
              "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype",
              "readOnly": true
            },
            "lldpLocManAddrIfId": {
              "type": "integer",
              "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the local system.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "lldpLocManAddrOID": {
              "type": "string",
              "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the local system agent.",
              "x-yang-type": "yang:object-identifier-128",
              "readOnly": true
            }
          }
        }
      },
      "LLDP-MIB_lldpRemEntry": {
        "type": "array",
        "description": "Information about a particular physical network connection.\n          Entries may be created and deleted in this table by the agent,\n          if a physical topology discovery process is active.",
        "items": {
          "type": "object",
          "properties": {
            "lldpRemTimeMark": {
              "type": "string",
              "description": "A TimeFilter for this entry.  See the TimeFilter textual\n            convention in IETF RFC 2021 and \n            http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt\n            to see how TimeFilter works.",
              "x-yang-type": "rmon2-mib:TimeFilter",
              "readOnly": true
            },
            "lldpRemLocalPortNum": {
              "type": "string",
              "description": "The index value used to identify the port component\n            (contained in the local chassis with the LLDP agent)\n            associated with this entry.  The lldpRemLocalPortNum\n            identifies the port on which the remote system information\n            is received.\n            \n            The value of this object is used as a port index to the\n            lldpRemTable.",
              "x-yang-type": "LLDP-MIB:LldpPortNumber",
              "readOnly": true
            },
            "lldpRemIndex": {
              "type": "integer",
              "description": "This object represents an arbitrary local integer value used\n            by this agent to identify a particular connection instance,\n            unique only for the indicated remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the lldpRemIndex\n            will wrap between reboots.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "lldpRemChassisIdSubtype": {
              "type": "string",
              "description": "The type of encoding used to identify the chassis associated\n            with the remote system.",
              "x-yang-type": "LLDP-MIB:LldpChassisIdSubtype",
              "readOnly": true
            },
            "lldpRemChassisId": {
              "type": "string",
              "description": "The string value used to identify the chassis component\n            associated with the remote system.",
              "x-yang-type": "LLDP-MIB:LldpChassisId",
              "readOnly": true
            },
            "lldpRemPortIdSubtype": {
              "type": "string",
              "description": "The type of port identifier encoding used in the associated\n            'lldpRemPortId' object.",
              "x-yang-type": "LLDP-MIB:LldpPortIdSubtype",
              "readOnly": true
            },
            "lldpRemPortId": {
              "type": "string",
              "description": "The string value used to identify the port component\n            associated with the remote system.",
              "x-yang-type": "LLDP-MIB:LldpPortId",
              "readOnly": true
            },
            "lldpRemPortDesc": {
              "type": "string",
              "description": "The string value used to identify the description of\n            the given port associated with the remote system.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "lldpRemSysName": {
              "type": "string",
              "description": "The string value used to identify the system name of the\n            remote system.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "lldpRemSysDesc": {
              "type": "string",
              "description": "The string value used to identify the system description\n            of the remote system.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "lldpRemSysCapSupported": {
              "type": "string",
              "description": "The bitmap value used to identify which system capabilities\n            are supported on the remote system.",
              "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap",
              "readOnly": true
            },
            "lldpRemSysCapEnabled": {
              "type": "string",
              "description": "The bitmap value used to identify which system capabilities\n            are enabled on the remote system.",
              "x-yang-type": "LLDP-MIB:LldpSystemCapabilitiesMap",
              "readOnly": true
            }
          }
        }
      },
      "LLDP-MIB_lldpRemManAddrEntry": {
        "type": "array",
        "description": "lldpRemManAddrEntry",
        "items": {
          "type": "object",
          "properties": {
            "lldpRemTimeMark": {
              "type": "string",
              "description": "lldpRemTimeMark",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "lldpRemLocalPortNum": {
              "type": "string",
              "description": "lldpRemLocalPortNum",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "lldpRemIndex": {
              "type": "string",
              "description": "lldpRemIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "lldpRemManAddrSubtype": {
              "type": "string",
              "description": "The type of management address identifier encoding used in\n            the associated 'lldpRemManagmentAddr' object.",
              "x-yang-type": "iana-address:AddressFamilyNumbers",
              "readOnly": true
            },
            "lldpRemManAddr": {
              "type": "string",
              "description": "The string value used to identify the management address\n            component associated with the remote system.  The purpose\n            of this address is to contact the management entity.",
              "x-yang-type": "LLDP-MIB:LldpManAddress",
              "readOnly": true
            },
            "lldpRemManAddrIfSubtype": {
              "type": "string",
              "description": "The enumeration value that identifies the interface numbering\n            method used for defining the interface number, associated\n            with the remote system.",
              "x-yang-type": "LLDP-MIB:LldpManAddrIfSubtype",
              "readOnly": true
            },
            "lldpRemManAddrIfId": {
              "type": "integer",
              "description": "The integer value used to identify the interface number\n            regarding the management address component associated with\n            the remote system.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "lldpRemManAddrOID": {
              "type": "string",
              "description": "The OID value used to identify the type of hardware component\n            or protocol entity associated with the management address\n            advertised by the remote system agent.",
              "x-yang-type": "yang:object-identifier-128",
              "readOnly": true
            }
          }
        }
      },
      "LLDP-MIB_lldpRemUnknownTLVEntry": {
        "type": "array",
        "description": "Information about an unrecognized TLV received from a\n          physical network connection.  Entries may be created and\n          deleted in this table by the agent, if a physical topology\n          discovery process is active.",
        "items": {
          "type": "object",
          "properties": {
            "lldpRemTimeMark": {
              "type": "string",
              "description": "lldpRemTimeMark",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "lldpRemLocalPortNum": {
              "type": "string",
              "description": "lldpRemLocalPortNum",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "lldpRemIndex": {
              "type": "string",
              "description": "lldpRemIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "lldpRemUnknownTLVType": {
              "type": "integer",
              "description": "This object represents the value extracted from the type\n            field of the TLV.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "lldpRemUnknownTLVInfo": {
              "type": "string",
              "description": "This object represents the value extracted from the value\n            field of the TLV.",
              "format": "binary",
              "readOnly": true
            }
          }
        }
      },
      "LLDP-MIB_lldpRemOrgDefInfoEntry": {
        "type": "array",
        "description": "lldpRemOrgDefInfoEntry",
        "items": {
          "type": "object",
          "properties": {
            "lldpRemTimeMark": {
              "type": "string",
              "description": "lldpRemTimeMark",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "lldpRemLocalPortNum": {
              "type": "string",
              "description": "lldpRemLocalPortNum",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "lldpRemIndex": {
              "type": "string",
              "description": "lldpRemIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "lldpRemOrgDefInfoOUI": {
              "type": "string",
              "description": "The Organizationally Unique Identifier (OUI), as defined\n            in IEEE std 802-2001, is a 24 bit (three octets) globally\n            unique assigned number referenced by various standards,\n            of the information received from the remote system.",
              "format": "binary",
              "readOnly": true
            },
            "lldpRemOrgDefInfoSubtype": {
              "type": "integer",
              "description": "The integer value used to identify the subtype of the\n            organizationally defined information received from the\n            remote system.\n            \n            The subtype value is required to identify different instances\n            of organizationally defined information that could not be\n            retrieved without a unique identifier that indicates the\n            particular type of information contained in the information\n            string.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "lldpRemOrgDefInfoIndex": {
              "type": "integer",
              "description": "This object represents an arbitrary local integer value\n            used by this agent to identify a particular unrecognized\n            organizationally defined information instance, unique only\n            for the lldpRemOrgDefInfoOUI and lldpRemOrgDefInfoSubtype\n            from the same remote system.\n            \n            An agent is encouraged to assign monotonically increasing\n            index values to new entries, starting with one, after each\n            reboot.  It is considered unlikely that the\n            lldpRemOrgDefInfoIndex will wrap between reboots.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "lldpRemOrgDefInfo": {
              "type": "string",
              "description": "The string value used to identify the organizationally\n            defined information of the remote system.  The encoding for\n            this object should be as defined for SnmpAdminString TC.",
              "format": "binary",
              "readOnly": true
            }
          }
        }
      },
      "restconf-error": {
        "type": "object",
        "description": "Standard RESTCONF error response (RFC 8040 Section 7.1)",
        "properties": {
          "ietf-restconf:errors": {
            "type": "object",
            "properties": {
              "error": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "error-type": {
                      "type": "string",
                      "enum": [
                        "transport",
                        "rpc",
                        "protocol",
                        "application"
                      ],
                      "description": "Layer where the error occurred"
                    },
                    "error-tag": {
                      "type": "string",
                      "description": "Enumerated error tag (e.g. invalid-value, data-missing, access-denied)"
                    },
                    "error-severity": {
                      "type": "string",
                      "enum": [
                        "error",
                        "warning"
                      ],
                      "description": "Error severity"
                    },
                    "error-app-tag": {
                      "type": "string",
                      "description": "Application-specific error tag"
                    },
                    "error-path": {
                      "type": "string",
                      "description": "YANG instance-identifier of the error node"
                    },
                    "error-message": {
                      "type": "string",
                      "description": "Human-readable error description"
                    }
                  },
                  "required": [
                    "error-type",
                    "error-tag"
                  ]
                }
              }
            }
          }
        },
        "example": {
          "ietf-restconf:errors": {
            "error": [
              {
                "error-type": "protocol",
                "error-tag": "invalid-value",
                "error-severity": "error",
                "error-message": "Invalid input parameter"
              }
            ]
          }
        }
      }
    },
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic"
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ],
  "tags": [
    {
      "name": "LLDP-MIB",
      "description": "MIB operations for LLDP-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
