{
  "openapi": "3.0.0",
  "info": {
    "title": "MPLS-LDP-STD-MIB MIB API",
    "version": "1.0.0",
    "description": "Copyright (C) The Internet Society (2004). The\n    initial version of this MIB module was published\n    \n    \n    in RFC 3815. For full legal notices see the RFC\n    itself or see:\n    http://www.ietf.org/copyrights/ianamib.html\n    \n    This MIB contains managed object definitions for the\n    'Multiprotocol Label Switching, Label Distribution\n    Protocol, LDP' document.\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 MPLS-LDP-STD-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/MPLS-LDP-STD-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "MPLS-LDP-STD-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/MPLS-LDP-STD-MIB:mplsLdpLsrObjects": {
      "get": {
        "summary": "Get mplsLdpLsrObjects data",
        "description": "Retrieve mplsLdpLsrObjects operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The Label Switching Router's Identifier.",
                  "properties": {
                    "mplsLdpLsrId": {
                      "type": "string",
                      "description": "The Label Switching Router's Identifier.",
                      "x-yang-type": "mpls-tc:MplsLsrIdentifier"
                    },
                    "mplsLdpLsrLoopDetectionCapable": {
                      "type": "string",
                      "description": "A indication of whether this\n          Label Switching Router supports\n          loop detection.\n          \n          none(1) -- Loop Detection is not supported\n                     on this LSR.\n          \n          other(2) -- Loop Detection is supported but\n                      by a method other than those\n                      listed below.\n          \n          hopCount(3) -- Loop Detection is supported by\n                         Hop Count only.\n          \n          pathVector(4) -- Loop Detection is supported by\n                           Path Vector only.\n          \n          hopCountAndPathVector(5) -- Loop Detection is\n                               supported by both Hop Count\n                               And Path Vector.\n          \n          Since Loop Detection is determined during\n          Session Initialization, an individual session\n          may not be running with loop detection.  This\n          object simply gives an indication of whether or not the\n          LSR has the ability to support Loop Detection and\n          which types."
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpLsrObjects": {
                    "mplsLdpLsrId": "example-string",
                    "mplsLdpLsrLoopDetectionCapable": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpLsrObjects",
        "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": "/mplsLdpLsrObjects",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpEntityObjects": {
      "get": {
        "summary": "Get mplsLdpEntityObjects data",
        "description": "Retrieve mplsLdpEntityObjects operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "mplsLdpEntityObjects",
                  "properties": {
                    "mplsLdpEntityLastChange": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time of the most\n          recent addition or deletion of an entry\n          to/from the mplsLdpEntityTable/mplsLdpEntityStatsTable, or\n          the most recent change in value of any objects in the\n          mplsLdpEntityTable.\n          \n          \n          If no such changes have occurred since the last\n          re-initialization of the local management subsystem,\n          then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "mplsLdpEntityIndexNext": {
                      "type": "string",
                      "description": "This object contains an appropriate value to\n          be used for mplsLdpEntityIndex when creating\n          entries in the mplsLdpEntityTable. The value\n          0 indicates that no unassigned entries are\n          available.",
                      "x-yang-type": "diffserv-mib:IndexIntegerNextFree"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpEntityObjects": {
                    "mplsLdpEntityLastChange": "example-string",
                    "mplsLdpEntityIndexNext": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpEntityObjects",
        "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": "/mplsLdpEntityObjects",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpSessionObjects": {
      "get": {
        "summary": "Get mplsLdpSessionObjects data",
        "description": "Retrieve mplsLdpSessionObjects operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The value of sysUpTime at the time of the most\n          recent addition or deletion to/from the\n          mplsLdpPeerTable/mplsLdpSessionTable.",
                  "properties": {
                    "mplsLdpPeerLastChange": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time of the most\n          recent addition or deletion to/from the\n          mplsLdpPeerTable/mplsLdpSessionTable.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "mplsLdpLspFecLastChange": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time of the most\n          recent addition/deletion of an entry\n          to/from the mplsLdpLspFecTable or\n          the most recent change in values to any objects in the\n          mplsLdpLspFecTable.\n          \n          If no such changes have occurred since the last\n          re-initialization of the local management subsystem,\n          then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpSessionObjects": {
                    "mplsLdpPeerLastChange": "example-string",
                    "mplsLdpLspFecLastChange": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpSessionObjects",
        "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": "/mplsLdpSessionObjects",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsFecObjects": {
      "get": {
        "summary": "Get mplsFecObjects data",
        "description": "Retrieve mplsFecObjects operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "mplsFecObjects",
                  "properties": {
                    "mplsFecLastChange": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time of the most\n          recent addition/deletion of an entry\n          to/from the mplsLdpFectTable or\n          the most recent change in values to any objects\n          in the mplsLdpFecTable.\n          \n          If no such changes have occurred since the last\n          re-initialization of the local management subsystem,\n          then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "mplsFecIndexNext": {
                      "type": "string",
                      "description": "This object contains an appropriate value to\n          be used for mplsFecIndex when creating\n          entries in the mplsFecTable. The value\n          0 indicates that no unassigned entries are\n          available.",
                      "x-yang-type": "diffserv-mib:IndexIntegerNextFree"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsFecObjects": {
                    "mplsFecLastChange": "example-string",
                    "mplsFecIndexNext": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsFecObjects",
        "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": "/mplsFecObjects",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpEntityTable": {
      "get": {
        "summary": "Get mplsLdpEntityTable data",
        "description": "Retrieve mplsLdpEntityTable operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table contains information about the\n        MPLS Label Distribution Protocol Entities which\n        exist on this Label Switching Router (LSR)\n        or Label Edge Router (LER).",
                  "properties": {
                    "mplsLdpEntityEntry": {
                      "type": "array",
                      "description": "An entry in this table represents an LDP entity.\n          An entry can be created by a network administrator\n          or by an SNMP agent as instructed by LDP.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "mplsLdpEntityLdpId": {
                            "type": "string",
                            "description": "The LDP identifier.",
                            "x-yang-type": "mpls-tc:MplsLdpIdentifier"
                          },
                          "mplsLdpEntityIndex": {
                            "type": "string",
                            "description": "This index is used as a secondary index to uniquely\n            identify this row.  Before creating a row in this table,\n            the 'mplsLdpEntityIndexNext' object should be retrieved.\n            That value should be used for the value of this index\n            when creating a row in this table.  NOTE:  if a value\n            of zero (0) is retrieved, that indicates that no rows\n            can be created in this table at this time.\n            \n            A secondary index (this object) is meaningful to some\n            but not all, LDP implementations.  For example\n            an LDP implementation which uses PPP would\n            use this index to differentiate PPP sub-links.\n            \n            Another way to use this index is to give this the\n            value of ifIndex.  However, this is dependant\n            \n            \n            on the implementation.",
                            "x-yang-type": "diffserv-mib:IndexInteger"
                          },
                          "mplsLdpEntityProtocolVersion": {
                            "type": "integer",
                            "description": "The version number of the LDP protocol which will be\n            used in the session initialization message.\n            \n            Section 3.5.3 in the LDP Specification specifies\n            that the version of the LDP protocol is negotiated during\n            session establishment. The value of this object\n            represents the value that is sent in the initialization\n            message.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "mplsLdpEntityAdminStatus": {
                            "type": "string",
                            "description": "The administrative status of this LDP Entity.\n            If this object is changed from 'enable' to 'disable'\n            and this entity has already attempted to establish\n            contact with a Peer, then all contact with that\n            Peer is lost and all information from that Peer\n            needs to be removed from the MIB. (This implies\n            that the network management subsystem should clean\n            up any related entry in the mplsLdpPeerTable.  This\n            further implies that a 'tear-down' for that session\n            is issued and the session and all information related\n            to that session cease to exist).\n            \n            At this point the operator is able to change values\n            which are related to this entity.\n            \n            When the admin status is set back to 'enable', then\n            this Entity will attempt to establish a new session\n            with the Peer."
                          },
                          "mplsLdpEntityOperStatus": {
                            "type": "string",
                            "description": "The operational status of this LDP Entity.\n            \n            The value of unknown(1) indicates that the\n            operational status cannot be determined at\n            this time.  The value of unknown should be\n            a transient condition before changing\n            to enabled(2) or disabled(3)."
                          },
                          "mplsLdpEntityTcpPort": {
                            "type": "string",
                            "description": "The TCP Port for\n            LDP.  The default value is the well-known\n            value of this port.",
                            "format": "inet:port-number"
                          },
                          "mplsLdpEntityUdpDscPort": {
                            "type": "string",
                            "description": "The UDP Discovery Port for\n            LDP.  The default value is the\n            well-known value for this port.",
                            "format": "inet:port-number"
                          },
                          "mplsLdpEntityMaxPduLength": {
                            "type": "integer",
                            "description": "The maximum PDU Length that is sent in\n            the Common Session Parameters of an Initialization\n            Message. According to the LDP Specification [RFC3036]\n            a value of 255 or less specifies the\n            default maximum length of 4096 octets, this is why\n            the value of this object starts at 256.  The operator\n            should explicitly choose the default value (i.e., 4096),\n            or some other value.\n            \n            The receiving LSR MUST calculate the maximum PDU\n            length for the session by using the smaller of its and\n            its peer's proposals for Max PDU Length.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "mplsLdpEntityKeepAliveHoldTimer": {
                            "type": "integer",
                            "description": "The 16-bit integer value which is the proposed keep\n            alive hold timer for this LDP Entity.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "mplsLdpEntityHelloHoldTimer": {
                            "type": "integer",
                            "description": "The 16-bit integer value which is the proposed Hello\n            hold timer for this LDP Entity. The Hello Hold time\n            in seconds.\n            \n            \n            An LSR maintains a record of Hellos received\n            from potential peers.  This object represents\n            the Hold Time in the Common Hello Parameters TLV of\n            the Hello Message.\n            \n            A value of 0 is a default value and should be\n            interpretted in conjunction with the\n            mplsLdpEntityTargetPeer object.\n            \n            If the value of this object is 0: if the value of the\n            mplsLdpEntityTargetPeer object is false(2), then this\n            specifies that the Hold Time's actual default value is\n            15 seconds (i.e., the default Hold time for Link Hellos\n            is 15 seconds).  Otherwise if the value of the\n            mplsLdpEntityTargetPeer object is true(1), then this\n            specifies that the Hold Time's actual default value is\n            45 seconds (i.e., the default Hold time for Targeted\n            Hellos is 45 seconds).\n            \n            A value of 65535 means infinite (i.e., wait forever).\n            \n            All other values represent the amount of time in\n            seconds to wait for a Hello Message.  Setting the\n            hold time to a value smaller than 15 is not\n            recommended, although not forbidden according\n            to RFC3036.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "mplsLdpEntityInitSessionThreshold": {
                            "type": "integer",
                            "description": "When attempting to establish a session with\n            a given Peer, the given LDP Entity should\n            send out the SNMP notification,\n            'mplsLdpInitSessionThresholdExceeded', when\n            the number of Session Initialization messages\n            sent exceeds this threshold.\n            \n            The notification is used to notify an\n            operator when this Entity and its Peer are\n            possibly engaged in an endless sequence\n            of messages as each NAKs the other's\n            \n            \n            Initialization messages with Error Notification\n            messages.  Setting this threshold which triggers\n            the notification is one way to notify the\n            operator.  The notification should be generated\n            each time this threshold is exceeded and\n            for every subsequent Initialization message\n            which is NAK'd with an Error Notification\n            message after this threshold is exceeded.\n            \n            A value of 0 (zero) for this object\n            indicates that the threshold is infinity, thus\n            the SNMP notification will never be generated.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "mplsLdpEntityLabelDistMethod": {
                            "type": "string",
                            "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                            "x-yang-type": "mpls-tc:MplsLabelDistributionMethod"
                          },
                          "mplsLdpEntityLabelRetentionMode": {
                            "type": "string",
                            "description": "The LDP Entity can be configured to use either\n            conservative or liberal label retention mode.\n            \n            If the value of this object is conservative(1)\n            then advertized label mappings are retained\n            only if they will be used to forward packets,\n            i.e., if label came from a valid next hop.\n            \n            If the value of this object is liberal(2)\n            then all advertized label mappings are retained\n            whether they are from a valid next hop or not.",
                            "x-yang-type": "mpls-tc:MplsRetentionMode"
                          },
                          "mplsLdpEntityPathVectorLimit": {
                            "type": "integer",
                            "description": "If the value of this object is 0 (zero) then\n            Loop Detection for Path Vectors is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path Vectors is enabled,\n            and the Path Vector Limit is this value.\n            Also, the value of the object,\n            'mplsLdpLsrLoopDetectionCapable', must be set to\n            either 'pathVector(4)' or 'hopCountAndPathVector(5)',\n            if this object has a value greater than 0 (zero),\n            otherwise it is ignored.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "mplsLdpEntityHopCountLimit": {
                            "type": "integer",
                            "description": "If the value of this object is 0 (zero),\n            then Loop Detection using Hop Counters is\n            disabled.\n            \n            If the value of this object is greater than\n            0 (zero) then Loop Detection using Hop\n            Counters is enabled, and this object\n            specifies this Entity's maximum allowable\n            value for the Hop Count.\n            Also, the value of the object\n            mplsLdpLsrLoopDetectionCapable must be set\n            to either 'hopCount(3)' or\n            'hopCountAndPathVector(5)' if this object\n            has a value greater than 0 (zero), otherwise\n            it is ignored.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "mplsLdpEntityTransportAddrKind": {
                            "type": "string",
                            "description": "This specifies whether the loopback or interface\n            address is to be used as the transport address\n            in the transport address TLV of the\n            hello message.\n            \n            If the value is interface(1), then the IP\n            address of the interface from which hello\n            messages are sent is used as the transport\n            address in the hello message.\n            \n            Otherwise, if the value is loopback(2), then the IP\n            address of the loopback interface is used as the\n            transport address in the hello message."
                          },
                          "mplsLdpEntityTargetPeer": {
                            "type": "boolean",
                            "description": "If this LDP entity uses targeted peer then set\n            this to true."
                          },
                          "mplsLdpEntityTargetPeerAddrType": {
                            "type": "string",
                            "description": "The type of the internetwork layer address used for\n            the Extended Discovery.  This object indicates how\n            the value of mplsLdpEntityTargetPeerAddr is to\n            be interpreted.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "mplsLdpEntityTargetPeerAddr": {
                            "type": "string",
                            "description": "The value of the internetwork layer address\n            used for the Extended Discovery.  The value of\n            mplsLdpEntityTargetPeerAddrType specifies how\n            this address is to be interpreted.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "mplsLdpEntityLabelType": {
                            "type": "string",
                            "description": "Specifies the optional parameters for the LDP\n            Initialization Message.\n            \n            If the value is generic(1) then no\n            optional parameters will be sent in\n            the LDP Initialization message associated\n            with this Entity.\n            \n            If the value is atmParameters(2) then\n            a row must be created in the\n            mplsLdpEntityAtmTable, which\n            corresponds to this entry.\n            \n            If the value is frameRelayParameters(3) then\n            a row must be created in the\n            mplsLdpEntityFrameRelayTable, which\n            corresponds to this entry.",
                            "x-yang-type": "mpls-tc:MplsLdpLabelType"
                          },
                          "mplsLdpEntityDiscontinuityTime": {
                            "type": "string",
                            "description": "The value of sysUpTime on the most recent occasion\n            at which any one or more of this entity's counters\n            suffered a discontinuity.  The relevant counters\n            are the specific instances associated with this\n            entity of any Counter32 object contained\n            in the 'mplsLdpEntityStatsTable'.  If no such\n            discontinuities have occurred since the last\n            re-initialization of the local management\n            subsystem, then this object contains a zero\n            value.",
                            "x-yang-type": "yang:timestamp"
                          },
                          "mplsLdpEntityStorageType": {
                            "type": "string",
                            "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                            "x-yang-type": "snmpv2-tc:StorageType"
                          },
                          "mplsLdpEntityRowStatus": {
                            "type": "string",
                            "description": "The status of this conceptual row.  All writable\n            objects in this row may be modified at any\n            time, however, as described in detail in\n            the section entitled, 'Changing Values After\n            Session Establishment', and again described\n            in the DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object, if a session\n            has been initiated with a Peer, changing objects\n            in this table will wreak havoc with the session\n            and interrupt traffic.  To repeat again:\n            the recommended procedure is to\n            set the mplsLdpEntityAdminStatus to down, thereby\n            explicitly causing a session to be torn down. Then,\n            change objects in this entry, then set\n            the mplsLdpEntityAdminStatus to enable,\n            which enables a new session to be initiated.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpEntityTable": {
                    "mplsLdpEntityEntry": [
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "1",
                        "mplsLdpEntityProtocolVersion": 0,
                        "mplsLdpEntityAdminStatus": "up(1)",
                        "mplsLdpEntityOperStatus": "up(1)",
                        "mplsLdpEntityTcpPort": "example-string",
                        "mplsLdpEntityUdpDscPort": "example-string",
                        "mplsLdpEntityMaxPduLength": 0,
                        "mplsLdpEntityKeepAliveHoldTimer": 0,
                        "mplsLdpEntityHelloHoldTimer": 0,
                        "mplsLdpEntityInitSessionThreshold": -2147483648,
                        "mplsLdpEntityLabelDistMethod": "example-string",
                        "mplsLdpEntityLabelRetentionMode": "example-string",
                        "mplsLdpEntityPathVectorLimit": -2147483648,
                        "mplsLdpEntityHopCountLimit": -2147483648,
                        "mplsLdpEntityTransportAddrKind": "192.168.1.1",
                        "mplsLdpEntityTargetPeer": true,
                        "mplsLdpEntityTargetPeerAddrType": "192.168.1.1",
                        "mplsLdpEntityTargetPeerAddr": "192.168.1.1",
                        "mplsLdpEntityLabelType": "ethernetCsmacd(6)",
                        "mplsLdpEntityDiscontinuityTime": "example-string",
                        "mplsLdpEntityStorageType": "ethernetCsmacd(6)",
                        "mplsLdpEntityRowStatus": "up(1)"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "2",
                        "mplsLdpEntityProtocolVersion": 0,
                        "mplsLdpEntityAdminStatus": "up(1)",
                        "mplsLdpEntityOperStatus": "up(1)",
                        "mplsLdpEntityTcpPort": "example-string",
                        "mplsLdpEntityUdpDscPort": "example-string",
                        "mplsLdpEntityMaxPduLength": 0,
                        "mplsLdpEntityKeepAliveHoldTimer": 0,
                        "mplsLdpEntityHelloHoldTimer": 0,
                        "mplsLdpEntityInitSessionThreshold": -2147483648,
                        "mplsLdpEntityLabelDistMethod": "example-string",
                        "mplsLdpEntityLabelRetentionMode": "example-string",
                        "mplsLdpEntityPathVectorLimit": -2147483648,
                        "mplsLdpEntityHopCountLimit": -2147483648,
                        "mplsLdpEntityTransportAddrKind": "192.168.1.1",
                        "mplsLdpEntityTargetPeer": true,
                        "mplsLdpEntityTargetPeerAddrType": "192.168.1.1",
                        "mplsLdpEntityTargetPeerAddr": "192.168.1.1",
                        "mplsLdpEntityLabelType": "ethernetCsmacd(6)",
                        "mplsLdpEntityDiscontinuityTime": "example-string",
                        "mplsLdpEntityStorageType": "ethernetCsmacd(6)",
                        "mplsLdpEntityRowStatus": "up(1)"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "3",
                        "mplsLdpEntityProtocolVersion": 0,
                        "mplsLdpEntityAdminStatus": "up(1)",
                        "mplsLdpEntityOperStatus": "up(1)",
                        "mplsLdpEntityTcpPort": "example-string",
                        "mplsLdpEntityUdpDscPort": "example-string",
                        "mplsLdpEntityMaxPduLength": 0,
                        "mplsLdpEntityKeepAliveHoldTimer": 0,
                        "mplsLdpEntityHelloHoldTimer": 0,
                        "mplsLdpEntityInitSessionThreshold": -2147483648,
                        "mplsLdpEntityLabelDistMethod": "example-string",
                        "mplsLdpEntityLabelRetentionMode": "example-string",
                        "mplsLdpEntityPathVectorLimit": -2147483648,
                        "mplsLdpEntityHopCountLimit": -2147483648,
                        "mplsLdpEntityTransportAddrKind": "192.168.1.1",
                        "mplsLdpEntityTargetPeer": true,
                        "mplsLdpEntityTargetPeerAddrType": "192.168.1.1",
                        "mplsLdpEntityTargetPeerAddr": "192.168.1.1",
                        "mplsLdpEntityLabelType": "ethernetCsmacd(6)",
                        "mplsLdpEntityDiscontinuityTime": "example-string",
                        "mplsLdpEntityStorageType": "ethernetCsmacd(6)",
                        "mplsLdpEntityRowStatus": "up(1)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpEntityTable",
        "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": "/mplsLdpEntityTable",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpEntityTable/mplsLdpEntityEntry": {
      "get": {
        "summary": "Get mplsLdpEntityEntry list",
        "description": "Retrieve list of mplsLdpEntityEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in this table represents an LDP entity.\n          An entry can be created by a network administrator\n          or by an SNMP agent as instructed by LDP.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "The LDP identifier.",
                        "x-yang-type": "mpls-tc:MplsLdpIdentifier"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "This index is used as a secondary index to uniquely\n            identify this row.  Before creating a row in this table,\n            the 'mplsLdpEntityIndexNext' object should be retrieved.\n            That value should be used for the value of this index\n            when creating a row in this table.  NOTE:  if a value\n            of zero (0) is retrieved, that indicates that no rows\n            can be created in this table at this time.\n            \n            A secondary index (this object) is meaningful to some\n            but not all, LDP implementations.  For example\n            an LDP implementation which uses PPP would\n            use this index to differentiate PPP sub-links.\n            \n            Another way to use this index is to give this the\n            value of ifIndex.  However, this is dependant\n            \n            \n            on the implementation.",
                        "x-yang-type": "diffserv-mib:IndexInteger"
                      },
                      "mplsLdpEntityProtocolVersion": {
                        "type": "integer",
                        "description": "The version number of the LDP protocol which will be\n            used in the session initialization message.\n            \n            Section 3.5.3 in the LDP Specification specifies\n            that the version of the LDP protocol is negotiated during\n            session establishment. The value of this object\n            represents the value that is sent in the initialization\n            message.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpEntityAdminStatus": {
                        "type": "string",
                        "description": "The administrative status of this LDP Entity.\n            If this object is changed from 'enable' to 'disable'\n            and this entity has already attempted to establish\n            contact with a Peer, then all contact with that\n            Peer is lost and all information from that Peer\n            needs to be removed from the MIB. (This implies\n            that the network management subsystem should clean\n            up any related entry in the mplsLdpPeerTable.  This\n            further implies that a 'tear-down' for that session\n            is issued and the session and all information related\n            to that session cease to exist).\n            \n            At this point the operator is able to change values\n            which are related to this entity.\n            \n            When the admin status is set back to 'enable', then\n            this Entity will attempt to establish a new session\n            with the Peer."
                      },
                      "mplsLdpEntityOperStatus": {
                        "type": "string",
                        "description": "The operational status of this LDP Entity.\n            \n            The value of unknown(1) indicates that the\n            operational status cannot be determined at\n            this time.  The value of unknown should be\n            a transient condition before changing\n            to enabled(2) or disabled(3)."
                      },
                      "mplsLdpEntityTcpPort": {
                        "type": "string",
                        "description": "The TCP Port for\n            LDP.  The default value is the well-known\n            value of this port.",
                        "format": "inet:port-number"
                      },
                      "mplsLdpEntityUdpDscPort": {
                        "type": "string",
                        "description": "The UDP Discovery Port for\n            LDP.  The default value is the\n            well-known value for this port.",
                        "format": "inet:port-number"
                      },
                      "mplsLdpEntityMaxPduLength": {
                        "type": "integer",
                        "description": "The maximum PDU Length that is sent in\n            the Common Session Parameters of an Initialization\n            Message. According to the LDP Specification [RFC3036]\n            a value of 255 or less specifies the\n            default maximum length of 4096 octets, this is why\n            the value of this object starts at 256.  The operator\n            should explicitly choose the default value (i.e., 4096),\n            or some other value.\n            \n            The receiving LSR MUST calculate the maximum PDU\n            length for the session by using the smaller of its and\n            its peer's proposals for Max PDU Length.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpEntityKeepAliveHoldTimer": {
                        "type": "integer",
                        "description": "The 16-bit integer value which is the proposed keep\n            alive hold timer for this LDP Entity.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpEntityHelloHoldTimer": {
                        "type": "integer",
                        "description": "The 16-bit integer value which is the proposed Hello\n            hold timer for this LDP Entity. The Hello Hold time\n            in seconds.\n            \n            \n            An LSR maintains a record of Hellos received\n            from potential peers.  This object represents\n            the Hold Time in the Common Hello Parameters TLV of\n            the Hello Message.\n            \n            A value of 0 is a default value and should be\n            interpretted in conjunction with the\n            mplsLdpEntityTargetPeer object.\n            \n            If the value of this object is 0: if the value of the\n            mplsLdpEntityTargetPeer object is false(2), then this\n            specifies that the Hold Time's actual default value is\n            15 seconds (i.e., the default Hold time for Link Hellos\n            is 15 seconds).  Otherwise if the value of the\n            mplsLdpEntityTargetPeer object is true(1), then this\n            specifies that the Hold Time's actual default value is\n            45 seconds (i.e., the default Hold time for Targeted\n            Hellos is 45 seconds).\n            \n            A value of 65535 means infinite (i.e., wait forever).\n            \n            All other values represent the amount of time in\n            seconds to wait for a Hello Message.  Setting the\n            hold time to a value smaller than 15 is not\n            recommended, although not forbidden according\n            to RFC3036.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpEntityInitSessionThreshold": {
                        "type": "integer",
                        "description": "When attempting to establish a session with\n            a given Peer, the given LDP Entity should\n            send out the SNMP notification,\n            'mplsLdpInitSessionThresholdExceeded', when\n            the number of Session Initialization messages\n            sent exceeds this threshold.\n            \n            The notification is used to notify an\n            operator when this Entity and its Peer are\n            possibly engaged in an endless sequence\n            of messages as each NAKs the other's\n            \n            \n            Initialization messages with Error Notification\n            messages.  Setting this threshold which triggers\n            the notification is one way to notify the\n            operator.  The notification should be generated\n            each time this threshold is exceeded and\n            for every subsequent Initialization message\n            which is NAK'd with an Error Notification\n            message after this threshold is exceeded.\n            \n            A value of 0 (zero) for this object\n            indicates that the threshold is infinity, thus\n            the SNMP notification will never be generated.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "mplsLdpEntityLabelDistMethod": {
                        "type": "string",
                        "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                        "x-yang-type": "mpls-tc:MplsLabelDistributionMethod"
                      },
                      "mplsLdpEntityLabelRetentionMode": {
                        "type": "string",
                        "description": "The LDP Entity can be configured to use either\n            conservative or liberal label retention mode.\n            \n            If the value of this object is conservative(1)\n            then advertized label mappings are retained\n            only if they will be used to forward packets,\n            i.e., if label came from a valid next hop.\n            \n            If the value of this object is liberal(2)\n            then all advertized label mappings are retained\n            whether they are from a valid next hop or not.",
                        "x-yang-type": "mpls-tc:MplsRetentionMode"
                      },
                      "mplsLdpEntityPathVectorLimit": {
                        "type": "integer",
                        "description": "If the value of this object is 0 (zero) then\n            Loop Detection for Path Vectors is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path Vectors is enabled,\n            and the Path Vector Limit is this value.\n            Also, the value of the object,\n            'mplsLdpLsrLoopDetectionCapable', must be set to\n            either 'pathVector(4)' or 'hopCountAndPathVector(5)',\n            if this object has a value greater than 0 (zero),\n            otherwise it is ignored.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "mplsLdpEntityHopCountLimit": {
                        "type": "integer",
                        "description": "If the value of this object is 0 (zero),\n            then Loop Detection using Hop Counters is\n            disabled.\n            \n            If the value of this object is greater than\n            0 (zero) then Loop Detection using Hop\n            Counters is enabled, and this object\n            specifies this Entity's maximum allowable\n            value for the Hop Count.\n            Also, the value of the object\n            mplsLdpLsrLoopDetectionCapable must be set\n            to either 'hopCount(3)' or\n            'hopCountAndPathVector(5)' if this object\n            has a value greater than 0 (zero), otherwise\n            it is ignored.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "mplsLdpEntityTransportAddrKind": {
                        "type": "string",
                        "description": "This specifies whether the loopback or interface\n            address is to be used as the transport address\n            in the transport address TLV of the\n            hello message.\n            \n            If the value is interface(1), then the IP\n            address of the interface from which hello\n            messages are sent is used as the transport\n            address in the hello message.\n            \n            Otherwise, if the value is loopback(2), then the IP\n            address of the loopback interface is used as the\n            transport address in the hello message."
                      },
                      "mplsLdpEntityTargetPeer": {
                        "type": "boolean",
                        "description": "If this LDP entity uses targeted peer then set\n            this to true."
                      },
                      "mplsLdpEntityTargetPeerAddrType": {
                        "type": "string",
                        "description": "The type of the internetwork layer address used for\n            the Extended Discovery.  This object indicates how\n            the value of mplsLdpEntityTargetPeerAddr is to\n            be interpreted.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "mplsLdpEntityTargetPeerAddr": {
                        "type": "string",
                        "description": "The value of the internetwork layer address\n            used for the Extended Discovery.  The value of\n            mplsLdpEntityTargetPeerAddrType specifies how\n            this address is to be interpreted.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "mplsLdpEntityLabelType": {
                        "type": "string",
                        "description": "Specifies the optional parameters for the LDP\n            Initialization Message.\n            \n            If the value is generic(1) then no\n            optional parameters will be sent in\n            the LDP Initialization message associated\n            with this Entity.\n            \n            If the value is atmParameters(2) then\n            a row must be created in the\n            mplsLdpEntityAtmTable, which\n            corresponds to this entry.\n            \n            If the value is frameRelayParameters(3) then\n            a row must be created in the\n            mplsLdpEntityFrameRelayTable, which\n            corresponds to this entry.",
                        "x-yang-type": "mpls-tc:MplsLdpLabelType"
                      },
                      "mplsLdpEntityDiscontinuityTime": {
                        "type": "string",
                        "description": "The value of sysUpTime on the most recent occasion\n            at which any one or more of this entity's counters\n            suffered a discontinuity.  The relevant counters\n            are the specific instances associated with this\n            entity of any Counter32 object contained\n            in the 'mplsLdpEntityStatsTable'.  If no such\n            discontinuities have occurred since the last\n            re-initialization of the local management\n            subsystem, then this object contains a zero\n            value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "mplsLdpEntityStorageType": {
                        "type": "string",
                        "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                        "x-yang-type": "snmpv2-tc:StorageType"
                      },
                      "mplsLdpEntityRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.  All writable\n            objects in this row may be modified at any\n            time, however, as described in detail in\n            the section entitled, 'Changing Values After\n            Session Establishment', and again described\n            in the DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object, if a session\n            has been initiated with a Peer, changing objects\n            in this table will wreak havoc with the session\n            and interrupt traffic.  To repeat again:\n            the recommended procedure is to\n            set the mplsLdpEntityAdminStatus to down, thereby\n            explicitly causing a session to be torn down. Then,\n            change objects in this entry, then set\n            the mplsLdpEntityAdminStatus to enable,\n            which enables a new session to be initiated.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpEntityEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpEntityProtocolVersion": 0,
                      "mplsLdpEntityAdminStatus": "up(1)",
                      "mplsLdpEntityOperStatus": "up(1)",
                      "mplsLdpEntityTcpPort": "example-string",
                      "mplsLdpEntityUdpDscPort": "example-string",
                      "mplsLdpEntityMaxPduLength": 0,
                      "mplsLdpEntityKeepAliveHoldTimer": 0,
                      "mplsLdpEntityHelloHoldTimer": 0,
                      "mplsLdpEntityInitSessionThreshold": -2147483648,
                      "mplsLdpEntityLabelDistMethod": "example-string",
                      "mplsLdpEntityLabelRetentionMode": "example-string",
                      "mplsLdpEntityPathVectorLimit": -2147483648,
                      "mplsLdpEntityHopCountLimit": -2147483648,
                      "mplsLdpEntityTransportAddrKind": "192.168.1.1",
                      "mplsLdpEntityTargetPeer": true,
                      "mplsLdpEntityTargetPeerAddrType": "192.168.1.1",
                      "mplsLdpEntityTargetPeerAddr": "192.168.1.1",
                      "mplsLdpEntityLabelType": "ethernetCsmacd(6)",
                      "mplsLdpEntityDiscontinuityTime": "example-string",
                      "mplsLdpEntityStorageType": "ethernetCsmacd(6)",
                      "mplsLdpEntityRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpEntityEntry",
        "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": "/mplsLdpEntityTable/mplsLdpEntityEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpPeerTable": {
      "get": {
        "summary": "Get mplsLdpPeerTable data",
        "description": "Retrieve mplsLdpPeerTable operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Information about LDP peers known by Entities in\n        the mplsLdpEntityTable.  The information in this table\n        is based on information from the Entity-Peer interaction\n        during session initialization but is not appropriate\n        for the mplsLdpSessionTable, because objects in this\n        table may or may not be used in session establishment.",
                  "properties": {
                    "mplsLdpPeerEntry": {
                      "type": "array",
                      "description": "Information about a single Peer which is related\n          to a Session.  This table is augmented by\n          the mplsLdpSessionTable.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "mplsLdpEntityLdpId": {
                            "type": "string",
                            "description": "mplsLdpEntityLdpId",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpEntityIndex": {
                            "type": "string",
                            "description": "mplsLdpEntityIndex",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpPeerLdpId": {
                            "type": "string",
                            "description": "The LDP identifier of this LDP Peer.",
                            "x-yang-type": "mpls-tc:MplsLdpIdentifier"
                          },
                          "mplsLdpPeerLabelDistMethod": {
                            "type": "string",
                            "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                            "x-yang-type": "mpls-tc:MplsLabelDistributionMethod"
                          },
                          "mplsLdpPeerPathVectorLimit": {
                            "type": "integer",
                            "description": "If the value of this object is 0 (zero) then\n            Loop Dection for Path Vectors for this Peer\n            is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path  Vectors for this\n            Peer is enabled and the Path Vector Limit is this value.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "mplsLdpPeerTransportAddrType": {
                            "type": "string",
                            "description": "The type of the Internet address for the\n            mplsLdpPeerTransportAddr object.  The LDP\n            specification describes this as being either\n            an IPv4 Transport Address or IPv6 Transport\n            \n            \n            Address which is used in opening the LDP session's\n            TCP connection, or if the optional TLV is not\n            present, then this is the IPv4/IPv6 source\n            address for the UPD packet carrying the Hellos.\n            \n            This object specifies how the value of the\n            mplsLdpPeerTransportAddr object should be\n            interpreted.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "mplsLdpPeerTransportAddr": {
                            "type": "string",
                            "description": "The Internet address advertised by the peer\n            in the Hello Message or the Hello source address.\n            \n            The type of this address is specified by the\n            value of the mplsLdpPeerTransportAddrType\n            object.",
                            "x-yang-type": "inet-address:InetAddress"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpPeerTable": {
                    "mplsLdpPeerEntry": [
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "1",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpPeerLabelDistMethod": "example-string",
                        "mplsLdpPeerPathVectorLimit": -2147483648,
                        "mplsLdpPeerTransportAddrType": "192.168.1.1",
                        "mplsLdpPeerTransportAddr": "192.168.1.1"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "2",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpPeerLabelDistMethod": "example-string",
                        "mplsLdpPeerPathVectorLimit": -2147483648,
                        "mplsLdpPeerTransportAddrType": "192.168.1.1",
                        "mplsLdpPeerTransportAddr": "192.168.1.1"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "3",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpPeerLabelDistMethod": "example-string",
                        "mplsLdpPeerPathVectorLimit": -2147483648,
                        "mplsLdpPeerTransportAddrType": "192.168.1.1",
                        "mplsLdpPeerTransportAddr": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpPeerTable",
        "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": "/mplsLdpPeerTable",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpPeerTable/mplsLdpPeerEntry": {
      "get": {
        "summary": "Get mplsLdpPeerEntry list",
        "description": "Retrieve list of mplsLdpPeerEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about a single Peer which is related\n          to a Session.  This table is augmented by\n          the mplsLdpSessionTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "The LDP identifier of this LDP Peer.",
                        "x-yang-type": "mpls-tc:MplsLdpIdentifier"
                      },
                      "mplsLdpPeerLabelDistMethod": {
                        "type": "string",
                        "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                        "x-yang-type": "mpls-tc:MplsLabelDistributionMethod"
                      },
                      "mplsLdpPeerPathVectorLimit": {
                        "type": "integer",
                        "description": "If the value of this object is 0 (zero) then\n            Loop Dection for Path Vectors for this Peer\n            is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path  Vectors for this\n            Peer is enabled and the Path Vector Limit is this value.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "mplsLdpPeerTransportAddrType": {
                        "type": "string",
                        "description": "The type of the Internet address for the\n            mplsLdpPeerTransportAddr object.  The LDP\n            specification describes this as being either\n            an IPv4 Transport Address or IPv6 Transport\n            \n            \n            Address which is used in opening the LDP session's\n            TCP connection, or if the optional TLV is not\n            present, then this is the IPv4/IPv6 source\n            address for the UPD packet carrying the Hellos.\n            \n            This object specifies how the value of the\n            mplsLdpPeerTransportAddr object should be\n            interpreted.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "mplsLdpPeerTransportAddr": {
                        "type": "string",
                        "description": "The Internet address advertised by the peer\n            in the Hello Message or the Hello source address.\n            \n            The type of this address is specified by the\n            value of the mplsLdpPeerTransportAddrType\n            object.",
                        "x-yang-type": "inet-address:InetAddress"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpPeerEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsLdpPeerLabelDistMethod": "example-string",
                      "mplsLdpPeerPathVectorLimit": -2147483648,
                      "mplsLdpPeerTransportAddrType": "192.168.1.1",
                      "mplsLdpPeerTransportAddr": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpPeerEntry",
        "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": "/mplsLdpPeerTable/mplsLdpPeerEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpHelloAdjacencyTable": {
      "get": {
        "summary": "Get mplsLdpHelloAdjacencyTable data",
        "description": "Retrieve mplsLdpHelloAdjacencyTable operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table of Hello Adjacencies for Sessions.",
                  "properties": {
                    "mplsLdpHelloAdjacencyEntry": {
                      "type": "array",
                      "description": "Each row represents a single LDP Hello Adjacency.\n          An LDP Session can have one or more Hello\n          Adjacencies.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "mplsLdpEntityLdpId": {
                            "type": "string",
                            "description": "mplsLdpEntityLdpId",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpEntityIndex": {
                            "type": "string",
                            "description": "mplsLdpEntityIndex",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpPeerLdpId": {
                            "type": "string",
                            "description": "mplsLdpPeerLdpId",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpHelloAdjacencyIndex": {
                            "type": "integer",
                            "description": "An identifier for this specific adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "mplsLdpHelloAdjacencyHoldTimeRem": {
                            "type": "string",
                            "description": "If the value of this object is 65535,\n            this means that the hold time is infinite\n            (i.e., wait forever).\n            \n            Otherwise, the time remaining for\n            this Hello Adjacency to receive its\n            next Hello Message.\n            \n            This interval will change when the 'next'\n            Hello Message which corresponds to this\n            Hello Adjacency is received unless it\n            is infinite.",
                            "x-yang-type": "snmpv2-tc:TimeInterval"
                          },
                          "mplsLdpHelloAdjacencyHoldTime": {
                            "type": "integer",
                            "description": "The Hello hold time which is negotiated between\n            the Entity and the Peer.  The entity associated\n            with this Hello Adjacency issues a proposed\n            Hello Hold Time value in the\n            mplsLdpEntityHelloHoldTimer object.  The peer\n            also proposes a value and this object represents\n            the negotiated value.\n            \n            A value of 0 means the default,\n            which is 15 seconds for Link Hellos\n            and 45 seconds for Targeted Hellos.\n            A value of 65535 indicates an\n            infinite hold time.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "mplsLdpHelloAdjacencyType": {
                            "type": "string",
                            "description": "This adjacency is the result of a 'link'\n            hello if the value of this object is link(1).\n            \n            \n            Otherwise, it is a result of a 'targeted'\n            hello, targeted(2)."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpHelloAdjacencyTable": {
                    "mplsLdpHelloAdjacencyEntry": [
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "1",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpHelloAdjacencyIndex": 1,
                        "mplsLdpHelloAdjacencyHoldTimeRem": "example-string",
                        "mplsLdpHelloAdjacencyHoldTime": 0,
                        "mplsLdpHelloAdjacencyType": "ethernetCsmacd(6)"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "2",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpHelloAdjacencyIndex": 2,
                        "mplsLdpHelloAdjacencyHoldTimeRem": "example-string",
                        "mplsLdpHelloAdjacencyHoldTime": 0,
                        "mplsLdpHelloAdjacencyType": "ethernetCsmacd(6)"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "3",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpHelloAdjacencyIndex": 3,
                        "mplsLdpHelloAdjacencyHoldTimeRem": "example-string",
                        "mplsLdpHelloAdjacencyHoldTime": 0,
                        "mplsLdpHelloAdjacencyType": "ethernetCsmacd(6)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpHelloAdjacencyTable",
        "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": "/mplsLdpHelloAdjacencyTable",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpHelloAdjacencyTable/mplsLdpHelloAdjacencyEntry": {
      "get": {
        "summary": "Get mplsLdpHelloAdjacencyEntry list",
        "description": "Retrieve list of mplsLdpHelloAdjacencyEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each row represents a single LDP Hello Adjacency.\n          An LDP Session can have one or more Hello\n          Adjacencies.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "mplsLdpPeerLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpHelloAdjacencyIndex": {
                        "type": "integer",
                        "description": "An identifier for this specific adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpHelloAdjacencyHoldTimeRem": {
                        "type": "string",
                        "description": "If the value of this object is 65535,\n            this means that the hold time is infinite\n            (i.e., wait forever).\n            \n            Otherwise, the time remaining for\n            this Hello Adjacency to receive its\n            next Hello Message.\n            \n            This interval will change when the 'next'\n            Hello Message which corresponds to this\n            Hello Adjacency is received unless it\n            is infinite.",
                        "x-yang-type": "snmpv2-tc:TimeInterval"
                      },
                      "mplsLdpHelloAdjacencyHoldTime": {
                        "type": "integer",
                        "description": "The Hello hold time which is negotiated between\n            the Entity and the Peer.  The entity associated\n            with this Hello Adjacency issues a proposed\n            Hello Hold Time value in the\n            mplsLdpEntityHelloHoldTimer object.  The peer\n            also proposes a value and this object represents\n            the negotiated value.\n            \n            A value of 0 means the default,\n            which is 15 seconds for Link Hellos\n            and 45 seconds for Targeted Hellos.\n            A value of 65535 indicates an\n            infinite hold time.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpHelloAdjacencyType": {
                        "type": "string",
                        "description": "This adjacency is the result of a 'link'\n            hello if the value of this object is link(1).\n            \n            \n            Otherwise, it is a result of a 'targeted'\n            hello, targeted(2)."
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpHelloAdjacencyEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsLdpHelloAdjacencyIndex": 1,
                      "mplsLdpHelloAdjacencyHoldTimeRem": "example-string",
                      "mplsLdpHelloAdjacencyHoldTime": 0,
                      "mplsLdpHelloAdjacencyType": "ethernetCsmacd(6)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpHelloAdjacencyEntry",
        "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": "/mplsLdpHelloAdjacencyTable/mplsLdpHelloAdjacencyEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsInSegmentLdpLspTable": {
      "get": {
        "summary": "Get mplsInSegmentLdpLspTable data",
        "description": "Retrieve mplsInSegmentLdpLspTable operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table of LDP LSP's which\n        map to the mplsInSegmentTable in the\n        MPLS-LSR-STD-MIB module.",
                  "properties": {
                    "mplsInSegmentLdpLspEntry": {
                      "type": "array",
                      "description": "mplsInSegmentLdpLspEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "mplsLdpEntityLdpId": {
                            "type": "string",
                            "description": "mplsLdpEntityLdpId",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpEntityIndex": {
                            "type": "string",
                            "description": "mplsLdpEntityIndex",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpPeerLdpId": {
                            "type": "string",
                            "description": "mplsLdpPeerLdpId",
                            "x-yang-type": "leafref"
                          },
                          "mplsInSegmentLdpLspIndex": {
                            "type": "string",
                            "description": "This contains the same value as the\n            mplsInSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsInSegmentTable.",
                            "x-yang-type": "mpls-lsr:MplsIndexType"
                          },
                          "mplsInSegmentLdpLspLabelType": {
                            "type": "string",
                            "description": "The Layer 2 Label Type.",
                            "x-yang-type": "mpls-tc:MplsLdpLabelType"
                          },
                          "mplsInSegmentLdpLspType": {
                            "type": "string",
                            "description": "The type of LSP connection.",
                            "x-yang-type": "mpls-tc:MplsLspType"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsInSegmentLdpLspTable": {
                    "mplsInSegmentLdpLspEntry": [
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "1",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsInSegmentLdpLspIndex": "1",
                        "mplsInSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                        "mplsInSegmentLdpLspType": "ethernetCsmacd(6)"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "2",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsInSegmentLdpLspIndex": "2",
                        "mplsInSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                        "mplsInSegmentLdpLspType": "ethernetCsmacd(6)"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "3",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsInSegmentLdpLspIndex": "3",
                        "mplsInSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                        "mplsInSegmentLdpLspType": "ethernetCsmacd(6)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsInSegmentLdpLspTable",
        "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": "/mplsInSegmentLdpLspTable",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsInSegmentLdpLspTable/mplsInSegmentLdpLspEntry": {
      "get": {
        "summary": "Get mplsInSegmentLdpLspEntry list",
        "description": "Retrieve list of mplsInSegmentLdpLspEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "mplsInSegmentLdpLspEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "mplsLdpPeerLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsInSegmentLdpLspIndex": {
                        "type": "string",
                        "description": "This contains the same value as the\n            mplsInSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsInSegmentTable.",
                        "x-yang-type": "mpls-lsr:MplsIndexType"
                      },
                      "mplsInSegmentLdpLspLabelType": {
                        "type": "string",
                        "description": "The Layer 2 Label Type.",
                        "x-yang-type": "mpls-tc:MplsLdpLabelType"
                      },
                      "mplsInSegmentLdpLspType": {
                        "type": "string",
                        "description": "The type of LSP connection.",
                        "x-yang-type": "mpls-tc:MplsLspType"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsInSegmentLdpLspEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsInSegmentLdpLspIndex": "example-string",
                      "mplsInSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                      "mplsInSegmentLdpLspType": "ethernetCsmacd(6)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsInSegmentLdpLspEntry",
        "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": "/mplsInSegmentLdpLspTable/mplsInSegmentLdpLspEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsOutSegmentLdpLspTable": {
      "get": {
        "summary": "Get mplsOutSegmentLdpLspTable data",
        "description": "Retrieve mplsOutSegmentLdpLspTable operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table of LDP LSP's which\n        map to the mplsOutSegmentTable in the\n        MPLS-LSR-STD-MIB.",
                  "properties": {
                    "mplsOutSegmentLdpLspEntry": {
                      "type": "array",
                      "description": "An entry in this table represents information\n          on a single LDP LSP which is represented by\n          a session's index triple (mplsLdpEntityLdpId,\n          mplsLdpEntityIndex, mplsLdpPeerLdpId) AND the\n          index (mplsOutSegmentLdpLspIndex)\n          for the mplsOutSegmentTable.\n          \n          The information contained in a row is read-only.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "mplsLdpEntityLdpId": {
                            "type": "string",
                            "description": "mplsLdpEntityLdpId",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpEntityIndex": {
                            "type": "string",
                            "description": "mplsLdpEntityIndex",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpPeerLdpId": {
                            "type": "string",
                            "description": "mplsLdpPeerLdpId",
                            "x-yang-type": "leafref"
                          },
                          "mplsOutSegmentLdpLspIndex": {
                            "type": "string",
                            "description": "This contains the same value as the\n            mplsOutSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsOutSegmentTable.",
                            "x-yang-type": "mpls-lsr:MplsIndexType"
                          },
                          "mplsOutSegmentLdpLspLabelType": {
                            "type": "string",
                            "description": "The Layer 2 Label Type.",
                            "x-yang-type": "mpls-tc:MplsLdpLabelType"
                          },
                          "mplsOutSegmentLdpLspType": {
                            "type": "string",
                            "description": "The type of LSP connection.",
                            "x-yang-type": "mpls-tc:MplsLspType"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsOutSegmentLdpLspTable": {
                    "mplsOutSegmentLdpLspEntry": [
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "1",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsOutSegmentLdpLspIndex": "1",
                        "mplsOutSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                        "mplsOutSegmentLdpLspType": "ethernetCsmacd(6)"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "2",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsOutSegmentLdpLspIndex": "2",
                        "mplsOutSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                        "mplsOutSegmentLdpLspType": "ethernetCsmacd(6)"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "3",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsOutSegmentLdpLspIndex": "3",
                        "mplsOutSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                        "mplsOutSegmentLdpLspType": "ethernetCsmacd(6)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsOutSegmentLdpLspTable",
        "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": "/mplsOutSegmentLdpLspTable",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsOutSegmentLdpLspTable/mplsOutSegmentLdpLspEntry": {
      "get": {
        "summary": "Get mplsOutSegmentLdpLspEntry list",
        "description": "Retrieve list of mplsOutSegmentLdpLspEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in this table represents information\n          on a single LDP LSP which is represented by\n          a session's index triple (mplsLdpEntityLdpId,\n          mplsLdpEntityIndex, mplsLdpPeerLdpId) AND the\n          index (mplsOutSegmentLdpLspIndex)\n          for the mplsOutSegmentTable.\n          \n          The information contained in a row is read-only.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "mplsLdpPeerLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsOutSegmentLdpLspIndex": {
                        "type": "string",
                        "description": "This contains the same value as the\n            mplsOutSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsOutSegmentTable.",
                        "x-yang-type": "mpls-lsr:MplsIndexType"
                      },
                      "mplsOutSegmentLdpLspLabelType": {
                        "type": "string",
                        "description": "The Layer 2 Label Type.",
                        "x-yang-type": "mpls-tc:MplsLdpLabelType"
                      },
                      "mplsOutSegmentLdpLspType": {
                        "type": "string",
                        "description": "The type of LSP connection.",
                        "x-yang-type": "mpls-tc:MplsLspType"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsOutSegmentLdpLspEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsOutSegmentLdpLspIndex": "example-string",
                      "mplsOutSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                      "mplsOutSegmentLdpLspType": "ethernetCsmacd(6)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsOutSegmentLdpLspEntry",
        "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": "/mplsOutSegmentLdpLspTable/mplsOutSegmentLdpLspEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsFecTable": {
      "get": {
        "summary": "Get mplsFecTable data",
        "description": "Retrieve mplsFecTable operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table represents the FEC\n        (Forwarding Equivalence Class)\n        Information associated with an LSP.",
                  "properties": {
                    "mplsFecEntry": {
                      "type": "array",
                      "description": "Each row represents a single FEC Element.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "mplsFecIndex": {
                            "type": "string",
                            "description": "The index which uniquely identifies this entry.",
                            "x-yang-type": "diffserv-mib:IndexInteger"
                          },
                          "mplsFecType": {
                            "type": "string",
                            "description": "The type of the FEC.  If the value of this object\n            is 'prefix(1)' then the FEC type described by this\n            row is an address prefix.\n            \n            If the value of this object is 'hostAddress(2)' then\n            the FEC type described by this row is a host address."
                          },
                          "mplsFecAddrPrefixLength": {
                            "type": "string",
                            "description": "If the value of the 'mplsFecType' is 'hostAddress(2)'\n            then this object is undefined.\n            \n            If the value of 'mplsFecType' is 'prefix(1)'\n            then the value of this object is the length in\n            bits of the address prefix represented by\n            'mplsFecAddr', or zero.  If the value of this\n            object is zero, this indicates that the\n            prefix matches all addresses.  In this case the\n            address prefix MUST also be zero (i.e., 'mplsFecAddr'\n            should have the value of zero.)",
                            "x-yang-type": "inet-address:InetAddressPrefixLength"
                          },
                          "mplsFecAddrType": {
                            "type": "string",
                            "description": "The value of this object is the type of the\n            Internet address.  The value of this object,\n            decides how the value of the mplsFecAddr object\n            is interpreted.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "mplsFecAddr": {
                            "type": "string",
                            "description": "The value of this object is interpreted based\n            on the value of the 'mplsFecAddrType' object.\n            \n            This address is then further interpretted as\n            an being used with the address prefix,\n            or as the host address.  This further interpretation\n            is indicated by the 'mplsFecType' object.\n            In other words, the FEC element is populated\n            according to the Prefix FEC Element value encoding, or\n            the Host Address FEC Element encoding.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "mplsFecStorageType": {
                            "type": "string",
                            "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                            "x-yang-type": "snmpv2-tc:StorageType"
                          },
                          "mplsFecRowStatus": {
                            "type": "string",
                            "description": "The status of this conceptual row.  If the value of this\n            object is 'active(1)', then none of the writable objects\n            of this entry can be modified, except to set this object\n            to 'destroy(6)'.\n            \n            NOTE: if this row is being referenced by any entry in\n            the mplsLdpLspFecTable, then a request to destroy\n            this row, will result in an inconsistentValue error.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsFecTable": {
                    "mplsFecEntry": [
                      {
                        "mplsFecIndex": "1",
                        "mplsFecType": "ethernetCsmacd(6)",
                        "mplsFecAddrPrefixLength": "192.168.1.1",
                        "mplsFecAddrType": "192.168.1.1",
                        "mplsFecAddr": "192.168.1.1",
                        "mplsFecStorageType": "ethernetCsmacd(6)",
                        "mplsFecRowStatus": "up(1)"
                      },
                      {
                        "mplsFecIndex": "2",
                        "mplsFecType": "ethernetCsmacd(6)",
                        "mplsFecAddrPrefixLength": "192.168.1.1",
                        "mplsFecAddrType": "192.168.1.1",
                        "mplsFecAddr": "192.168.1.1",
                        "mplsFecStorageType": "ethernetCsmacd(6)",
                        "mplsFecRowStatus": "up(1)"
                      },
                      {
                        "mplsFecIndex": "3",
                        "mplsFecType": "ethernetCsmacd(6)",
                        "mplsFecAddrPrefixLength": "192.168.1.1",
                        "mplsFecAddrType": "192.168.1.1",
                        "mplsFecAddr": "192.168.1.1",
                        "mplsFecStorageType": "ethernetCsmacd(6)",
                        "mplsFecRowStatus": "up(1)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsFecTable",
        "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": "/mplsFecTable",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsFecTable/mplsFecEntry": {
      "get": {
        "summary": "Get mplsFecEntry list",
        "description": "Retrieve list of mplsFecEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each row represents a single FEC Element.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsFecIndex": {
                        "type": "string",
                        "description": "The index which uniquely identifies this entry.",
                        "x-yang-type": "diffserv-mib:IndexInteger"
                      },
                      "mplsFecType": {
                        "type": "string",
                        "description": "The type of the FEC.  If the value of this object\n            is 'prefix(1)' then the FEC type described by this\n            row is an address prefix.\n            \n            If the value of this object is 'hostAddress(2)' then\n            the FEC type described by this row is a host address."
                      },
                      "mplsFecAddrPrefixLength": {
                        "type": "string",
                        "description": "If the value of the 'mplsFecType' is 'hostAddress(2)'\n            then this object is undefined.\n            \n            If the value of 'mplsFecType' is 'prefix(1)'\n            then the value of this object is the length in\n            bits of the address prefix represented by\n            'mplsFecAddr', or zero.  If the value of this\n            object is zero, this indicates that the\n            prefix matches all addresses.  In this case the\n            address prefix MUST also be zero (i.e., 'mplsFecAddr'\n            should have the value of zero.)",
                        "x-yang-type": "inet-address:InetAddressPrefixLength"
                      },
                      "mplsFecAddrType": {
                        "type": "string",
                        "description": "The value of this object is the type of the\n            Internet address.  The value of this object,\n            decides how the value of the mplsFecAddr object\n            is interpreted.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "mplsFecAddr": {
                        "type": "string",
                        "description": "The value of this object is interpreted based\n            on the value of the 'mplsFecAddrType' object.\n            \n            This address is then further interpretted as\n            an being used with the address prefix,\n            or as the host address.  This further interpretation\n            is indicated by the 'mplsFecType' object.\n            In other words, the FEC element is populated\n            according to the Prefix FEC Element value encoding, or\n            the Host Address FEC Element encoding.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "mplsFecStorageType": {
                        "type": "string",
                        "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                        "x-yang-type": "snmpv2-tc:StorageType"
                      },
                      "mplsFecRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.  If the value of this\n            object is 'active(1)', then none of the writable objects\n            of this entry can be modified, except to set this object\n            to 'destroy(6)'.\n            \n            NOTE: if this row is being referenced by any entry in\n            the mplsLdpLspFecTable, then a request to destroy\n            this row, will result in an inconsistentValue error.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsFecEntry": [
                    {
                      "mplsFecIndex": "example-string",
                      "mplsFecType": "ethernetCsmacd(6)",
                      "mplsFecAddrPrefixLength": "192.168.1.1",
                      "mplsFecAddrType": "192.168.1.1",
                      "mplsFecAddr": "192.168.1.1",
                      "mplsFecStorageType": "ethernetCsmacd(6)",
                      "mplsFecRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsFecEntry",
        "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": "/mplsFecTable/mplsFecEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsFecTable/mplsFecEntry={mplsFecIndex}": {
      "get": {
        "summary": "Get mplsFecEntry entry",
        "description": "Retrieve specific mplsFecEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsFecIndex",
            "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": {
                    "mplsFecIndex": {
                      "type": "string",
                      "description": "The index which uniquely identifies this entry.",
                      "x-yang-type": "diffserv-mib:IndexInteger"
                    },
                    "mplsFecType": {
                      "type": "string",
                      "description": "The type of the FEC.  If the value of this object\n            is 'prefix(1)' then the FEC type described by this\n            row is an address prefix.\n            \n            If the value of this object is 'hostAddress(2)' then\n            the FEC type described by this row is a host address."
                    },
                    "mplsFecAddrPrefixLength": {
                      "type": "string",
                      "description": "If the value of the 'mplsFecType' is 'hostAddress(2)'\n            then this object is undefined.\n            \n            If the value of 'mplsFecType' is 'prefix(1)'\n            then the value of this object is the length in\n            bits of the address prefix represented by\n            'mplsFecAddr', or zero.  If the value of this\n            object is zero, this indicates that the\n            prefix matches all addresses.  In this case the\n            address prefix MUST also be zero (i.e., 'mplsFecAddr'\n            should have the value of zero.)",
                      "x-yang-type": "inet-address:InetAddressPrefixLength"
                    },
                    "mplsFecAddrType": {
                      "type": "string",
                      "description": "The value of this object is the type of the\n            Internet address.  The value of this object,\n            decides how the value of the mplsFecAddr object\n            is interpreted.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "mplsFecAddr": {
                      "type": "string",
                      "description": "The value of this object is interpreted based\n            on the value of the 'mplsFecAddrType' object.\n            \n            This address is then further interpretted as\n            an being used with the address prefix,\n            or as the host address.  This further interpretation\n            is indicated by the 'mplsFecType' object.\n            In other words, the FEC element is populated\n            according to the Prefix FEC Element value encoding, or\n            the Host Address FEC Element encoding.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "mplsFecStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                      "x-yang-type": "snmpv2-tc:StorageType"
                    },
                    "mplsFecRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.  If the value of this\n            object is 'active(1)', then none of the writable objects\n            of this entry can be modified, except to set this object\n            to 'destroy(6)'.\n            \n            NOTE: if this row is being referenced by any entry in\n            the mplsLdpLspFecTable, then a request to destroy\n            this row, will result in an inconsistentValue error.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsFecEntry": {
                    "mplsFecIndex": "example-string",
                    "mplsFecType": "ethernetCsmacd(6)",
                    "mplsFecAddrPrefixLength": "192.168.1.1",
                    "mplsFecAddrType": "192.168.1.1",
                    "mplsFecAddr": "192.168.1.1",
                    "mplsFecStorageType": "ethernetCsmacd(6)",
                    "mplsFecRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsFecEntry-2"
      },
      "x-yang-path": "/mplsFecTable/mplsFecEntry={mplsFecIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsFecIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpLspFecTable": {
      "get": {
        "summary": "Get mplsLdpLspFecTable data",
        "description": "Retrieve mplsLdpLspFecTable operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table which shows the relationship between\n        LDP LSPs and FECs.  Each row represents\n        a single LDP LSP to FEC association.",
                  "properties": {
                    "mplsLdpLspFecEntry": {
                      "type": "array",
                      "description": "An entry represents a LDP LSP\n          to FEC association.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "mplsLdpEntityLdpId": {
                            "type": "string",
                            "description": "mplsLdpEntityLdpId",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpEntityIndex": {
                            "type": "string",
                            "description": "mplsLdpEntityIndex",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpPeerLdpId": {
                            "type": "string",
                            "description": "mplsLdpPeerLdpId",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpLspFecSegment": {
                            "type": "string",
                            "description": "If the value is inSegment(1), then this\n            indicates that the following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsInSegmentLdpLspIndex.\n            \n            Otherwise, if the value of this object is\n            \n            \n            outSegment(2),  then this\n            indicates that following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsOutSegmentLdpLspIndex."
                          },
                          "mplsLdpLspFecSegmentIndex": {
                            "type": "string",
                            "description": "This index is interpretted by using the value\n            of the mplsLdpLspFecSegment.\n            \n            If the mplsLdpLspFecSegment is inSegment(1),\n            then this index has the same value as\n            mplsInSegmentLdpLspIndex.\n            \n            If the mplsLdpLspFecSegment is outSegment(2),\n            then this index has the same value as\n            mplsOutSegmentLdpLspIndex.",
                            "x-yang-type": "mpls-lsr:MplsIndexType"
                          },
                          "mplsLdpLspFecIndex": {
                            "type": "string",
                            "description": "This index identifies the FEC entry in the\n            mplsFecTable associated with this session.\n            In other words, the value of this index\n            is the same as the value of the mplsFecIndex\n            that denotes the FEC associated with this\n            Session.",
                            "x-yang-type": "diffserv-mib:IndexInteger"
                          },
                          "mplsLdpLspFecStorageType": {
                            "type": "string",
                            "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                            "x-yang-type": "snmpv2-tc:StorageType"
                          },
                          "mplsLdpLspFecRowStatus": {
                            "type": "string",
                            "description": "The status of this conceptual row.  If the\n            value of this object is 'active(1)', then\n            none of the writable objects of this entry\n            can be modified.\n            \n            The Agent should delete this row when\n            the session ceases to exist.  If an\n            operator wants to associate the session with\n            a different FEC, the recommended\n            procedure is (as described in detail in the section\n            entitled, 'Changing Values After Session\n            Establishment', and again described in the\n            DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object)\n            is to set the mplsLdpEntityAdminStatus to\n            down, thereby explicitly causing a session\n            to be torn down. This will also\n            cause this entry to be deleted.\n            \n            Then, set the mplsLdpEntityAdminStatus\n            to enable which enables a new session to be initiated.\n            Once the session is initiated, an entry may be\n            added to this table to associate the new session\n            with a FEC.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpLspFecTable": {
                    "mplsLdpLspFecEntry": [
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "1",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpLspFecSegment": "example-string",
                        "mplsLdpLspFecSegmentIndex": "1",
                        "mplsLdpLspFecIndex": "1",
                        "mplsLdpLspFecStorageType": "ethernetCsmacd(6)",
                        "mplsLdpLspFecRowStatus": "up(1)"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "2",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpLspFecSegment": "example-string",
                        "mplsLdpLspFecSegmentIndex": "2",
                        "mplsLdpLspFecIndex": "2",
                        "mplsLdpLspFecStorageType": "ethernetCsmacd(6)",
                        "mplsLdpLspFecRowStatus": "up(1)"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "3",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpLspFecSegment": "example-string",
                        "mplsLdpLspFecSegmentIndex": "3",
                        "mplsLdpLspFecIndex": "3",
                        "mplsLdpLspFecStorageType": "ethernetCsmacd(6)",
                        "mplsLdpLspFecRowStatus": "up(1)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpLspFecTable",
        "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": "/mplsLdpLspFecTable",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpLspFecTable/mplsLdpLspFecEntry": {
      "get": {
        "summary": "Get mplsLdpLspFecEntry list",
        "description": "Retrieve list of mplsLdpLspFecEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry represents a LDP LSP\n          to FEC association.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "mplsLdpPeerLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpLspFecSegment": {
                        "type": "string",
                        "description": "If the value is inSegment(1), then this\n            indicates that the following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsInSegmentLdpLspIndex.\n            \n            Otherwise, if the value of this object is\n            \n            \n            outSegment(2),  then this\n            indicates that following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsOutSegmentLdpLspIndex."
                      },
                      "mplsLdpLspFecSegmentIndex": {
                        "type": "string",
                        "description": "This index is interpretted by using the value\n            of the mplsLdpLspFecSegment.\n            \n            If the mplsLdpLspFecSegment is inSegment(1),\n            then this index has the same value as\n            mplsInSegmentLdpLspIndex.\n            \n            If the mplsLdpLspFecSegment is outSegment(2),\n            then this index has the same value as\n            mplsOutSegmentLdpLspIndex.",
                        "x-yang-type": "mpls-lsr:MplsIndexType"
                      },
                      "mplsLdpLspFecIndex": {
                        "type": "string",
                        "description": "This index identifies the FEC entry in the\n            mplsFecTable associated with this session.\n            In other words, the value of this index\n            is the same as the value of the mplsFecIndex\n            that denotes the FEC associated with this\n            Session.",
                        "x-yang-type": "diffserv-mib:IndexInteger"
                      },
                      "mplsLdpLspFecStorageType": {
                        "type": "string",
                        "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                        "x-yang-type": "snmpv2-tc:StorageType"
                      },
                      "mplsLdpLspFecRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.  If the\n            value of this object is 'active(1)', then\n            none of the writable objects of this entry\n            can be modified.\n            \n            The Agent should delete this row when\n            the session ceases to exist.  If an\n            operator wants to associate the session with\n            a different FEC, the recommended\n            procedure is (as described in detail in the section\n            entitled, 'Changing Values After Session\n            Establishment', and again described in the\n            DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object)\n            is to set the mplsLdpEntityAdminStatus to\n            down, thereby explicitly causing a session\n            to be torn down. This will also\n            cause this entry to be deleted.\n            \n            Then, set the mplsLdpEntityAdminStatus\n            to enable which enables a new session to be initiated.\n            Once the session is initiated, an entry may be\n            added to this table to associate the new session\n            with a FEC.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpLspFecEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsLdpLspFecSegment": "example-string",
                      "mplsLdpLspFecSegmentIndex": "example-string",
                      "mplsLdpLspFecIndex": "example-string",
                      "mplsLdpLspFecStorageType": "ethernetCsmacd(6)",
                      "mplsLdpLspFecRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpLspFecEntry",
        "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": "/mplsLdpLspFecTable/mplsLdpLspFecEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpSessionPeerAddrTable": {
      "get": {
        "summary": "Get mplsLdpSessionPeerAddrTable data",
        "description": "Retrieve mplsLdpSessionPeerAddrTable operational data from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "mplsLdpSessionPeerAddrTable",
                  "properties": {
                    "mplsLdpSessionPeerAddrEntry": {
                      "type": "array",
                      "description": "An entry in this table represents information on\n          a session's single next hop address which was\n          advertised in an Address Message from the LDP peer.\n          The information contained in a row is read-only.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "mplsLdpEntityLdpId": {
                            "type": "string",
                            "description": "mplsLdpEntityLdpId",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpEntityIndex": {
                            "type": "string",
                            "description": "mplsLdpEntityIndex",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpPeerLdpId": {
                            "type": "string",
                            "description": "mplsLdpPeerLdpId",
                            "x-yang-type": "leafref"
                          },
                          "mplsLdpSessionPeerAddrIndex": {
                            "type": "integer",
                            "description": "An index which uniquely identifies this entry within\n            a given session.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "mplsLdpSessionPeerNextHopAddrType": {
                            "type": "string",
                            "description": "The internetwork layer address type of this Next Hop\n            Address as specified in the Label Address Message\n            associated with this Session. The value of this\n            object indicates how to interpret the value of\n            \n            \n            mplsLdpSessionPeerNextHopAddr.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "mplsLdpSessionPeerNextHopAddr": {
                            "type": "string",
                            "description": "The next hop address.  The type of this address\n            is specified by the value of the\n            mplsLdpSessionPeerNextHopAddrType.",
                            "x-yang-type": "inet-address:InetAddress"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpSessionPeerAddrTable": {
                    "mplsLdpSessionPeerAddrEntry": [
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "1",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpSessionPeerAddrIndex": 1,
                        "mplsLdpSessionPeerNextHopAddrType": "192.168.1.1",
                        "mplsLdpSessionPeerNextHopAddr": "192.168.1.1"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "2",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpSessionPeerAddrIndex": 2,
                        "mplsLdpSessionPeerNextHopAddrType": "192.168.1.1",
                        "mplsLdpSessionPeerNextHopAddr": "192.168.1.1"
                      },
                      {
                        "mplsLdpEntityLdpId": "example-string",
                        "mplsLdpEntityIndex": "3",
                        "mplsLdpPeerLdpId": "example-string",
                        "mplsLdpSessionPeerAddrIndex": 3,
                        "mplsLdpSessionPeerNextHopAddrType": "192.168.1.1",
                        "mplsLdpSessionPeerNextHopAddr": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpSessionPeerAddrTable",
        "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": "/mplsLdpSessionPeerAddrTable",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpSessionPeerAddrTable/mplsLdpSessionPeerAddrEntry": {
      "get": {
        "summary": "Get mplsLdpSessionPeerAddrEntry list",
        "description": "Retrieve list of mplsLdpSessionPeerAddrEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in this table represents information on\n          a session's single next hop address which was\n          advertised in an Address Message from the LDP peer.\n          The information contained in a row is read-only.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "mplsLdpPeerLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpSessionPeerAddrIndex": {
                        "type": "integer",
                        "description": "An index which uniquely identifies this entry within\n            a given session.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpSessionPeerNextHopAddrType": {
                        "type": "string",
                        "description": "The internetwork layer address type of this Next Hop\n            Address as specified in the Label Address Message\n            associated with this Session. The value of this\n            object indicates how to interpret the value of\n            \n            \n            mplsLdpSessionPeerNextHopAddr.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "mplsLdpSessionPeerNextHopAddr": {
                        "type": "string",
                        "description": "The next hop address.  The type of this address\n            is specified by the value of the\n            mplsLdpSessionPeerNextHopAddrType.",
                        "x-yang-type": "inet-address:InetAddress"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpSessionPeerAddrEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsLdpSessionPeerAddrIndex": 1,
                      "mplsLdpSessionPeerNextHopAddrType": "192.168.1.1",
                      "mplsLdpSessionPeerNextHopAddr": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpSessionPeerAddrEntry",
        "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": "/mplsLdpSessionPeerAddrTable/mplsLdpSessionPeerAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpEntityEntry": {
      "get": {
        "summary": "Get mplsLdpEntityEntry list",
        "description": "Retrieve list of mplsLdpEntityEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in this table represents an LDP entity.\n          An entry can be created by a network administrator\n          or by an SNMP agent as instructed by LDP.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "The LDP identifier.",
                        "x-yang-type": "mpls-tc:MplsLdpIdentifier"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "This index is used as a secondary index to uniquely\n            identify this row.  Before creating a row in this table,\n            the 'mplsLdpEntityIndexNext' object should be retrieved.\n            That value should be used for the value of this index\n            when creating a row in this table.  NOTE:  if a value\n            of zero (0) is retrieved, that indicates that no rows\n            can be created in this table at this time.\n            \n            A secondary index (this object) is meaningful to some\n            but not all, LDP implementations.  For example\n            an LDP implementation which uses PPP would\n            use this index to differentiate PPP sub-links.\n            \n            Another way to use this index is to give this the\n            value of ifIndex.  However, this is dependant\n            \n            \n            on the implementation.",
                        "x-yang-type": "diffserv-mib:IndexInteger"
                      },
                      "mplsLdpEntityProtocolVersion": {
                        "type": "integer",
                        "description": "The version number of the LDP protocol which will be\n            used in the session initialization message.\n            \n            Section 3.5.3 in the LDP Specification specifies\n            that the version of the LDP protocol is negotiated during\n            session establishment. The value of this object\n            represents the value that is sent in the initialization\n            message.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpEntityAdminStatus": {
                        "type": "string",
                        "description": "The administrative status of this LDP Entity.\n            If this object is changed from 'enable' to 'disable'\n            and this entity has already attempted to establish\n            contact with a Peer, then all contact with that\n            Peer is lost and all information from that Peer\n            needs to be removed from the MIB. (This implies\n            that the network management subsystem should clean\n            up any related entry in the mplsLdpPeerTable.  This\n            further implies that a 'tear-down' for that session\n            is issued and the session and all information related\n            to that session cease to exist).\n            \n            At this point the operator is able to change values\n            which are related to this entity.\n            \n            When the admin status is set back to 'enable', then\n            this Entity will attempt to establish a new session\n            with the Peer."
                      },
                      "mplsLdpEntityOperStatus": {
                        "type": "string",
                        "description": "The operational status of this LDP Entity.\n            \n            The value of unknown(1) indicates that the\n            operational status cannot be determined at\n            this time.  The value of unknown should be\n            a transient condition before changing\n            to enabled(2) or disabled(3)."
                      },
                      "mplsLdpEntityTcpPort": {
                        "type": "string",
                        "description": "The TCP Port for\n            LDP.  The default value is the well-known\n            value of this port.",
                        "format": "inet:port-number"
                      },
                      "mplsLdpEntityUdpDscPort": {
                        "type": "string",
                        "description": "The UDP Discovery Port for\n            LDP.  The default value is the\n            well-known value for this port.",
                        "format": "inet:port-number"
                      },
                      "mplsLdpEntityMaxPduLength": {
                        "type": "integer",
                        "description": "The maximum PDU Length that is sent in\n            the Common Session Parameters of an Initialization\n            Message. According to the LDP Specification [RFC3036]\n            a value of 255 or less specifies the\n            default maximum length of 4096 octets, this is why\n            the value of this object starts at 256.  The operator\n            should explicitly choose the default value (i.e., 4096),\n            or some other value.\n            \n            The receiving LSR MUST calculate the maximum PDU\n            length for the session by using the smaller of its and\n            its peer's proposals for Max PDU Length.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpEntityKeepAliveHoldTimer": {
                        "type": "integer",
                        "description": "The 16-bit integer value which is the proposed keep\n            alive hold timer for this LDP Entity.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpEntityHelloHoldTimer": {
                        "type": "integer",
                        "description": "The 16-bit integer value which is the proposed Hello\n            hold timer for this LDP Entity. The Hello Hold time\n            in seconds.\n            \n            \n            An LSR maintains a record of Hellos received\n            from potential peers.  This object represents\n            the Hold Time in the Common Hello Parameters TLV of\n            the Hello Message.\n            \n            A value of 0 is a default value and should be\n            interpretted in conjunction with the\n            mplsLdpEntityTargetPeer object.\n            \n            If the value of this object is 0: if the value of the\n            mplsLdpEntityTargetPeer object is false(2), then this\n            specifies that the Hold Time's actual default value is\n            15 seconds (i.e., the default Hold time for Link Hellos\n            is 15 seconds).  Otherwise if the value of the\n            mplsLdpEntityTargetPeer object is true(1), then this\n            specifies that the Hold Time's actual default value is\n            45 seconds (i.e., the default Hold time for Targeted\n            Hellos is 45 seconds).\n            \n            A value of 65535 means infinite (i.e., wait forever).\n            \n            All other values represent the amount of time in\n            seconds to wait for a Hello Message.  Setting the\n            hold time to a value smaller than 15 is not\n            recommended, although not forbidden according\n            to RFC3036.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpEntityInitSessionThreshold": {
                        "type": "integer",
                        "description": "When attempting to establish a session with\n            a given Peer, the given LDP Entity should\n            send out the SNMP notification,\n            'mplsLdpInitSessionThresholdExceeded', when\n            the number of Session Initialization messages\n            sent exceeds this threshold.\n            \n            The notification is used to notify an\n            operator when this Entity and its Peer are\n            possibly engaged in an endless sequence\n            of messages as each NAKs the other's\n            \n            \n            Initialization messages with Error Notification\n            messages.  Setting this threshold which triggers\n            the notification is one way to notify the\n            operator.  The notification should be generated\n            each time this threshold is exceeded and\n            for every subsequent Initialization message\n            which is NAK'd with an Error Notification\n            message after this threshold is exceeded.\n            \n            A value of 0 (zero) for this object\n            indicates that the threshold is infinity, thus\n            the SNMP notification will never be generated.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "mplsLdpEntityLabelDistMethod": {
                        "type": "string",
                        "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                        "x-yang-type": "mpls-tc:MplsLabelDistributionMethod"
                      },
                      "mplsLdpEntityLabelRetentionMode": {
                        "type": "string",
                        "description": "The LDP Entity can be configured to use either\n            conservative or liberal label retention mode.\n            \n            If the value of this object is conservative(1)\n            then advertized label mappings are retained\n            only if they will be used to forward packets,\n            i.e., if label came from a valid next hop.\n            \n            If the value of this object is liberal(2)\n            then all advertized label mappings are retained\n            whether they are from a valid next hop or not.",
                        "x-yang-type": "mpls-tc:MplsRetentionMode"
                      },
                      "mplsLdpEntityPathVectorLimit": {
                        "type": "integer",
                        "description": "If the value of this object is 0 (zero) then\n            Loop Detection for Path Vectors is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path Vectors is enabled,\n            and the Path Vector Limit is this value.\n            Also, the value of the object,\n            'mplsLdpLsrLoopDetectionCapable', must be set to\n            either 'pathVector(4)' or 'hopCountAndPathVector(5)',\n            if this object has a value greater than 0 (zero),\n            otherwise it is ignored.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "mplsLdpEntityHopCountLimit": {
                        "type": "integer",
                        "description": "If the value of this object is 0 (zero),\n            then Loop Detection using Hop Counters is\n            disabled.\n            \n            If the value of this object is greater than\n            0 (zero) then Loop Detection using Hop\n            Counters is enabled, and this object\n            specifies this Entity's maximum allowable\n            value for the Hop Count.\n            Also, the value of the object\n            mplsLdpLsrLoopDetectionCapable must be set\n            to either 'hopCount(3)' or\n            'hopCountAndPathVector(5)' if this object\n            has a value greater than 0 (zero), otherwise\n            it is ignored.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "mplsLdpEntityTransportAddrKind": {
                        "type": "string",
                        "description": "This specifies whether the loopback or interface\n            address is to be used as the transport address\n            in the transport address TLV of the\n            hello message.\n            \n            If the value is interface(1), then the IP\n            address of the interface from which hello\n            messages are sent is used as the transport\n            address in the hello message.\n            \n            Otherwise, if the value is loopback(2), then the IP\n            address of the loopback interface is used as the\n            transport address in the hello message."
                      },
                      "mplsLdpEntityTargetPeer": {
                        "type": "boolean",
                        "description": "If this LDP entity uses targeted peer then set\n            this to true."
                      },
                      "mplsLdpEntityTargetPeerAddrType": {
                        "type": "string",
                        "description": "The type of the internetwork layer address used for\n            the Extended Discovery.  This object indicates how\n            the value of mplsLdpEntityTargetPeerAddr is to\n            be interpreted.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "mplsLdpEntityTargetPeerAddr": {
                        "type": "string",
                        "description": "The value of the internetwork layer address\n            used for the Extended Discovery.  The value of\n            mplsLdpEntityTargetPeerAddrType specifies how\n            this address is to be interpreted.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "mplsLdpEntityLabelType": {
                        "type": "string",
                        "description": "Specifies the optional parameters for the LDP\n            Initialization Message.\n            \n            If the value is generic(1) then no\n            optional parameters will be sent in\n            the LDP Initialization message associated\n            with this Entity.\n            \n            If the value is atmParameters(2) then\n            a row must be created in the\n            mplsLdpEntityAtmTable, which\n            corresponds to this entry.\n            \n            If the value is frameRelayParameters(3) then\n            a row must be created in the\n            mplsLdpEntityFrameRelayTable, which\n            corresponds to this entry.",
                        "x-yang-type": "mpls-tc:MplsLdpLabelType"
                      },
                      "mplsLdpEntityDiscontinuityTime": {
                        "type": "string",
                        "description": "The value of sysUpTime on the most recent occasion\n            at which any one or more of this entity's counters\n            suffered a discontinuity.  The relevant counters\n            are the specific instances associated with this\n            entity of any Counter32 object contained\n            in the 'mplsLdpEntityStatsTable'.  If no such\n            discontinuities have occurred since the last\n            re-initialization of the local management\n            subsystem, then this object contains a zero\n            value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "mplsLdpEntityStorageType": {
                        "type": "string",
                        "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                        "x-yang-type": "snmpv2-tc:StorageType"
                      },
                      "mplsLdpEntityRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.  All writable\n            objects in this row may be modified at any\n            time, however, as described in detail in\n            the section entitled, 'Changing Values After\n            Session Establishment', and again described\n            in the DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object, if a session\n            has been initiated with a Peer, changing objects\n            in this table will wreak havoc with the session\n            and interrupt traffic.  To repeat again:\n            the recommended procedure is to\n            set the mplsLdpEntityAdminStatus to down, thereby\n            explicitly causing a session to be torn down. Then,\n            change objects in this entry, then set\n            the mplsLdpEntityAdminStatus to enable,\n            which enables a new session to be initiated.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpEntityEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpEntityProtocolVersion": 0,
                      "mplsLdpEntityAdminStatus": "up(1)",
                      "mplsLdpEntityOperStatus": "up(1)",
                      "mplsLdpEntityTcpPort": "example-string",
                      "mplsLdpEntityUdpDscPort": "example-string",
                      "mplsLdpEntityMaxPduLength": 0,
                      "mplsLdpEntityKeepAliveHoldTimer": 0,
                      "mplsLdpEntityHelloHoldTimer": 0,
                      "mplsLdpEntityInitSessionThreshold": -2147483648,
                      "mplsLdpEntityLabelDistMethod": "example-string",
                      "mplsLdpEntityLabelRetentionMode": "example-string",
                      "mplsLdpEntityPathVectorLimit": -2147483648,
                      "mplsLdpEntityHopCountLimit": -2147483648,
                      "mplsLdpEntityTransportAddrKind": "192.168.1.1",
                      "mplsLdpEntityTargetPeer": true,
                      "mplsLdpEntityTargetPeerAddrType": "192.168.1.1",
                      "mplsLdpEntityTargetPeerAddr": "192.168.1.1",
                      "mplsLdpEntityLabelType": "ethernetCsmacd(6)",
                      "mplsLdpEntityDiscontinuityTime": "example-string",
                      "mplsLdpEntityStorageType": "ethernetCsmacd(6)",
                      "mplsLdpEntityRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpEntityEntry-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": "/mplsLdpEntityEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpPeerEntry": {
      "get": {
        "summary": "Get mplsLdpPeerEntry list",
        "description": "Retrieve list of mplsLdpPeerEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about a single Peer which is related\n          to a Session.  This table is augmented by\n          the mplsLdpSessionTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "The LDP identifier of this LDP Peer.",
                        "x-yang-type": "mpls-tc:MplsLdpIdentifier"
                      },
                      "mplsLdpPeerLabelDistMethod": {
                        "type": "string",
                        "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                        "x-yang-type": "mpls-tc:MplsLabelDistributionMethod"
                      },
                      "mplsLdpPeerPathVectorLimit": {
                        "type": "integer",
                        "description": "If the value of this object is 0 (zero) then\n            Loop Dection for Path Vectors for this Peer\n            is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path  Vectors for this\n            Peer is enabled and the Path Vector Limit is this value.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "mplsLdpPeerTransportAddrType": {
                        "type": "string",
                        "description": "The type of the Internet address for the\n            mplsLdpPeerTransportAddr object.  The LDP\n            specification describes this as being either\n            an IPv4 Transport Address or IPv6 Transport\n            \n            \n            Address which is used in opening the LDP session's\n            TCP connection, or if the optional TLV is not\n            present, then this is the IPv4/IPv6 source\n            address for the UPD packet carrying the Hellos.\n            \n            This object specifies how the value of the\n            mplsLdpPeerTransportAddr object should be\n            interpreted.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "mplsLdpPeerTransportAddr": {
                        "type": "string",
                        "description": "The Internet address advertised by the peer\n            in the Hello Message or the Hello source address.\n            \n            The type of this address is specified by the\n            value of the mplsLdpPeerTransportAddrType\n            object.",
                        "x-yang-type": "inet-address:InetAddress"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpPeerEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsLdpPeerLabelDistMethod": "example-string",
                      "mplsLdpPeerPathVectorLimit": -2147483648,
                      "mplsLdpPeerTransportAddrType": "192.168.1.1",
                      "mplsLdpPeerTransportAddr": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpPeerEntry-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": "/mplsLdpPeerEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpHelloAdjacencyEntry": {
      "get": {
        "summary": "Get mplsLdpHelloAdjacencyEntry list",
        "description": "Retrieve list of mplsLdpHelloAdjacencyEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each row represents a single LDP Hello Adjacency.\n          An LDP Session can have one or more Hello\n          Adjacencies.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "mplsLdpPeerLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpHelloAdjacencyIndex": {
                        "type": "integer",
                        "description": "An identifier for this specific adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpHelloAdjacencyHoldTimeRem": {
                        "type": "string",
                        "description": "If the value of this object is 65535,\n            this means that the hold time is infinite\n            (i.e., wait forever).\n            \n            Otherwise, the time remaining for\n            this Hello Adjacency to receive its\n            next Hello Message.\n            \n            This interval will change when the 'next'\n            Hello Message which corresponds to this\n            Hello Adjacency is received unless it\n            is infinite.",
                        "x-yang-type": "snmpv2-tc:TimeInterval"
                      },
                      "mplsLdpHelloAdjacencyHoldTime": {
                        "type": "integer",
                        "description": "The Hello hold time which is negotiated between\n            the Entity and the Peer.  The entity associated\n            with this Hello Adjacency issues a proposed\n            Hello Hold Time value in the\n            mplsLdpEntityHelloHoldTimer object.  The peer\n            also proposes a value and this object represents\n            the negotiated value.\n            \n            A value of 0 means the default,\n            which is 15 seconds for Link Hellos\n            and 45 seconds for Targeted Hellos.\n            A value of 65535 indicates an\n            infinite hold time.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpHelloAdjacencyType": {
                        "type": "string",
                        "description": "This adjacency is the result of a 'link'\n            hello if the value of this object is link(1).\n            \n            \n            Otherwise, it is a result of a 'targeted'\n            hello, targeted(2)."
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpHelloAdjacencyEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsLdpHelloAdjacencyIndex": 1,
                      "mplsLdpHelloAdjacencyHoldTimeRem": "example-string",
                      "mplsLdpHelloAdjacencyHoldTime": 0,
                      "mplsLdpHelloAdjacencyType": "ethernetCsmacd(6)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpHelloAdjacencyEntry-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": "/mplsLdpHelloAdjacencyEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsInSegmentLdpLspEntry": {
      "get": {
        "summary": "Get mplsInSegmentLdpLspEntry list",
        "description": "Retrieve list of mplsInSegmentLdpLspEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "mplsInSegmentLdpLspEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "mplsLdpPeerLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsInSegmentLdpLspIndex": {
                        "type": "string",
                        "description": "This contains the same value as the\n            mplsInSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsInSegmentTable.",
                        "x-yang-type": "mpls-lsr:MplsIndexType"
                      },
                      "mplsInSegmentLdpLspLabelType": {
                        "type": "string",
                        "description": "The Layer 2 Label Type.",
                        "x-yang-type": "mpls-tc:MplsLdpLabelType"
                      },
                      "mplsInSegmentLdpLspType": {
                        "type": "string",
                        "description": "The type of LSP connection.",
                        "x-yang-type": "mpls-tc:MplsLspType"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsInSegmentLdpLspEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsInSegmentLdpLspIndex": "example-string",
                      "mplsInSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                      "mplsInSegmentLdpLspType": "ethernetCsmacd(6)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsInSegmentLdpLspEntry-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": "/mplsInSegmentLdpLspEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsOutSegmentLdpLspEntry": {
      "get": {
        "summary": "Get mplsOutSegmentLdpLspEntry list",
        "description": "Retrieve list of mplsOutSegmentLdpLspEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in this table represents information\n          on a single LDP LSP which is represented by\n          a session's index triple (mplsLdpEntityLdpId,\n          mplsLdpEntityIndex, mplsLdpPeerLdpId) AND the\n          index (mplsOutSegmentLdpLspIndex)\n          for the mplsOutSegmentTable.\n          \n          The information contained in a row is read-only.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "mplsLdpPeerLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsOutSegmentLdpLspIndex": {
                        "type": "string",
                        "description": "This contains the same value as the\n            mplsOutSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsOutSegmentTable.",
                        "x-yang-type": "mpls-lsr:MplsIndexType"
                      },
                      "mplsOutSegmentLdpLspLabelType": {
                        "type": "string",
                        "description": "The Layer 2 Label Type.",
                        "x-yang-type": "mpls-tc:MplsLdpLabelType"
                      },
                      "mplsOutSegmentLdpLspType": {
                        "type": "string",
                        "description": "The type of LSP connection.",
                        "x-yang-type": "mpls-tc:MplsLspType"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsOutSegmentLdpLspEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsOutSegmentLdpLspIndex": "example-string",
                      "mplsOutSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                      "mplsOutSegmentLdpLspType": "ethernetCsmacd(6)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsOutSegmentLdpLspEntry-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": "/mplsOutSegmentLdpLspEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsFecEntry": {
      "get": {
        "summary": "Get mplsFecEntry list",
        "description": "Retrieve list of mplsFecEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each row represents a single FEC Element.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsFecIndex": {
                        "type": "string",
                        "description": "The index which uniquely identifies this entry.",
                        "x-yang-type": "diffserv-mib:IndexInteger"
                      },
                      "mplsFecType": {
                        "type": "string",
                        "description": "The type of the FEC.  If the value of this object\n            is 'prefix(1)' then the FEC type described by this\n            row is an address prefix.\n            \n            If the value of this object is 'hostAddress(2)' then\n            the FEC type described by this row is a host address."
                      },
                      "mplsFecAddrPrefixLength": {
                        "type": "string",
                        "description": "If the value of the 'mplsFecType' is 'hostAddress(2)'\n            then this object is undefined.\n            \n            If the value of 'mplsFecType' is 'prefix(1)'\n            then the value of this object is the length in\n            bits of the address prefix represented by\n            'mplsFecAddr', or zero.  If the value of this\n            object is zero, this indicates that the\n            prefix matches all addresses.  In this case the\n            address prefix MUST also be zero (i.e., 'mplsFecAddr'\n            should have the value of zero.)",
                        "x-yang-type": "inet-address:InetAddressPrefixLength"
                      },
                      "mplsFecAddrType": {
                        "type": "string",
                        "description": "The value of this object is the type of the\n            Internet address.  The value of this object,\n            decides how the value of the mplsFecAddr object\n            is interpreted.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "mplsFecAddr": {
                        "type": "string",
                        "description": "The value of this object is interpreted based\n            on the value of the 'mplsFecAddrType' object.\n            \n            This address is then further interpretted as\n            an being used with the address prefix,\n            or as the host address.  This further interpretation\n            is indicated by the 'mplsFecType' object.\n            In other words, the FEC element is populated\n            according to the Prefix FEC Element value encoding, or\n            the Host Address FEC Element encoding.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "mplsFecStorageType": {
                        "type": "string",
                        "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                        "x-yang-type": "snmpv2-tc:StorageType"
                      },
                      "mplsFecRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.  If the value of this\n            object is 'active(1)', then none of the writable objects\n            of this entry can be modified, except to set this object\n            to 'destroy(6)'.\n            \n            NOTE: if this row is being referenced by any entry in\n            the mplsLdpLspFecTable, then a request to destroy\n            this row, will result in an inconsistentValue error.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsFecEntry": [
                    {
                      "mplsFecIndex": "example-string",
                      "mplsFecType": "ethernetCsmacd(6)",
                      "mplsFecAddrPrefixLength": "192.168.1.1",
                      "mplsFecAddrType": "192.168.1.1",
                      "mplsFecAddr": "192.168.1.1",
                      "mplsFecStorageType": "ethernetCsmacd(6)",
                      "mplsFecRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsFecEntry-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": "/mplsFecEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsFecEntry={mplsFecIndex}": {
      "get": {
        "summary": "Get mplsFecEntry entry",
        "description": "Retrieve specific mplsFecEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsFecIndex",
            "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": {
                    "mplsFecIndex": {
                      "type": "string",
                      "description": "The index which uniquely identifies this entry.",
                      "x-yang-type": "diffserv-mib:IndexInteger"
                    },
                    "mplsFecType": {
                      "type": "string",
                      "description": "The type of the FEC.  If the value of this object\n            is 'prefix(1)' then the FEC type described by this\n            row is an address prefix.\n            \n            If the value of this object is 'hostAddress(2)' then\n            the FEC type described by this row is a host address."
                    },
                    "mplsFecAddrPrefixLength": {
                      "type": "string",
                      "description": "If the value of the 'mplsFecType' is 'hostAddress(2)'\n            then this object is undefined.\n            \n            If the value of 'mplsFecType' is 'prefix(1)'\n            then the value of this object is the length in\n            bits of the address prefix represented by\n            'mplsFecAddr', or zero.  If the value of this\n            object is zero, this indicates that the\n            prefix matches all addresses.  In this case the\n            address prefix MUST also be zero (i.e., 'mplsFecAddr'\n            should have the value of zero.)",
                      "x-yang-type": "inet-address:InetAddressPrefixLength"
                    },
                    "mplsFecAddrType": {
                      "type": "string",
                      "description": "The value of this object is the type of the\n            Internet address.  The value of this object,\n            decides how the value of the mplsFecAddr object\n            is interpreted.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "mplsFecAddr": {
                      "type": "string",
                      "description": "The value of this object is interpreted based\n            on the value of the 'mplsFecAddrType' object.\n            \n            This address is then further interpretted as\n            an being used with the address prefix,\n            or as the host address.  This further interpretation\n            is indicated by the 'mplsFecType' object.\n            In other words, the FEC element is populated\n            according to the Prefix FEC Element value encoding, or\n            the Host Address FEC Element encoding.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "mplsFecStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                      "x-yang-type": "snmpv2-tc:StorageType"
                    },
                    "mplsFecRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.  If the value of this\n            object is 'active(1)', then none of the writable objects\n            of this entry can be modified, except to set this object\n            to 'destroy(6)'.\n            \n            NOTE: if this row is being referenced by any entry in\n            the mplsLdpLspFecTable, then a request to destroy\n            this row, will result in an inconsistentValue error.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsFecEntry": {
                    "mplsFecIndex": "example-string",
                    "mplsFecType": "ethernetCsmacd(6)",
                    "mplsFecAddrPrefixLength": "192.168.1.1",
                    "mplsFecAddrType": "192.168.1.1",
                    "mplsFecAddr": "192.168.1.1",
                    "mplsFecStorageType": "ethernetCsmacd(6)",
                    "mplsFecRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsFecEntry-4"
      },
      "x-yang-path": "/mplsFecEntry={mplsFecIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsFecIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpLspFecEntry": {
      "get": {
        "summary": "Get mplsLdpLspFecEntry list",
        "description": "Retrieve list of mplsLdpLspFecEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry represents a LDP LSP\n          to FEC association.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "mplsLdpPeerLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpLspFecSegment": {
                        "type": "string",
                        "description": "If the value is inSegment(1), then this\n            indicates that the following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsInSegmentLdpLspIndex.\n            \n            Otherwise, if the value of this object is\n            \n            \n            outSegment(2),  then this\n            indicates that following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsOutSegmentLdpLspIndex."
                      },
                      "mplsLdpLspFecSegmentIndex": {
                        "type": "string",
                        "description": "This index is interpretted by using the value\n            of the mplsLdpLspFecSegment.\n            \n            If the mplsLdpLspFecSegment is inSegment(1),\n            then this index has the same value as\n            mplsInSegmentLdpLspIndex.\n            \n            If the mplsLdpLspFecSegment is outSegment(2),\n            then this index has the same value as\n            mplsOutSegmentLdpLspIndex.",
                        "x-yang-type": "mpls-lsr:MplsIndexType"
                      },
                      "mplsLdpLspFecIndex": {
                        "type": "string",
                        "description": "This index identifies the FEC entry in the\n            mplsFecTable associated with this session.\n            In other words, the value of this index\n            is the same as the value of the mplsFecIndex\n            that denotes the FEC associated with this\n            Session.",
                        "x-yang-type": "diffserv-mib:IndexInteger"
                      },
                      "mplsLdpLspFecStorageType": {
                        "type": "string",
                        "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                        "x-yang-type": "snmpv2-tc:StorageType"
                      },
                      "mplsLdpLspFecRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.  If the\n            value of this object is 'active(1)', then\n            none of the writable objects of this entry\n            can be modified.\n            \n            The Agent should delete this row when\n            the session ceases to exist.  If an\n            operator wants to associate the session with\n            a different FEC, the recommended\n            procedure is (as described in detail in the section\n            entitled, 'Changing Values After Session\n            Establishment', and again described in the\n            DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object)\n            is to set the mplsLdpEntityAdminStatus to\n            down, thereby explicitly causing a session\n            to be torn down. This will also\n            cause this entry to be deleted.\n            \n            Then, set the mplsLdpEntityAdminStatus\n            to enable which enables a new session to be initiated.\n            Once the session is initiated, an entry may be\n            added to this table to associate the new session\n            with a FEC.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpLspFecEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsLdpLspFecSegment": "example-string",
                      "mplsLdpLspFecSegmentIndex": "example-string",
                      "mplsLdpLspFecIndex": "example-string",
                      "mplsLdpLspFecStorageType": "ethernetCsmacd(6)",
                      "mplsLdpLspFecRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpLspFecEntry-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": "/mplsLdpLspFecEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpSessionPeerAddrEntry": {
      "get": {
        "summary": "Get mplsLdpSessionPeerAddrEntry list",
        "description": "Retrieve list of mplsLdpSessionPeerAddrEntry entries from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in this table represents information on\n          a session's single next hop address which was\n          advertised in an Address Message from the LDP peer.\n          The information contained in a row is read-only.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "mplsLdpEntityLdpId": {
                        "type": "string",
                        "description": "mplsLdpEntityLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpEntityIndex": {
                        "type": "string",
                        "description": "mplsLdpEntityIndex",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpPeerLdpId": {
                        "type": "string",
                        "description": "mplsLdpPeerLdpId",
                        "x-yang-type": "leafref"
                      },
                      "mplsLdpSessionPeerAddrIndex": {
                        "type": "integer",
                        "description": "An index which uniquely identifies this entry within\n            a given session.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "mplsLdpSessionPeerNextHopAddrType": {
                        "type": "string",
                        "description": "The internetwork layer address type of this Next Hop\n            Address as specified in the Label Address Message\n            associated with this Session. The value of this\n            object indicates how to interpret the value of\n            \n            \n            mplsLdpSessionPeerNextHopAddr.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "mplsLdpSessionPeerNextHopAddr": {
                        "type": "string",
                        "description": "The next hop address.  The type of this address\n            is specified by the value of the\n            mplsLdpSessionPeerNextHopAddrType.",
                        "x-yang-type": "inet-address:InetAddress"
                      }
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpSessionPeerAddrEntry": [
                    {
                      "mplsLdpEntityLdpId": "example-string",
                      "mplsLdpEntityIndex": "example-string",
                      "mplsLdpPeerLdpId": "example-string",
                      "mplsLdpSessionPeerAddrIndex": 1,
                      "mplsLdpSessionPeerNextHopAddrType": "192.168.1.1",
                      "mplsLdpSessionPeerNextHopAddr": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpSessionPeerAddrEntry-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": "/mplsLdpSessionPeerAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpEntityTable/mplsLdpEntityEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex}": {
      "get": {
        "summary": "Get mplsLdpEntityEntry entry",
        "description": "Retrieve specific mplsLdpEntityEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "The LDP identifier.",
                      "x-yang-type": "mpls-tc:MplsLdpIdentifier"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "This index is used as a secondary index to uniquely\n            identify this row.  Before creating a row in this table,\n            the 'mplsLdpEntityIndexNext' object should be retrieved.\n            That value should be used for the value of this index\n            when creating a row in this table.  NOTE:  if a value\n            of zero (0) is retrieved, that indicates that no rows\n            can be created in this table at this time.\n            \n            A secondary index (this object) is meaningful to some\n            but not all, LDP implementations.  For example\n            an LDP implementation which uses PPP would\n            use this index to differentiate PPP sub-links.\n            \n            Another way to use this index is to give this the\n            value of ifIndex.  However, this is dependant\n            \n            \n            on the implementation.",
                      "x-yang-type": "diffserv-mib:IndexInteger"
                    },
                    "mplsLdpEntityProtocolVersion": {
                      "type": "integer",
                      "description": "The version number of the LDP protocol which will be\n            used in the session initialization message.\n            \n            Section 3.5.3 in the LDP Specification specifies\n            that the version of the LDP protocol is negotiated during\n            session establishment. The value of this object\n            represents the value that is sent in the initialization\n            message.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpEntityAdminStatus": {
                      "type": "string",
                      "description": "The administrative status of this LDP Entity.\n            If this object is changed from 'enable' to 'disable'\n            and this entity has already attempted to establish\n            contact with a Peer, then all contact with that\n            Peer is lost and all information from that Peer\n            needs to be removed from the MIB. (This implies\n            that the network management subsystem should clean\n            up any related entry in the mplsLdpPeerTable.  This\n            further implies that a 'tear-down' for that session\n            is issued and the session and all information related\n            to that session cease to exist).\n            \n            At this point the operator is able to change values\n            which are related to this entity.\n            \n            When the admin status is set back to 'enable', then\n            this Entity will attempt to establish a new session\n            with the Peer."
                    },
                    "mplsLdpEntityOperStatus": {
                      "type": "string",
                      "description": "The operational status of this LDP Entity.\n            \n            The value of unknown(1) indicates that the\n            operational status cannot be determined at\n            this time.  The value of unknown should be\n            a transient condition before changing\n            to enabled(2) or disabled(3)."
                    },
                    "mplsLdpEntityTcpPort": {
                      "type": "string",
                      "description": "The TCP Port for\n            LDP.  The default value is the well-known\n            value of this port.",
                      "format": "inet:port-number"
                    },
                    "mplsLdpEntityUdpDscPort": {
                      "type": "string",
                      "description": "The UDP Discovery Port for\n            LDP.  The default value is the\n            well-known value for this port.",
                      "format": "inet:port-number"
                    },
                    "mplsLdpEntityMaxPduLength": {
                      "type": "integer",
                      "description": "The maximum PDU Length that is sent in\n            the Common Session Parameters of an Initialization\n            Message. According to the LDP Specification [RFC3036]\n            a value of 255 or less specifies the\n            default maximum length of 4096 octets, this is why\n            the value of this object starts at 256.  The operator\n            should explicitly choose the default value (i.e., 4096),\n            or some other value.\n            \n            The receiving LSR MUST calculate the maximum PDU\n            length for the session by using the smaller of its and\n            its peer's proposals for Max PDU Length.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpEntityKeepAliveHoldTimer": {
                      "type": "integer",
                      "description": "The 16-bit integer value which is the proposed keep\n            alive hold timer for this LDP Entity.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpEntityHelloHoldTimer": {
                      "type": "integer",
                      "description": "The 16-bit integer value which is the proposed Hello\n            hold timer for this LDP Entity. The Hello Hold time\n            in seconds.\n            \n            \n            An LSR maintains a record of Hellos received\n            from potential peers.  This object represents\n            the Hold Time in the Common Hello Parameters TLV of\n            the Hello Message.\n            \n            A value of 0 is a default value and should be\n            interpretted in conjunction with the\n            mplsLdpEntityTargetPeer object.\n            \n            If the value of this object is 0: if the value of the\n            mplsLdpEntityTargetPeer object is false(2), then this\n            specifies that the Hold Time's actual default value is\n            15 seconds (i.e., the default Hold time for Link Hellos\n            is 15 seconds).  Otherwise if the value of the\n            mplsLdpEntityTargetPeer object is true(1), then this\n            specifies that the Hold Time's actual default value is\n            45 seconds (i.e., the default Hold time for Targeted\n            Hellos is 45 seconds).\n            \n            A value of 65535 means infinite (i.e., wait forever).\n            \n            All other values represent the amount of time in\n            seconds to wait for a Hello Message.  Setting the\n            hold time to a value smaller than 15 is not\n            recommended, although not forbidden according\n            to RFC3036.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpEntityInitSessionThreshold": {
                      "type": "integer",
                      "description": "When attempting to establish a session with\n            a given Peer, the given LDP Entity should\n            send out the SNMP notification,\n            'mplsLdpInitSessionThresholdExceeded', when\n            the number of Session Initialization messages\n            sent exceeds this threshold.\n            \n            The notification is used to notify an\n            operator when this Entity and its Peer are\n            possibly engaged in an endless sequence\n            of messages as each NAKs the other's\n            \n            \n            Initialization messages with Error Notification\n            messages.  Setting this threshold which triggers\n            the notification is one way to notify the\n            operator.  The notification should be generated\n            each time this threshold is exceeded and\n            for every subsequent Initialization message\n            which is NAK'd with an Error Notification\n            message after this threshold is exceeded.\n            \n            A value of 0 (zero) for this object\n            indicates that the threshold is infinity, thus\n            the SNMP notification will never be generated.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "mplsLdpEntityLabelDistMethod": {
                      "type": "string",
                      "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                      "x-yang-type": "mpls-tc:MplsLabelDistributionMethod"
                    },
                    "mplsLdpEntityLabelRetentionMode": {
                      "type": "string",
                      "description": "The LDP Entity can be configured to use either\n            conservative or liberal label retention mode.\n            \n            If the value of this object is conservative(1)\n            then advertized label mappings are retained\n            only if they will be used to forward packets,\n            i.e., if label came from a valid next hop.\n            \n            If the value of this object is liberal(2)\n            then all advertized label mappings are retained\n            whether they are from a valid next hop or not.",
                      "x-yang-type": "mpls-tc:MplsRetentionMode"
                    },
                    "mplsLdpEntityPathVectorLimit": {
                      "type": "integer",
                      "description": "If the value of this object is 0 (zero) then\n            Loop Detection for Path Vectors is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path Vectors is enabled,\n            and the Path Vector Limit is this value.\n            Also, the value of the object,\n            'mplsLdpLsrLoopDetectionCapable', must be set to\n            either 'pathVector(4)' or 'hopCountAndPathVector(5)',\n            if this object has a value greater than 0 (zero),\n            otherwise it is ignored.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "mplsLdpEntityHopCountLimit": {
                      "type": "integer",
                      "description": "If the value of this object is 0 (zero),\n            then Loop Detection using Hop Counters is\n            disabled.\n            \n            If the value of this object is greater than\n            0 (zero) then Loop Detection using Hop\n            Counters is enabled, and this object\n            specifies this Entity's maximum allowable\n            value for the Hop Count.\n            Also, the value of the object\n            mplsLdpLsrLoopDetectionCapable must be set\n            to either 'hopCount(3)' or\n            'hopCountAndPathVector(5)' if this object\n            has a value greater than 0 (zero), otherwise\n            it is ignored.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "mplsLdpEntityTransportAddrKind": {
                      "type": "string",
                      "description": "This specifies whether the loopback or interface\n            address is to be used as the transport address\n            in the transport address TLV of the\n            hello message.\n            \n            If the value is interface(1), then the IP\n            address of the interface from which hello\n            messages are sent is used as the transport\n            address in the hello message.\n            \n            Otherwise, if the value is loopback(2), then the IP\n            address of the loopback interface is used as the\n            transport address in the hello message."
                    },
                    "mplsLdpEntityTargetPeer": {
                      "type": "boolean",
                      "description": "If this LDP entity uses targeted peer then set\n            this to true."
                    },
                    "mplsLdpEntityTargetPeerAddrType": {
                      "type": "string",
                      "description": "The type of the internetwork layer address used for\n            the Extended Discovery.  This object indicates how\n            the value of mplsLdpEntityTargetPeerAddr is to\n            be interpreted.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "mplsLdpEntityTargetPeerAddr": {
                      "type": "string",
                      "description": "The value of the internetwork layer address\n            used for the Extended Discovery.  The value of\n            mplsLdpEntityTargetPeerAddrType specifies how\n            this address is to be interpreted.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "mplsLdpEntityLabelType": {
                      "type": "string",
                      "description": "Specifies the optional parameters for the LDP\n            Initialization Message.\n            \n            If the value is generic(1) then no\n            optional parameters will be sent in\n            the LDP Initialization message associated\n            with this Entity.\n            \n            If the value is atmParameters(2) then\n            a row must be created in the\n            mplsLdpEntityAtmTable, which\n            corresponds to this entry.\n            \n            If the value is frameRelayParameters(3) then\n            a row must be created in the\n            mplsLdpEntityFrameRelayTable, which\n            corresponds to this entry.",
                      "x-yang-type": "mpls-tc:MplsLdpLabelType"
                    },
                    "mplsLdpEntityDiscontinuityTime": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion\n            at which any one or more of this entity's counters\n            suffered a discontinuity.  The relevant counters\n            are the specific instances associated with this\n            entity of any Counter32 object contained\n            in the 'mplsLdpEntityStatsTable'.  If no such\n            discontinuities have occurred since the last\n            re-initialization of the local management\n            subsystem, then this object contains a zero\n            value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "mplsLdpEntityStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                      "x-yang-type": "snmpv2-tc:StorageType"
                    },
                    "mplsLdpEntityRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.  All writable\n            objects in this row may be modified at any\n            time, however, as described in detail in\n            the section entitled, 'Changing Values After\n            Session Establishment', and again described\n            in the DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object, if a session\n            has been initiated with a Peer, changing objects\n            in this table will wreak havoc with the session\n            and interrupt traffic.  To repeat again:\n            the recommended procedure is to\n            set the mplsLdpEntityAdminStatus to down, thereby\n            explicitly causing a session to be torn down. Then,\n            change objects in this entry, then set\n            the mplsLdpEntityAdminStatus to enable,\n            which enables a new session to be initiated.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpEntityEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpEntityProtocolVersion": 0,
                    "mplsLdpEntityAdminStatus": "up(1)",
                    "mplsLdpEntityOperStatus": "up(1)",
                    "mplsLdpEntityTcpPort": "example-string",
                    "mplsLdpEntityUdpDscPort": "example-string",
                    "mplsLdpEntityMaxPduLength": 0,
                    "mplsLdpEntityKeepAliveHoldTimer": 0,
                    "mplsLdpEntityHelloHoldTimer": 0,
                    "mplsLdpEntityInitSessionThreshold": -2147483648,
                    "mplsLdpEntityLabelDistMethod": "example-string",
                    "mplsLdpEntityLabelRetentionMode": "example-string",
                    "mplsLdpEntityPathVectorLimit": -2147483648,
                    "mplsLdpEntityHopCountLimit": -2147483648,
                    "mplsLdpEntityTransportAddrKind": "192.168.1.1",
                    "mplsLdpEntityTargetPeer": true,
                    "mplsLdpEntityTargetPeerAddrType": "192.168.1.1",
                    "mplsLdpEntityTargetPeerAddr": "192.168.1.1",
                    "mplsLdpEntityLabelType": "ethernetCsmacd(6)",
                    "mplsLdpEntityDiscontinuityTime": "example-string",
                    "mplsLdpEntityStorageType": "ethernetCsmacd(6)",
                    "mplsLdpEntityRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpEntityEntry-2"
      },
      "x-yang-path": "/mplsLdpEntityTable/mplsLdpEntityEntry={mplsLdpEntityLdpId mplsLdpEntityIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpPeerTable/mplsLdpPeerEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId}": {
      "get": {
        "summary": "Get mplsLdpPeerEntry entry",
        "description": "Retrieve specific mplsLdpPeerEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "The LDP identifier of this LDP Peer.",
                      "x-yang-type": "mpls-tc:MplsLdpIdentifier"
                    },
                    "mplsLdpPeerLabelDistMethod": {
                      "type": "string",
                      "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                      "x-yang-type": "mpls-tc:MplsLabelDistributionMethod"
                    },
                    "mplsLdpPeerPathVectorLimit": {
                      "type": "integer",
                      "description": "If the value of this object is 0 (zero) then\n            Loop Dection for Path Vectors for this Peer\n            is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path  Vectors for this\n            Peer is enabled and the Path Vector Limit is this value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "mplsLdpPeerTransportAddrType": {
                      "type": "string",
                      "description": "The type of the Internet address for the\n            mplsLdpPeerTransportAddr object.  The LDP\n            specification describes this as being either\n            an IPv4 Transport Address or IPv6 Transport\n            \n            \n            Address which is used in opening the LDP session's\n            TCP connection, or if the optional TLV is not\n            present, then this is the IPv4/IPv6 source\n            address for the UPD packet carrying the Hellos.\n            \n            This object specifies how the value of the\n            mplsLdpPeerTransportAddr object should be\n            interpreted.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "mplsLdpPeerTransportAddr": {
                      "type": "string",
                      "description": "The Internet address advertised by the peer\n            in the Hello Message or the Hello source address.\n            \n            The type of this address is specified by the\n            value of the mplsLdpPeerTransportAddrType\n            object.",
                      "x-yang-type": "inet-address:InetAddress"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpPeerEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsLdpPeerLabelDistMethod": "example-string",
                    "mplsLdpPeerPathVectorLimit": -2147483648,
                    "mplsLdpPeerTransportAddrType": "192.168.1.1",
                    "mplsLdpPeerTransportAddr": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpPeerEntry-2"
      },
      "x-yang-path": "/mplsLdpPeerTable/mplsLdpPeerEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpHelloAdjacencyTable/mplsLdpHelloAdjacencyEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId},{mplsLdpHelloAdjacencyIndex}": {
      "get": {
        "summary": "Get mplsLdpHelloAdjacencyEntry entry",
        "description": "Retrieve specific mplsLdpHelloAdjacencyEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpHelloAdjacencyIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpHelloAdjacencyIndex": {
                      "type": "integer",
                      "description": "An identifier for this specific adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpHelloAdjacencyHoldTimeRem": {
                      "type": "string",
                      "description": "If the value of this object is 65535,\n            this means that the hold time is infinite\n            (i.e., wait forever).\n            \n            Otherwise, the time remaining for\n            this Hello Adjacency to receive its\n            next Hello Message.\n            \n            This interval will change when the 'next'\n            Hello Message which corresponds to this\n            Hello Adjacency is received unless it\n            is infinite.",
                      "x-yang-type": "snmpv2-tc:TimeInterval"
                    },
                    "mplsLdpHelloAdjacencyHoldTime": {
                      "type": "integer",
                      "description": "The Hello hold time which is negotiated between\n            the Entity and the Peer.  The entity associated\n            with this Hello Adjacency issues a proposed\n            Hello Hold Time value in the\n            mplsLdpEntityHelloHoldTimer object.  The peer\n            also proposes a value and this object represents\n            the negotiated value.\n            \n            A value of 0 means the default,\n            which is 15 seconds for Link Hellos\n            and 45 seconds for Targeted Hellos.\n            A value of 65535 indicates an\n            infinite hold time.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpHelloAdjacencyType": {
                      "type": "string",
                      "description": "This adjacency is the result of a 'link'\n            hello if the value of this object is link(1).\n            \n            \n            Otherwise, it is a result of a 'targeted'\n            hello, targeted(2)."
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpHelloAdjacencyEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsLdpHelloAdjacencyIndex": 1,
                    "mplsLdpHelloAdjacencyHoldTimeRem": "example-string",
                    "mplsLdpHelloAdjacencyHoldTime": 0,
                    "mplsLdpHelloAdjacencyType": "ethernetCsmacd(6)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpHelloAdjacencyEntry-2"
      },
      "x-yang-path": "/mplsLdpHelloAdjacencyTable/mplsLdpHelloAdjacencyEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpHelloAdjacencyIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpHelloAdjacencyIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsInSegmentLdpLspTable/mplsInSegmentLdpLspEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId},{mplsInSegmentLdpLspIndex}": {
      "get": {
        "summary": "Get mplsInSegmentLdpLspEntry entry",
        "description": "Retrieve specific mplsInSegmentLdpLspEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsInSegmentLdpLspIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsInSegmentLdpLspIndex": {
                      "type": "string",
                      "description": "This contains the same value as the\n            mplsInSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsInSegmentTable.",
                      "x-yang-type": "mpls-lsr:MplsIndexType"
                    },
                    "mplsInSegmentLdpLspLabelType": {
                      "type": "string",
                      "description": "The Layer 2 Label Type.",
                      "x-yang-type": "mpls-tc:MplsLdpLabelType"
                    },
                    "mplsInSegmentLdpLspType": {
                      "type": "string",
                      "description": "The type of LSP connection.",
                      "x-yang-type": "mpls-tc:MplsLspType"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsInSegmentLdpLspEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsInSegmentLdpLspIndex": "example-string",
                    "mplsInSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                    "mplsInSegmentLdpLspType": "ethernetCsmacd(6)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsInSegmentLdpLspEntry-2"
      },
      "x-yang-path": "/mplsInSegmentLdpLspTable/mplsInSegmentLdpLspEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsInSegmentLdpLspIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsInSegmentLdpLspIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsOutSegmentLdpLspTable/mplsOutSegmentLdpLspEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId},{mplsOutSegmentLdpLspIndex}": {
      "get": {
        "summary": "Get mplsOutSegmentLdpLspEntry entry",
        "description": "Retrieve specific mplsOutSegmentLdpLspEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsOutSegmentLdpLspIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsOutSegmentLdpLspIndex": {
                      "type": "string",
                      "description": "This contains the same value as the\n            mplsOutSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsOutSegmentTable.",
                      "x-yang-type": "mpls-lsr:MplsIndexType"
                    },
                    "mplsOutSegmentLdpLspLabelType": {
                      "type": "string",
                      "description": "The Layer 2 Label Type.",
                      "x-yang-type": "mpls-tc:MplsLdpLabelType"
                    },
                    "mplsOutSegmentLdpLspType": {
                      "type": "string",
                      "description": "The type of LSP connection.",
                      "x-yang-type": "mpls-tc:MplsLspType"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsOutSegmentLdpLspEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsOutSegmentLdpLspIndex": "example-string",
                    "mplsOutSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                    "mplsOutSegmentLdpLspType": "ethernetCsmacd(6)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsOutSegmentLdpLspEntry-2"
      },
      "x-yang-path": "/mplsOutSegmentLdpLspTable/mplsOutSegmentLdpLspEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsOutSegmentLdpLspIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsOutSegmentLdpLspIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpLspFecTable/mplsLdpLspFecEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId},{mplsLdpLspFecSegment},{mplsLdpLspFecSegmentIndex},{mplsLdpLspFecIndex}": {
      "get": {
        "summary": "Get mplsLdpLspFecEntry entry",
        "description": "Retrieve specific mplsLdpLspFecEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpLspFecSegment",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpLspFecSegmentIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpLspFecIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpLspFecSegment": {
                      "type": "string",
                      "description": "If the value is inSegment(1), then this\n            indicates that the following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsInSegmentLdpLspIndex.\n            \n            Otherwise, if the value of this object is\n            \n            \n            outSegment(2),  then this\n            indicates that following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsOutSegmentLdpLspIndex."
                    },
                    "mplsLdpLspFecSegmentIndex": {
                      "type": "string",
                      "description": "This index is interpretted by using the value\n            of the mplsLdpLspFecSegment.\n            \n            If the mplsLdpLspFecSegment is inSegment(1),\n            then this index has the same value as\n            mplsInSegmentLdpLspIndex.\n            \n            If the mplsLdpLspFecSegment is outSegment(2),\n            then this index has the same value as\n            mplsOutSegmentLdpLspIndex.",
                      "x-yang-type": "mpls-lsr:MplsIndexType"
                    },
                    "mplsLdpLspFecIndex": {
                      "type": "string",
                      "description": "This index identifies the FEC entry in the\n            mplsFecTable associated with this session.\n            In other words, the value of this index\n            is the same as the value of the mplsFecIndex\n            that denotes the FEC associated with this\n            Session.",
                      "x-yang-type": "diffserv-mib:IndexInteger"
                    },
                    "mplsLdpLspFecStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                      "x-yang-type": "snmpv2-tc:StorageType"
                    },
                    "mplsLdpLspFecRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.  If the\n            value of this object is 'active(1)', then\n            none of the writable objects of this entry\n            can be modified.\n            \n            The Agent should delete this row when\n            the session ceases to exist.  If an\n            operator wants to associate the session with\n            a different FEC, the recommended\n            procedure is (as described in detail in the section\n            entitled, 'Changing Values After Session\n            Establishment', and again described in the\n            DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object)\n            is to set the mplsLdpEntityAdminStatus to\n            down, thereby explicitly causing a session\n            to be torn down. This will also\n            cause this entry to be deleted.\n            \n            Then, set the mplsLdpEntityAdminStatus\n            to enable which enables a new session to be initiated.\n            Once the session is initiated, an entry may be\n            added to this table to associate the new session\n            with a FEC.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpLspFecEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsLdpLspFecSegment": "example-string",
                    "mplsLdpLspFecSegmentIndex": "example-string",
                    "mplsLdpLspFecIndex": "example-string",
                    "mplsLdpLspFecStorageType": "ethernetCsmacd(6)",
                    "mplsLdpLspFecRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpLspFecEntry-2"
      },
      "x-yang-path": "/mplsLdpLspFecTable/mplsLdpLspFecEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpLspFecSegment mplsLdpLspFecSegmentIndex mplsLdpLspFecIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpLspFecSegment mplsLdpLspFecSegmentIndex mplsLdpLspFecIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpSessionPeerAddrTable/mplsLdpSessionPeerAddrEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId},{mplsLdpSessionPeerAddrIndex}": {
      "get": {
        "summary": "Get mplsLdpSessionPeerAddrEntry entry",
        "description": "Retrieve specific mplsLdpSessionPeerAddrEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpSessionPeerAddrIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpSessionPeerAddrIndex": {
                      "type": "integer",
                      "description": "An index which uniquely identifies this entry within\n            a given session.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpSessionPeerNextHopAddrType": {
                      "type": "string",
                      "description": "The internetwork layer address type of this Next Hop\n            Address as specified in the Label Address Message\n            associated with this Session. The value of this\n            object indicates how to interpret the value of\n            \n            \n            mplsLdpSessionPeerNextHopAddr.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "mplsLdpSessionPeerNextHopAddr": {
                      "type": "string",
                      "description": "The next hop address.  The type of this address\n            is specified by the value of the\n            mplsLdpSessionPeerNextHopAddrType.",
                      "x-yang-type": "inet-address:InetAddress"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpSessionPeerAddrEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsLdpSessionPeerAddrIndex": 1,
                    "mplsLdpSessionPeerNextHopAddrType": "192.168.1.1",
                    "mplsLdpSessionPeerNextHopAddr": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpSessionPeerAddrEntry-2"
      },
      "x-yang-path": "/mplsLdpSessionPeerAddrTable/mplsLdpSessionPeerAddrEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpSessionPeerAddrIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpSessionPeerAddrIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpEntityEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex}": {
      "get": {
        "summary": "Get mplsLdpEntityEntry entry",
        "description": "Retrieve specific mplsLdpEntityEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "The LDP identifier.",
                      "x-yang-type": "mpls-tc:MplsLdpIdentifier"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "This index is used as a secondary index to uniquely\n            identify this row.  Before creating a row in this table,\n            the 'mplsLdpEntityIndexNext' object should be retrieved.\n            That value should be used for the value of this index\n            when creating a row in this table.  NOTE:  if a value\n            of zero (0) is retrieved, that indicates that no rows\n            can be created in this table at this time.\n            \n            A secondary index (this object) is meaningful to some\n            but not all, LDP implementations.  For example\n            an LDP implementation which uses PPP would\n            use this index to differentiate PPP sub-links.\n            \n            Another way to use this index is to give this the\n            value of ifIndex.  However, this is dependant\n            \n            \n            on the implementation.",
                      "x-yang-type": "diffserv-mib:IndexInteger"
                    },
                    "mplsLdpEntityProtocolVersion": {
                      "type": "integer",
                      "description": "The version number of the LDP protocol which will be\n            used in the session initialization message.\n            \n            Section 3.5.3 in the LDP Specification specifies\n            that the version of the LDP protocol is negotiated during\n            session establishment. The value of this object\n            represents the value that is sent in the initialization\n            message.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpEntityAdminStatus": {
                      "type": "string",
                      "description": "The administrative status of this LDP Entity.\n            If this object is changed from 'enable' to 'disable'\n            and this entity has already attempted to establish\n            contact with a Peer, then all contact with that\n            Peer is lost and all information from that Peer\n            needs to be removed from the MIB. (This implies\n            that the network management subsystem should clean\n            up any related entry in the mplsLdpPeerTable.  This\n            further implies that a 'tear-down' for that session\n            is issued and the session and all information related\n            to that session cease to exist).\n            \n            At this point the operator is able to change values\n            which are related to this entity.\n            \n            When the admin status is set back to 'enable', then\n            this Entity will attempt to establish a new session\n            with the Peer."
                    },
                    "mplsLdpEntityOperStatus": {
                      "type": "string",
                      "description": "The operational status of this LDP Entity.\n            \n            The value of unknown(1) indicates that the\n            operational status cannot be determined at\n            this time.  The value of unknown should be\n            a transient condition before changing\n            to enabled(2) or disabled(3)."
                    },
                    "mplsLdpEntityTcpPort": {
                      "type": "string",
                      "description": "The TCP Port for\n            LDP.  The default value is the well-known\n            value of this port.",
                      "format": "inet:port-number"
                    },
                    "mplsLdpEntityUdpDscPort": {
                      "type": "string",
                      "description": "The UDP Discovery Port for\n            LDP.  The default value is the\n            well-known value for this port.",
                      "format": "inet:port-number"
                    },
                    "mplsLdpEntityMaxPduLength": {
                      "type": "integer",
                      "description": "The maximum PDU Length that is sent in\n            the Common Session Parameters of an Initialization\n            Message. According to the LDP Specification [RFC3036]\n            a value of 255 or less specifies the\n            default maximum length of 4096 octets, this is why\n            the value of this object starts at 256.  The operator\n            should explicitly choose the default value (i.e., 4096),\n            or some other value.\n            \n            The receiving LSR MUST calculate the maximum PDU\n            length for the session by using the smaller of its and\n            its peer's proposals for Max PDU Length.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpEntityKeepAliveHoldTimer": {
                      "type": "integer",
                      "description": "The 16-bit integer value which is the proposed keep\n            alive hold timer for this LDP Entity.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpEntityHelloHoldTimer": {
                      "type": "integer",
                      "description": "The 16-bit integer value which is the proposed Hello\n            hold timer for this LDP Entity. The Hello Hold time\n            in seconds.\n            \n            \n            An LSR maintains a record of Hellos received\n            from potential peers.  This object represents\n            the Hold Time in the Common Hello Parameters TLV of\n            the Hello Message.\n            \n            A value of 0 is a default value and should be\n            interpretted in conjunction with the\n            mplsLdpEntityTargetPeer object.\n            \n            If the value of this object is 0: if the value of the\n            mplsLdpEntityTargetPeer object is false(2), then this\n            specifies that the Hold Time's actual default value is\n            15 seconds (i.e., the default Hold time for Link Hellos\n            is 15 seconds).  Otherwise if the value of the\n            mplsLdpEntityTargetPeer object is true(1), then this\n            specifies that the Hold Time's actual default value is\n            45 seconds (i.e., the default Hold time for Targeted\n            Hellos is 45 seconds).\n            \n            A value of 65535 means infinite (i.e., wait forever).\n            \n            All other values represent the amount of time in\n            seconds to wait for a Hello Message.  Setting the\n            hold time to a value smaller than 15 is not\n            recommended, although not forbidden according\n            to RFC3036.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpEntityInitSessionThreshold": {
                      "type": "integer",
                      "description": "When attempting to establish a session with\n            a given Peer, the given LDP Entity should\n            send out the SNMP notification,\n            'mplsLdpInitSessionThresholdExceeded', when\n            the number of Session Initialization messages\n            sent exceeds this threshold.\n            \n            The notification is used to notify an\n            operator when this Entity and its Peer are\n            possibly engaged in an endless sequence\n            of messages as each NAKs the other's\n            \n            \n            Initialization messages with Error Notification\n            messages.  Setting this threshold which triggers\n            the notification is one way to notify the\n            operator.  The notification should be generated\n            each time this threshold is exceeded and\n            for every subsequent Initialization message\n            which is NAK'd with an Error Notification\n            message after this threshold is exceeded.\n            \n            A value of 0 (zero) for this object\n            indicates that the threshold is infinity, thus\n            the SNMP notification will never be generated.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "mplsLdpEntityLabelDistMethod": {
                      "type": "string",
                      "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                      "x-yang-type": "mpls-tc:MplsLabelDistributionMethod"
                    },
                    "mplsLdpEntityLabelRetentionMode": {
                      "type": "string",
                      "description": "The LDP Entity can be configured to use either\n            conservative or liberal label retention mode.\n            \n            If the value of this object is conservative(1)\n            then advertized label mappings are retained\n            only if they will be used to forward packets,\n            i.e., if label came from a valid next hop.\n            \n            If the value of this object is liberal(2)\n            then all advertized label mappings are retained\n            whether they are from a valid next hop or not.",
                      "x-yang-type": "mpls-tc:MplsRetentionMode"
                    },
                    "mplsLdpEntityPathVectorLimit": {
                      "type": "integer",
                      "description": "If the value of this object is 0 (zero) then\n            Loop Detection for Path Vectors is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path Vectors is enabled,\n            and the Path Vector Limit is this value.\n            Also, the value of the object,\n            'mplsLdpLsrLoopDetectionCapable', must be set to\n            either 'pathVector(4)' or 'hopCountAndPathVector(5)',\n            if this object has a value greater than 0 (zero),\n            otherwise it is ignored.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "mplsLdpEntityHopCountLimit": {
                      "type": "integer",
                      "description": "If the value of this object is 0 (zero),\n            then Loop Detection using Hop Counters is\n            disabled.\n            \n            If the value of this object is greater than\n            0 (zero) then Loop Detection using Hop\n            Counters is enabled, and this object\n            specifies this Entity's maximum allowable\n            value for the Hop Count.\n            Also, the value of the object\n            mplsLdpLsrLoopDetectionCapable must be set\n            to either 'hopCount(3)' or\n            'hopCountAndPathVector(5)' if this object\n            has a value greater than 0 (zero), otherwise\n            it is ignored.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "mplsLdpEntityTransportAddrKind": {
                      "type": "string",
                      "description": "This specifies whether the loopback or interface\n            address is to be used as the transport address\n            in the transport address TLV of the\n            hello message.\n            \n            If the value is interface(1), then the IP\n            address of the interface from which hello\n            messages are sent is used as the transport\n            address in the hello message.\n            \n            Otherwise, if the value is loopback(2), then the IP\n            address of the loopback interface is used as the\n            transport address in the hello message."
                    },
                    "mplsLdpEntityTargetPeer": {
                      "type": "boolean",
                      "description": "If this LDP entity uses targeted peer then set\n            this to true."
                    },
                    "mplsLdpEntityTargetPeerAddrType": {
                      "type": "string",
                      "description": "The type of the internetwork layer address used for\n            the Extended Discovery.  This object indicates how\n            the value of mplsLdpEntityTargetPeerAddr is to\n            be interpreted.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "mplsLdpEntityTargetPeerAddr": {
                      "type": "string",
                      "description": "The value of the internetwork layer address\n            used for the Extended Discovery.  The value of\n            mplsLdpEntityTargetPeerAddrType specifies how\n            this address is to be interpreted.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "mplsLdpEntityLabelType": {
                      "type": "string",
                      "description": "Specifies the optional parameters for the LDP\n            Initialization Message.\n            \n            If the value is generic(1) then no\n            optional parameters will be sent in\n            the LDP Initialization message associated\n            with this Entity.\n            \n            If the value is atmParameters(2) then\n            a row must be created in the\n            mplsLdpEntityAtmTable, which\n            corresponds to this entry.\n            \n            If the value is frameRelayParameters(3) then\n            a row must be created in the\n            mplsLdpEntityFrameRelayTable, which\n            corresponds to this entry.",
                      "x-yang-type": "mpls-tc:MplsLdpLabelType"
                    },
                    "mplsLdpEntityDiscontinuityTime": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion\n            at which any one or more of this entity's counters\n            suffered a discontinuity.  The relevant counters\n            are the specific instances associated with this\n            entity of any Counter32 object contained\n            in the 'mplsLdpEntityStatsTable'.  If no such\n            discontinuities have occurred since the last\n            re-initialization of the local management\n            subsystem, then this object contains a zero\n            value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "mplsLdpEntityStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                      "x-yang-type": "snmpv2-tc:StorageType"
                    },
                    "mplsLdpEntityRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.  All writable\n            objects in this row may be modified at any\n            time, however, as described in detail in\n            the section entitled, 'Changing Values After\n            Session Establishment', and again described\n            in the DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object, if a session\n            has been initiated with a Peer, changing objects\n            in this table will wreak havoc with the session\n            and interrupt traffic.  To repeat again:\n            the recommended procedure is to\n            set the mplsLdpEntityAdminStatus to down, thereby\n            explicitly causing a session to be torn down. Then,\n            change objects in this entry, then set\n            the mplsLdpEntityAdminStatus to enable,\n            which enables a new session to be initiated.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpEntityEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpEntityProtocolVersion": 0,
                    "mplsLdpEntityAdminStatus": "up(1)",
                    "mplsLdpEntityOperStatus": "up(1)",
                    "mplsLdpEntityTcpPort": "example-string",
                    "mplsLdpEntityUdpDscPort": "example-string",
                    "mplsLdpEntityMaxPduLength": 0,
                    "mplsLdpEntityKeepAliveHoldTimer": 0,
                    "mplsLdpEntityHelloHoldTimer": 0,
                    "mplsLdpEntityInitSessionThreshold": -2147483648,
                    "mplsLdpEntityLabelDistMethod": "example-string",
                    "mplsLdpEntityLabelRetentionMode": "example-string",
                    "mplsLdpEntityPathVectorLimit": -2147483648,
                    "mplsLdpEntityHopCountLimit": -2147483648,
                    "mplsLdpEntityTransportAddrKind": "192.168.1.1",
                    "mplsLdpEntityTargetPeer": true,
                    "mplsLdpEntityTargetPeerAddrType": "192.168.1.1",
                    "mplsLdpEntityTargetPeerAddr": "192.168.1.1",
                    "mplsLdpEntityLabelType": "ethernetCsmacd(6)",
                    "mplsLdpEntityDiscontinuityTime": "example-string",
                    "mplsLdpEntityStorageType": "ethernetCsmacd(6)",
                    "mplsLdpEntityRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpEntityEntry-4"
      },
      "x-yang-path": "/mplsLdpEntityEntry={mplsLdpEntityLdpId mplsLdpEntityIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpPeerEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId}": {
      "get": {
        "summary": "Get mplsLdpPeerEntry entry",
        "description": "Retrieve specific mplsLdpPeerEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "The LDP identifier of this LDP Peer.",
                      "x-yang-type": "mpls-tc:MplsLdpIdentifier"
                    },
                    "mplsLdpPeerLabelDistMethod": {
                      "type": "string",
                      "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                      "x-yang-type": "mpls-tc:MplsLabelDistributionMethod"
                    },
                    "mplsLdpPeerPathVectorLimit": {
                      "type": "integer",
                      "description": "If the value of this object is 0 (zero) then\n            Loop Dection for Path Vectors for this Peer\n            is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path  Vectors for this\n            Peer is enabled and the Path Vector Limit is this value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "mplsLdpPeerTransportAddrType": {
                      "type": "string",
                      "description": "The type of the Internet address for the\n            mplsLdpPeerTransportAddr object.  The LDP\n            specification describes this as being either\n            an IPv4 Transport Address or IPv6 Transport\n            \n            \n            Address which is used in opening the LDP session's\n            TCP connection, or if the optional TLV is not\n            present, then this is the IPv4/IPv6 source\n            address for the UPD packet carrying the Hellos.\n            \n            This object specifies how the value of the\n            mplsLdpPeerTransportAddr object should be\n            interpreted.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "mplsLdpPeerTransportAddr": {
                      "type": "string",
                      "description": "The Internet address advertised by the peer\n            in the Hello Message or the Hello source address.\n            \n            The type of this address is specified by the\n            value of the mplsLdpPeerTransportAddrType\n            object.",
                      "x-yang-type": "inet-address:InetAddress"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpPeerEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsLdpPeerLabelDistMethod": "example-string",
                    "mplsLdpPeerPathVectorLimit": -2147483648,
                    "mplsLdpPeerTransportAddrType": "192.168.1.1",
                    "mplsLdpPeerTransportAddr": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpPeerEntry-4"
      },
      "x-yang-path": "/mplsLdpPeerEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpHelloAdjacencyEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId},{mplsLdpHelloAdjacencyIndex}": {
      "get": {
        "summary": "Get mplsLdpHelloAdjacencyEntry entry",
        "description": "Retrieve specific mplsLdpHelloAdjacencyEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpHelloAdjacencyIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpHelloAdjacencyIndex": {
                      "type": "integer",
                      "description": "An identifier for this specific adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpHelloAdjacencyHoldTimeRem": {
                      "type": "string",
                      "description": "If the value of this object is 65535,\n            this means that the hold time is infinite\n            (i.e., wait forever).\n            \n            Otherwise, the time remaining for\n            this Hello Adjacency to receive its\n            next Hello Message.\n            \n            This interval will change when the 'next'\n            Hello Message which corresponds to this\n            Hello Adjacency is received unless it\n            is infinite.",
                      "x-yang-type": "snmpv2-tc:TimeInterval"
                    },
                    "mplsLdpHelloAdjacencyHoldTime": {
                      "type": "integer",
                      "description": "The Hello hold time which is negotiated between\n            the Entity and the Peer.  The entity associated\n            with this Hello Adjacency issues a proposed\n            Hello Hold Time value in the\n            mplsLdpEntityHelloHoldTimer object.  The peer\n            also proposes a value and this object represents\n            the negotiated value.\n            \n            A value of 0 means the default,\n            which is 15 seconds for Link Hellos\n            and 45 seconds for Targeted Hellos.\n            A value of 65535 indicates an\n            infinite hold time.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpHelloAdjacencyType": {
                      "type": "string",
                      "description": "This adjacency is the result of a 'link'\n            hello if the value of this object is link(1).\n            \n            \n            Otherwise, it is a result of a 'targeted'\n            hello, targeted(2)."
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpHelloAdjacencyEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsLdpHelloAdjacencyIndex": 1,
                    "mplsLdpHelloAdjacencyHoldTimeRem": "example-string",
                    "mplsLdpHelloAdjacencyHoldTime": 0,
                    "mplsLdpHelloAdjacencyType": "ethernetCsmacd(6)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpHelloAdjacencyEntry-4"
      },
      "x-yang-path": "/mplsLdpHelloAdjacencyEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpHelloAdjacencyIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpHelloAdjacencyIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsInSegmentLdpLspEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId},{mplsInSegmentLdpLspIndex}": {
      "get": {
        "summary": "Get mplsInSegmentLdpLspEntry entry",
        "description": "Retrieve specific mplsInSegmentLdpLspEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsInSegmentLdpLspIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsInSegmentLdpLspIndex": {
                      "type": "string",
                      "description": "This contains the same value as the\n            mplsInSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsInSegmentTable.",
                      "x-yang-type": "mpls-lsr:MplsIndexType"
                    },
                    "mplsInSegmentLdpLspLabelType": {
                      "type": "string",
                      "description": "The Layer 2 Label Type.",
                      "x-yang-type": "mpls-tc:MplsLdpLabelType"
                    },
                    "mplsInSegmentLdpLspType": {
                      "type": "string",
                      "description": "The type of LSP connection.",
                      "x-yang-type": "mpls-tc:MplsLspType"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsInSegmentLdpLspEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsInSegmentLdpLspIndex": "example-string",
                    "mplsInSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                    "mplsInSegmentLdpLspType": "ethernetCsmacd(6)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsInSegmentLdpLspEntry-4"
      },
      "x-yang-path": "/mplsInSegmentLdpLspEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsInSegmentLdpLspIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsInSegmentLdpLspIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsOutSegmentLdpLspEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId},{mplsOutSegmentLdpLspIndex}": {
      "get": {
        "summary": "Get mplsOutSegmentLdpLspEntry entry",
        "description": "Retrieve specific mplsOutSegmentLdpLspEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsOutSegmentLdpLspIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsOutSegmentLdpLspIndex": {
                      "type": "string",
                      "description": "This contains the same value as the\n            mplsOutSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsOutSegmentTable.",
                      "x-yang-type": "mpls-lsr:MplsIndexType"
                    },
                    "mplsOutSegmentLdpLspLabelType": {
                      "type": "string",
                      "description": "The Layer 2 Label Type.",
                      "x-yang-type": "mpls-tc:MplsLdpLabelType"
                    },
                    "mplsOutSegmentLdpLspType": {
                      "type": "string",
                      "description": "The type of LSP connection.",
                      "x-yang-type": "mpls-tc:MplsLspType"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsOutSegmentLdpLspEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsOutSegmentLdpLspIndex": "example-string",
                    "mplsOutSegmentLdpLspLabelType": "ethernetCsmacd(6)",
                    "mplsOutSegmentLdpLspType": "ethernetCsmacd(6)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsOutSegmentLdpLspEntry-4"
      },
      "x-yang-path": "/mplsOutSegmentLdpLspEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsOutSegmentLdpLspIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsOutSegmentLdpLspIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpLspFecEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId},{mplsLdpLspFecSegment},{mplsLdpLspFecSegmentIndex},{mplsLdpLspFecIndex}": {
      "get": {
        "summary": "Get mplsLdpLspFecEntry entry",
        "description": "Retrieve specific mplsLdpLspFecEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpLspFecSegment",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpLspFecSegmentIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpLspFecIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpLspFecSegment": {
                      "type": "string",
                      "description": "If the value is inSegment(1), then this\n            indicates that the following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsInSegmentLdpLspIndex.\n            \n            Otherwise, if the value of this object is\n            \n            \n            outSegment(2),  then this\n            indicates that following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsOutSegmentLdpLspIndex."
                    },
                    "mplsLdpLspFecSegmentIndex": {
                      "type": "string",
                      "description": "This index is interpretted by using the value\n            of the mplsLdpLspFecSegment.\n            \n            If the mplsLdpLspFecSegment is inSegment(1),\n            then this index has the same value as\n            mplsInSegmentLdpLspIndex.\n            \n            If the mplsLdpLspFecSegment is outSegment(2),\n            then this index has the same value as\n            mplsOutSegmentLdpLspIndex.",
                      "x-yang-type": "mpls-lsr:MplsIndexType"
                    },
                    "mplsLdpLspFecIndex": {
                      "type": "string",
                      "description": "This index identifies the FEC entry in the\n            mplsFecTable associated with this session.\n            In other words, the value of this index\n            is the same as the value of the mplsFecIndex\n            that denotes the FEC associated with this\n            Session.",
                      "x-yang-type": "diffserv-mib:IndexInteger"
                    },
                    "mplsLdpLspFecStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                      "x-yang-type": "snmpv2-tc:StorageType"
                    },
                    "mplsLdpLspFecRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.  If the\n            value of this object is 'active(1)', then\n            none of the writable objects of this entry\n            can be modified.\n            \n            The Agent should delete this row when\n            the session ceases to exist.  If an\n            operator wants to associate the session with\n            a different FEC, the recommended\n            procedure is (as described in detail in the section\n            entitled, 'Changing Values After Session\n            Establishment', and again described in the\n            DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object)\n            is to set the mplsLdpEntityAdminStatus to\n            down, thereby explicitly causing a session\n            to be torn down. This will also\n            cause this entry to be deleted.\n            \n            Then, set the mplsLdpEntityAdminStatus\n            to enable which enables a new session to be initiated.\n            Once the session is initiated, an entry may be\n            added to this table to associate the new session\n            with a FEC.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpLspFecEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsLdpLspFecSegment": "example-string",
                    "mplsLdpLspFecSegmentIndex": "example-string",
                    "mplsLdpLspFecIndex": "example-string",
                    "mplsLdpLspFecStorageType": "ethernetCsmacd(6)",
                    "mplsLdpLspFecRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpLspFecEntry-4"
      },
      "x-yang-path": "/mplsLdpLspFecEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpLspFecSegment mplsLdpLspFecSegmentIndex mplsLdpLspFecIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpLspFecSegment mplsLdpLspFecSegmentIndex mplsLdpLspFecIndex"
      ]
    },
    "/data/MPLS-LDP-STD-MIB:mplsLdpSessionPeerAddrEntry={mplsLdpEntityLdpId},{mplsLdpEntityIndex},{mplsLdpPeerLdpId},{mplsLdpSessionPeerAddrIndex}": {
      "get": {
        "summary": "Get mplsLdpSessionPeerAddrEntry entry",
        "description": "Retrieve specific mplsLdpSessionPeerAddrEntry entry by key from MIB",
        "tags": [
          "MPLS-LDP-STD-MIB"
        ],
        "parameters": [
          {
            "name": "mplsLdpEntityLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpEntityIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpPeerLdpId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mplsLdpSessionPeerAddrIndex",
            "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": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref"
                    },
                    "mplsLdpSessionPeerAddrIndex": {
                      "type": "integer",
                      "description": "An index which uniquely identifies this entry within\n            a given session.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "mplsLdpSessionPeerNextHopAddrType": {
                      "type": "string",
                      "description": "The internetwork layer address type of this Next Hop\n            Address as specified in the Label Address Message\n            associated with this Session. The value of this\n            object indicates how to interpret the value of\n            \n            \n            mplsLdpSessionPeerNextHopAddr.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "mplsLdpSessionPeerNextHopAddr": {
                      "type": "string",
                      "description": "The next hop address.  The type of this address\n            is specified by the value of the\n            mplsLdpSessionPeerNextHopAddrType.",
                      "x-yang-type": "inet-address:InetAddress"
                    }
                  }
                },
                "example": {
                  "MPLS-LDP-STD-MIB:mplsLdpSessionPeerAddrEntry": {
                    "mplsLdpEntityLdpId": "example-string",
                    "mplsLdpEntityIndex": "example-string",
                    "mplsLdpPeerLdpId": "example-string",
                    "mplsLdpSessionPeerAddrIndex": 1,
                    "mplsLdpSessionPeerNextHopAddrType": "192.168.1.1",
                    "mplsLdpSessionPeerNextHopAddr": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-mplsLdpSessionPeerAddrEntry-4"
      },
      "x-yang-path": "/mplsLdpSessionPeerAddrEntry={mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpSessionPeerAddrIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "mplsLdpEntityLdpId mplsLdpEntityIndex mplsLdpPeerLdpId mplsLdpSessionPeerAddrIndex"
      ]
    }
  },
  "components": {
    "schemas": {
      "MPLS-LDP-STD-MIB_MPLS-LDP-STD-MIB": {
        "type": "object",
        "description": "The Label Switching Router's Identifier.",
        "properties": {
          "mplsLdpEntityEntry": {
            "type": "array",
            "description": "An entry in this table represents an LDP entity.\n          An entry can be created by a network administrator\n          or by an SNMP agent as instructed by LDP.",
            "items": {
              "type": "object",
              "properties": {
                "mplsLdpEntityLdpId": {
                  "type": "string",
                  "description": "The LDP identifier.",
                  "x-yang-type": "mpls-tc:MplsLdpIdentifier",
                  "readOnly": true
                },
                "mplsLdpEntityIndex": {
                  "type": "string",
                  "description": "This index is used as a secondary index to uniquely\n            identify this row.  Before creating a row in this table,\n            the 'mplsLdpEntityIndexNext' object should be retrieved.\n            That value should be used for the value of this index\n            when creating a row in this table.  NOTE:  if a value\n            of zero (0) is retrieved, that indicates that no rows\n            can be created in this table at this time.\n            \n            A secondary index (this object) is meaningful to some\n            but not all, LDP implementations.  For example\n            an LDP implementation which uses PPP would\n            use this index to differentiate PPP sub-links.\n            \n            Another way to use this index is to give this the\n            value of ifIndex.  However, this is dependant\n            \n            \n            on the implementation.",
                  "x-yang-type": "diffserv-mib:IndexInteger",
                  "readOnly": true
                },
                "mplsLdpEntityProtocolVersion": {
                  "type": "integer",
                  "description": "The version number of the LDP protocol which will be\n            used in the session initialization message.\n            \n            Section 3.5.3 in the LDP Specification specifies\n            that the version of the LDP protocol is negotiated during\n            session establishment. The value of this object\n            represents the value that is sent in the initialization\n            message.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "mplsLdpEntityAdminStatus": {
                  "type": "string",
                  "description": "The administrative status of this LDP Entity.\n            If this object is changed from 'enable' to 'disable'\n            and this entity has already attempted to establish\n            contact with a Peer, then all contact with that\n            Peer is lost and all information from that Peer\n            needs to be removed from the MIB. (This implies\n            that the network management subsystem should clean\n            up any related entry in the mplsLdpPeerTable.  This\n            further implies that a 'tear-down' for that session\n            is issued and the session and all information related\n            to that session cease to exist).\n            \n            At this point the operator is able to change values\n            which are related to this entity.\n            \n            When the admin status is set back to 'enable', then\n            this Entity will attempt to establish a new session\n            with the Peer.",
                  "readOnly": true
                },
                "mplsLdpEntityOperStatus": {
                  "type": "string",
                  "description": "The operational status of this LDP Entity.\n            \n            The value of unknown(1) indicates that the\n            operational status cannot be determined at\n            this time.  The value of unknown should be\n            a transient condition before changing\n            to enabled(2) or disabled(3).",
                  "readOnly": true
                },
                "mplsLdpEntityTcpPort": {
                  "type": "string",
                  "description": "The TCP Port for\n            LDP.  The default value is the well-known\n            value of this port.",
                  "format": "inet:port-number",
                  "readOnly": true
                },
                "mplsLdpEntityUdpDscPort": {
                  "type": "string",
                  "description": "The UDP Discovery Port for\n            LDP.  The default value is the\n            well-known value for this port.",
                  "format": "inet:port-number",
                  "readOnly": true
                },
                "mplsLdpEntityMaxPduLength": {
                  "type": "integer",
                  "description": "The maximum PDU Length that is sent in\n            the Common Session Parameters of an Initialization\n            Message. According to the LDP Specification [RFC3036]\n            a value of 255 or less specifies the\n            default maximum length of 4096 octets, this is why\n            the value of this object starts at 256.  The operator\n            should explicitly choose the default value (i.e., 4096),\n            or some other value.\n            \n            The receiving LSR MUST calculate the maximum PDU\n            length for the session by using the smaller of its and\n            its peer's proposals for Max PDU Length.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "mplsLdpEntityKeepAliveHoldTimer": {
                  "type": "integer",
                  "description": "The 16-bit integer value which is the proposed keep\n            alive hold timer for this LDP Entity.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "mplsLdpEntityHelloHoldTimer": {
                  "type": "integer",
                  "description": "The 16-bit integer value which is the proposed Hello\n            hold timer for this LDP Entity. The Hello Hold time\n            in seconds.\n            \n            \n            An LSR maintains a record of Hellos received\n            from potential peers.  This object represents\n            the Hold Time in the Common Hello Parameters TLV of\n            the Hello Message.\n            \n            A value of 0 is a default value and should be\n            interpretted in conjunction with the\n            mplsLdpEntityTargetPeer object.\n            \n            If the value of this object is 0: if the value of the\n            mplsLdpEntityTargetPeer object is false(2), then this\n            specifies that the Hold Time's actual default value is\n            15 seconds (i.e., the default Hold time for Link Hellos\n            is 15 seconds).  Otherwise if the value of the\n            mplsLdpEntityTargetPeer object is true(1), then this\n            specifies that the Hold Time's actual default value is\n            45 seconds (i.e., the default Hold time for Targeted\n            Hellos is 45 seconds).\n            \n            A value of 65535 means infinite (i.e., wait forever).\n            \n            All other values represent the amount of time in\n            seconds to wait for a Hello Message.  Setting the\n            hold time to a value smaller than 15 is not\n            recommended, although not forbidden according\n            to RFC3036.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "mplsLdpEntityInitSessionThreshold": {
                  "type": "integer",
                  "description": "When attempting to establish a session with\n            a given Peer, the given LDP Entity should\n            send out the SNMP notification,\n            'mplsLdpInitSessionThresholdExceeded', when\n            the number of Session Initialization messages\n            sent exceeds this threshold.\n            \n            The notification is used to notify an\n            operator when this Entity and its Peer are\n            possibly engaged in an endless sequence\n            of messages as each NAKs the other's\n            \n            \n            Initialization messages with Error Notification\n            messages.  Setting this threshold which triggers\n            the notification is one way to notify the\n            operator.  The notification should be generated\n            each time this threshold is exceeded and\n            for every subsequent Initialization message\n            which is NAK'd with an Error Notification\n            message after this threshold is exceeded.\n            \n            A value of 0 (zero) for this object\n            indicates that the threshold is infinity, thus\n            the SNMP notification will never be generated.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "mplsLdpEntityLabelDistMethod": {
                  "type": "string",
                  "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                  "x-yang-type": "mpls-tc:MplsLabelDistributionMethod",
                  "readOnly": true
                },
                "mplsLdpEntityLabelRetentionMode": {
                  "type": "string",
                  "description": "The LDP Entity can be configured to use either\n            conservative or liberal label retention mode.\n            \n            If the value of this object is conservative(1)\n            then advertized label mappings are retained\n            only if they will be used to forward packets,\n            i.e., if label came from a valid next hop.\n            \n            If the value of this object is liberal(2)\n            then all advertized label mappings are retained\n            whether they are from a valid next hop or not.",
                  "x-yang-type": "mpls-tc:MplsRetentionMode",
                  "readOnly": true
                },
                "mplsLdpEntityPathVectorLimit": {
                  "type": "integer",
                  "description": "If the value of this object is 0 (zero) then\n            Loop Detection for Path Vectors is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path Vectors is enabled,\n            and the Path Vector Limit is this value.\n            Also, the value of the object,\n            'mplsLdpLsrLoopDetectionCapable', must be set to\n            either 'pathVector(4)' or 'hopCountAndPathVector(5)',\n            if this object has a value greater than 0 (zero),\n            otherwise it is ignored.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "mplsLdpEntityHopCountLimit": {
                  "type": "integer",
                  "description": "If the value of this object is 0 (zero),\n            then Loop Detection using Hop Counters is\n            disabled.\n            \n            If the value of this object is greater than\n            0 (zero) then Loop Detection using Hop\n            Counters is enabled, and this object\n            specifies this Entity's maximum allowable\n            value for the Hop Count.\n            Also, the value of the object\n            mplsLdpLsrLoopDetectionCapable must be set\n            to either 'hopCount(3)' or\n            'hopCountAndPathVector(5)' if this object\n            has a value greater than 0 (zero), otherwise\n            it is ignored.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "mplsLdpEntityTransportAddrKind": {
                  "type": "string",
                  "description": "This specifies whether the loopback or interface\n            address is to be used as the transport address\n            in the transport address TLV of the\n            hello message.\n            \n            If the value is interface(1), then the IP\n            address of the interface from which hello\n            messages are sent is used as the transport\n            address in the hello message.\n            \n            Otherwise, if the value is loopback(2), then the IP\n            address of the loopback interface is used as the\n            transport address in the hello message.",
                  "readOnly": true
                },
                "mplsLdpEntityTargetPeer": {
                  "type": "boolean",
                  "description": "If this LDP entity uses targeted peer then set\n            this to true.",
                  "readOnly": true
                },
                "mplsLdpEntityTargetPeerAddrType": {
                  "type": "string",
                  "description": "The type of the internetwork layer address used for\n            the Extended Discovery.  This object indicates how\n            the value of mplsLdpEntityTargetPeerAddr is to\n            be interpreted.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "mplsLdpEntityTargetPeerAddr": {
                  "type": "string",
                  "description": "The value of the internetwork layer address\n            used for the Extended Discovery.  The value of\n            mplsLdpEntityTargetPeerAddrType specifies how\n            this address is to be interpreted.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "mplsLdpEntityLabelType": {
                  "type": "string",
                  "description": "Specifies the optional parameters for the LDP\n            Initialization Message.\n            \n            If the value is generic(1) then no\n            optional parameters will be sent in\n            the LDP Initialization message associated\n            with this Entity.\n            \n            If the value is atmParameters(2) then\n            a row must be created in the\n            mplsLdpEntityAtmTable, which\n            corresponds to this entry.\n            \n            If the value is frameRelayParameters(3) then\n            a row must be created in the\n            mplsLdpEntityFrameRelayTable, which\n            corresponds to this entry.",
                  "x-yang-type": "mpls-tc:MplsLdpLabelType",
                  "readOnly": true
                },
                "mplsLdpEntityDiscontinuityTime": {
                  "type": "string",
                  "description": "The value of sysUpTime on the most recent occasion\n            at which any one or more of this entity's counters\n            suffered a discontinuity.  The relevant counters\n            are the specific instances associated with this\n            entity of any Counter32 object contained\n            in the 'mplsLdpEntityStatsTable'.  If no such\n            discontinuities have occurred since the last\n            re-initialization of the local management\n            subsystem, then this object contains a zero\n            value.",
                  "x-yang-type": "yang:timestamp",
                  "readOnly": true
                },
                "mplsLdpEntityStorageType": {
                  "type": "string",
                  "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                  "x-yang-type": "snmpv2-tc:StorageType",
                  "readOnly": true
                },
                "mplsLdpEntityRowStatus": {
                  "type": "string",
                  "description": "The status of this conceptual row.  All writable\n            objects in this row may be modified at any\n            time, however, as described in detail in\n            the section entitled, 'Changing Values After\n            Session Establishment', and again described\n            in the DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object, if a session\n            has been initiated with a Peer, changing objects\n            in this table will wreak havoc with the session\n            and interrupt traffic.  To repeat again:\n            the recommended procedure is to\n            set the mplsLdpEntityAdminStatus to down, thereby\n            explicitly causing a session to be torn down. Then,\n            change objects in this entry, then set\n            the mplsLdpEntityAdminStatus to enable,\n            which enables a new session to be initiated.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "mplsLdpPeerEntry": {
            "type": "array",
            "description": "Information about a single Peer which is related\n          to a Session.  This table is augmented by\n          the mplsLdpSessionTable.",
            "items": {
              "type": "object",
              "properties": {
                "mplsLdpEntityLdpId": {
                  "type": "string",
                  "description": "mplsLdpEntityLdpId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpEntityIndex": {
                  "type": "string",
                  "description": "mplsLdpEntityIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpPeerLdpId": {
                  "type": "string",
                  "description": "The LDP identifier of this LDP Peer.",
                  "x-yang-type": "mpls-tc:MplsLdpIdentifier",
                  "readOnly": true
                },
                "mplsLdpPeerLabelDistMethod": {
                  "type": "string",
                  "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                  "x-yang-type": "mpls-tc:MplsLabelDistributionMethod",
                  "readOnly": true
                },
                "mplsLdpPeerPathVectorLimit": {
                  "type": "integer",
                  "description": "If the value of this object is 0 (zero) then\n            Loop Dection for Path Vectors for this Peer\n            is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path  Vectors for this\n            Peer is enabled and the Path Vector Limit is this value.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "mplsLdpPeerTransportAddrType": {
                  "type": "string",
                  "description": "The type of the Internet address for the\n            mplsLdpPeerTransportAddr object.  The LDP\n            specification describes this as being either\n            an IPv4 Transport Address or IPv6 Transport\n            \n            \n            Address which is used in opening the LDP session's\n            TCP connection, or if the optional TLV is not\n            present, then this is the IPv4/IPv6 source\n            address for the UPD packet carrying the Hellos.\n            \n            This object specifies how the value of the\n            mplsLdpPeerTransportAddr object should be\n            interpreted.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "mplsLdpPeerTransportAddr": {
                  "type": "string",
                  "description": "The Internet address advertised by the peer\n            in the Hello Message or the Hello source address.\n            \n            The type of this address is specified by the\n            value of the mplsLdpPeerTransportAddrType\n            object.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "mplsLdpHelloAdjacencyEntry": {
            "type": "array",
            "description": "Each row represents a single LDP Hello Adjacency.\n          An LDP Session can have one or more Hello\n          Adjacencies.",
            "items": {
              "type": "object",
              "properties": {
                "mplsLdpEntityLdpId": {
                  "type": "string",
                  "description": "mplsLdpEntityLdpId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpEntityIndex": {
                  "type": "string",
                  "description": "mplsLdpEntityIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpPeerLdpId": {
                  "type": "string",
                  "description": "mplsLdpPeerLdpId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpHelloAdjacencyIndex": {
                  "type": "integer",
                  "description": "An identifier for this specific adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "mplsLdpHelloAdjacencyHoldTimeRem": {
                  "type": "string",
                  "description": "If the value of this object is 65535,\n            this means that the hold time is infinite\n            (i.e., wait forever).\n            \n            Otherwise, the time remaining for\n            this Hello Adjacency to receive its\n            next Hello Message.\n            \n            This interval will change when the 'next'\n            Hello Message which corresponds to this\n            Hello Adjacency is received unless it\n            is infinite.",
                  "x-yang-type": "snmpv2-tc:TimeInterval",
                  "readOnly": true
                },
                "mplsLdpHelloAdjacencyHoldTime": {
                  "type": "integer",
                  "description": "The Hello hold time which is negotiated between\n            the Entity and the Peer.  The entity associated\n            with this Hello Adjacency issues a proposed\n            Hello Hold Time value in the\n            mplsLdpEntityHelloHoldTimer object.  The peer\n            also proposes a value and this object represents\n            the negotiated value.\n            \n            A value of 0 means the default,\n            which is 15 seconds for Link Hellos\n            and 45 seconds for Targeted Hellos.\n            A value of 65535 indicates an\n            infinite hold time.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "mplsLdpHelloAdjacencyType": {
                  "type": "string",
                  "description": "This adjacency is the result of a 'link'\n            hello if the value of this object is link(1).\n            \n            \n            Otherwise, it is a result of a 'targeted'\n            hello, targeted(2).",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "mplsInSegmentLdpLspEntry": {
            "type": "array",
            "description": "mplsInSegmentLdpLspEntry",
            "items": {
              "type": "object",
              "properties": {
                "mplsLdpEntityLdpId": {
                  "type": "string",
                  "description": "mplsLdpEntityLdpId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpEntityIndex": {
                  "type": "string",
                  "description": "mplsLdpEntityIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpPeerLdpId": {
                  "type": "string",
                  "description": "mplsLdpPeerLdpId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsInSegmentLdpLspIndex": {
                  "type": "string",
                  "description": "This contains the same value as the\n            mplsInSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsInSegmentTable.",
                  "x-yang-type": "mpls-lsr:MplsIndexType",
                  "readOnly": true
                },
                "mplsInSegmentLdpLspLabelType": {
                  "type": "string",
                  "description": "The Layer 2 Label Type.",
                  "x-yang-type": "mpls-tc:MplsLdpLabelType",
                  "readOnly": true
                },
                "mplsInSegmentLdpLspType": {
                  "type": "string",
                  "description": "The type of LSP connection.",
                  "x-yang-type": "mpls-tc:MplsLspType",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "mplsOutSegmentLdpLspEntry": {
            "type": "array",
            "description": "An entry in this table represents information\n          on a single LDP LSP which is represented by\n          a session's index triple (mplsLdpEntityLdpId,\n          mplsLdpEntityIndex, mplsLdpPeerLdpId) AND the\n          index (mplsOutSegmentLdpLspIndex)\n          for the mplsOutSegmentTable.\n          \n          The information contained in a row is read-only.",
            "items": {
              "type": "object",
              "properties": {
                "mplsLdpEntityLdpId": {
                  "type": "string",
                  "description": "mplsLdpEntityLdpId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpEntityIndex": {
                  "type": "string",
                  "description": "mplsLdpEntityIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpPeerLdpId": {
                  "type": "string",
                  "description": "mplsLdpPeerLdpId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsOutSegmentLdpLspIndex": {
                  "type": "string",
                  "description": "This contains the same value as the\n            mplsOutSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsOutSegmentTable.",
                  "x-yang-type": "mpls-lsr:MplsIndexType",
                  "readOnly": true
                },
                "mplsOutSegmentLdpLspLabelType": {
                  "type": "string",
                  "description": "The Layer 2 Label Type.",
                  "x-yang-type": "mpls-tc:MplsLdpLabelType",
                  "readOnly": true
                },
                "mplsOutSegmentLdpLspType": {
                  "type": "string",
                  "description": "The type of LSP connection.",
                  "x-yang-type": "mpls-tc:MplsLspType",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "mplsFecEntry": {
            "type": "array",
            "description": "Each row represents a single FEC Element.",
            "items": {
              "type": "object",
              "properties": {
                "mplsFecIndex": {
                  "type": "string",
                  "description": "The index which uniquely identifies this entry.",
                  "x-yang-type": "diffserv-mib:IndexInteger",
                  "readOnly": true
                },
                "mplsFecType": {
                  "type": "string",
                  "description": "The type of the FEC.  If the value of this object\n            is 'prefix(1)' then the FEC type described by this\n            row is an address prefix.\n            \n            If the value of this object is 'hostAddress(2)' then\n            the FEC type described by this row is a host address.",
                  "readOnly": true
                },
                "mplsFecAddrPrefixLength": {
                  "type": "string",
                  "description": "If the value of the 'mplsFecType' is 'hostAddress(2)'\n            then this object is undefined.\n            \n            If the value of 'mplsFecType' is 'prefix(1)'\n            then the value of this object is the length in\n            bits of the address prefix represented by\n            'mplsFecAddr', or zero.  If the value of this\n            object is zero, this indicates that the\n            prefix matches all addresses.  In this case the\n            address prefix MUST also be zero (i.e., 'mplsFecAddr'\n            should have the value of zero.)",
                  "x-yang-type": "inet-address:InetAddressPrefixLength",
                  "readOnly": true
                },
                "mplsFecAddrType": {
                  "type": "string",
                  "description": "The value of this object is the type of the\n            Internet address.  The value of this object,\n            decides how the value of the mplsFecAddr object\n            is interpreted.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "mplsFecAddr": {
                  "type": "string",
                  "description": "The value of this object is interpreted based\n            on the value of the 'mplsFecAddrType' object.\n            \n            This address is then further interpretted as\n            an being used with the address prefix,\n            or as the host address.  This further interpretation\n            is indicated by the 'mplsFecType' object.\n            In other words, the FEC element is populated\n            according to the Prefix FEC Element value encoding, or\n            the Host Address FEC Element encoding.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "mplsFecStorageType": {
                  "type": "string",
                  "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                  "x-yang-type": "snmpv2-tc:StorageType",
                  "readOnly": true
                },
                "mplsFecRowStatus": {
                  "type": "string",
                  "description": "The status of this conceptual row.  If the value of this\n            object is 'active(1)', then none of the writable objects\n            of this entry can be modified, except to set this object\n            to 'destroy(6)'.\n            \n            NOTE: if this row is being referenced by any entry in\n            the mplsLdpLspFecTable, then a request to destroy\n            this row, will result in an inconsistentValue error.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "mplsLdpLspFecEntry": {
            "type": "array",
            "description": "An entry represents a LDP LSP\n          to FEC association.",
            "items": {
              "type": "object",
              "properties": {
                "mplsLdpEntityLdpId": {
                  "type": "string",
                  "description": "mplsLdpEntityLdpId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpEntityIndex": {
                  "type": "string",
                  "description": "mplsLdpEntityIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpPeerLdpId": {
                  "type": "string",
                  "description": "mplsLdpPeerLdpId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpLspFecSegment": {
                  "type": "string",
                  "description": "If the value is inSegment(1), then this\n            indicates that the following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsInSegmentLdpLspIndex.\n            \n            Otherwise, if the value of this object is\n            \n            \n            outSegment(2),  then this\n            indicates that following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsOutSegmentLdpLspIndex.",
                  "readOnly": true
                },
                "mplsLdpLspFecSegmentIndex": {
                  "type": "string",
                  "description": "This index is interpretted by using the value\n            of the mplsLdpLspFecSegment.\n            \n            If the mplsLdpLspFecSegment is inSegment(1),\n            then this index has the same value as\n            mplsInSegmentLdpLspIndex.\n            \n            If the mplsLdpLspFecSegment is outSegment(2),\n            then this index has the same value as\n            mplsOutSegmentLdpLspIndex.",
                  "x-yang-type": "mpls-lsr:MplsIndexType",
                  "readOnly": true
                },
                "mplsLdpLspFecIndex": {
                  "type": "string",
                  "description": "This index identifies the FEC entry in the\n            mplsFecTable associated with this session.\n            In other words, the value of this index\n            is the same as the value of the mplsFecIndex\n            that denotes the FEC associated with this\n            Session.",
                  "x-yang-type": "diffserv-mib:IndexInteger",
                  "readOnly": true
                },
                "mplsLdpLspFecStorageType": {
                  "type": "string",
                  "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                  "x-yang-type": "snmpv2-tc:StorageType",
                  "readOnly": true
                },
                "mplsLdpLspFecRowStatus": {
                  "type": "string",
                  "description": "The status of this conceptual row.  If the\n            value of this object is 'active(1)', then\n            none of the writable objects of this entry\n            can be modified.\n            \n            The Agent should delete this row when\n            the session ceases to exist.  If an\n            operator wants to associate the session with\n            a different FEC, the recommended\n            procedure is (as described in detail in the section\n            entitled, 'Changing Values After Session\n            Establishment', and again described in the\n            DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object)\n            is to set the mplsLdpEntityAdminStatus to\n            down, thereby explicitly causing a session\n            to be torn down. This will also\n            cause this entry to be deleted.\n            \n            Then, set the mplsLdpEntityAdminStatus\n            to enable which enables a new session to be initiated.\n            Once the session is initiated, an entry may be\n            added to this table to associate the new session\n            with a FEC.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "mplsLdpSessionPeerAddrEntry": {
            "type": "array",
            "description": "An entry in this table represents information on\n          a session's single next hop address which was\n          advertised in an Address Message from the LDP peer.\n          The information contained in a row is read-only.",
            "items": {
              "type": "object",
              "properties": {
                "mplsLdpEntityLdpId": {
                  "type": "string",
                  "description": "mplsLdpEntityLdpId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpEntityIndex": {
                  "type": "string",
                  "description": "mplsLdpEntityIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpPeerLdpId": {
                  "type": "string",
                  "description": "mplsLdpPeerLdpId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "mplsLdpSessionPeerAddrIndex": {
                  "type": "integer",
                  "description": "An index which uniquely identifies this entry within\n            a given session.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "mplsLdpSessionPeerNextHopAddrType": {
                  "type": "string",
                  "description": "The internetwork layer address type of this Next Hop\n            Address as specified in the Label Address Message\n            associated with this Session. The value of this\n            object indicates how to interpret the value of\n            \n            \n            mplsLdpSessionPeerNextHopAddr.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "mplsLdpSessionPeerNextHopAddr": {
                  "type": "string",
                  "description": "The next hop address.  The type of this address\n            is specified by the value of the\n            mplsLdpSessionPeerNextHopAddrType.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "mplsLdpLsrObjects": {
            "type": "object",
            "description": "The Label Switching Router's Identifier.",
            "properties": {
              "mplsLdpLsrId": {
                "type": "string",
                "description": "The Label Switching Router's Identifier.",
                "x-yang-type": "mpls-tc:MplsLsrIdentifier",
                "readOnly": true
              },
              "mplsLdpLsrLoopDetectionCapable": {
                "type": "string",
                "description": "A indication of whether this\n          Label Switching Router supports\n          loop detection.\n          \n          none(1) -- Loop Detection is not supported\n                     on this LSR.\n          \n          other(2) -- Loop Detection is supported but\n                      by a method other than those\n                      listed below.\n          \n          hopCount(3) -- Loop Detection is supported by\n                         Hop Count only.\n          \n          pathVector(4) -- Loop Detection is supported by\n                           Path Vector only.\n          \n          hopCountAndPathVector(5) -- Loop Detection is\n                               supported by both Hop Count\n                               And Path Vector.\n          \n          Since Loop Detection is determined during\n          Session Initialization, an individual session\n          may not be running with loop detection.  This\n          object simply gives an indication of whether or not the\n          LSR has the ability to support Loop Detection and\n          which types.",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "mplsLdpEntityObjects": {
            "type": "object",
            "description": "mplsLdpEntityObjects",
            "properties": {
              "mplsLdpEntityLastChange": {
                "type": "string",
                "description": "The value of sysUpTime at the time of the most\n          recent addition or deletion of an entry\n          to/from the mplsLdpEntityTable/mplsLdpEntityStatsTable, or\n          the most recent change in value of any objects in the\n          mplsLdpEntityTable.\n          \n          \n          If no such changes have occurred since the last\n          re-initialization of the local management subsystem,\n          then this object contains a zero value.",
                "x-yang-type": "yang:timestamp",
                "readOnly": true
              },
              "mplsLdpEntityIndexNext": {
                "type": "string",
                "description": "This object contains an appropriate value to\n          be used for mplsLdpEntityIndex when creating\n          entries in the mplsLdpEntityTable. The value\n          0 indicates that no unassigned entries are\n          available.",
                "x-yang-type": "diffserv-mib:IndexIntegerNextFree",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "mplsLdpSessionObjects": {
            "type": "object",
            "description": "The value of sysUpTime at the time of the most\n          recent addition or deletion to/from the\n          mplsLdpPeerTable/mplsLdpSessionTable.",
            "properties": {
              "mplsLdpPeerLastChange": {
                "type": "string",
                "description": "The value of sysUpTime at the time of the most\n          recent addition or deletion to/from the\n          mplsLdpPeerTable/mplsLdpSessionTable.",
                "x-yang-type": "yang:timestamp",
                "readOnly": true
              },
              "mplsLdpLspFecLastChange": {
                "type": "string",
                "description": "The value of sysUpTime at the time of the most\n          recent addition/deletion of an entry\n          to/from the mplsLdpLspFecTable or\n          the most recent change in values to any objects in the\n          mplsLdpLspFecTable.\n          \n          If no such changes have occurred since the last\n          re-initialization of the local management subsystem,\n          then this object contains a zero value.",
                "x-yang-type": "yang:timestamp",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "mplsFecObjects": {
            "type": "object",
            "description": "mplsFecObjects",
            "properties": {
              "mplsFecLastChange": {
                "type": "string",
                "description": "The value of sysUpTime at the time of the most\n          recent addition/deletion of an entry\n          to/from the mplsLdpFectTable or\n          the most recent change in values to any objects\n          in the mplsLdpFecTable.\n          \n          If no such changes have occurred since the last\n          re-initialization of the local management subsystem,\n          then this object contains a zero value.",
                "x-yang-type": "yang:timestamp",
                "readOnly": true
              },
              "mplsFecIndexNext": {
                "type": "string",
                "description": "This object contains an appropriate value to\n          be used for mplsFecIndex when creating\n          entries in the mplsFecTable. The value\n          0 indicates that no unassigned entries are\n          available.",
                "x-yang-type": "diffserv-mib:IndexIntegerNextFree",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "mplsLdpEntityTable": {
            "type": "object",
            "description": "This table contains information about the\n        MPLS Label Distribution Protocol Entities which\n        exist on this Label Switching Router (LSR)\n        or Label Edge Router (LER).",
            "properties": {
              "mplsLdpEntityEntry": {
                "type": "array",
                "description": "An entry in this table represents an LDP entity.\n          An entry can be created by a network administrator\n          or by an SNMP agent as instructed by LDP.",
                "items": {
                  "type": "object",
                  "properties": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "The LDP identifier.",
                      "x-yang-type": "mpls-tc:MplsLdpIdentifier",
                      "readOnly": true
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "This index is used as a secondary index to uniquely\n            identify this row.  Before creating a row in this table,\n            the 'mplsLdpEntityIndexNext' object should be retrieved.\n            That value should be used for the value of this index\n            when creating a row in this table.  NOTE:  if a value\n            of zero (0) is retrieved, that indicates that no rows\n            can be created in this table at this time.\n            \n            A secondary index (this object) is meaningful to some\n            but not all, LDP implementations.  For example\n            an LDP implementation which uses PPP would\n            use this index to differentiate PPP sub-links.\n            \n            Another way to use this index is to give this the\n            value of ifIndex.  However, this is dependant\n            \n            \n            on the implementation.",
                      "x-yang-type": "diffserv-mib:IndexInteger",
                      "readOnly": true
                    },
                    "mplsLdpEntityProtocolVersion": {
                      "type": "integer",
                      "description": "The version number of the LDP protocol which will be\n            used in the session initialization message.\n            \n            Section 3.5.3 in the LDP Specification specifies\n            that the version of the LDP protocol is negotiated during\n            session establishment. The value of this object\n            represents the value that is sent in the initialization\n            message.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "mplsLdpEntityAdminStatus": {
                      "type": "string",
                      "description": "The administrative status of this LDP Entity.\n            If this object is changed from 'enable' to 'disable'\n            and this entity has already attempted to establish\n            contact with a Peer, then all contact with that\n            Peer is lost and all information from that Peer\n            needs to be removed from the MIB. (This implies\n            that the network management subsystem should clean\n            up any related entry in the mplsLdpPeerTable.  This\n            further implies that a 'tear-down' for that session\n            is issued and the session and all information related\n            to that session cease to exist).\n            \n            At this point the operator is able to change values\n            which are related to this entity.\n            \n            When the admin status is set back to 'enable', then\n            this Entity will attempt to establish a new session\n            with the Peer.",
                      "readOnly": true
                    },
                    "mplsLdpEntityOperStatus": {
                      "type": "string",
                      "description": "The operational status of this LDP Entity.\n            \n            The value of unknown(1) indicates that the\n            operational status cannot be determined at\n            this time.  The value of unknown should be\n            a transient condition before changing\n            to enabled(2) or disabled(3).",
                      "readOnly": true
                    },
                    "mplsLdpEntityTcpPort": {
                      "type": "string",
                      "description": "The TCP Port for\n            LDP.  The default value is the well-known\n            value of this port.",
                      "format": "inet:port-number",
                      "readOnly": true
                    },
                    "mplsLdpEntityUdpDscPort": {
                      "type": "string",
                      "description": "The UDP Discovery Port for\n            LDP.  The default value is the\n            well-known value for this port.",
                      "format": "inet:port-number",
                      "readOnly": true
                    },
                    "mplsLdpEntityMaxPduLength": {
                      "type": "integer",
                      "description": "The maximum PDU Length that is sent in\n            the Common Session Parameters of an Initialization\n            Message. According to the LDP Specification [RFC3036]\n            a value of 255 or less specifies the\n            default maximum length of 4096 octets, this is why\n            the value of this object starts at 256.  The operator\n            should explicitly choose the default value (i.e., 4096),\n            or some other value.\n            \n            The receiving LSR MUST calculate the maximum PDU\n            length for the session by using the smaller of its and\n            its peer's proposals for Max PDU Length.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "mplsLdpEntityKeepAliveHoldTimer": {
                      "type": "integer",
                      "description": "The 16-bit integer value which is the proposed keep\n            alive hold timer for this LDP Entity.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "mplsLdpEntityHelloHoldTimer": {
                      "type": "integer",
                      "description": "The 16-bit integer value which is the proposed Hello\n            hold timer for this LDP Entity. The Hello Hold time\n            in seconds.\n            \n            \n            An LSR maintains a record of Hellos received\n            from potential peers.  This object represents\n            the Hold Time in the Common Hello Parameters TLV of\n            the Hello Message.\n            \n            A value of 0 is a default value and should be\n            interpretted in conjunction with the\n            mplsLdpEntityTargetPeer object.\n            \n            If the value of this object is 0: if the value of the\n            mplsLdpEntityTargetPeer object is false(2), then this\n            specifies that the Hold Time's actual default value is\n            15 seconds (i.e., the default Hold time for Link Hellos\n            is 15 seconds).  Otherwise if the value of the\n            mplsLdpEntityTargetPeer object is true(1), then this\n            specifies that the Hold Time's actual default value is\n            45 seconds (i.e., the default Hold time for Targeted\n            Hellos is 45 seconds).\n            \n            A value of 65535 means infinite (i.e., wait forever).\n            \n            All other values represent the amount of time in\n            seconds to wait for a Hello Message.  Setting the\n            hold time to a value smaller than 15 is not\n            recommended, although not forbidden according\n            to RFC3036.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "mplsLdpEntityInitSessionThreshold": {
                      "type": "integer",
                      "description": "When attempting to establish a session with\n            a given Peer, the given LDP Entity should\n            send out the SNMP notification,\n            'mplsLdpInitSessionThresholdExceeded', when\n            the number of Session Initialization messages\n            sent exceeds this threshold.\n            \n            The notification is used to notify an\n            operator when this Entity and its Peer are\n            possibly engaged in an endless sequence\n            of messages as each NAKs the other's\n            \n            \n            Initialization messages with Error Notification\n            messages.  Setting this threshold which triggers\n            the notification is one way to notify the\n            operator.  The notification should be generated\n            each time this threshold is exceeded and\n            for every subsequent Initialization message\n            which is NAK'd with an Error Notification\n            message after this threshold is exceeded.\n            \n            A value of 0 (zero) for this object\n            indicates that the threshold is infinity, thus\n            the SNMP notification will never be generated.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "mplsLdpEntityLabelDistMethod": {
                      "type": "string",
                      "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                      "x-yang-type": "mpls-tc:MplsLabelDistributionMethod",
                      "readOnly": true
                    },
                    "mplsLdpEntityLabelRetentionMode": {
                      "type": "string",
                      "description": "The LDP Entity can be configured to use either\n            conservative or liberal label retention mode.\n            \n            If the value of this object is conservative(1)\n            then advertized label mappings are retained\n            only if they will be used to forward packets,\n            i.e., if label came from a valid next hop.\n            \n            If the value of this object is liberal(2)\n            then all advertized label mappings are retained\n            whether they are from a valid next hop or not.",
                      "x-yang-type": "mpls-tc:MplsRetentionMode",
                      "readOnly": true
                    },
                    "mplsLdpEntityPathVectorLimit": {
                      "type": "integer",
                      "description": "If the value of this object is 0 (zero) then\n            Loop Detection for Path Vectors is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path Vectors is enabled,\n            and the Path Vector Limit is this value.\n            Also, the value of the object,\n            'mplsLdpLsrLoopDetectionCapable', must be set to\n            either 'pathVector(4)' or 'hopCountAndPathVector(5)',\n            if this object has a value greater than 0 (zero),\n            otherwise it is ignored.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "mplsLdpEntityHopCountLimit": {
                      "type": "integer",
                      "description": "If the value of this object is 0 (zero),\n            then Loop Detection using Hop Counters is\n            disabled.\n            \n            If the value of this object is greater than\n            0 (zero) then Loop Detection using Hop\n            Counters is enabled, and this object\n            specifies this Entity's maximum allowable\n            value for the Hop Count.\n            Also, the value of the object\n            mplsLdpLsrLoopDetectionCapable must be set\n            to either 'hopCount(3)' or\n            'hopCountAndPathVector(5)' if this object\n            has a value greater than 0 (zero), otherwise\n            it is ignored.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "mplsLdpEntityTransportAddrKind": {
                      "type": "string",
                      "description": "This specifies whether the loopback or interface\n            address is to be used as the transport address\n            in the transport address TLV of the\n            hello message.\n            \n            If the value is interface(1), then the IP\n            address of the interface from which hello\n            messages are sent is used as the transport\n            address in the hello message.\n            \n            Otherwise, if the value is loopback(2), then the IP\n            address of the loopback interface is used as the\n            transport address in the hello message.",
                      "readOnly": true
                    },
                    "mplsLdpEntityTargetPeer": {
                      "type": "boolean",
                      "description": "If this LDP entity uses targeted peer then set\n            this to true.",
                      "readOnly": true
                    },
                    "mplsLdpEntityTargetPeerAddrType": {
                      "type": "string",
                      "description": "The type of the internetwork layer address used for\n            the Extended Discovery.  This object indicates how\n            the value of mplsLdpEntityTargetPeerAddr is to\n            be interpreted.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "mplsLdpEntityTargetPeerAddr": {
                      "type": "string",
                      "description": "The value of the internetwork layer address\n            used for the Extended Discovery.  The value of\n            mplsLdpEntityTargetPeerAddrType specifies how\n            this address is to be interpreted.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "mplsLdpEntityLabelType": {
                      "type": "string",
                      "description": "Specifies the optional parameters for the LDP\n            Initialization Message.\n            \n            If the value is generic(1) then no\n            optional parameters will be sent in\n            the LDP Initialization message associated\n            with this Entity.\n            \n            If the value is atmParameters(2) then\n            a row must be created in the\n            mplsLdpEntityAtmTable, which\n            corresponds to this entry.\n            \n            If the value is frameRelayParameters(3) then\n            a row must be created in the\n            mplsLdpEntityFrameRelayTable, which\n            corresponds to this entry.",
                      "x-yang-type": "mpls-tc:MplsLdpLabelType",
                      "readOnly": true
                    },
                    "mplsLdpEntityDiscontinuityTime": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion\n            at which any one or more of this entity's counters\n            suffered a discontinuity.  The relevant counters\n            are the specific instances associated with this\n            entity of any Counter32 object contained\n            in the 'mplsLdpEntityStatsTable'.  If no such\n            discontinuities have occurred since the last\n            re-initialization of the local management\n            subsystem, then this object contains a zero\n            value.",
                      "x-yang-type": "yang:timestamp",
                      "readOnly": true
                    },
                    "mplsLdpEntityStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                      "x-yang-type": "snmpv2-tc:StorageType",
                      "readOnly": true
                    },
                    "mplsLdpEntityRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.  All writable\n            objects in this row may be modified at any\n            time, however, as described in detail in\n            the section entitled, 'Changing Values After\n            Session Establishment', and again described\n            in the DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object, if a session\n            has been initiated with a Peer, changing objects\n            in this table will wreak havoc with the session\n            and interrupt traffic.  To repeat again:\n            the recommended procedure is to\n            set the mplsLdpEntityAdminStatus to down, thereby\n            explicitly causing a session to be torn down. Then,\n            change objects in this entry, then set\n            the mplsLdpEntityAdminStatus to enable,\n            which enables a new session to be initiated.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "mplsLdpPeerTable": {
            "type": "object",
            "description": "Information about LDP peers known by Entities in\n        the mplsLdpEntityTable.  The information in this table\n        is based on information from the Entity-Peer interaction\n        during session initialization but is not appropriate\n        for the mplsLdpSessionTable, because objects in this\n        table may or may not be used in session establishment.",
            "properties": {
              "mplsLdpPeerEntry": {
                "type": "array",
                "description": "Information about a single Peer which is related\n          to a Session.  This table is augmented by\n          the mplsLdpSessionTable.",
                "items": {
                  "type": "object",
                  "properties": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "The LDP identifier of this LDP Peer.",
                      "x-yang-type": "mpls-tc:MplsLdpIdentifier",
                      "readOnly": true
                    },
                    "mplsLdpPeerLabelDistMethod": {
                      "type": "string",
                      "description": "For any given LDP session, the method of\n            label distribution must be specified.",
                      "x-yang-type": "mpls-tc:MplsLabelDistributionMethod",
                      "readOnly": true
                    },
                    "mplsLdpPeerPathVectorLimit": {
                      "type": "integer",
                      "description": "If the value of this object is 0 (zero) then\n            Loop Dection for Path Vectors for this Peer\n            is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path  Vectors for this\n            Peer is enabled and the Path Vector Limit is this value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "mplsLdpPeerTransportAddrType": {
                      "type": "string",
                      "description": "The type of the Internet address for the\n            mplsLdpPeerTransportAddr object.  The LDP\n            specification describes this as being either\n            an IPv4 Transport Address or IPv6 Transport\n            \n            \n            Address which is used in opening the LDP session's\n            TCP connection, or if the optional TLV is not\n            present, then this is the IPv4/IPv6 source\n            address for the UPD packet carrying the Hellos.\n            \n            This object specifies how the value of the\n            mplsLdpPeerTransportAddr object should be\n            interpreted.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "mplsLdpPeerTransportAddr": {
                      "type": "string",
                      "description": "The Internet address advertised by the peer\n            in the Hello Message or the Hello source address.\n            \n            The type of this address is specified by the\n            value of the mplsLdpPeerTransportAddrType\n            object.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "mplsLdpHelloAdjacencyTable": {
            "type": "object",
            "description": "A table of Hello Adjacencies for Sessions.",
            "properties": {
              "mplsLdpHelloAdjacencyEntry": {
                "type": "array",
                "description": "Each row represents a single LDP Hello Adjacency.\n          An LDP Session can have one or more Hello\n          Adjacencies.",
                "items": {
                  "type": "object",
                  "properties": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpHelloAdjacencyIndex": {
                      "type": "integer",
                      "description": "An identifier for this specific adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "mplsLdpHelloAdjacencyHoldTimeRem": {
                      "type": "string",
                      "description": "If the value of this object is 65535,\n            this means that the hold time is infinite\n            (i.e., wait forever).\n            \n            Otherwise, the time remaining for\n            this Hello Adjacency to receive its\n            next Hello Message.\n            \n            This interval will change when the 'next'\n            Hello Message which corresponds to this\n            Hello Adjacency is received unless it\n            is infinite.",
                      "x-yang-type": "snmpv2-tc:TimeInterval",
                      "readOnly": true
                    },
                    "mplsLdpHelloAdjacencyHoldTime": {
                      "type": "integer",
                      "description": "The Hello hold time which is negotiated between\n            the Entity and the Peer.  The entity associated\n            with this Hello Adjacency issues a proposed\n            Hello Hold Time value in the\n            mplsLdpEntityHelloHoldTimer object.  The peer\n            also proposes a value and this object represents\n            the negotiated value.\n            \n            A value of 0 means the default,\n            which is 15 seconds for Link Hellos\n            and 45 seconds for Targeted Hellos.\n            A value of 65535 indicates an\n            infinite hold time.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "mplsLdpHelloAdjacencyType": {
                      "type": "string",
                      "description": "This adjacency is the result of a 'link'\n            hello if the value of this object is link(1).\n            \n            \n            Otherwise, it is a result of a 'targeted'\n            hello, targeted(2).",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "mplsInSegmentLdpLspTable": {
            "type": "object",
            "description": "A table of LDP LSP's which\n        map to the mplsInSegmentTable in the\n        MPLS-LSR-STD-MIB module.",
            "properties": {
              "mplsInSegmentLdpLspEntry": {
                "type": "array",
                "description": "mplsInSegmentLdpLspEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsInSegmentLdpLspIndex": {
                      "type": "string",
                      "description": "This contains the same value as the\n            mplsInSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsInSegmentTable.",
                      "x-yang-type": "mpls-lsr:MplsIndexType",
                      "readOnly": true
                    },
                    "mplsInSegmentLdpLspLabelType": {
                      "type": "string",
                      "description": "The Layer 2 Label Type.",
                      "x-yang-type": "mpls-tc:MplsLdpLabelType",
                      "readOnly": true
                    },
                    "mplsInSegmentLdpLspType": {
                      "type": "string",
                      "description": "The type of LSP connection.",
                      "x-yang-type": "mpls-tc:MplsLspType",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "mplsOutSegmentLdpLspTable": {
            "type": "object",
            "description": "A table of LDP LSP's which\n        map to the mplsOutSegmentTable in the\n        MPLS-LSR-STD-MIB.",
            "properties": {
              "mplsOutSegmentLdpLspEntry": {
                "type": "array",
                "description": "An entry in this table represents information\n          on a single LDP LSP which is represented by\n          a session's index triple (mplsLdpEntityLdpId,\n          mplsLdpEntityIndex, mplsLdpPeerLdpId) AND the\n          index (mplsOutSegmentLdpLspIndex)\n          for the mplsOutSegmentTable.\n          \n          The information contained in a row is read-only.",
                "items": {
                  "type": "object",
                  "properties": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsOutSegmentLdpLspIndex": {
                      "type": "string",
                      "description": "This contains the same value as the\n            mplsOutSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsOutSegmentTable.",
                      "x-yang-type": "mpls-lsr:MplsIndexType",
                      "readOnly": true
                    },
                    "mplsOutSegmentLdpLspLabelType": {
                      "type": "string",
                      "description": "The Layer 2 Label Type.",
                      "x-yang-type": "mpls-tc:MplsLdpLabelType",
                      "readOnly": true
                    },
                    "mplsOutSegmentLdpLspType": {
                      "type": "string",
                      "description": "The type of LSP connection.",
                      "x-yang-type": "mpls-tc:MplsLspType",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "mplsFecTable": {
            "type": "object",
            "description": "This table represents the FEC\n        (Forwarding Equivalence Class)\n        Information associated with an LSP.",
            "properties": {
              "mplsFecEntry": {
                "type": "array",
                "description": "Each row represents a single FEC Element.",
                "items": {
                  "type": "object",
                  "properties": {
                    "mplsFecIndex": {
                      "type": "string",
                      "description": "The index which uniquely identifies this entry.",
                      "x-yang-type": "diffserv-mib:IndexInteger",
                      "readOnly": true
                    },
                    "mplsFecType": {
                      "type": "string",
                      "description": "The type of the FEC.  If the value of this object\n            is 'prefix(1)' then the FEC type described by this\n            row is an address prefix.\n            \n            If the value of this object is 'hostAddress(2)' then\n            the FEC type described by this row is a host address.",
                      "readOnly": true
                    },
                    "mplsFecAddrPrefixLength": {
                      "type": "string",
                      "description": "If the value of the 'mplsFecType' is 'hostAddress(2)'\n            then this object is undefined.\n            \n            If the value of 'mplsFecType' is 'prefix(1)'\n            then the value of this object is the length in\n            bits of the address prefix represented by\n            'mplsFecAddr', or zero.  If the value of this\n            object is zero, this indicates that the\n            prefix matches all addresses.  In this case the\n            address prefix MUST also be zero (i.e., 'mplsFecAddr'\n            should have the value of zero.)",
                      "x-yang-type": "inet-address:InetAddressPrefixLength",
                      "readOnly": true
                    },
                    "mplsFecAddrType": {
                      "type": "string",
                      "description": "The value of this object is the type of the\n            Internet address.  The value of this object,\n            decides how the value of the mplsFecAddr object\n            is interpreted.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "mplsFecAddr": {
                      "type": "string",
                      "description": "The value of this object is interpreted based\n            on the value of the 'mplsFecAddrType' object.\n            \n            This address is then further interpretted as\n            an being used with the address prefix,\n            or as the host address.  This further interpretation\n            is indicated by the 'mplsFecType' object.\n            In other words, the FEC element is populated\n            according to the Prefix FEC Element value encoding, or\n            the Host Address FEC Element encoding.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "mplsFecStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                      "x-yang-type": "snmpv2-tc:StorageType",
                      "readOnly": true
                    },
                    "mplsFecRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.  If the value of this\n            object is 'active(1)', then none of the writable objects\n            of this entry can be modified, except to set this object\n            to 'destroy(6)'.\n            \n            NOTE: if this row is being referenced by any entry in\n            the mplsLdpLspFecTable, then a request to destroy\n            this row, will result in an inconsistentValue error.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "mplsLdpLspFecTable": {
            "type": "object",
            "description": "A table which shows the relationship between\n        LDP LSPs and FECs.  Each row represents\n        a single LDP LSP to FEC association.",
            "properties": {
              "mplsLdpLspFecEntry": {
                "type": "array",
                "description": "An entry represents a LDP LSP\n          to FEC association.",
                "items": {
                  "type": "object",
                  "properties": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpLspFecSegment": {
                      "type": "string",
                      "description": "If the value is inSegment(1), then this\n            indicates that the following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsInSegmentLdpLspIndex.\n            \n            Otherwise, if the value of this object is\n            \n            \n            outSegment(2),  then this\n            indicates that following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsOutSegmentLdpLspIndex.",
                      "readOnly": true
                    },
                    "mplsLdpLspFecSegmentIndex": {
                      "type": "string",
                      "description": "This index is interpretted by using the value\n            of the mplsLdpLspFecSegment.\n            \n            If the mplsLdpLspFecSegment is inSegment(1),\n            then this index has the same value as\n            mplsInSegmentLdpLspIndex.\n            \n            If the mplsLdpLspFecSegment is outSegment(2),\n            then this index has the same value as\n            mplsOutSegmentLdpLspIndex.",
                      "x-yang-type": "mpls-lsr:MplsIndexType",
                      "readOnly": true
                    },
                    "mplsLdpLspFecIndex": {
                      "type": "string",
                      "description": "This index identifies the FEC entry in the\n            mplsFecTable associated with this session.\n            In other words, the value of this index\n            is the same as the value of the mplsFecIndex\n            that denotes the FEC associated with this\n            Session.",
                      "x-yang-type": "diffserv-mib:IndexInteger",
                      "readOnly": true
                    },
                    "mplsLdpLspFecStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
                      "x-yang-type": "snmpv2-tc:StorageType",
                      "readOnly": true
                    },
                    "mplsLdpLspFecRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.  If the\n            value of this object is 'active(1)', then\n            none of the writable objects of this entry\n            can be modified.\n            \n            The Agent should delete this row when\n            the session ceases to exist.  If an\n            operator wants to associate the session with\n            a different FEC, the recommended\n            procedure is (as described in detail in the section\n            entitled, 'Changing Values After Session\n            Establishment', and again described in the\n            DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object)\n            is to set the mplsLdpEntityAdminStatus to\n            down, thereby explicitly causing a session\n            to be torn down. This will also\n            cause this entry to be deleted.\n            \n            Then, set the mplsLdpEntityAdminStatus\n            to enable which enables a new session to be initiated.\n            Once the session is initiated, an entry may be\n            added to this table to associate the new session\n            with a FEC.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "mplsLdpSessionPeerAddrTable": {
            "type": "object",
            "description": "mplsLdpSessionPeerAddrTable",
            "properties": {
              "mplsLdpSessionPeerAddrEntry": {
                "type": "array",
                "description": "An entry in this table represents information on\n          a session's single next hop address which was\n          advertised in an Address Message from the LDP peer.\n          The information contained in a row is read-only.",
                "items": {
                  "type": "object",
                  "properties": {
                    "mplsLdpEntityLdpId": {
                      "type": "string",
                      "description": "mplsLdpEntityLdpId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpEntityIndex": {
                      "type": "string",
                      "description": "mplsLdpEntityIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpPeerLdpId": {
                      "type": "string",
                      "description": "mplsLdpPeerLdpId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "mplsLdpSessionPeerAddrIndex": {
                      "type": "integer",
                      "description": "An index which uniquely identifies this entry within\n            a given session.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "mplsLdpSessionPeerNextHopAddrType": {
                      "type": "string",
                      "description": "The internetwork layer address type of this Next Hop\n            Address as specified in the Label Address Message\n            associated with this Session. The value of this\n            object indicates how to interpret the value of\n            \n            \n            mplsLdpSessionPeerNextHopAddr.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "mplsLdpSessionPeerNextHopAddr": {
                      "type": "string",
                      "description": "The next hop address.  The type of this address\n            is specified by the value of the\n            mplsLdpSessionPeerNextHopAddrType.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "MPLS-LDP-STD-MIB_object-1": {
        "type": "object",
        "description": "object-1",
        "properties": {
          "mplsLdpEntityLdpId": {
            "type": "string",
            "description": "mplsLdpEntityLdpId",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpEntityIndex": {
            "type": "string",
            "description": "mplsLdpEntityIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpPeerLdpId": {
            "type": "string",
            "description": "mplsLdpPeerLdpId",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpSessionState": {
            "type": "string",
            "description": "mplsLdpSessionState",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "MPLS-LDP-STD-MIB_object-2": {
        "type": "object",
        "description": "object-2",
        "properties": {
          "mplsLdpEntityLdpId": {
            "type": "string",
            "description": "mplsLdpEntityLdpId",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpEntityIndex": {
            "type": "string",
            "description": "mplsLdpEntityIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpPeerLdpId": {
            "type": "string",
            "description": "mplsLdpPeerLdpId",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpSessionDiscontinuityTime": {
            "type": "string",
            "description": "mplsLdpSessionDiscontinuityTime",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "MPLS-LDP-STD-MIB_object-3": {
        "type": "object",
        "description": "object-3",
        "properties": {
          "mplsLdpEntityLdpId": {
            "type": "string",
            "description": "mplsLdpEntityLdpId",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpEntityIndex": {
            "type": "string",
            "description": "mplsLdpEntityIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpPeerLdpId": {
            "type": "string",
            "description": "mplsLdpPeerLdpId",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpSessionStatsUnknownMesTypeErrors": {
            "type": "string",
            "description": "mplsLdpSessionStatsUnknownMesTypeErrors",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "MPLS-LDP-STD-MIB_object-4": {
        "type": "object",
        "description": "object-4",
        "properties": {
          "mplsLdpEntityLdpId": {
            "type": "string",
            "description": "mplsLdpEntityLdpId",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpEntityIndex": {
            "type": "string",
            "description": "mplsLdpEntityIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpPeerLdpId": {
            "type": "string",
            "description": "mplsLdpPeerLdpId",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "mplsLdpSessionStatsUnknownTlvErrors": {
            "type": "string",
            "description": "mplsLdpSessionStatsUnknownTlvErrors",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "MPLS-LDP-STD-MIB_mplsLdpEntityEntry": {
        "type": "array",
        "description": "An entry in this table represents an LDP entity.\n          An entry can be created by a network administrator\n          or by an SNMP agent as instructed by LDP.",
        "items": {
          "type": "object",
          "properties": {
            "mplsLdpEntityLdpId": {
              "type": "string",
              "description": "The LDP identifier.",
              "x-yang-type": "mpls-tc:MplsLdpIdentifier",
              "readOnly": true
            },
            "mplsLdpEntityIndex": {
              "type": "string",
              "description": "This index is used as a secondary index to uniquely\n            identify this row.  Before creating a row in this table,\n            the 'mplsLdpEntityIndexNext' object should be retrieved.\n            That value should be used for the value of this index\n            when creating a row in this table.  NOTE:  if a value\n            of zero (0) is retrieved, that indicates that no rows\n            can be created in this table at this time.\n            \n            A secondary index (this object) is meaningful to some\n            but not all, LDP implementations.  For example\n            an LDP implementation which uses PPP would\n            use this index to differentiate PPP sub-links.\n            \n            Another way to use this index is to give this the\n            value of ifIndex.  However, this is dependant\n            \n            \n            on the implementation.",
              "x-yang-type": "diffserv-mib:IndexInteger",
              "readOnly": true
            },
            "mplsLdpEntityProtocolVersion": {
              "type": "integer",
              "description": "The version number of the LDP protocol which will be\n            used in the session initialization message.\n            \n            Section 3.5.3 in the LDP Specification specifies\n            that the version of the LDP protocol is negotiated during\n            session establishment. The value of this object\n            represents the value that is sent in the initialization\n            message.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "mplsLdpEntityAdminStatus": {
              "type": "string",
              "description": "The administrative status of this LDP Entity.\n            If this object is changed from 'enable' to 'disable'\n            and this entity has already attempted to establish\n            contact with a Peer, then all contact with that\n            Peer is lost and all information from that Peer\n            needs to be removed from the MIB. (This implies\n            that the network management subsystem should clean\n            up any related entry in the mplsLdpPeerTable.  This\n            further implies that a 'tear-down' for that session\n            is issued and the session and all information related\n            to that session cease to exist).\n            \n            At this point the operator is able to change values\n            which are related to this entity.\n            \n            When the admin status is set back to 'enable', then\n            this Entity will attempt to establish a new session\n            with the Peer.",
              "readOnly": true
            },
            "mplsLdpEntityOperStatus": {
              "type": "string",
              "description": "The operational status of this LDP Entity.\n            \n            The value of unknown(1) indicates that the\n            operational status cannot be determined at\n            this time.  The value of unknown should be\n            a transient condition before changing\n            to enabled(2) or disabled(3).",
              "readOnly": true
            },
            "mplsLdpEntityTcpPort": {
              "type": "string",
              "description": "The TCP Port for\n            LDP.  The default value is the well-known\n            value of this port.",
              "format": "inet:port-number",
              "readOnly": true
            },
            "mplsLdpEntityUdpDscPort": {
              "type": "string",
              "description": "The UDP Discovery Port for\n            LDP.  The default value is the\n            well-known value for this port.",
              "format": "inet:port-number",
              "readOnly": true
            },
            "mplsLdpEntityMaxPduLength": {
              "type": "integer",
              "description": "The maximum PDU Length that is sent in\n            the Common Session Parameters of an Initialization\n            Message. According to the LDP Specification [RFC3036]\n            a value of 255 or less specifies the\n            default maximum length of 4096 octets, this is why\n            the value of this object starts at 256.  The operator\n            should explicitly choose the default value (i.e., 4096),\n            or some other value.\n            \n            The receiving LSR MUST calculate the maximum PDU\n            length for the session by using the smaller of its and\n            its peer's proposals for Max PDU Length.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "mplsLdpEntityKeepAliveHoldTimer": {
              "type": "integer",
              "description": "The 16-bit integer value which is the proposed keep\n            alive hold timer for this LDP Entity.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "mplsLdpEntityHelloHoldTimer": {
              "type": "integer",
              "description": "The 16-bit integer value which is the proposed Hello\n            hold timer for this LDP Entity. The Hello Hold time\n            in seconds.\n            \n            \n            An LSR maintains a record of Hellos received\n            from potential peers.  This object represents\n            the Hold Time in the Common Hello Parameters TLV of\n            the Hello Message.\n            \n            A value of 0 is a default value and should be\n            interpretted in conjunction with the\n            mplsLdpEntityTargetPeer object.\n            \n            If the value of this object is 0: if the value of the\n            mplsLdpEntityTargetPeer object is false(2), then this\n            specifies that the Hold Time's actual default value is\n            15 seconds (i.e., the default Hold time for Link Hellos\n            is 15 seconds).  Otherwise if the value of the\n            mplsLdpEntityTargetPeer object is true(1), then this\n            specifies that the Hold Time's actual default value is\n            45 seconds (i.e., the default Hold time for Targeted\n            Hellos is 45 seconds).\n            \n            A value of 65535 means infinite (i.e., wait forever).\n            \n            All other values represent the amount of time in\n            seconds to wait for a Hello Message.  Setting the\n            hold time to a value smaller than 15 is not\n            recommended, although not forbidden according\n            to RFC3036.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "mplsLdpEntityInitSessionThreshold": {
              "type": "integer",
              "description": "When attempting to establish a session with\n            a given Peer, the given LDP Entity should\n            send out the SNMP notification,\n            'mplsLdpInitSessionThresholdExceeded', when\n            the number of Session Initialization messages\n            sent exceeds this threshold.\n            \n            The notification is used to notify an\n            operator when this Entity and its Peer are\n            possibly engaged in an endless sequence\n            of messages as each NAKs the other's\n            \n            \n            Initialization messages with Error Notification\n            messages.  Setting this threshold which triggers\n            the notification is one way to notify the\n            operator.  The notification should be generated\n            each time this threshold is exceeded and\n            for every subsequent Initialization message\n            which is NAK'd with an Error Notification\n            message after this threshold is exceeded.\n            \n            A value of 0 (zero) for this object\n            indicates that the threshold is infinity, thus\n            the SNMP notification will never be generated.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "mplsLdpEntityLabelDistMethod": {
              "type": "string",
              "description": "For any given LDP session, the method of\n            label distribution must be specified.",
              "x-yang-type": "mpls-tc:MplsLabelDistributionMethod",
              "readOnly": true
            },
            "mplsLdpEntityLabelRetentionMode": {
              "type": "string",
              "description": "The LDP Entity can be configured to use either\n            conservative or liberal label retention mode.\n            \n            If the value of this object is conservative(1)\n            then advertized label mappings are retained\n            only if they will be used to forward packets,\n            i.e., if label came from a valid next hop.\n            \n            If the value of this object is liberal(2)\n            then all advertized label mappings are retained\n            whether they are from a valid next hop or not.",
              "x-yang-type": "mpls-tc:MplsRetentionMode",
              "readOnly": true
            },
            "mplsLdpEntityPathVectorLimit": {
              "type": "integer",
              "description": "If the value of this object is 0 (zero) then\n            Loop Detection for Path Vectors is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path Vectors is enabled,\n            and the Path Vector Limit is this value.\n            Also, the value of the object,\n            'mplsLdpLsrLoopDetectionCapable', must be set to\n            either 'pathVector(4)' or 'hopCountAndPathVector(5)',\n            if this object has a value greater than 0 (zero),\n            otherwise it is ignored.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "mplsLdpEntityHopCountLimit": {
              "type": "integer",
              "description": "If the value of this object is 0 (zero),\n            then Loop Detection using Hop Counters is\n            disabled.\n            \n            If the value of this object is greater than\n            0 (zero) then Loop Detection using Hop\n            Counters is enabled, and this object\n            specifies this Entity's maximum allowable\n            value for the Hop Count.\n            Also, the value of the object\n            mplsLdpLsrLoopDetectionCapable must be set\n            to either 'hopCount(3)' or\n            'hopCountAndPathVector(5)' if this object\n            has a value greater than 0 (zero), otherwise\n            it is ignored.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "mplsLdpEntityTransportAddrKind": {
              "type": "string",
              "description": "This specifies whether the loopback or interface\n            address is to be used as the transport address\n            in the transport address TLV of the\n            hello message.\n            \n            If the value is interface(1), then the IP\n            address of the interface from which hello\n            messages are sent is used as the transport\n            address in the hello message.\n            \n            Otherwise, if the value is loopback(2), then the IP\n            address of the loopback interface is used as the\n            transport address in the hello message.",
              "readOnly": true
            },
            "mplsLdpEntityTargetPeer": {
              "type": "boolean",
              "description": "If this LDP entity uses targeted peer then set\n            this to true.",
              "readOnly": true
            },
            "mplsLdpEntityTargetPeerAddrType": {
              "type": "string",
              "description": "The type of the internetwork layer address used for\n            the Extended Discovery.  This object indicates how\n            the value of mplsLdpEntityTargetPeerAddr is to\n            be interpreted.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "mplsLdpEntityTargetPeerAddr": {
              "type": "string",
              "description": "The value of the internetwork layer address\n            used for the Extended Discovery.  The value of\n            mplsLdpEntityTargetPeerAddrType specifies how\n            this address is to be interpreted.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "mplsLdpEntityLabelType": {
              "type": "string",
              "description": "Specifies the optional parameters for the LDP\n            Initialization Message.\n            \n            If the value is generic(1) then no\n            optional parameters will be sent in\n            the LDP Initialization message associated\n            with this Entity.\n            \n            If the value is atmParameters(2) then\n            a row must be created in the\n            mplsLdpEntityAtmTable, which\n            corresponds to this entry.\n            \n            If the value is frameRelayParameters(3) then\n            a row must be created in the\n            mplsLdpEntityFrameRelayTable, which\n            corresponds to this entry.",
              "x-yang-type": "mpls-tc:MplsLdpLabelType",
              "readOnly": true
            },
            "mplsLdpEntityDiscontinuityTime": {
              "type": "string",
              "description": "The value of sysUpTime on the most recent occasion\n            at which any one or more of this entity's counters\n            suffered a discontinuity.  The relevant counters\n            are the specific instances associated with this\n            entity of any Counter32 object contained\n            in the 'mplsLdpEntityStatsTable'.  If no such\n            discontinuities have occurred since the last\n            re-initialization of the local management\n            subsystem, then this object contains a zero\n            value.",
              "x-yang-type": "yang:timestamp",
              "readOnly": true
            },
            "mplsLdpEntityStorageType": {
              "type": "string",
              "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
              "x-yang-type": "snmpv2-tc:StorageType",
              "readOnly": true
            },
            "mplsLdpEntityRowStatus": {
              "type": "string",
              "description": "The status of this conceptual row.  All writable\n            objects in this row may be modified at any\n            time, however, as described in detail in\n            the section entitled, 'Changing Values After\n            Session Establishment', and again described\n            in the DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object, if a session\n            has been initiated with a Peer, changing objects\n            in this table will wreak havoc with the session\n            and interrupt traffic.  To repeat again:\n            the recommended procedure is to\n            set the mplsLdpEntityAdminStatus to down, thereby\n            explicitly causing a session to be torn down. Then,\n            change objects in this entry, then set\n            the mplsLdpEntityAdminStatus to enable,\n            which enables a new session to be initiated.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            }
          }
        }
      },
      "MPLS-LDP-STD-MIB_mplsLdpPeerEntry": {
        "type": "array",
        "description": "Information about a single Peer which is related\n          to a Session.  This table is augmented by\n          the mplsLdpSessionTable.",
        "items": {
          "type": "object",
          "properties": {
            "mplsLdpEntityLdpId": {
              "type": "string",
              "description": "mplsLdpEntityLdpId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpEntityIndex": {
              "type": "string",
              "description": "mplsLdpEntityIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpPeerLdpId": {
              "type": "string",
              "description": "The LDP identifier of this LDP Peer.",
              "x-yang-type": "mpls-tc:MplsLdpIdentifier",
              "readOnly": true
            },
            "mplsLdpPeerLabelDistMethod": {
              "type": "string",
              "description": "For any given LDP session, the method of\n            label distribution must be specified.",
              "x-yang-type": "mpls-tc:MplsLabelDistributionMethod",
              "readOnly": true
            },
            "mplsLdpPeerPathVectorLimit": {
              "type": "integer",
              "description": "If the value of this object is 0 (zero) then\n            Loop Dection for Path Vectors for this Peer\n            is disabled.\n            \n            Otherwise, if this object has a value greater than\n            zero, then Loop Dection for Path  Vectors for this\n            Peer is enabled and the Path Vector Limit is this value.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "mplsLdpPeerTransportAddrType": {
              "type": "string",
              "description": "The type of the Internet address for the\n            mplsLdpPeerTransportAddr object.  The LDP\n            specification describes this as being either\n            an IPv4 Transport Address or IPv6 Transport\n            \n            \n            Address which is used in opening the LDP session's\n            TCP connection, or if the optional TLV is not\n            present, then this is the IPv4/IPv6 source\n            address for the UPD packet carrying the Hellos.\n            \n            This object specifies how the value of the\n            mplsLdpPeerTransportAddr object should be\n            interpreted.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "mplsLdpPeerTransportAddr": {
              "type": "string",
              "description": "The Internet address advertised by the peer\n            in the Hello Message or the Hello source address.\n            \n            The type of this address is specified by the\n            value of the mplsLdpPeerTransportAddrType\n            object.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            }
          }
        }
      },
      "MPLS-LDP-STD-MIB_mplsLdpHelloAdjacencyEntry": {
        "type": "array",
        "description": "Each row represents a single LDP Hello Adjacency.\n          An LDP Session can have one or more Hello\n          Adjacencies.",
        "items": {
          "type": "object",
          "properties": {
            "mplsLdpEntityLdpId": {
              "type": "string",
              "description": "mplsLdpEntityLdpId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpEntityIndex": {
              "type": "string",
              "description": "mplsLdpEntityIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpPeerLdpId": {
              "type": "string",
              "description": "mplsLdpPeerLdpId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpHelloAdjacencyIndex": {
              "type": "integer",
              "description": "An identifier for this specific adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "mplsLdpHelloAdjacencyHoldTimeRem": {
              "type": "string",
              "description": "If the value of this object is 65535,\n            this means that the hold time is infinite\n            (i.e., wait forever).\n            \n            Otherwise, the time remaining for\n            this Hello Adjacency to receive its\n            next Hello Message.\n            \n            This interval will change when the 'next'\n            Hello Message which corresponds to this\n            Hello Adjacency is received unless it\n            is infinite.",
              "x-yang-type": "snmpv2-tc:TimeInterval",
              "readOnly": true
            },
            "mplsLdpHelloAdjacencyHoldTime": {
              "type": "integer",
              "description": "The Hello hold time which is negotiated between\n            the Entity and the Peer.  The entity associated\n            with this Hello Adjacency issues a proposed\n            Hello Hold Time value in the\n            mplsLdpEntityHelloHoldTimer object.  The peer\n            also proposes a value and this object represents\n            the negotiated value.\n            \n            A value of 0 means the default,\n            which is 15 seconds for Link Hellos\n            and 45 seconds for Targeted Hellos.\n            A value of 65535 indicates an\n            infinite hold time.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "mplsLdpHelloAdjacencyType": {
              "type": "string",
              "description": "This adjacency is the result of a 'link'\n            hello if the value of this object is link(1).\n            \n            \n            Otherwise, it is a result of a 'targeted'\n            hello, targeted(2).",
              "readOnly": true
            }
          }
        }
      },
      "MPLS-LDP-STD-MIB_mplsInSegmentLdpLspEntry": {
        "type": "array",
        "description": "mplsInSegmentLdpLspEntry",
        "items": {
          "type": "object",
          "properties": {
            "mplsLdpEntityLdpId": {
              "type": "string",
              "description": "mplsLdpEntityLdpId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpEntityIndex": {
              "type": "string",
              "description": "mplsLdpEntityIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpPeerLdpId": {
              "type": "string",
              "description": "mplsLdpPeerLdpId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsInSegmentLdpLspIndex": {
              "type": "string",
              "description": "This contains the same value as the\n            mplsInSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsInSegmentTable.",
              "x-yang-type": "mpls-lsr:MplsIndexType",
              "readOnly": true
            },
            "mplsInSegmentLdpLspLabelType": {
              "type": "string",
              "description": "The Layer 2 Label Type.",
              "x-yang-type": "mpls-tc:MplsLdpLabelType",
              "readOnly": true
            },
            "mplsInSegmentLdpLspType": {
              "type": "string",
              "description": "The type of LSP connection.",
              "x-yang-type": "mpls-tc:MplsLspType",
              "readOnly": true
            }
          }
        }
      },
      "MPLS-LDP-STD-MIB_mplsOutSegmentLdpLspEntry": {
        "type": "array",
        "description": "An entry in this table represents information\n          on a single LDP LSP which is represented by\n          a session's index triple (mplsLdpEntityLdpId,\n          mplsLdpEntityIndex, mplsLdpPeerLdpId) AND the\n          index (mplsOutSegmentLdpLspIndex)\n          for the mplsOutSegmentTable.\n          \n          The information contained in a row is read-only.",
        "items": {
          "type": "object",
          "properties": {
            "mplsLdpEntityLdpId": {
              "type": "string",
              "description": "mplsLdpEntityLdpId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpEntityIndex": {
              "type": "string",
              "description": "mplsLdpEntityIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpPeerLdpId": {
              "type": "string",
              "description": "mplsLdpPeerLdpId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsOutSegmentLdpLspIndex": {
              "type": "string",
              "description": "This contains the same value as the\n            mplsOutSegmentIndex in the\n            MPLS-LSR-STD-MIB's mplsOutSegmentTable.",
              "x-yang-type": "mpls-lsr:MplsIndexType",
              "readOnly": true
            },
            "mplsOutSegmentLdpLspLabelType": {
              "type": "string",
              "description": "The Layer 2 Label Type.",
              "x-yang-type": "mpls-tc:MplsLdpLabelType",
              "readOnly": true
            },
            "mplsOutSegmentLdpLspType": {
              "type": "string",
              "description": "The type of LSP connection.",
              "x-yang-type": "mpls-tc:MplsLspType",
              "readOnly": true
            }
          }
        }
      },
      "MPLS-LDP-STD-MIB_mplsFecEntry": {
        "type": "array",
        "description": "Each row represents a single FEC Element.",
        "items": {
          "type": "object",
          "properties": {
            "mplsFecIndex": {
              "type": "string",
              "description": "The index which uniquely identifies this entry.",
              "x-yang-type": "diffserv-mib:IndexInteger",
              "readOnly": true
            },
            "mplsFecType": {
              "type": "string",
              "description": "The type of the FEC.  If the value of this object\n            is 'prefix(1)' then the FEC type described by this\n            row is an address prefix.\n            \n            If the value of this object is 'hostAddress(2)' then\n            the FEC type described by this row is a host address.",
              "readOnly": true
            },
            "mplsFecAddrPrefixLength": {
              "type": "string",
              "description": "If the value of the 'mplsFecType' is 'hostAddress(2)'\n            then this object is undefined.\n            \n            If the value of 'mplsFecType' is 'prefix(1)'\n            then the value of this object is the length in\n            bits of the address prefix represented by\n            'mplsFecAddr', or zero.  If the value of this\n            object is zero, this indicates that the\n            prefix matches all addresses.  In this case the\n            address prefix MUST also be zero (i.e., 'mplsFecAddr'\n            should have the value of zero.)",
              "x-yang-type": "inet-address:InetAddressPrefixLength",
              "readOnly": true
            },
            "mplsFecAddrType": {
              "type": "string",
              "description": "The value of this object is the type of the\n            Internet address.  The value of this object,\n            decides how the value of the mplsFecAddr object\n            is interpreted.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "mplsFecAddr": {
              "type": "string",
              "description": "The value of this object is interpreted based\n            on the value of the 'mplsFecAddrType' object.\n            \n            This address is then further interpretted as\n            an being used with the address prefix,\n            or as the host address.  This further interpretation\n            is indicated by the 'mplsFecType' object.\n            In other words, the FEC element is populated\n            according to the Prefix FEC Element value encoding, or\n            the Host Address FEC Element encoding.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "mplsFecStorageType": {
              "type": "string",
              "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
              "x-yang-type": "snmpv2-tc:StorageType",
              "readOnly": true
            },
            "mplsFecRowStatus": {
              "type": "string",
              "description": "The status of this conceptual row.  If the value of this\n            object is 'active(1)', then none of the writable objects\n            of this entry can be modified, except to set this object\n            to 'destroy(6)'.\n            \n            NOTE: if this row is being referenced by any entry in\n            the mplsLdpLspFecTable, then a request to destroy\n            this row, will result in an inconsistentValue error.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            }
          }
        }
      },
      "MPLS-LDP-STD-MIB_mplsLdpLspFecEntry": {
        "type": "array",
        "description": "An entry represents a LDP LSP\n          to FEC association.",
        "items": {
          "type": "object",
          "properties": {
            "mplsLdpEntityLdpId": {
              "type": "string",
              "description": "mplsLdpEntityLdpId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpEntityIndex": {
              "type": "string",
              "description": "mplsLdpEntityIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpPeerLdpId": {
              "type": "string",
              "description": "mplsLdpPeerLdpId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpLspFecSegment": {
              "type": "string",
              "description": "If the value is inSegment(1), then this\n            indicates that the following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsInSegmentLdpLspIndex.\n            \n            Otherwise, if the value of this object is\n            \n            \n            outSegment(2),  then this\n            indicates that following index,\n            mplsLdpLspFecSegmentIndex, contains the same\n            value as the mplsOutSegmentLdpLspIndex.",
              "readOnly": true
            },
            "mplsLdpLspFecSegmentIndex": {
              "type": "string",
              "description": "This index is interpretted by using the value\n            of the mplsLdpLspFecSegment.\n            \n            If the mplsLdpLspFecSegment is inSegment(1),\n            then this index has the same value as\n            mplsInSegmentLdpLspIndex.\n            \n            If the mplsLdpLspFecSegment is outSegment(2),\n            then this index has the same value as\n            mplsOutSegmentLdpLspIndex.",
              "x-yang-type": "mpls-lsr:MplsIndexType",
              "readOnly": true
            },
            "mplsLdpLspFecIndex": {
              "type": "string",
              "description": "This index identifies the FEC entry in the\n            mplsFecTable associated with this session.\n            In other words, the value of this index\n            is the same as the value of the mplsFecIndex\n            that denotes the FEC associated with this\n            Session.",
              "x-yang-type": "diffserv-mib:IndexInteger",
              "readOnly": true
            },
            "mplsLdpLspFecStorageType": {
              "type": "string",
              "description": "The storage type for this conceptual row.\n            Conceptual rows having the value 'permanent(4)'\n            need not allow write-access to any columnar\n            objects in the row.",
              "x-yang-type": "snmpv2-tc:StorageType",
              "readOnly": true
            },
            "mplsLdpLspFecRowStatus": {
              "type": "string",
              "description": "The status of this conceptual row.  If the\n            value of this object is 'active(1)', then\n            none of the writable objects of this entry\n            can be modified.\n            \n            The Agent should delete this row when\n            the session ceases to exist.  If an\n            operator wants to associate the session with\n            a different FEC, the recommended\n            procedure is (as described in detail in the section\n            entitled, 'Changing Values After Session\n            Establishment', and again described in the\n            DESCRIPTION clause of the\n            mplsLdpEntityAdminStatus object)\n            is to set the mplsLdpEntityAdminStatus to\n            down, thereby explicitly causing a session\n            to be torn down. This will also\n            cause this entry to be deleted.\n            \n            Then, set the mplsLdpEntityAdminStatus\n            to enable which enables a new session to be initiated.\n            Once the session is initiated, an entry may be\n            added to this table to associate the new session\n            with a FEC.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            }
          }
        }
      },
      "MPLS-LDP-STD-MIB_mplsLdpSessionPeerAddrEntry": {
        "type": "array",
        "description": "An entry in this table represents information on\n          a session's single next hop address which was\n          advertised in an Address Message from the LDP peer.\n          The information contained in a row is read-only.",
        "items": {
          "type": "object",
          "properties": {
            "mplsLdpEntityLdpId": {
              "type": "string",
              "description": "mplsLdpEntityLdpId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpEntityIndex": {
              "type": "string",
              "description": "mplsLdpEntityIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpPeerLdpId": {
              "type": "string",
              "description": "mplsLdpPeerLdpId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "mplsLdpSessionPeerAddrIndex": {
              "type": "integer",
              "description": "An index which uniquely identifies this entry within\n            a given session.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "mplsLdpSessionPeerNextHopAddrType": {
              "type": "string",
              "description": "The internetwork layer address type of this Next Hop\n            Address as specified in the Label Address Message\n            associated with this Session. The value of this\n            object indicates how to interpret the value of\n            \n            \n            mplsLdpSessionPeerNextHopAddr.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "mplsLdpSessionPeerNextHopAddr": {
              "type": "string",
              "description": "The next hop address.  The type of this address\n            is specified by the value of the\n            mplsLdpSessionPeerNextHopAddrType.",
              "x-yang-type": "inet-address:InetAddress",
              "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": "MPLS-LDP-STD-MIB",
      "description": "MIB operations for MPLS-LDP-STD-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
