{
  "openapi": "3.0.0",
  "info": {
    "title": "CISCO-POWER-ETHERNET-EXT-MIB MIB API",
    "version": "1.0.0",
    "description": "A MIB module for extending the POWER-ETHERNET-MIB\n    (RFC3621) to add objects which provide additional\n    management information about Power Sourcing Equipment\n    (PSE) not available in POWER-ETHERNET-MIB.\n    \n    Glossary\n    \n    Power Sourcing Equipment (PSE)\n        These are devices supplying electrical power to\n        other equipment. They are, for example, inline power\n        switches, inline power daughterboards and power patch\n        panels.\n    \n    Powered Device (PD)\n        These are devices receiving their electrical power\n        supply from Power Sourcing Equipment. They are, for\n        example, IP telephones and wireless access points\n        or bridges.\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 CISCO-POWER-ETHERNET-EXT-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/CISCO-POWER-ETHERNET-EXT-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "CISCO-POWER-ETHERNET-EXT-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/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMIBObjects": {
      "get": {
        "summary": "Get cpeExtMIBObjects data",
        "description": "Retrieve cpeExtMIBObjects operational data from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cpeExtMIBObjects",
                  "properties": {
                    "cpeExtDefaultAllocation": {
                      "type": "integer",
                      "description": "This object indicates the default inline power allocation per\n          port. This is a global configuration parameter that applies\n          to all inline power capable ports in the system.\n          \n          The system must consider this object as well as the per port\n          configuration object, cpeExtPsePortPwrMax, when determining\n          how much power to allocate to a port. The system will use the\n          lower of the two numbers.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cpeExtPolicingNotifEnable": {
                      "type": "boolean",
                      "description": "This object is used to enable/disable the\n          the cpeExtPolicingNotif notification."
                    },
                    "cpeExtPowerPriorityEnable": {
                      "type": "boolean",
                      "description": "This object is the global control of the power priority\n          feature on the device. 'true' indicates that the power priority\n          feature is globally enabled. 'false' indicates that the power\n          priority feature is globally disabled."
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMIBObjects": {
                    "cpeExtDefaultAllocation": 0,
                    "cpeExtPolicingNotifEnable": true,
                    "cpeExtPowerPriorityEnable": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtMIBObjects",
        "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": "/cpeExtMIBObjects",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatistics": {
      "get": {
        "summary": "Get cpeExtPdStatistics data",
        "description": "Retrieve cpeExtPdStatistics operational data from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cpeExtPdStatistics",
                  "properties": {
                    "cpeExtPdStatsTotalDevices": {
                      "type": "integer",
                      "description": "This object indicates the total number of the\n          powered devices with any power classifications\n          in the system.\n          \n          Classification is a way to tag different terminals\n          on the Power over LAN network according to their\n          power consumption. Devices such as IP telephones,\n          WLAN access points and others, will be classified\n          according to their power requirements.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatistics": {
                    "cpeExtPdStatsTotalDevices": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtPdStatistics",
        "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": "/cpeExtPdStatistics",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMainPseTable": {
      "get": {
        "summary": "Get cpeExtMainPseTable data",
        "description": "Retrieve cpeExtMainPseTable operational data from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table contains the additional information for the\n        main PSE group in pethMainPseTable.",
                  "properties": {
                    "cpeExtMainPseEntry": {
                      "type": "array",
                      "description": "A cpeExtMainPseEntry contains information about\n          a particular pethMainPseGroupIndex. An entry is\n          created by the agent when a main PSE group is added\n          to the pethMainPseTable. An entry is deleted by the\n          agent when a main PSE group is removed from the\n          pethMainPseTable.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "pethMainPseGroupIndex": {
                            "type": "string",
                            "description": "pethMainPseGroupIndex",
                            "x-yang-type": "leafref"
                          },
                          "cpeExtMainPseEntPhyIndex": {
                            "type": "string",
                            "description": "The entPhysicalIndex value that uniquely identifies the\n            main PSE group. If the main PSE group does not have a\n            corresponding physical entry in entPhysicalTable or if\n            the entPhysicalTable is not supported by the management\n            system, then this object has the value of zero.",
                            "x-yang-type": "cisco-tc:EntPhysicalIndexOrZero"
                          },
                          "cpeExtMainPseDescr": {
                            "type": "string",
                            "description": "A textual string containing information about the Power\n            Source Equipment (PSE) group.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "cpeExtMainPsePwrMonitorCapable": {
                            "type": "boolean",
                            "description": "This object indicates if the given group is capable of\n            monitoring the power consumption of the interfaces that\n            belong to the group. The value 'true' means that the\n            group is capable. The value 'false' means that the group\n            in not capable."
                          },
                          "cpeExtMainPseUsedPower": {
                            "type": "integer",
                            "description": "This object indicates used power expressed in miliwatts.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cpeExtMainPseRemainingPower": {
                            "type": "integer",
                            "description": "This object indicates remaining power expressed in\n            miliwatts, this parameter is calculated as pethMainPsePower\n            minus cpeExtMainPseUsedPower.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMainPseTable": {
                    "cpeExtMainPseEntry": [
                      {
                        "pethMainPseGroupIndex": "1",
                        "cpeExtMainPseEntPhyIndex": "1",
                        "cpeExtMainPseDescr": "GigabitEthernet1/0/1",
                        "cpeExtMainPsePwrMonitorCapable": true,
                        "cpeExtMainPseUsedPower": 0,
                        "cpeExtMainPseRemainingPower": 0
                      },
                      {
                        "pethMainPseGroupIndex": "2",
                        "cpeExtMainPseEntPhyIndex": "2",
                        "cpeExtMainPseDescr": "GigabitEthernet1/0/1",
                        "cpeExtMainPsePwrMonitorCapable": true,
                        "cpeExtMainPseUsedPower": 0,
                        "cpeExtMainPseRemainingPower": 0
                      },
                      {
                        "pethMainPseGroupIndex": "3",
                        "cpeExtMainPseEntPhyIndex": "3",
                        "cpeExtMainPseDescr": "GigabitEthernet1/0/1",
                        "cpeExtMainPsePwrMonitorCapable": true,
                        "cpeExtMainPseUsedPower": 0,
                        "cpeExtMainPseRemainingPower": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtMainPseTable",
        "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": "/cpeExtMainPseTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMainPseTable/cpeExtMainPseEntry": {
      "get": {
        "summary": "Get cpeExtMainPseEntry list",
        "description": "Retrieve list of cpeExtMainPseEntry entries from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A cpeExtMainPseEntry contains information about\n          a particular pethMainPseGroupIndex. An entry is\n          created by the agent when a main PSE group is added\n          to the pethMainPseTable. An entry is deleted by the\n          agent when a main PSE group is removed from the\n          pethMainPseTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "pethMainPseGroupIndex": {
                        "type": "string",
                        "description": "pethMainPseGroupIndex",
                        "x-yang-type": "leafref"
                      },
                      "cpeExtMainPseEntPhyIndex": {
                        "type": "string",
                        "description": "The entPhysicalIndex value that uniquely identifies the\n            main PSE group. If the main PSE group does not have a\n            corresponding physical entry in entPhysicalTable or if\n            the entPhysicalTable is not supported by the management\n            system, then this object has the value of zero.",
                        "x-yang-type": "cisco-tc:EntPhysicalIndexOrZero"
                      },
                      "cpeExtMainPseDescr": {
                        "type": "string",
                        "description": "A textual string containing information about the Power\n            Source Equipment (PSE) group.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "cpeExtMainPsePwrMonitorCapable": {
                        "type": "boolean",
                        "description": "This object indicates if the given group is capable of\n            monitoring the power consumption of the interfaces that\n            belong to the group. The value 'true' means that the\n            group is capable. The value 'false' means that the group\n            in not capable."
                      },
                      "cpeExtMainPseUsedPower": {
                        "type": "integer",
                        "description": "This object indicates used power expressed in miliwatts.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cpeExtMainPseRemainingPower": {
                        "type": "integer",
                        "description": "This object indicates remaining power expressed in\n            miliwatts, this parameter is calculated as pethMainPsePower\n            minus cpeExtMainPseUsedPower.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMainPseEntry": [
                    {
                      "pethMainPseGroupIndex": "example-string",
                      "cpeExtMainPseEntPhyIndex": "example-string",
                      "cpeExtMainPseDescr": "GigabitEthernet1/0/1",
                      "cpeExtMainPsePwrMonitorCapable": true,
                      "cpeExtMainPseUsedPower": 0,
                      "cpeExtMainPseRemainingPower": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtMainPseEntry",
        "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": "/cpeExtMainPseTable/cpeExtMainPseEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMainPseTable/cpeExtMainPseEntry={pethMainPseGroupIndex}": {
      "get": {
        "summary": "Get cpeExtMainPseEntry entry",
        "description": "Retrieve specific cpeExtMainPseEntry entry by key from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "parameters": [
          {
            "name": "pethMainPseGroupIndex",
            "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": {
                    "pethMainPseGroupIndex": {
                      "type": "string",
                      "description": "pethMainPseGroupIndex",
                      "x-yang-type": "leafref"
                    },
                    "cpeExtMainPseEntPhyIndex": {
                      "type": "string",
                      "description": "The entPhysicalIndex value that uniquely identifies the\n            main PSE group. If the main PSE group does not have a\n            corresponding physical entry in entPhysicalTable or if\n            the entPhysicalTable is not supported by the management\n            system, then this object has the value of zero.",
                      "x-yang-type": "cisco-tc:EntPhysicalIndexOrZero"
                    },
                    "cpeExtMainPseDescr": {
                      "type": "string",
                      "description": "A textual string containing information about the Power\n            Source Equipment (PSE) group.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "cpeExtMainPsePwrMonitorCapable": {
                      "type": "boolean",
                      "description": "This object indicates if the given group is capable of\n            monitoring the power consumption of the interfaces that\n            belong to the group. The value 'true' means that the\n            group is capable. The value 'false' means that the group\n            in not capable."
                    },
                    "cpeExtMainPseUsedPower": {
                      "type": "integer",
                      "description": "This object indicates used power expressed in miliwatts.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cpeExtMainPseRemainingPower": {
                      "type": "integer",
                      "description": "This object indicates remaining power expressed in\n            miliwatts, this parameter is calculated as pethMainPsePower\n            minus cpeExtMainPseUsedPower.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMainPseEntry": {
                    "pethMainPseGroupIndex": "example-string",
                    "cpeExtMainPseEntPhyIndex": "example-string",
                    "cpeExtMainPseDescr": "GigabitEthernet1/0/1",
                    "cpeExtMainPsePwrMonitorCapable": true,
                    "cpeExtMainPseUsedPower": 0,
                    "cpeExtMainPseRemainingPower": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtMainPseEntry-2"
      },
      "x-yang-path": "/cpeExtMainPseTable/cpeExtMainPseEntry={pethMainPseGroupIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "pethMainPseGroupIndex"
      ]
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatsTable": {
      "get": {
        "summary": "Get cpeExtPdStatsTable data",
        "description": "Retrieve cpeExtPdStatsTable operational data from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table contains the statistics information\n        of the powered devices fallen into different power\n        classifications in the system.",
                  "properties": {
                    "cpeExtPdStatsEntry": {
                      "type": "array",
                      "description": "A cpeExtPdStatsEntry contains the statistics\n          information about a particular power classification\n          defined in cpeExtPdStatsIndex.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cpeExtPdStatsClass": {
                            "type": "string",
                            "description": "The power classification as the index for the\n            statistics information for powered devices.\n            \n            A value of 'cisco' indicates that the powered\n            devices are CISCO proprietary and their power \n            classification does not fall into any class\n            in IEEE specifications.\n            \n            A value of 'class0' indicates that the power \n            classification of the powered devices falls into\n            class 0 in IEEE specifications.\n            \n            A value of 'class1' indicates that the power\n            classification of the powered devices falls into\n            class 1 in IEEE specifications.\n            \n            A value of 'class2' indicates that the power\n            classification of the powered devices falls into\n            class 2 in IEEE specifications.\n            \n            A value of 'class3' indicates that the power\n            classification of the powered devices falls into\n            class 3 in IEEE specifications.\n            \n            A value of 'class4' indicates that the power\n            classification of the powered devices falls into\n            class 4 in IEEE specifications."
                          },
                          "cpeExtPdStatsDeviceCount": {
                            "type": "integer",
                            "description": "This object indicates the count of the powered\n            devices whose power classification falls into \n            a specific value of cpeExtPdStatsIndex.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatsTable": {
                    "cpeExtPdStatsEntry": [
                      {
                        "cpeExtPdStatsClass": "example-string",
                        "cpeExtPdStatsDeviceCount": 0
                      },
                      {
                        "cpeExtPdStatsClass": "example-string",
                        "cpeExtPdStatsDeviceCount": 0
                      },
                      {
                        "cpeExtPdStatsClass": "example-string",
                        "cpeExtPdStatsDeviceCount": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtPdStatsTable",
        "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": "/cpeExtPdStatsTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatsTable/cpeExtPdStatsEntry": {
      "get": {
        "summary": "Get cpeExtPdStatsEntry list",
        "description": "Retrieve list of cpeExtPdStatsEntry entries from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A cpeExtPdStatsEntry contains the statistics\n          information about a particular power classification\n          defined in cpeExtPdStatsIndex.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cpeExtPdStatsClass": {
                        "type": "string",
                        "description": "The power classification as the index for the\n            statistics information for powered devices.\n            \n            A value of 'cisco' indicates that the powered\n            devices are CISCO proprietary and their power \n            classification does not fall into any class\n            in IEEE specifications.\n            \n            A value of 'class0' indicates that the power \n            classification of the powered devices falls into\n            class 0 in IEEE specifications.\n            \n            A value of 'class1' indicates that the power\n            classification of the powered devices falls into\n            class 1 in IEEE specifications.\n            \n            A value of 'class2' indicates that the power\n            classification of the powered devices falls into\n            class 2 in IEEE specifications.\n            \n            A value of 'class3' indicates that the power\n            classification of the powered devices falls into\n            class 3 in IEEE specifications.\n            \n            A value of 'class4' indicates that the power\n            classification of the powered devices falls into\n            class 4 in IEEE specifications."
                      },
                      "cpeExtPdStatsDeviceCount": {
                        "type": "integer",
                        "description": "This object indicates the count of the powered\n            devices whose power classification falls into \n            a specific value of cpeExtPdStatsIndex.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatsEntry": [
                    {
                      "cpeExtPdStatsClass": "example-string",
                      "cpeExtPdStatsDeviceCount": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtPdStatsEntry",
        "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": "/cpeExtPdStatsTable/cpeExtPdStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatsTable/cpeExtPdStatsEntry={cpeExtPdStatsClass}": {
      "get": {
        "summary": "Get cpeExtPdStatsEntry entry",
        "description": "Retrieve specific cpeExtPdStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "parameters": [
          {
            "name": "cpeExtPdStatsClass",
            "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": {
                    "cpeExtPdStatsClass": {
                      "type": "string",
                      "description": "The power classification as the index for the\n            statistics information for powered devices.\n            \n            A value of 'cisco' indicates that the powered\n            devices are CISCO proprietary and their power \n            classification does not fall into any class\n            in IEEE specifications.\n            \n            A value of 'class0' indicates that the power \n            classification of the powered devices falls into\n            class 0 in IEEE specifications.\n            \n            A value of 'class1' indicates that the power\n            classification of the powered devices falls into\n            class 1 in IEEE specifications.\n            \n            A value of 'class2' indicates that the power\n            classification of the powered devices falls into\n            class 2 in IEEE specifications.\n            \n            A value of 'class3' indicates that the power\n            classification of the powered devices falls into\n            class 3 in IEEE specifications.\n            \n            A value of 'class4' indicates that the power\n            classification of the powered devices falls into\n            class 4 in IEEE specifications."
                    },
                    "cpeExtPdStatsDeviceCount": {
                      "type": "integer",
                      "description": "This object indicates the count of the powered\n            devices whose power classification falls into \n            a specific value of cpeExtPdStatsIndex.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatsEntry": {
                    "cpeExtPdStatsClass": "example-string",
                    "cpeExtPdStatsDeviceCount": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtPdStatsEntry-2"
      },
      "x-yang-path": "/cpeExtPdStatsTable/cpeExtPdStatsEntry={cpeExtPdStatsClass}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cpeExtPdStatsClass"
      ]
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPsePortLldpTable": {
      "get": {
        "summary": "Get cpeExtPsePortLldpTable data",
        "description": "Retrieve cpeExtPsePortLldpTable operational data from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table provides the Link Layer Discovery Protocol (LLDP)\n        based Data Link Layer (DLL) power classification\n        characteristics of PSE ports and PDs attached to them.",
                  "properties": {
                    "cpeExtPsePortLldpEntry": {
                      "type": "array",
                      "description": "cpeExtPsePortLldpEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "pethPsePortGroupIndex": {
                            "type": "string",
                            "description": "pethPsePortGroupIndex",
                            "x-yang-type": "leafref"
                          },
                          "pethPsePortIndex": {
                            "type": "string",
                            "description": "pethPsePortIndex",
                            "x-yang-type": "leafref"
                          },
                          "cpeExtPsePortLldpPwrType": {
                            "type": "string",
                            "description": "The DTE Power via MDI type of the local system (PSE).",
                            "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType"
                          },
                          "cpeExtPsePortLldpPdPwrType": {
                            "type": "string",
                            "description": "The DTE Power via MDI type of the remote system (PD).",
                            "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType"
                          },
                          "cpeExtPsePortLldpPwrSrc": {
                            "type": "string",
                            "description": "The power source of the local system (PSE).",
                            "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc"
                          },
                          "cpeExtPsePortLldpPdPwrSrc": {
                            "type": "string",
                            "description": "The power source of the remote system (PD).",
                            "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc"
                          },
                          "cpeExtPsePortLldpPwrPriority": {
                            "type": "string",
                            "description": "The power priority of the local system (PSE).",
                            "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority"
                          },
                          "cpeExtPsePortLldpPdPwrPriority": {
                            "type": "string",
                            "description": "The power priority of the remote system (PD).",
                            "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority"
                          },
                          "cpeExtPsePortLldpPwrReq": {
                            "type": "integer",
                            "description": "The requested PD power value that the local\n            system (PSE) mirrors back to the remote system (PD).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cpeExtPsePortLldpPdPwrReq": {
                            "type": "integer",
                            "description": "The PD requested power value received from\n            the remote system (PD).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cpeExtPsePortLldpPwrAlloc": {
                            "type": "integer",
                            "description": "The PSE allocated power value for the remote\n            system (PD).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cpeExtPsePortLldpPdPwrAlloc": {
                            "type": "integer",
                            "description": "The PSE allocated power value received from the\n            remote system (PD).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cpeExtPsePortLldpPwrClass": {
                            "type": "string",
                            "description": "The PSE power classification sent to the remote PD via MDI TLV\n            in LLDP Protocol.",
                            "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero"
                          },
                          "cpeExtPsePortLldpPdPwrClass": {
                            "type": "string",
                            "description": "This power classification received from the remote\n            system (PD).",
                            "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero"
                          },
                          "cpeExtPsePortLldpPdPwrSupport": {
                            "type": "string",
                            "description": "This object indicates the power support mode received\n            from the remote PD via MDI TLV in LLDP protocol.\n            \n            'portClass'          - This bit is set if the port is\n                                   operating as PSE.  Otherwise, it is\n                                   operating as PD.\n            \n            'pseMdiPwrSupport'   - This bit is set if power is supported in\n                                   MDI TLV.\n            \n            'pseMdiPwrState'     - This bit is set if power is enabled.\n            \n            'psePairCtrlAbility' - This bit is set if pair selection can\n                                   be controlled."
                          },
                          "cpeExtPsePortLldpPdPwrPairsOrZero": {
                            "type": "string",
                            "description": "This object indicates the pinout pairs in use received\n            from the remote PD via MDI TLV in LLDP Protocol.\n            \n            'unknown' - information is not available\n            \n            'signal'  - the signal pairs are in use.\n            \n            'spare'   - the spare pairs are in use."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPsePortLldpTable": {
                    "cpeExtPsePortLldpEntry": [
                      {
                        "pethPsePortGroupIndex": "1",
                        "pethPsePortIndex": "1",
                        "cpeExtPsePortLldpPwrType": "ethernetCsmacd(6)",
                        "cpeExtPsePortLldpPdPwrType": "ethernetCsmacd(6)",
                        "cpeExtPsePortLldpPwrSrc": "example-string",
                        "cpeExtPsePortLldpPdPwrSrc": "example-string",
                        "cpeExtPsePortLldpPwrPriority": "example-string",
                        "cpeExtPsePortLldpPdPwrPriority": "example-string",
                        "cpeExtPsePortLldpPwrReq": 0,
                        "cpeExtPsePortLldpPdPwrReq": 0,
                        "cpeExtPsePortLldpPwrAlloc": 0,
                        "cpeExtPsePortLldpPdPwrAlloc": 0,
                        "cpeExtPsePortLldpPwrClass": "example-string",
                        "cpeExtPsePortLldpPdPwrClass": "example-string",
                        "cpeExtPsePortLldpPdPwrSupport": "example-string",
                        "cpeExtPsePortLldpPdPwrPairsOrZero": "example-string"
                      },
                      {
                        "pethPsePortGroupIndex": "2",
                        "pethPsePortIndex": "2",
                        "cpeExtPsePortLldpPwrType": "ethernetCsmacd(6)",
                        "cpeExtPsePortLldpPdPwrType": "ethernetCsmacd(6)",
                        "cpeExtPsePortLldpPwrSrc": "example-string",
                        "cpeExtPsePortLldpPdPwrSrc": "example-string",
                        "cpeExtPsePortLldpPwrPriority": "example-string",
                        "cpeExtPsePortLldpPdPwrPriority": "example-string",
                        "cpeExtPsePortLldpPwrReq": 0,
                        "cpeExtPsePortLldpPdPwrReq": 0,
                        "cpeExtPsePortLldpPwrAlloc": 0,
                        "cpeExtPsePortLldpPdPwrAlloc": 0,
                        "cpeExtPsePortLldpPwrClass": "example-string",
                        "cpeExtPsePortLldpPdPwrClass": "example-string",
                        "cpeExtPsePortLldpPdPwrSupport": "example-string",
                        "cpeExtPsePortLldpPdPwrPairsOrZero": "example-string"
                      },
                      {
                        "pethPsePortGroupIndex": "3",
                        "pethPsePortIndex": "3",
                        "cpeExtPsePortLldpPwrType": "ethernetCsmacd(6)",
                        "cpeExtPsePortLldpPdPwrType": "ethernetCsmacd(6)",
                        "cpeExtPsePortLldpPwrSrc": "example-string",
                        "cpeExtPsePortLldpPdPwrSrc": "example-string",
                        "cpeExtPsePortLldpPwrPriority": "example-string",
                        "cpeExtPsePortLldpPdPwrPriority": "example-string",
                        "cpeExtPsePortLldpPwrReq": 0,
                        "cpeExtPsePortLldpPdPwrReq": 0,
                        "cpeExtPsePortLldpPwrAlloc": 0,
                        "cpeExtPsePortLldpPdPwrAlloc": 0,
                        "cpeExtPsePortLldpPwrClass": "example-string",
                        "cpeExtPsePortLldpPdPwrClass": "example-string",
                        "cpeExtPsePortLldpPdPwrSupport": "example-string",
                        "cpeExtPsePortLldpPdPwrPairsOrZero": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtPsePortLldpTable",
        "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": "/cpeExtPsePortLldpTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPsePortLldpTable/cpeExtPsePortLldpEntry": {
      "get": {
        "summary": "Get cpeExtPsePortLldpEntry list",
        "description": "Retrieve list of cpeExtPsePortLldpEntry entries from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "cpeExtPsePortLldpEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "pethPsePortGroupIndex": {
                        "type": "string",
                        "description": "pethPsePortGroupIndex",
                        "x-yang-type": "leafref"
                      },
                      "pethPsePortIndex": {
                        "type": "string",
                        "description": "pethPsePortIndex",
                        "x-yang-type": "leafref"
                      },
                      "cpeExtPsePortLldpPwrType": {
                        "type": "string",
                        "description": "The DTE Power via MDI type of the local system (PSE).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType"
                      },
                      "cpeExtPsePortLldpPdPwrType": {
                        "type": "string",
                        "description": "The DTE Power via MDI type of the remote system (PD).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType"
                      },
                      "cpeExtPsePortLldpPwrSrc": {
                        "type": "string",
                        "description": "The power source of the local system (PSE).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc"
                      },
                      "cpeExtPsePortLldpPdPwrSrc": {
                        "type": "string",
                        "description": "The power source of the remote system (PD).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc"
                      },
                      "cpeExtPsePortLldpPwrPriority": {
                        "type": "string",
                        "description": "The power priority of the local system (PSE).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority"
                      },
                      "cpeExtPsePortLldpPdPwrPriority": {
                        "type": "string",
                        "description": "The power priority of the remote system (PD).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority"
                      },
                      "cpeExtPsePortLldpPwrReq": {
                        "type": "integer",
                        "description": "The requested PD power value that the local\n            system (PSE) mirrors back to the remote system (PD).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cpeExtPsePortLldpPdPwrReq": {
                        "type": "integer",
                        "description": "The PD requested power value received from\n            the remote system (PD).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cpeExtPsePortLldpPwrAlloc": {
                        "type": "integer",
                        "description": "The PSE allocated power value for the remote\n            system (PD).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cpeExtPsePortLldpPdPwrAlloc": {
                        "type": "integer",
                        "description": "The PSE allocated power value received from the\n            remote system (PD).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cpeExtPsePortLldpPwrClass": {
                        "type": "string",
                        "description": "The PSE power classification sent to the remote PD via MDI TLV\n            in LLDP Protocol.",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero"
                      },
                      "cpeExtPsePortLldpPdPwrClass": {
                        "type": "string",
                        "description": "This power classification received from the remote\n            system (PD).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero"
                      },
                      "cpeExtPsePortLldpPdPwrSupport": {
                        "type": "string",
                        "description": "This object indicates the power support mode received\n            from the remote PD via MDI TLV in LLDP protocol.\n            \n            'portClass'          - This bit is set if the port is\n                                   operating as PSE.  Otherwise, it is\n                                   operating as PD.\n            \n            'pseMdiPwrSupport'   - This bit is set if power is supported in\n                                   MDI TLV.\n            \n            'pseMdiPwrState'     - This bit is set if power is enabled.\n            \n            'psePairCtrlAbility' - This bit is set if pair selection can\n                                   be controlled."
                      },
                      "cpeExtPsePortLldpPdPwrPairsOrZero": {
                        "type": "string",
                        "description": "This object indicates the pinout pairs in use received\n            from the remote PD via MDI TLV in LLDP Protocol.\n            \n            'unknown' - information is not available\n            \n            'signal'  - the signal pairs are in use.\n            \n            'spare'   - the spare pairs are in use."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPsePortLldpEntry": [
                    {
                      "pethPsePortGroupIndex": "example-string",
                      "pethPsePortIndex": "example-string",
                      "cpeExtPsePortLldpPwrType": "ethernetCsmacd(6)",
                      "cpeExtPsePortLldpPdPwrType": "ethernetCsmacd(6)",
                      "cpeExtPsePortLldpPwrSrc": "example-string",
                      "cpeExtPsePortLldpPdPwrSrc": "example-string",
                      "cpeExtPsePortLldpPwrPriority": "example-string",
                      "cpeExtPsePortLldpPdPwrPriority": "example-string",
                      "cpeExtPsePortLldpPwrReq": 0,
                      "cpeExtPsePortLldpPdPwrReq": 0,
                      "cpeExtPsePortLldpPwrAlloc": 0,
                      "cpeExtPsePortLldpPdPwrAlloc": 0,
                      "cpeExtPsePortLldpPwrClass": "example-string",
                      "cpeExtPsePortLldpPdPwrClass": "example-string",
                      "cpeExtPsePortLldpPdPwrSupport": "example-string",
                      "cpeExtPsePortLldpPdPwrPairsOrZero": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtPsePortLldpEntry",
        "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": "/cpeExtPsePortLldpTable/cpeExtPsePortLldpEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMainPseEntry": {
      "get": {
        "summary": "Get cpeExtMainPseEntry list",
        "description": "Retrieve list of cpeExtMainPseEntry entries from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A cpeExtMainPseEntry contains information about\n          a particular pethMainPseGroupIndex. An entry is\n          created by the agent when a main PSE group is added\n          to the pethMainPseTable. An entry is deleted by the\n          agent when a main PSE group is removed from the\n          pethMainPseTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "pethMainPseGroupIndex": {
                        "type": "string",
                        "description": "pethMainPseGroupIndex",
                        "x-yang-type": "leafref"
                      },
                      "cpeExtMainPseEntPhyIndex": {
                        "type": "string",
                        "description": "The entPhysicalIndex value that uniquely identifies the\n            main PSE group. If the main PSE group does not have a\n            corresponding physical entry in entPhysicalTable or if\n            the entPhysicalTable is not supported by the management\n            system, then this object has the value of zero.",
                        "x-yang-type": "cisco-tc:EntPhysicalIndexOrZero"
                      },
                      "cpeExtMainPseDescr": {
                        "type": "string",
                        "description": "A textual string containing information about the Power\n            Source Equipment (PSE) group.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "cpeExtMainPsePwrMonitorCapable": {
                        "type": "boolean",
                        "description": "This object indicates if the given group is capable of\n            monitoring the power consumption of the interfaces that\n            belong to the group. The value 'true' means that the\n            group is capable. The value 'false' means that the group\n            in not capable."
                      },
                      "cpeExtMainPseUsedPower": {
                        "type": "integer",
                        "description": "This object indicates used power expressed in miliwatts.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cpeExtMainPseRemainingPower": {
                        "type": "integer",
                        "description": "This object indicates remaining power expressed in\n            miliwatts, this parameter is calculated as pethMainPsePower\n            minus cpeExtMainPseUsedPower.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMainPseEntry": [
                    {
                      "pethMainPseGroupIndex": "example-string",
                      "cpeExtMainPseEntPhyIndex": "example-string",
                      "cpeExtMainPseDescr": "GigabitEthernet1/0/1",
                      "cpeExtMainPsePwrMonitorCapable": true,
                      "cpeExtMainPseUsedPower": 0,
                      "cpeExtMainPseRemainingPower": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtMainPseEntry-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": "/cpeExtMainPseEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMainPseEntry={pethMainPseGroupIndex}": {
      "get": {
        "summary": "Get cpeExtMainPseEntry entry",
        "description": "Retrieve specific cpeExtMainPseEntry entry by key from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "parameters": [
          {
            "name": "pethMainPseGroupIndex",
            "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": {
                    "pethMainPseGroupIndex": {
                      "type": "string",
                      "description": "pethMainPseGroupIndex",
                      "x-yang-type": "leafref"
                    },
                    "cpeExtMainPseEntPhyIndex": {
                      "type": "string",
                      "description": "The entPhysicalIndex value that uniquely identifies the\n            main PSE group. If the main PSE group does not have a\n            corresponding physical entry in entPhysicalTable or if\n            the entPhysicalTable is not supported by the management\n            system, then this object has the value of zero.",
                      "x-yang-type": "cisco-tc:EntPhysicalIndexOrZero"
                    },
                    "cpeExtMainPseDescr": {
                      "type": "string",
                      "description": "A textual string containing information about the Power\n            Source Equipment (PSE) group.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "cpeExtMainPsePwrMonitorCapable": {
                      "type": "boolean",
                      "description": "This object indicates if the given group is capable of\n            monitoring the power consumption of the interfaces that\n            belong to the group. The value 'true' means that the\n            group is capable. The value 'false' means that the group\n            in not capable."
                    },
                    "cpeExtMainPseUsedPower": {
                      "type": "integer",
                      "description": "This object indicates used power expressed in miliwatts.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cpeExtMainPseRemainingPower": {
                      "type": "integer",
                      "description": "This object indicates remaining power expressed in\n            miliwatts, this parameter is calculated as pethMainPsePower\n            minus cpeExtMainPseUsedPower.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtMainPseEntry": {
                    "pethMainPseGroupIndex": "example-string",
                    "cpeExtMainPseEntPhyIndex": "example-string",
                    "cpeExtMainPseDescr": "GigabitEthernet1/0/1",
                    "cpeExtMainPsePwrMonitorCapable": true,
                    "cpeExtMainPseUsedPower": 0,
                    "cpeExtMainPseRemainingPower": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtMainPseEntry-4"
      },
      "x-yang-path": "/cpeExtMainPseEntry={pethMainPseGroupIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "pethMainPseGroupIndex"
      ]
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatsEntry": {
      "get": {
        "summary": "Get cpeExtPdStatsEntry list",
        "description": "Retrieve list of cpeExtPdStatsEntry entries from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A cpeExtPdStatsEntry contains the statistics\n          information about a particular power classification\n          defined in cpeExtPdStatsIndex.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cpeExtPdStatsClass": {
                        "type": "string",
                        "description": "The power classification as the index for the\n            statistics information for powered devices.\n            \n            A value of 'cisco' indicates that the powered\n            devices are CISCO proprietary and their power \n            classification does not fall into any class\n            in IEEE specifications.\n            \n            A value of 'class0' indicates that the power \n            classification of the powered devices falls into\n            class 0 in IEEE specifications.\n            \n            A value of 'class1' indicates that the power\n            classification of the powered devices falls into\n            class 1 in IEEE specifications.\n            \n            A value of 'class2' indicates that the power\n            classification of the powered devices falls into\n            class 2 in IEEE specifications.\n            \n            A value of 'class3' indicates that the power\n            classification of the powered devices falls into\n            class 3 in IEEE specifications.\n            \n            A value of 'class4' indicates that the power\n            classification of the powered devices falls into\n            class 4 in IEEE specifications."
                      },
                      "cpeExtPdStatsDeviceCount": {
                        "type": "integer",
                        "description": "This object indicates the count of the powered\n            devices whose power classification falls into \n            a specific value of cpeExtPdStatsIndex.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatsEntry": [
                    {
                      "cpeExtPdStatsClass": "example-string",
                      "cpeExtPdStatsDeviceCount": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtPdStatsEntry-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": "/cpeExtPdStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatsEntry={cpeExtPdStatsClass}": {
      "get": {
        "summary": "Get cpeExtPdStatsEntry entry",
        "description": "Retrieve specific cpeExtPdStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "parameters": [
          {
            "name": "cpeExtPdStatsClass",
            "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": {
                    "cpeExtPdStatsClass": {
                      "type": "string",
                      "description": "The power classification as the index for the\n            statistics information for powered devices.\n            \n            A value of 'cisco' indicates that the powered\n            devices are CISCO proprietary and their power \n            classification does not fall into any class\n            in IEEE specifications.\n            \n            A value of 'class0' indicates that the power \n            classification of the powered devices falls into\n            class 0 in IEEE specifications.\n            \n            A value of 'class1' indicates that the power\n            classification of the powered devices falls into\n            class 1 in IEEE specifications.\n            \n            A value of 'class2' indicates that the power\n            classification of the powered devices falls into\n            class 2 in IEEE specifications.\n            \n            A value of 'class3' indicates that the power\n            classification of the powered devices falls into\n            class 3 in IEEE specifications.\n            \n            A value of 'class4' indicates that the power\n            classification of the powered devices falls into\n            class 4 in IEEE specifications."
                    },
                    "cpeExtPdStatsDeviceCount": {
                      "type": "integer",
                      "description": "This object indicates the count of the powered\n            devices whose power classification falls into \n            a specific value of cpeExtPdStatsIndex.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPdStatsEntry": {
                    "cpeExtPdStatsClass": "example-string",
                    "cpeExtPdStatsDeviceCount": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtPdStatsEntry-4"
      },
      "x-yang-path": "/cpeExtPdStatsEntry={cpeExtPdStatsClass}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cpeExtPdStatsClass"
      ]
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPsePortLldpEntry": {
      "get": {
        "summary": "Get cpeExtPsePortLldpEntry list",
        "description": "Retrieve list of cpeExtPsePortLldpEntry entries from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "cpeExtPsePortLldpEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "pethPsePortGroupIndex": {
                        "type": "string",
                        "description": "pethPsePortGroupIndex",
                        "x-yang-type": "leafref"
                      },
                      "pethPsePortIndex": {
                        "type": "string",
                        "description": "pethPsePortIndex",
                        "x-yang-type": "leafref"
                      },
                      "cpeExtPsePortLldpPwrType": {
                        "type": "string",
                        "description": "The DTE Power via MDI type of the local system (PSE).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType"
                      },
                      "cpeExtPsePortLldpPdPwrType": {
                        "type": "string",
                        "description": "The DTE Power via MDI type of the remote system (PD).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType"
                      },
                      "cpeExtPsePortLldpPwrSrc": {
                        "type": "string",
                        "description": "The power source of the local system (PSE).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc"
                      },
                      "cpeExtPsePortLldpPdPwrSrc": {
                        "type": "string",
                        "description": "The power source of the remote system (PD).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc"
                      },
                      "cpeExtPsePortLldpPwrPriority": {
                        "type": "string",
                        "description": "The power priority of the local system (PSE).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority"
                      },
                      "cpeExtPsePortLldpPdPwrPriority": {
                        "type": "string",
                        "description": "The power priority of the remote system (PD).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority"
                      },
                      "cpeExtPsePortLldpPwrReq": {
                        "type": "integer",
                        "description": "The requested PD power value that the local\n            system (PSE) mirrors back to the remote system (PD).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cpeExtPsePortLldpPdPwrReq": {
                        "type": "integer",
                        "description": "The PD requested power value received from\n            the remote system (PD).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cpeExtPsePortLldpPwrAlloc": {
                        "type": "integer",
                        "description": "The PSE allocated power value for the remote\n            system (PD).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cpeExtPsePortLldpPdPwrAlloc": {
                        "type": "integer",
                        "description": "The PSE allocated power value received from the\n            remote system (PD).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cpeExtPsePortLldpPwrClass": {
                        "type": "string",
                        "description": "The PSE power classification sent to the remote PD via MDI TLV\n            in LLDP Protocol.",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero"
                      },
                      "cpeExtPsePortLldpPdPwrClass": {
                        "type": "string",
                        "description": "This power classification received from the remote\n            system (PD).",
                        "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero"
                      },
                      "cpeExtPsePortLldpPdPwrSupport": {
                        "type": "string",
                        "description": "This object indicates the power support mode received\n            from the remote PD via MDI TLV in LLDP protocol.\n            \n            'portClass'          - This bit is set if the port is\n                                   operating as PSE.  Otherwise, it is\n                                   operating as PD.\n            \n            'pseMdiPwrSupport'   - This bit is set if power is supported in\n                                   MDI TLV.\n            \n            'pseMdiPwrState'     - This bit is set if power is enabled.\n            \n            'psePairCtrlAbility' - This bit is set if pair selection can\n                                   be controlled."
                      },
                      "cpeExtPsePortLldpPdPwrPairsOrZero": {
                        "type": "string",
                        "description": "This object indicates the pinout pairs in use received\n            from the remote PD via MDI TLV in LLDP Protocol.\n            \n            'unknown' - information is not available\n            \n            'signal'  - the signal pairs are in use.\n            \n            'spare'   - the spare pairs are in use."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPsePortLldpEntry": [
                    {
                      "pethPsePortGroupIndex": "example-string",
                      "pethPsePortIndex": "example-string",
                      "cpeExtPsePortLldpPwrType": "ethernetCsmacd(6)",
                      "cpeExtPsePortLldpPdPwrType": "ethernetCsmacd(6)",
                      "cpeExtPsePortLldpPwrSrc": "example-string",
                      "cpeExtPsePortLldpPdPwrSrc": "example-string",
                      "cpeExtPsePortLldpPwrPriority": "example-string",
                      "cpeExtPsePortLldpPdPwrPriority": "example-string",
                      "cpeExtPsePortLldpPwrReq": 0,
                      "cpeExtPsePortLldpPdPwrReq": 0,
                      "cpeExtPsePortLldpPwrAlloc": 0,
                      "cpeExtPsePortLldpPdPwrAlloc": 0,
                      "cpeExtPsePortLldpPwrClass": "example-string",
                      "cpeExtPsePortLldpPdPwrClass": "example-string",
                      "cpeExtPsePortLldpPdPwrSupport": "example-string",
                      "cpeExtPsePortLldpPdPwrPairsOrZero": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtPsePortLldpEntry-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": "/cpeExtPsePortLldpEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPsePortLldpTable/cpeExtPsePortLldpEntry={pethPsePortGroupIndex},{pethPsePortIndex}": {
      "get": {
        "summary": "Get cpeExtPsePortLldpEntry entry",
        "description": "Retrieve specific cpeExtPsePortLldpEntry entry by key from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "parameters": [
          {
            "name": "pethPsePortGroupIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pethPsePortIndex",
            "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": {
                    "pethPsePortGroupIndex": {
                      "type": "string",
                      "description": "pethPsePortGroupIndex",
                      "x-yang-type": "leafref"
                    },
                    "pethPsePortIndex": {
                      "type": "string",
                      "description": "pethPsePortIndex",
                      "x-yang-type": "leafref"
                    },
                    "cpeExtPsePortLldpPwrType": {
                      "type": "string",
                      "description": "The DTE Power via MDI type of the local system (PSE).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType"
                    },
                    "cpeExtPsePortLldpPdPwrType": {
                      "type": "string",
                      "description": "The DTE Power via MDI type of the remote system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType"
                    },
                    "cpeExtPsePortLldpPwrSrc": {
                      "type": "string",
                      "description": "The power source of the local system (PSE).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc"
                    },
                    "cpeExtPsePortLldpPdPwrSrc": {
                      "type": "string",
                      "description": "The power source of the remote system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc"
                    },
                    "cpeExtPsePortLldpPwrPriority": {
                      "type": "string",
                      "description": "The power priority of the local system (PSE).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority"
                    },
                    "cpeExtPsePortLldpPdPwrPriority": {
                      "type": "string",
                      "description": "The power priority of the remote system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority"
                    },
                    "cpeExtPsePortLldpPwrReq": {
                      "type": "integer",
                      "description": "The requested PD power value that the local\n            system (PSE) mirrors back to the remote system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cpeExtPsePortLldpPdPwrReq": {
                      "type": "integer",
                      "description": "The PD requested power value received from\n            the remote system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cpeExtPsePortLldpPwrAlloc": {
                      "type": "integer",
                      "description": "The PSE allocated power value for the remote\n            system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cpeExtPsePortLldpPdPwrAlloc": {
                      "type": "integer",
                      "description": "The PSE allocated power value received from the\n            remote system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cpeExtPsePortLldpPwrClass": {
                      "type": "string",
                      "description": "The PSE power classification sent to the remote PD via MDI TLV\n            in LLDP Protocol.",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero"
                    },
                    "cpeExtPsePortLldpPdPwrClass": {
                      "type": "string",
                      "description": "This power classification received from the remote\n            system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero"
                    },
                    "cpeExtPsePortLldpPdPwrSupport": {
                      "type": "string",
                      "description": "This object indicates the power support mode received\n            from the remote PD via MDI TLV in LLDP protocol.\n            \n            'portClass'          - This bit is set if the port is\n                                   operating as PSE.  Otherwise, it is\n                                   operating as PD.\n            \n            'pseMdiPwrSupport'   - This bit is set if power is supported in\n                                   MDI TLV.\n            \n            'pseMdiPwrState'     - This bit is set if power is enabled.\n            \n            'psePairCtrlAbility' - This bit is set if pair selection can\n                                   be controlled."
                    },
                    "cpeExtPsePortLldpPdPwrPairsOrZero": {
                      "type": "string",
                      "description": "This object indicates the pinout pairs in use received\n            from the remote PD via MDI TLV in LLDP Protocol.\n            \n            'unknown' - information is not available\n            \n            'signal'  - the signal pairs are in use.\n            \n            'spare'   - the spare pairs are in use."
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPsePortLldpEntry": {
                    "pethPsePortGroupIndex": "example-string",
                    "pethPsePortIndex": "example-string",
                    "cpeExtPsePortLldpPwrType": "ethernetCsmacd(6)",
                    "cpeExtPsePortLldpPdPwrType": "ethernetCsmacd(6)",
                    "cpeExtPsePortLldpPwrSrc": "example-string",
                    "cpeExtPsePortLldpPdPwrSrc": "example-string",
                    "cpeExtPsePortLldpPwrPriority": "example-string",
                    "cpeExtPsePortLldpPdPwrPriority": "example-string",
                    "cpeExtPsePortLldpPwrReq": 0,
                    "cpeExtPsePortLldpPdPwrReq": 0,
                    "cpeExtPsePortLldpPwrAlloc": 0,
                    "cpeExtPsePortLldpPdPwrAlloc": 0,
                    "cpeExtPsePortLldpPwrClass": "example-string",
                    "cpeExtPsePortLldpPdPwrClass": "example-string",
                    "cpeExtPsePortLldpPdPwrSupport": "example-string",
                    "cpeExtPsePortLldpPdPwrPairsOrZero": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtPsePortLldpEntry-2"
      },
      "x-yang-path": "/cpeExtPsePortLldpTable/cpeExtPsePortLldpEntry={pethPsePortGroupIndex pethPsePortIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "pethPsePortGroupIndex pethPsePortIndex"
      ]
    },
    "/data/CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPsePortLldpEntry={pethPsePortGroupIndex},{pethPsePortIndex}": {
      "get": {
        "summary": "Get cpeExtPsePortLldpEntry entry",
        "description": "Retrieve specific cpeExtPsePortLldpEntry entry by key from MIB",
        "tags": [
          "CISCO-POWER-ETHERNET-EXT-MIB"
        ],
        "parameters": [
          {
            "name": "pethPsePortGroupIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pethPsePortIndex",
            "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": {
                    "pethPsePortGroupIndex": {
                      "type": "string",
                      "description": "pethPsePortGroupIndex",
                      "x-yang-type": "leafref"
                    },
                    "pethPsePortIndex": {
                      "type": "string",
                      "description": "pethPsePortIndex",
                      "x-yang-type": "leafref"
                    },
                    "cpeExtPsePortLldpPwrType": {
                      "type": "string",
                      "description": "The DTE Power via MDI type of the local system (PSE).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType"
                    },
                    "cpeExtPsePortLldpPdPwrType": {
                      "type": "string",
                      "description": "The DTE Power via MDI type of the remote system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType"
                    },
                    "cpeExtPsePortLldpPwrSrc": {
                      "type": "string",
                      "description": "The power source of the local system (PSE).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc"
                    },
                    "cpeExtPsePortLldpPdPwrSrc": {
                      "type": "string",
                      "description": "The power source of the remote system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc"
                    },
                    "cpeExtPsePortLldpPwrPriority": {
                      "type": "string",
                      "description": "The power priority of the local system (PSE).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority"
                    },
                    "cpeExtPsePortLldpPdPwrPriority": {
                      "type": "string",
                      "description": "The power priority of the remote system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority"
                    },
                    "cpeExtPsePortLldpPwrReq": {
                      "type": "integer",
                      "description": "The requested PD power value that the local\n            system (PSE) mirrors back to the remote system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cpeExtPsePortLldpPdPwrReq": {
                      "type": "integer",
                      "description": "The PD requested power value received from\n            the remote system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cpeExtPsePortLldpPwrAlloc": {
                      "type": "integer",
                      "description": "The PSE allocated power value for the remote\n            system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cpeExtPsePortLldpPdPwrAlloc": {
                      "type": "integer",
                      "description": "The PSE allocated power value received from the\n            remote system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cpeExtPsePortLldpPwrClass": {
                      "type": "string",
                      "description": "The PSE power classification sent to the remote PD via MDI TLV\n            in LLDP Protocol.",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero"
                    },
                    "cpeExtPsePortLldpPdPwrClass": {
                      "type": "string",
                      "description": "This power classification received from the remote\n            system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero"
                    },
                    "cpeExtPsePortLldpPdPwrSupport": {
                      "type": "string",
                      "description": "This object indicates the power support mode received\n            from the remote PD via MDI TLV in LLDP protocol.\n            \n            'portClass'          - This bit is set if the port is\n                                   operating as PSE.  Otherwise, it is\n                                   operating as PD.\n            \n            'pseMdiPwrSupport'   - This bit is set if power is supported in\n                                   MDI TLV.\n            \n            'pseMdiPwrState'     - This bit is set if power is enabled.\n            \n            'psePairCtrlAbility' - This bit is set if pair selection can\n                                   be controlled."
                    },
                    "cpeExtPsePortLldpPdPwrPairsOrZero": {
                      "type": "string",
                      "description": "This object indicates the pinout pairs in use received\n            from the remote PD via MDI TLV in LLDP Protocol.\n            \n            'unknown' - information is not available\n            \n            'signal'  - the signal pairs are in use.\n            \n            'spare'   - the spare pairs are in use."
                    }
                  }
                },
                "example": {
                  "CISCO-POWER-ETHERNET-EXT-MIB:cpeExtPsePortLldpEntry": {
                    "pethPsePortGroupIndex": "example-string",
                    "pethPsePortIndex": "example-string",
                    "cpeExtPsePortLldpPwrType": "ethernetCsmacd(6)",
                    "cpeExtPsePortLldpPdPwrType": "ethernetCsmacd(6)",
                    "cpeExtPsePortLldpPwrSrc": "example-string",
                    "cpeExtPsePortLldpPdPwrSrc": "example-string",
                    "cpeExtPsePortLldpPwrPriority": "example-string",
                    "cpeExtPsePortLldpPdPwrPriority": "example-string",
                    "cpeExtPsePortLldpPwrReq": 0,
                    "cpeExtPsePortLldpPdPwrReq": 0,
                    "cpeExtPsePortLldpPwrAlloc": 0,
                    "cpeExtPsePortLldpPdPwrAlloc": 0,
                    "cpeExtPsePortLldpPwrClass": "example-string",
                    "cpeExtPsePortLldpPdPwrClass": "example-string",
                    "cpeExtPsePortLldpPdPwrSupport": "example-string",
                    "cpeExtPsePortLldpPdPwrPairsOrZero": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cpeExtPsePortLldpEntry-4"
      },
      "x-yang-path": "/cpeExtPsePortLldpEntry={pethPsePortGroupIndex pethPsePortIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "pethPsePortGroupIndex pethPsePortIndex"
      ]
    }
  },
  "components": {
    "schemas": {
      "CISCO-POWER-ETHERNET-EXT-MIB_CISCO-POWER-ETHERNET-EXT-MIB": {
        "type": "object",
        "description": "CISCO-POWER-ETHERNET-EXT-MIB",
        "properties": {
          "cpeExtMainPseEntry": {
            "type": "array",
            "description": "A cpeExtMainPseEntry contains information about\n          a particular pethMainPseGroupIndex. An entry is\n          created by the agent when a main PSE group is added\n          to the pethMainPseTable. An entry is deleted by the\n          agent when a main PSE group is removed from the\n          pethMainPseTable.",
            "items": {
              "type": "object",
              "properties": {
                "pethMainPseGroupIndex": {
                  "type": "string",
                  "description": "pethMainPseGroupIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "cpeExtMainPseEntPhyIndex": {
                  "type": "string",
                  "description": "The entPhysicalIndex value that uniquely identifies the\n            main PSE group. If the main PSE group does not have a\n            corresponding physical entry in entPhysicalTable or if\n            the entPhysicalTable is not supported by the management\n            system, then this object has the value of zero.",
                  "x-yang-type": "cisco-tc:EntPhysicalIndexOrZero",
                  "readOnly": true
                },
                "cpeExtMainPseDescr": {
                  "type": "string",
                  "description": "A textual string containing information about the Power\n            Source Equipment (PSE) group.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "cpeExtMainPsePwrMonitorCapable": {
                  "type": "boolean",
                  "description": "This object indicates if the given group is capable of\n            monitoring the power consumption of the interfaces that\n            belong to the group. The value 'true' means that the\n            group is capable. The value 'false' means that the group\n            in not capable.",
                  "readOnly": true
                },
                "cpeExtMainPseUsedPower": {
                  "type": "integer",
                  "description": "This object indicates used power expressed in miliwatts.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cpeExtMainPseRemainingPower": {
                  "type": "integer",
                  "description": "This object indicates remaining power expressed in\n            miliwatts, this parameter is calculated as pethMainPsePower\n            minus cpeExtMainPseUsedPower.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cpeExtPdStatsEntry": {
            "type": "array",
            "description": "A cpeExtPdStatsEntry contains the statistics\n          information about a particular power classification\n          defined in cpeExtPdStatsIndex.",
            "items": {
              "type": "object",
              "properties": {
                "cpeExtPdStatsClass": {
                  "type": "string",
                  "description": "The power classification as the index for the\n            statistics information for powered devices.\n            \n            A value of 'cisco' indicates that the powered\n            devices are CISCO proprietary and their power \n            classification does not fall into any class\n            in IEEE specifications.\n            \n            A value of 'class0' indicates that the power \n            classification of the powered devices falls into\n            class 0 in IEEE specifications.\n            \n            A value of 'class1' indicates that the power\n            classification of the powered devices falls into\n            class 1 in IEEE specifications.\n            \n            A value of 'class2' indicates that the power\n            classification of the powered devices falls into\n            class 2 in IEEE specifications.\n            \n            A value of 'class3' indicates that the power\n            classification of the powered devices falls into\n            class 3 in IEEE specifications.\n            \n            A value of 'class4' indicates that the power\n            classification of the powered devices falls into\n            class 4 in IEEE specifications.",
                  "readOnly": true
                },
                "cpeExtPdStatsDeviceCount": {
                  "type": "integer",
                  "description": "This object indicates the count of the powered\n            devices whose power classification falls into \n            a specific value of cpeExtPdStatsIndex.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cpeExtPsePortLldpEntry": {
            "type": "array",
            "description": "cpeExtPsePortLldpEntry",
            "items": {
              "type": "object",
              "properties": {
                "pethPsePortGroupIndex": {
                  "type": "string",
                  "description": "pethPsePortGroupIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "pethPsePortIndex": {
                  "type": "string",
                  "description": "pethPsePortIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "cpeExtPsePortLldpPwrType": {
                  "type": "string",
                  "description": "The DTE Power via MDI type of the local system (PSE).",
                  "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType",
                  "readOnly": true
                },
                "cpeExtPsePortLldpPdPwrType": {
                  "type": "string",
                  "description": "The DTE Power via MDI type of the remote system (PD).",
                  "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType",
                  "readOnly": true
                },
                "cpeExtPsePortLldpPwrSrc": {
                  "type": "string",
                  "description": "The power source of the local system (PSE).",
                  "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc",
                  "readOnly": true
                },
                "cpeExtPsePortLldpPdPwrSrc": {
                  "type": "string",
                  "description": "The power source of the remote system (PD).",
                  "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc",
                  "readOnly": true
                },
                "cpeExtPsePortLldpPwrPriority": {
                  "type": "string",
                  "description": "The power priority of the local system (PSE).",
                  "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority",
                  "readOnly": true
                },
                "cpeExtPsePortLldpPdPwrPriority": {
                  "type": "string",
                  "description": "The power priority of the remote system (PD).",
                  "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority",
                  "readOnly": true
                },
                "cpeExtPsePortLldpPwrReq": {
                  "type": "integer",
                  "description": "The requested PD power value that the local\n            system (PSE) mirrors back to the remote system (PD).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cpeExtPsePortLldpPdPwrReq": {
                  "type": "integer",
                  "description": "The PD requested power value received from\n            the remote system (PD).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cpeExtPsePortLldpPwrAlloc": {
                  "type": "integer",
                  "description": "The PSE allocated power value for the remote\n            system (PD).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cpeExtPsePortLldpPdPwrAlloc": {
                  "type": "integer",
                  "description": "The PSE allocated power value received from the\n            remote system (PD).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cpeExtPsePortLldpPwrClass": {
                  "type": "string",
                  "description": "The PSE power classification sent to the remote PD via MDI TLV\n            in LLDP Protocol.",
                  "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero",
                  "readOnly": true
                },
                "cpeExtPsePortLldpPdPwrClass": {
                  "type": "string",
                  "description": "This power classification received from the remote\n            system (PD).",
                  "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero",
                  "readOnly": true
                },
                "cpeExtPsePortLldpPdPwrSupport": {
                  "type": "string",
                  "description": "This object indicates the power support mode received\n            from the remote PD via MDI TLV in LLDP protocol.\n            \n            'portClass'          - This bit is set if the port is\n                                   operating as PSE.  Otherwise, it is\n                                   operating as PD.\n            \n            'pseMdiPwrSupport'   - This bit is set if power is supported in\n                                   MDI TLV.\n            \n            'pseMdiPwrState'     - This bit is set if power is enabled.\n            \n            'psePairCtrlAbility' - This bit is set if pair selection can\n                                   be controlled.",
                  "readOnly": true
                },
                "cpeExtPsePortLldpPdPwrPairsOrZero": {
                  "type": "string",
                  "description": "This object indicates the pinout pairs in use received\n            from the remote PD via MDI TLV in LLDP Protocol.\n            \n            'unknown' - information is not available\n            \n            'signal'  - the signal pairs are in use.\n            \n            'spare'   - the spare pairs are in use.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cpeExtMIBObjects": {
            "type": "object",
            "description": "cpeExtMIBObjects",
            "properties": {
              "cpeExtDefaultAllocation": {
                "type": "integer",
                "description": "This object indicates the default inline power allocation per\n          port. This is a global configuration parameter that applies\n          to all inline power capable ports in the system.\n          \n          The system must consider this object as well as the per port\n          configuration object, cpeExtPsePortPwrMax, when determining\n          how much power to allocate to a port. The system will use the\n          lower of the two numbers.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cpeExtPolicingNotifEnable": {
                "type": "boolean",
                "description": "This object is used to enable/disable the\n          the cpeExtPolicingNotif notification.",
                "readOnly": true
              },
              "cpeExtPowerPriorityEnable": {
                "type": "boolean",
                "description": "This object is the global control of the power priority\n          feature on the device. 'true' indicates that the power priority\n          feature is globally enabled. 'false' indicates that the power\n          priority feature is globally disabled.",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cpeExtPdStatistics": {
            "type": "object",
            "description": "cpeExtPdStatistics",
            "properties": {
              "cpeExtPdStatsTotalDevices": {
                "type": "integer",
                "description": "This object indicates the total number of the\n          powered devices with any power classifications\n          in the system.\n          \n          Classification is a way to tag different terminals\n          on the Power over LAN network according to their\n          power consumption. Devices such as IP telephones,\n          WLAN access points and others, will be classified\n          according to their power requirements.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cpeExtMainPseTable": {
            "type": "object",
            "description": "This table contains the additional information for the\n        main PSE group in pethMainPseTable.",
            "properties": {
              "cpeExtMainPseEntry": {
                "type": "array",
                "description": "A cpeExtMainPseEntry contains information about\n          a particular pethMainPseGroupIndex. An entry is\n          created by the agent when a main PSE group is added\n          to the pethMainPseTable. An entry is deleted by the\n          agent when a main PSE group is removed from the\n          pethMainPseTable.",
                "items": {
                  "type": "object",
                  "properties": {
                    "pethMainPseGroupIndex": {
                      "type": "string",
                      "description": "pethMainPseGroupIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "cpeExtMainPseEntPhyIndex": {
                      "type": "string",
                      "description": "The entPhysicalIndex value that uniquely identifies the\n            main PSE group. If the main PSE group does not have a\n            corresponding physical entry in entPhysicalTable or if\n            the entPhysicalTable is not supported by the management\n            system, then this object has the value of zero.",
                      "x-yang-type": "cisco-tc:EntPhysicalIndexOrZero",
                      "readOnly": true
                    },
                    "cpeExtMainPseDescr": {
                      "type": "string",
                      "description": "A textual string containing information about the Power\n            Source Equipment (PSE) group.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "cpeExtMainPsePwrMonitorCapable": {
                      "type": "boolean",
                      "description": "This object indicates if the given group is capable of\n            monitoring the power consumption of the interfaces that\n            belong to the group. The value 'true' means that the\n            group is capable. The value 'false' means that the group\n            in not capable.",
                      "readOnly": true
                    },
                    "cpeExtMainPseUsedPower": {
                      "type": "integer",
                      "description": "This object indicates used power expressed in miliwatts.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cpeExtMainPseRemainingPower": {
                      "type": "integer",
                      "description": "This object indicates remaining power expressed in\n            miliwatts, this parameter is calculated as pethMainPsePower\n            minus cpeExtMainPseUsedPower.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cpeExtPdStatsTable": {
            "type": "object",
            "description": "This table contains the statistics information\n        of the powered devices fallen into different power\n        classifications in the system.",
            "properties": {
              "cpeExtPdStatsEntry": {
                "type": "array",
                "description": "A cpeExtPdStatsEntry contains the statistics\n          information about a particular power classification\n          defined in cpeExtPdStatsIndex.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cpeExtPdStatsClass": {
                      "type": "string",
                      "description": "The power classification as the index for the\n            statistics information for powered devices.\n            \n            A value of 'cisco' indicates that the powered\n            devices are CISCO proprietary and their power \n            classification does not fall into any class\n            in IEEE specifications.\n            \n            A value of 'class0' indicates that the power \n            classification of the powered devices falls into\n            class 0 in IEEE specifications.\n            \n            A value of 'class1' indicates that the power\n            classification of the powered devices falls into\n            class 1 in IEEE specifications.\n            \n            A value of 'class2' indicates that the power\n            classification of the powered devices falls into\n            class 2 in IEEE specifications.\n            \n            A value of 'class3' indicates that the power\n            classification of the powered devices falls into\n            class 3 in IEEE specifications.\n            \n            A value of 'class4' indicates that the power\n            classification of the powered devices falls into\n            class 4 in IEEE specifications.",
                      "readOnly": true
                    },
                    "cpeExtPdStatsDeviceCount": {
                      "type": "integer",
                      "description": "This object indicates the count of the powered\n            devices whose power classification falls into \n            a specific value of cpeExtPdStatsIndex.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cpeExtPsePortLldpTable": {
            "type": "object",
            "description": "A table provides the Link Layer Discovery Protocol (LLDP)\n        based Data Link Layer (DLL) power classification\n        characteristics of PSE ports and PDs attached to them.",
            "properties": {
              "cpeExtPsePortLldpEntry": {
                "type": "array",
                "description": "cpeExtPsePortLldpEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "pethPsePortGroupIndex": {
                      "type": "string",
                      "description": "pethPsePortGroupIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "pethPsePortIndex": {
                      "type": "string",
                      "description": "pethPsePortIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPwrType": {
                      "type": "string",
                      "description": "The DTE Power via MDI type of the local system (PSE).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType",
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPdPwrType": {
                      "type": "string",
                      "description": "The DTE Power via MDI type of the remote system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType",
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPwrSrc": {
                      "type": "string",
                      "description": "The power source of the local system (PSE).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc",
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPdPwrSrc": {
                      "type": "string",
                      "description": "The power source of the remote system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc",
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPwrPriority": {
                      "type": "string",
                      "description": "The power priority of the local system (PSE).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority",
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPdPwrPriority": {
                      "type": "string",
                      "description": "The power priority of the remote system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority",
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPwrReq": {
                      "type": "integer",
                      "description": "The requested PD power value that the local\n            system (PSE) mirrors back to the remote system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPdPwrReq": {
                      "type": "integer",
                      "description": "The PD requested power value received from\n            the remote system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPwrAlloc": {
                      "type": "integer",
                      "description": "The PSE allocated power value for the remote\n            system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPdPwrAlloc": {
                      "type": "integer",
                      "description": "The PSE allocated power value received from the\n            remote system (PD).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPwrClass": {
                      "type": "string",
                      "description": "The PSE power classification sent to the remote PD via MDI TLV\n            in LLDP Protocol.",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero",
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPdPwrClass": {
                      "type": "string",
                      "description": "This power classification received from the remote\n            system (PD).",
                      "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero",
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPdPwrSupport": {
                      "type": "string",
                      "description": "This object indicates the power support mode received\n            from the remote PD via MDI TLV in LLDP protocol.\n            \n            'portClass'          - This bit is set if the port is\n                                   operating as PSE.  Otherwise, it is\n                                   operating as PD.\n            \n            'pseMdiPwrSupport'   - This bit is set if power is supported in\n                                   MDI TLV.\n            \n            'pseMdiPwrState'     - This bit is set if power is enabled.\n            \n            'psePairCtrlAbility' - This bit is set if pair selection can\n                                   be controlled.",
                      "readOnly": true
                    },
                    "cpeExtPsePortLldpPdPwrPairsOrZero": {
                      "type": "string",
                      "description": "This object indicates the pinout pairs in use received\n            from the remote PD via MDI TLV in LLDP Protocol.\n            \n            'unknown' - information is not available\n            \n            'signal'  - the signal pairs are in use.\n            \n            'spare'   - the spare pairs are in use.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "CISCO-POWER-ETHERNET-EXT-MIB_object-1": {
        "type": "object",
        "description": "object-1",
        "properties": {
          "pethPsePortGroupIndex": {
            "type": "string",
            "description": "pethPsePortGroupIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "pethPsePortIndex": {
            "type": "string",
            "description": "pethPsePortIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "cpeExtPsePortPolicingAction": {
            "type": "string",
            "description": "cpeExtPsePortPolicingAction",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "CISCO-POWER-ETHERNET-EXT-MIB_object-2": {
        "type": "object",
        "description": "object-2",
        "properties": {
          "pethPsePortGroupIndex": {
            "type": "string",
            "description": "pethPsePortGroupIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "pethPsePortIndex": {
            "type": "string",
            "description": "pethPsePortIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "cpeExtPsePortAdditionalStatus": {
            "type": "string",
            "description": "cpeExtPsePortAdditionalStatus",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "CISCO-POWER-ETHERNET-EXT-MIB_object-3": {
        "type": "object",
        "description": "object-3",
        "properties": {
          "pethPsePortGroupIndex": {
            "type": "string",
            "description": "pethPsePortGroupIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "pethPsePortIndex": {
            "type": "string",
            "description": "pethPsePortIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "cpeExtPsePortPwrAllocated": {
            "type": "string",
            "description": "cpeExtPsePortPwrAllocated",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "CISCO-POWER-ETHERNET-EXT-MIB_object-4": {
        "type": "object",
        "description": "object-4",
        "properties": {
          "pethPsePortGroupIndex": {
            "type": "string",
            "description": "pethPsePortGroupIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "pethPsePortIndex": {
            "type": "string",
            "description": "pethPsePortIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "cpeExtPsePortMaxPwrDrawn": {
            "type": "string",
            "description": "cpeExtPsePortMaxPwrDrawn",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "CISCO-POWER-ETHERNET-EXT-MIB_cpeExtMainPseEntry": {
        "type": "array",
        "description": "A cpeExtMainPseEntry contains information about\n          a particular pethMainPseGroupIndex. An entry is\n          created by the agent when a main PSE group is added\n          to the pethMainPseTable. An entry is deleted by the\n          agent when a main PSE group is removed from the\n          pethMainPseTable.",
        "items": {
          "type": "object",
          "properties": {
            "pethMainPseGroupIndex": {
              "type": "string",
              "description": "pethMainPseGroupIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "cpeExtMainPseEntPhyIndex": {
              "type": "string",
              "description": "The entPhysicalIndex value that uniquely identifies the\n            main PSE group. If the main PSE group does not have a\n            corresponding physical entry in entPhysicalTable or if\n            the entPhysicalTable is not supported by the management\n            system, then this object has the value of zero.",
              "x-yang-type": "cisco-tc:EntPhysicalIndexOrZero",
              "readOnly": true
            },
            "cpeExtMainPseDescr": {
              "type": "string",
              "description": "A textual string containing information about the Power\n            Source Equipment (PSE) group.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "cpeExtMainPsePwrMonitorCapable": {
              "type": "boolean",
              "description": "This object indicates if the given group is capable of\n            monitoring the power consumption of the interfaces that\n            belong to the group. The value 'true' means that the\n            group is capable. The value 'false' means that the group\n            in not capable.",
              "readOnly": true
            },
            "cpeExtMainPseUsedPower": {
              "type": "integer",
              "description": "This object indicates used power expressed in miliwatts.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cpeExtMainPseRemainingPower": {
              "type": "integer",
              "description": "This object indicates remaining power expressed in\n            miliwatts, this parameter is calculated as pethMainPsePower\n            minus cpeExtMainPseUsedPower.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-POWER-ETHERNET-EXT-MIB_cpeExtPdStatsEntry": {
        "type": "array",
        "description": "A cpeExtPdStatsEntry contains the statistics\n          information about a particular power classification\n          defined in cpeExtPdStatsIndex.",
        "items": {
          "type": "object",
          "properties": {
            "cpeExtPdStatsClass": {
              "type": "string",
              "description": "The power classification as the index for the\n            statistics information for powered devices.\n            \n            A value of 'cisco' indicates that the powered\n            devices are CISCO proprietary and their power \n            classification does not fall into any class\n            in IEEE specifications.\n            \n            A value of 'class0' indicates that the power \n            classification of the powered devices falls into\n            class 0 in IEEE specifications.\n            \n            A value of 'class1' indicates that the power\n            classification of the powered devices falls into\n            class 1 in IEEE specifications.\n            \n            A value of 'class2' indicates that the power\n            classification of the powered devices falls into\n            class 2 in IEEE specifications.\n            \n            A value of 'class3' indicates that the power\n            classification of the powered devices falls into\n            class 3 in IEEE specifications.\n            \n            A value of 'class4' indicates that the power\n            classification of the powered devices falls into\n            class 4 in IEEE specifications.",
              "readOnly": true
            },
            "cpeExtPdStatsDeviceCount": {
              "type": "integer",
              "description": "This object indicates the count of the powered\n            devices whose power classification falls into \n            a specific value of cpeExtPdStatsIndex.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-POWER-ETHERNET-EXT-MIB_cpeExtPsePortLldpEntry": {
        "type": "array",
        "description": "cpeExtPsePortLldpEntry",
        "items": {
          "type": "object",
          "properties": {
            "pethPsePortGroupIndex": {
              "type": "string",
              "description": "pethPsePortGroupIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "pethPsePortIndex": {
              "type": "string",
              "description": "pethPsePortIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "cpeExtPsePortLldpPwrType": {
              "type": "string",
              "description": "The DTE Power via MDI type of the local system (PSE).",
              "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType",
              "readOnly": true
            },
            "cpeExtPsePortLldpPdPwrType": {
              "type": "string",
              "description": "The DTE Power via MDI type of the remote system (PD).",
              "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrType",
              "readOnly": true
            },
            "cpeExtPsePortLldpPwrSrc": {
              "type": "string",
              "description": "The power source of the local system (PSE).",
              "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc",
              "readOnly": true
            },
            "cpeExtPsePortLldpPdPwrSrc": {
              "type": "string",
              "description": "The power source of the remote system (PD).",
              "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrSrc",
              "readOnly": true
            },
            "cpeExtPsePortLldpPwrPriority": {
              "type": "string",
              "description": "The power priority of the local system (PSE).",
              "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority",
              "readOnly": true
            },
            "cpeExtPsePortLldpPdPwrPriority": {
              "type": "string",
              "description": "The power priority of the remote system (PD).",
              "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtPwrPriority",
              "readOnly": true
            },
            "cpeExtPsePortLldpPwrReq": {
              "type": "integer",
              "description": "The requested PD power value that the local\n            system (PSE) mirrors back to the remote system (PD).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cpeExtPsePortLldpPdPwrReq": {
              "type": "integer",
              "description": "The PD requested power value received from\n            the remote system (PD).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cpeExtPsePortLldpPwrAlloc": {
              "type": "integer",
              "description": "The PSE allocated power value for the remote\n            system (PD).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cpeExtPsePortLldpPdPwrAlloc": {
              "type": "integer",
              "description": "The PSE allocated power value received from the\n            remote system (PD).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cpeExtPsePortLldpPwrClass": {
              "type": "string",
              "description": "The PSE power classification sent to the remote PD via MDI TLV\n            in LLDP Protocol.",
              "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero",
              "readOnly": true
            },
            "cpeExtPsePortLldpPdPwrClass": {
              "type": "string",
              "description": "This power classification received from the remote\n            system (PD).",
              "x-yang-type": "CISCO-POWER-ETHERNET-EXT-MIB:CpeExtLldpPwrClassOrZero",
              "readOnly": true
            },
            "cpeExtPsePortLldpPdPwrSupport": {
              "type": "string",
              "description": "This object indicates the power support mode received\n            from the remote PD via MDI TLV in LLDP protocol.\n            \n            'portClass'          - This bit is set if the port is\n                                   operating as PSE.  Otherwise, it is\n                                   operating as PD.\n            \n            'pseMdiPwrSupport'   - This bit is set if power is supported in\n                                   MDI TLV.\n            \n            'pseMdiPwrState'     - This bit is set if power is enabled.\n            \n            'psePairCtrlAbility' - This bit is set if pair selection can\n                                   be controlled.",
              "readOnly": true
            },
            "cpeExtPsePortLldpPdPwrPairsOrZero": {
              "type": "string",
              "description": "This object indicates the pinout pairs in use received\n            from the remote PD via MDI TLV in LLDP Protocol.\n            \n            'unknown' - information is not available\n            \n            'signal'  - the signal pairs are in use.\n            \n            'spare'   - the spare pairs are in use.",
              "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": "CISCO-POWER-ETHERNET-EXT-MIB",
      "description": "MIB operations for CISCO-POWER-ETHERNET-EXT-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
