{
  "openapi": "3.0.0",
  "info": {
    "title": "CISCO-IETF-ISIS-MIB MIB API",
    "version": "1.0.0",
    "description": "This document describes a management information base for\n    the IS-IS Routing protocol, as described in ISO 10589,\n    when it is used to construct routing tables for IP networks,\n    as described in RFC 1195. This MIB is entirely based upon\n    the IETF draft draft-ietf-isis-wg-mib-16.\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-IETF-ISIS-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/CISCO-IETF-ISIS-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "CISCO-IETF-ISIS-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-IETF-ISIS-MIB:ciiSysObject": {
      "get": {
        "summary": "Get ciiSysObject data",
        "description": "Retrieve ciiSysObject operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The version number of the IS-IS protocol that\n          is implemented.",
                  "properties": {
                    "ciiSysVersion": {
                      "type": "string",
                      "description": "The version number of the IS-IS protocol that\n          is implemented."
                    },
                    "ciiSysType": {
                      "type": "string",
                      "description": "At which levels is the Intermediate System\n          running? This object follows the\n          replaceOnlyWhileDisabled behavior."
                    },
                    "ciiSysID": {
                      "type": "string",
                      "description": "The ID for this Intermediate System.\n          This value is appended to each of the\n          area addresses to form the Network Entity Titles.\n          The derivation of a value for this object is\n          implementation-specific.  Some implementations may\n          automatically assign values and not permit an\n          SNMP write, while others may require the value\n          to be set manually.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID"
                    },
                    "ciiSysMaxPathSplits": {
                      "type": "integer",
                      "description": "Maximum number of paths with equal routing metric value\n          which it is permitted to split between. This object\n          follows the replaceOnlyWhileDisabled behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiSysMaxLSPGenInt": {
                      "type": "integer",
                      "description": "Maximum interval, in seconds, between generated LSPs\n          by this Intermediate System. This object follows\n          the resettingTimer behavior.  The value must be\n          greater than any value configured for\n          ciiSysLevelMinLSPGenInt, and should be at least 300\n          seconds less than ciiSysMaxAge.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiSysPollESHelloRate": {
                      "type": "string",
                      "description": "The value, in seconds, to be used for the suggested ES\n          configuration timer in ISH PDUs when soliciting the ES\n          configuration.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiSysWaitTime": {
                      "type": "string",
                      "description": "Number of seconds to delay in 'waiting' state before\n          entering 'on' state. This object follows the resettingTimer\n          behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiSysAdminState": {
                      "type": "string",
                      "description": "The administrative state of this Intermediate\n          System.  Setting this object to the value 'on'\n          when its current value is 'off' enables\n          the Intermediate System.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                    },
                    "ciiSysL2toL1Leaking": {
                      "type": "boolean",
                      "description": "If true, allow the router to leak L2 routes into L1."
                    },
                    "ciiSysMaxAge": {
                      "type": "string",
                      "description": "Value to place in RemainingLifeTime field of\n          the LSPs we generate.\n          This should be at least 300 seconds greater than\n          ciiSysMaxLSPGenInt.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiSysReceiveLSPBufferSize": {
                      "type": "string",
                      "description": "Size of the largest Buffer we are designed or\n          configured to store.  This should be at least\n          as big as the maximum ciiSysLevelOrigLSPBuffSize\n          supported by the system.\n          \n          If resources allow, we will store and flood LSPs\n          larger than ciiSysReceiveLSPBufferSize, as this\n          can help avoid problems in networks with different\n          values for ciiSysLevelOrigLSPBuffSize.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysObject": {
                    "ciiSysVersion": "example-string",
                    "ciiSysType": "ethernetCsmacd(6)",
                    "ciiSysID": "example-string",
                    "ciiSysMaxPathSplits": -2147483648,
                    "ciiSysMaxLSPGenInt": -2147483648,
                    "ciiSysPollESHelloRate": "example-string",
                    "ciiSysWaitTime": "example-string",
                    "ciiSysAdminState": "up(1)",
                    "ciiSysL2toL1Leaking": true,
                    "ciiSysMaxAge": "example-string",
                    "ciiSysReceiveLSPBufferSize": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSysObject",
        "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": "/ciiSysObject",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCirc": {
      "get": {
        "summary": "Get ciiCirc data",
        "description": "Retrieve ciiCirc operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "ciiCirc",
                  "properties": {
                    "ciiNextCircIndex": {
                      "type": "string",
                      "description": "This object is used to assign values to\n          ciiCircIndex as described in 'Textual\n          Conventions for SNMPv2'.  The network manager\n          reads this object, and then writes the value\n          back as the ciiCircIndex in a SET that creates\n          a new instance of ciiCircEntry.  If the SET\n          fails with the code 'inconsistentValue', then\n          the process must be repeated; If the SET succeeds,\n          then the object is incremented, and the new\n          ciiCircEntry is created according to the manager's\n          directions.",
                      "x-yang-type": "diffserv-mib:IndexIntegerNextFree"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCirc": {
                    "ciiNextCircIndex": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCirc",
        "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": "/ciiCirc",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiManAreaAddrTable": {
      "get": {
        "summary": "Get ciiManAreaAddrTable data",
        "description": "Retrieve ciiManAreaAddrTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The set of manual area addresses configured on this\n        Intermediate System.",
                  "properties": {
                    "ciiManAreaAddrEntry": {
                      "type": "array",
                      "description": "Each entry contains one area address manually configured\n          on this system",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiManAreaAddr": {
                            "type": "string",
                            "description": "A manually configured area address for this system. This\n            object follows the index behavior.\n            \n            Note: an index for the entry {1, {49.0001} active} in\n            this table would be the ordered pair\n            (1, (0x03 0x49 0x00 0x01)), as the length of an Octet\n            string is part of the OID.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                          },
                          "ciiManAreaAddrExistState": {
                            "type": "string",
                            "description": "The state of the ciiManAreaAddrEntry. This object\n            follows the Row Status behavior. If the ciiSysAdminState\n            for this Intermediate System is 'on', and an\n            attempt is made to set this object to the value 'destroy'\n            or 'notInService' when this is the only\n            ciiManAreaAddrEntry in state 'active' for this\n            Intermediate System should return inconsistentValue.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiManAreaAddrTable": {
                    "ciiManAreaAddrEntry": [
                      {
                        "ciiManAreaAddr": "192.168.1.1",
                        "ciiManAreaAddrExistState": "192.168.1.1"
                      },
                      {
                        "ciiManAreaAddr": "192.168.1.1",
                        "ciiManAreaAddrExistState": "192.168.1.1"
                      },
                      {
                        "ciiManAreaAddr": "192.168.1.1",
                        "ciiManAreaAddrExistState": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiManAreaAddrTable",
        "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": "/ciiManAreaAddrTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiManAreaAddrTable/ciiManAreaAddrEntry": {
      "get": {
        "summary": "Get ciiManAreaAddrEntry list",
        "description": "Retrieve list of ciiManAreaAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one area address manually configured\n          on this system",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiManAreaAddr": {
                        "type": "string",
                        "description": "A manually configured area address for this system. This\n            object follows the index behavior.\n            \n            Note: an index for the entry {1, {49.0001} active} in\n            this table would be the ordered pair\n            (1, (0x03 0x49 0x00 0x01)), as the length of an Octet\n            string is part of the OID.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiManAreaAddrExistState": {
                        "type": "string",
                        "description": "The state of the ciiManAreaAddrEntry. This object\n            follows the Row Status behavior. If the ciiSysAdminState\n            for this Intermediate System is 'on', and an\n            attempt is made to set this object to the value 'destroy'\n            or 'notInService' when this is the only\n            ciiManAreaAddrEntry in state 'active' for this\n            Intermediate System should return inconsistentValue.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiManAreaAddrEntry": [
                    {
                      "ciiManAreaAddr": "192.168.1.1",
                      "ciiManAreaAddrExistState": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiManAreaAddrEntry",
        "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": "/ciiManAreaAddrTable/ciiManAreaAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiManAreaAddrTable/ciiManAreaAddrEntry={ciiManAreaAddr}": {
      "get": {
        "summary": "Get ciiManAreaAddrEntry entry",
        "description": "Retrieve specific ciiManAreaAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiManAreaAddr",
            "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": {
                    "ciiManAreaAddr": {
                      "type": "string",
                      "description": "A manually configured area address for this system. This\n            object follows the index behavior.\n            \n            Note: an index for the entry {1, {49.0001} active} in\n            this table would be the ordered pair\n            (1, (0x03 0x49 0x00 0x01)), as the length of an Octet\n            string is part of the OID.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiManAreaAddrExistState": {
                      "type": "string",
                      "description": "The state of the ciiManAreaAddrEntry. This object\n            follows the Row Status behavior. If the ciiSysAdminState\n            for this Intermediate System is 'on', and an\n            attempt is made to set this object to the value 'destroy'\n            or 'notInService' when this is the only\n            ciiManAreaAddrEntry in state 'active' for this\n            Intermediate System should return inconsistentValue.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiManAreaAddrEntry": {
                    "ciiManAreaAddr": "192.168.1.1",
                    "ciiManAreaAddrExistState": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiManAreaAddrEntry-2"
      },
      "x-yang-path": "/ciiManAreaAddrTable/ciiManAreaAddrEntry={ciiManAreaAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiManAreaAddr"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiAreaAddrTable": {
      "get": {
        "summary": "Get ciiAreaAddrTable data",
        "description": "Retrieve ciiAreaAddrTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The union of the sets of area addresses reported in all\n        Level 1 LSPs with fragment number zero generated by this\n        Intermediate System, or received from other Intermediate\n        Systems which are reachable via Level 1 routing.",
                  "properties": {
                    "ciiAreaAddrEntry": {
                      "type": "array",
                      "description": "Each entry contains one area address reported in a\n          Level 1 LSP generated or received by this Intermediate\n          System.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiAreaAddr": {
                            "type": "string",
                            "description": "An area address reported in a Level 1 LSP.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiAreaAddrTable": {
                    "ciiAreaAddrEntry": [
                      {
                        "ciiAreaAddr": "192.168.1.1"
                      },
                      {
                        "ciiAreaAddr": "192.168.1.1"
                      },
                      {
                        "ciiAreaAddr": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiAreaAddrTable",
        "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": "/ciiAreaAddrTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiAreaAddrTable/ciiAreaAddrEntry": {
      "get": {
        "summary": "Get ciiAreaAddrEntry list",
        "description": "Retrieve list of ciiAreaAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one area address reported in a\n          Level 1 LSP generated or received by this Intermediate\n          System.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiAreaAddr": {
                        "type": "string",
                        "description": "An area address reported in a Level 1 LSP.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiAreaAddrEntry": [
                    {
                      "ciiAreaAddr": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiAreaAddrEntry",
        "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": "/ciiAreaAddrTable/ciiAreaAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiAreaAddrTable/ciiAreaAddrEntry={ciiAreaAddr}": {
      "get": {
        "summary": "Get ciiAreaAddrEntry entry",
        "description": "Retrieve specific ciiAreaAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiAreaAddr",
            "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": {
                    "ciiAreaAddr": {
                      "type": "string",
                      "description": "An area address reported in a Level 1 LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiAreaAddrEntry": {
                    "ciiAreaAddr": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiAreaAddrEntry-2"
      },
      "x-yang-path": "/ciiAreaAddrTable/ciiAreaAddrEntry={ciiAreaAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiAreaAddr"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSysProtSuppTable": {
      "get": {
        "summary": "Get ciiSysProtSuppTable data",
        "description": "Retrieve ciiSysProtSuppTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table contains the manually configured set of\n        protocols supported by this Intermediate System.",
                  "properties": {
                    "ciiSysProtSuppEntry": {
                      "type": "array",
                      "description": "Each entry contains one protocol supported by\n          this Intermediate System.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiSysProtSuppProtocol": {
                            "type": "string",
                            "description": "One supported protocol. This object follows the index\n            behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol"
                          },
                          "ciiSysProtSuppExistState": {
                            "type": "string",
                            "description": "The state of the ciiSysProtSuppEntry. This object\n            follows the RowStatus behavior.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysProtSuppTable": {
                    "ciiSysProtSuppEntry": [
                      {
                        "ciiSysProtSuppProtocol": "example-string",
                        "ciiSysProtSuppExistState": "up(1)"
                      },
                      {
                        "ciiSysProtSuppProtocol": "example-string",
                        "ciiSysProtSuppExistState": "up(1)"
                      },
                      {
                        "ciiSysProtSuppProtocol": "example-string",
                        "ciiSysProtSuppExistState": "up(1)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSysProtSuppTable",
        "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": "/ciiSysProtSuppTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSysProtSuppTable/ciiSysProtSuppEntry": {
      "get": {
        "summary": "Get ciiSysProtSuppEntry list",
        "description": "Retrieve list of ciiSysProtSuppEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one protocol supported by\n          this Intermediate System.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiSysProtSuppProtocol": {
                        "type": "string",
                        "description": "One supported protocol. This object follows the index\n            behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol"
                      },
                      "ciiSysProtSuppExistState": {
                        "type": "string",
                        "description": "The state of the ciiSysProtSuppEntry. This object\n            follows the RowStatus behavior.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysProtSuppEntry": [
                    {
                      "ciiSysProtSuppProtocol": "example-string",
                      "ciiSysProtSuppExistState": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSysProtSuppEntry",
        "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": "/ciiSysProtSuppTable/ciiSysProtSuppEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSysProtSuppTable/ciiSysProtSuppEntry={ciiSysProtSuppProtocol}": {
      "get": {
        "summary": "Get ciiSysProtSuppEntry entry",
        "description": "Retrieve specific ciiSysProtSuppEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiSysProtSuppProtocol",
            "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": {
                    "ciiSysProtSuppProtocol": {
                      "type": "string",
                      "description": "One supported protocol. This object follows the index\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol"
                    },
                    "ciiSysProtSuppExistState": {
                      "type": "string",
                      "description": "The state of the ciiSysProtSuppEntry. This object\n            follows the RowStatus behavior.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysProtSuppEntry": {
                    "ciiSysProtSuppProtocol": "example-string",
                    "ciiSysProtSuppExistState": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSysProtSuppEntry-2"
      },
      "x-yang-path": "/ciiSysProtSuppTable/ciiSysProtSuppEntry={ciiSysProtSuppProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiSysProtSuppProtocol"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSummAddrTable": {
      "get": {
        "summary": "Get ciiSummAddrTable data",
        "description": "Retrieve ciiSummAddrTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The set of IP summary addresses to use in forming\n        summary TLVs originated by this Intermediate System.\n        \n        An administrator may use a summary address to combine\n        and modify IP Reachability announcements.  If the\n        Intermediate system can reach any subset of the summary\n        address, the summary address will be announced instead,\n        at the configured metric.",
                  "properties": {
                    "ciiSummAddrEntry": {
                      "type": "array",
                      "description": "Each entry contains one IP summary address.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiSummAddressType": {
                            "type": "string",
                            "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "ciiSummAddress": {
                            "type": "string",
                            "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "ciiSummAddrPrefixLen": {
                            "type": "string",
                            "description": "The Length of the IP NetMask for this summary address.",
                            "x-yang-type": "inet-address:InetAddressPrefixLength"
                          },
                          "ciiSummAddrExistState": {
                            "type": "string",
                            "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          },
                          "ciiSummAddrMetric": {
                            "type": "string",
                            "description": "The metric value to announce this summary\n            address with in LSPs generated by this system.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                          },
                          "ciiSummAddrFullMetric": {
                            "type": "string",
                            "description": "The wide metric value to announce this summary\n            address with in LSPs generated by this system.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSummAddrTable": {
                    "ciiSummAddrEntry": [
                      {
                        "ciiSummAddressType": "192.168.1.1",
                        "ciiSummAddress": "192.168.1.1",
                        "ciiSummAddrPrefixLen": "192.168.1.1",
                        "ciiSummAddrExistState": "192.168.1.1",
                        "ciiSummAddrMetric": "192.168.1.1",
                        "ciiSummAddrFullMetric": "192.168.1.1"
                      },
                      {
                        "ciiSummAddressType": "192.168.1.1",
                        "ciiSummAddress": "192.168.1.1",
                        "ciiSummAddrPrefixLen": "192.168.1.1",
                        "ciiSummAddrExistState": "192.168.1.1",
                        "ciiSummAddrMetric": "192.168.1.1",
                        "ciiSummAddrFullMetric": "192.168.1.1"
                      },
                      {
                        "ciiSummAddressType": "192.168.1.1",
                        "ciiSummAddress": "192.168.1.1",
                        "ciiSummAddrPrefixLen": "192.168.1.1",
                        "ciiSummAddrExistState": "192.168.1.1",
                        "ciiSummAddrMetric": "192.168.1.1",
                        "ciiSummAddrFullMetric": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSummAddrTable",
        "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": "/ciiSummAddrTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSummAddrTable/ciiSummAddrEntry": {
      "get": {
        "summary": "Get ciiSummAddrEntry list",
        "description": "Retrieve list of ciiSummAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one IP summary address.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiSummAddressType": {
                        "type": "string",
                        "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ciiSummAddress": {
                        "type": "string",
                        "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ciiSummAddrPrefixLen": {
                        "type": "string",
                        "description": "The Length of the IP NetMask for this summary address.",
                        "x-yang-type": "inet-address:InetAddressPrefixLength"
                      },
                      "ciiSummAddrExistState": {
                        "type": "string",
                        "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      },
                      "ciiSummAddrMetric": {
                        "type": "string",
                        "description": "The metric value to announce this summary\n            address with in LSPs generated by this system.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                      },
                      "ciiSummAddrFullMetric": {
                        "type": "string",
                        "description": "The wide metric value to announce this summary\n            address with in LSPs generated by this system.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSummAddrEntry": [
                    {
                      "ciiSummAddressType": "192.168.1.1",
                      "ciiSummAddress": "192.168.1.1",
                      "ciiSummAddrPrefixLen": "192.168.1.1",
                      "ciiSummAddrExistState": "192.168.1.1",
                      "ciiSummAddrMetric": "192.168.1.1",
                      "ciiSummAddrFullMetric": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSummAddrEntry",
        "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": "/ciiSummAddrTable/ciiSummAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRedistributeAddrTable": {
      "get": {
        "summary": "Get ciiRedistributeAddrTable data",
        "description": "Retrieve ciiRedistributeAddrTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table provides criteria to decide if a route should\n        be leaked from L2 to L1 when Domain Wide Prefix leaking is\n        enabled.\n        \n        Addresses that match the summary mask in the table will\n        be announced at L1 by routers when ciiSysL2toL1Leaking\n        is enabled.  Routes that fall into the ranges specified\n        are announced as is, without being summarized.  Routes\n        that do not match a summary mask are not announced.",
                  "properties": {
                    "ciiRedistributeAddrEntry": {
                      "type": "array",
                      "description": "Each entry contains one IP summary address to\n          manage leaking L2 addresses into L1.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiRedistributeAddrType": {
                            "type": "string",
                            "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "ciiRedistributeAddrAddress": {
                            "type": "string",
                            "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "ciiRedistributeAddrPrefixLen": {
                            "type": "string",
                            "description": "The Length of the IP NetMask for this summary address.",
                            "x-yang-type": "inet-address:InetAddressPrefixLength"
                          },
                          "ciiRedistributeAddrExistState": {
                            "type": "string",
                            "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRedistributeAddrTable": {
                    "ciiRedistributeAddrEntry": [
                      {
                        "ciiRedistributeAddrType": "192.168.1.1",
                        "ciiRedistributeAddrAddress": "192.168.1.1",
                        "ciiRedistributeAddrPrefixLen": "192.168.1.1",
                        "ciiRedistributeAddrExistState": "192.168.1.1"
                      },
                      {
                        "ciiRedistributeAddrType": "192.168.1.1",
                        "ciiRedistributeAddrAddress": "192.168.1.1",
                        "ciiRedistributeAddrPrefixLen": "192.168.1.1",
                        "ciiRedistributeAddrExistState": "192.168.1.1"
                      },
                      {
                        "ciiRedistributeAddrType": "192.168.1.1",
                        "ciiRedistributeAddrAddress": "192.168.1.1",
                        "ciiRedistributeAddrPrefixLen": "192.168.1.1",
                        "ciiRedistributeAddrExistState": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRedistributeAddrTable",
        "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": "/ciiRedistributeAddrTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRedistributeAddrTable/ciiRedistributeAddrEntry": {
      "get": {
        "summary": "Get ciiRedistributeAddrEntry list",
        "description": "Retrieve list of ciiRedistributeAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one IP summary address to\n          manage leaking L2 addresses into L1.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiRedistributeAddrType": {
                        "type": "string",
                        "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ciiRedistributeAddrAddress": {
                        "type": "string",
                        "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ciiRedistributeAddrPrefixLen": {
                        "type": "string",
                        "description": "The Length of the IP NetMask for this summary address.",
                        "x-yang-type": "inet-address:InetAddressPrefixLength"
                      },
                      "ciiRedistributeAddrExistState": {
                        "type": "string",
                        "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRedistributeAddrEntry": [
                    {
                      "ciiRedistributeAddrType": "192.168.1.1",
                      "ciiRedistributeAddrAddress": "192.168.1.1",
                      "ciiRedistributeAddrPrefixLen": "192.168.1.1",
                      "ciiRedistributeAddrExistState": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRedistributeAddrEntry",
        "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": "/ciiRedistributeAddrTable/ciiRedistributeAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRouterTable": {
      "get": {
        "summary": "Get ciiRouterTable data",
        "description": "Retrieve ciiRouterTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The set of hostnames and router ID.",
                  "properties": {
                    "ciiRouterEntry": {
                      "type": "array",
                      "description": "Each entry tracks information about one peer at\n          one level.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiRouterSysID": {
                            "type": "string",
                            "description": "The System ID of the Router Peer.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID"
                          },
                          "ciiRouterLevel": {
                            "type": "string",
                            "description": "The level of this Intermediate System.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel"
                          },
                          "ciiRouterHostName": {
                            "type": "string",
                            "description": "The hostname listed in LSP, or zero-length string if none.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "ciiRouterID": {
                            "type": "integer",
                            "description": "The Router ID of the Peer found in LSP, or zero if none.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRouterTable": {
                    "ciiRouterEntry": [
                      {
                        "ciiRouterSysID": "example-string",
                        "ciiRouterLevel": "example-string",
                        "ciiRouterHostName": "interface-1",
                        "ciiRouterID": 0
                      },
                      {
                        "ciiRouterSysID": "example-string",
                        "ciiRouterLevel": "example-string",
                        "ciiRouterHostName": "interface-1",
                        "ciiRouterID": 0
                      },
                      {
                        "ciiRouterSysID": "example-string",
                        "ciiRouterLevel": "example-string",
                        "ciiRouterHostName": "interface-1",
                        "ciiRouterID": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRouterTable",
        "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": "/ciiRouterTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRouterTable/ciiRouterEntry": {
      "get": {
        "summary": "Get ciiRouterEntry list",
        "description": "Retrieve list of ciiRouterEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry tracks information about one peer at\n          one level.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiRouterSysID": {
                        "type": "string",
                        "description": "The System ID of the Router Peer.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID"
                      },
                      "ciiRouterLevel": {
                        "type": "string",
                        "description": "The level of this Intermediate System.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel"
                      },
                      "ciiRouterHostName": {
                        "type": "string",
                        "description": "The hostname listed in LSP, or zero-length string if none.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "ciiRouterID": {
                        "type": "integer",
                        "description": "The Router ID of the Peer found in LSP, or zero if none.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRouterEntry": [
                    {
                      "ciiRouterSysID": "example-string",
                      "ciiRouterLevel": "example-string",
                      "ciiRouterHostName": "interface-1",
                      "ciiRouterID": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRouterEntry",
        "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": "/ciiRouterTable/ciiRouterEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSysLevelTable": {
      "get": {
        "summary": "Get ciiSysLevelTable data",
        "description": "Retrieve ciiSysLevelTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Level specific information about the System.",
                  "properties": {
                    "ciiSysLevelEntry": {
                      "type": "array",
                      "description": "Describe variables defined for Area or Domain.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiSysLevelIndex": {
                            "type": "string",
                            "description": "The level that this entry describes."
                          },
                          "ciiSysLevelOrigLSPBuffSize": {
                            "type": "string",
                            "description": "The maximum size of LSPs and SNPs originated by\n            this Intermediate System at this level.\n            This object follows the replaceOnlyWhileDisabled\n            behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLSPBuffSize"
                          },
                          "ciiSysLevelMinLSPGenInt": {
                            "type": "string",
                            "description": "Minimum interval, in seconds, between successive\n            generation of LSPs with the same LSPID at this level\n            by this Intermediate System.  This object\n            follows the resettingTimer behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                          },
                          "ciiSysLevelOverloadState": {
                            "type": "string",
                            "description": "The state of the database at this level.\n            The value 'off' indicates that IS-IS is not active at\n            this level.\n            The value 'on' indicates that IS-IS is active at this\n            level, and not overloaded.\n            The value 'waiting' indicates a database that is low on\n            an essential resource, such as memory.\n            The administrator may force the state to 'overloaded'\n            by setting the object ciiSysLevelSetOverload.\n            If the state is 'waiting' or 'overloaded', we originate\n            LSPs with the Overload bit set.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLevelState"
                          },
                          "ciiSysLevelSetOverload": {
                            "type": "boolean",
                            "description": "Administratively set the overload bit for the level.\n            The overload bit will continue to be set if the\n            implementation runs out of memory, independent of\n            this variable"
                          },
                          "ciiSysLevelSetOverloadUntil": {
                            "type": "string",
                            "description": "If set, the overload bit should be set, and cleared\n            after sysUpTime exceeds this value.",
                            "x-yang-type": "yang:timeticks"
                          },
                          "ciiSysLevelMetricStyle": {
                            "type": "string",
                            "description": "Which style of Metric do we generate in our LSPs\n            at this level? This object follows the\n            replaceOnlyWhileDisabled behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle"
                          },
                          "ciiSysLevelSPFConsiders": {
                            "type": "string",
                            "description": "Which style of Metric do we consider in our\n            SPF computation at this level?",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle"
                          },
                          "ciiSysLevelTEEnabled": {
                            "type": "boolean",
                            "description": "Do we do Traffic Engineering at this level?"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysLevelTable": {
                    "ciiSysLevelEntry": [
                      {
                        "ciiSysLevelIndex": "1",
                        "ciiSysLevelOrigLSPBuffSize": "example-string",
                        "ciiSysLevelMinLSPGenInt": "example-string",
                        "ciiSysLevelOverloadState": "up(1)",
                        "ciiSysLevelSetOverload": true,
                        "ciiSysLevelSetOverloadUntil": "example-string",
                        "ciiSysLevelMetricStyle": "example-string",
                        "ciiSysLevelSPFConsiders": "example-string",
                        "ciiSysLevelTEEnabled": true
                      },
                      {
                        "ciiSysLevelIndex": "2",
                        "ciiSysLevelOrigLSPBuffSize": "example-string",
                        "ciiSysLevelMinLSPGenInt": "example-string",
                        "ciiSysLevelOverloadState": "up(1)",
                        "ciiSysLevelSetOverload": true,
                        "ciiSysLevelSetOverloadUntil": "example-string",
                        "ciiSysLevelMetricStyle": "example-string",
                        "ciiSysLevelSPFConsiders": "example-string",
                        "ciiSysLevelTEEnabled": true
                      },
                      {
                        "ciiSysLevelIndex": "3",
                        "ciiSysLevelOrigLSPBuffSize": "example-string",
                        "ciiSysLevelMinLSPGenInt": "example-string",
                        "ciiSysLevelOverloadState": "up(1)",
                        "ciiSysLevelSetOverload": true,
                        "ciiSysLevelSetOverloadUntil": "example-string",
                        "ciiSysLevelMetricStyle": "example-string",
                        "ciiSysLevelSPFConsiders": "example-string",
                        "ciiSysLevelTEEnabled": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSysLevelTable",
        "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": "/ciiSysLevelTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSysLevelTable/ciiSysLevelEntry": {
      "get": {
        "summary": "Get ciiSysLevelEntry list",
        "description": "Retrieve list of ciiSysLevelEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Describe variables defined for Area or Domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiSysLevelIndex": {
                        "type": "string",
                        "description": "The level that this entry describes."
                      },
                      "ciiSysLevelOrigLSPBuffSize": {
                        "type": "string",
                        "description": "The maximum size of LSPs and SNPs originated by\n            this Intermediate System at this level.\n            This object follows the replaceOnlyWhileDisabled\n            behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLSPBuffSize"
                      },
                      "ciiSysLevelMinLSPGenInt": {
                        "type": "string",
                        "description": "Minimum interval, in seconds, between successive\n            generation of LSPs with the same LSPID at this level\n            by this Intermediate System.  This object\n            follows the resettingTimer behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiSysLevelOverloadState": {
                        "type": "string",
                        "description": "The state of the database at this level.\n            The value 'off' indicates that IS-IS is not active at\n            this level.\n            The value 'on' indicates that IS-IS is active at this\n            level, and not overloaded.\n            The value 'waiting' indicates a database that is low on\n            an essential resource, such as memory.\n            The administrator may force the state to 'overloaded'\n            by setting the object ciiSysLevelSetOverload.\n            If the state is 'waiting' or 'overloaded', we originate\n            LSPs with the Overload bit set.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLevelState"
                      },
                      "ciiSysLevelSetOverload": {
                        "type": "boolean",
                        "description": "Administratively set the overload bit for the level.\n            The overload bit will continue to be set if the\n            implementation runs out of memory, independent of\n            this variable"
                      },
                      "ciiSysLevelSetOverloadUntil": {
                        "type": "string",
                        "description": "If set, the overload bit should be set, and cleared\n            after sysUpTime exceeds this value.",
                        "x-yang-type": "yang:timeticks"
                      },
                      "ciiSysLevelMetricStyle": {
                        "type": "string",
                        "description": "Which style of Metric do we generate in our LSPs\n            at this level? This object follows the\n            replaceOnlyWhileDisabled behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle"
                      },
                      "ciiSysLevelSPFConsiders": {
                        "type": "string",
                        "description": "Which style of Metric do we consider in our\n            SPF computation at this level?",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle"
                      },
                      "ciiSysLevelTEEnabled": {
                        "type": "boolean",
                        "description": "Do we do Traffic Engineering at this level?"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysLevelEntry": [
                    {
                      "ciiSysLevelIndex": "example-string",
                      "ciiSysLevelOrigLSPBuffSize": "example-string",
                      "ciiSysLevelMinLSPGenInt": "example-string",
                      "ciiSysLevelOverloadState": "up(1)",
                      "ciiSysLevelSetOverload": true,
                      "ciiSysLevelSetOverloadUntil": "example-string",
                      "ciiSysLevelMetricStyle": "example-string",
                      "ciiSysLevelSPFConsiders": "example-string",
                      "ciiSysLevelTEEnabled": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSysLevelEntry",
        "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": "/ciiSysLevelTable/ciiSysLevelEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSysLevelTable/ciiSysLevelEntry={ciiSysLevelIndex}": {
      "get": {
        "summary": "Get ciiSysLevelEntry entry",
        "description": "Retrieve specific ciiSysLevelEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiSysLevelIndex",
            "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": {
                    "ciiSysLevelIndex": {
                      "type": "string",
                      "description": "The level that this entry describes."
                    },
                    "ciiSysLevelOrigLSPBuffSize": {
                      "type": "string",
                      "description": "The maximum size of LSPs and SNPs originated by\n            this Intermediate System at this level.\n            This object follows the replaceOnlyWhileDisabled\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLSPBuffSize"
                    },
                    "ciiSysLevelMinLSPGenInt": {
                      "type": "string",
                      "description": "Minimum interval, in seconds, between successive\n            generation of LSPs with the same LSPID at this level\n            by this Intermediate System.  This object\n            follows the resettingTimer behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiSysLevelOverloadState": {
                      "type": "string",
                      "description": "The state of the database at this level.\n            The value 'off' indicates that IS-IS is not active at\n            this level.\n            The value 'on' indicates that IS-IS is active at this\n            level, and not overloaded.\n            The value 'waiting' indicates a database that is low on\n            an essential resource, such as memory.\n            The administrator may force the state to 'overloaded'\n            by setting the object ciiSysLevelSetOverload.\n            If the state is 'waiting' or 'overloaded', we originate\n            LSPs with the Overload bit set.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLevelState"
                    },
                    "ciiSysLevelSetOverload": {
                      "type": "boolean",
                      "description": "Administratively set the overload bit for the level.\n            The overload bit will continue to be set if the\n            implementation runs out of memory, independent of\n            this variable"
                    },
                    "ciiSysLevelSetOverloadUntil": {
                      "type": "string",
                      "description": "If set, the overload bit should be set, and cleared\n            after sysUpTime exceeds this value.",
                      "x-yang-type": "yang:timeticks"
                    },
                    "ciiSysLevelMetricStyle": {
                      "type": "string",
                      "description": "Which style of Metric do we generate in our LSPs\n            at this level? This object follows the\n            replaceOnlyWhileDisabled behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle"
                    },
                    "ciiSysLevelSPFConsiders": {
                      "type": "string",
                      "description": "Which style of Metric do we consider in our\n            SPF computation at this level?",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle"
                    },
                    "ciiSysLevelTEEnabled": {
                      "type": "boolean",
                      "description": "Do we do Traffic Engineering at this level?"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysLevelEntry": {
                    "ciiSysLevelIndex": "example-string",
                    "ciiSysLevelOrigLSPBuffSize": "example-string",
                    "ciiSysLevelMinLSPGenInt": "example-string",
                    "ciiSysLevelOverloadState": "up(1)",
                    "ciiSysLevelSetOverload": true,
                    "ciiSysLevelSetOverloadUntil": "example-string",
                    "ciiSysLevelMetricStyle": "example-string",
                    "ciiSysLevelSPFConsiders": "example-string",
                    "ciiSysLevelTEEnabled": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSysLevelEntry-2"
      },
      "x-yang-path": "/ciiSysLevelTable/ciiSysLevelEntry={ciiSysLevelIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiSysLevelIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircTable": {
      "get": {
        "summary": "Get ciiCircTable data",
        "description": "Retrieve ciiCircTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table of circuits used by this\n        Intermediate System.",
                  "properties": {
                    "ciiCircEntry": {
                      "type": "array",
                      "description": "An ciiCircEntry exists for each circuit used by\n          Integrated IS-IS on this system.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiCircIndex": {
                            "type": "integer",
                            "description": "The identifier of this circuit, unique within the\n            Intermediate System.  This object follows\n            the index behavior.  This is for SNMP Indexing\n            purposes only and need not have any relation to\n            any protocol value.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiCircIfIndex": {
                            "type": "string",
                            "description": "The value of ifIndex for the interface to which this\n            circuit corresponds.   This object cannot be modified\n            after creation",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "ciiCircIfSubIndex": {
                            "type": "integer",
                            "description": "A specifier for the part of the interface ifIndex to which\n            this circuit corresponds, such as a DLCI or VPI/VCI.\n            This object cannot be modified after creation",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiCircAdminState": {
                            "type": "string",
                            "description": "The administrative state of the circuit. This\n            object follows the CiiAdminState behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                          },
                          "ciiCircExistState": {
                            "type": "string",
                            "description": "The existence state of this circuit. This object follows\n            the RowStatus behavior.  Setting the state to\n            'notInService' halts the generation and processing of\n            IS-IS protocol PDUs on this circuit.  Setting the state\n            to 'destroy' will also erase any configuration associated\n            with the circuit.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          },
                          "ciiCircType": {
                            "type": "string",
                            "description": "The type of the circuit. This object follows the\n            replaceOnlyWhileDisabled behavior. The type specified\n            must be compatible with the type of the interface defined\n            by the value of ciiCircIfIndex."
                          },
                          "ciiCircExtDomain": {
                            "type": "boolean",
                            "description": "If true, suppress normal transmission of and\n            interpretation of Intra-domain IS-IS PDUs on this\n            circuit."
                          },
                          "ciiCircLevel": {
                            "type": "string",
                            "description": "Indicates which type of packets will be sent and\n            accepted on this circuit. The values used will be\n            modified by the settings of ciiSysType. This\n            object follows the replaceOnlyWhileDisabled behavior."
                          },
                          "ciiCircPassiveCircuit": {
                            "type": "boolean",
                            "description": "Should we include this interface in LSPs, even if\n            it is not running the IS-IS Protocol?"
                          },
                          "ciiCircMeshGroupEnabled": {
                            "type": "string",
                            "description": "Is this port a member of a mesh group, or blocked?\n            Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group."
                          },
                          "ciiCircMeshGroup": {
                            "type": "integer",
                            "description": "Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group.  If ciiCircMeshGroupEnabled\n            is inactive or blocked, this value is ignored.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiCircSmallHellos": {
                            "type": "boolean",
                            "description": "Can we send unpadded hellos on LAN circuits?  'false'\n            means LAN Hellos must be padded.\n            Implementations should allow the administrator to read\n            this value.  An implementation need not be able to\n            support unpadded hellos to be conformant."
                          },
                          "ciiCircLastUpTime": {
                            "type": "string",
                            "description": "If the circuit is enabled, the value of sysUpTime\n            when ciiCircAdminState most recently entered\n            the state 'on'.  If the circuit is not 'on',\n            the value of sysUpTime when the circuit last\n            entered state 'on', 0 if the circuit has never\n            been 'on'.",
                            "x-yang-type": "yang:timeticks"
                          },
                          "ciiCirc3WayEnabled": {
                            "type": "boolean",
                            "description": "Is this circuit enabled to run 3Way handshake?"
                          },
                          "ciiCircExtendedCircID": {
                            "type": "integer",
                            "description": "The value to be used as the extended circuit ID in\n            3Way handshake.  This value is only used if\n            ciiCirc3WayEnabled is true, and must be unique across\n            all circuits on this IS.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircTable": {
                    "ciiCircEntry": [
                      {
                        "ciiCircIndex": 1,
                        "ciiCircIfIndex": "1",
                        "ciiCircIfSubIndex": 1,
                        "ciiCircAdminState": "up(1)",
                        "ciiCircExistState": "up(1)",
                        "ciiCircType": "ethernetCsmacd(6)",
                        "ciiCircExtDomain": true,
                        "ciiCircLevel": "example-string",
                        "ciiCircPassiveCircuit": true,
                        "ciiCircMeshGroupEnabled": "example-string",
                        "ciiCircMeshGroup": 0,
                        "ciiCircSmallHellos": true,
                        "ciiCircLastUpTime": "example-string",
                        "ciiCirc3WayEnabled": true,
                        "ciiCircExtendedCircID": 0
                      },
                      {
                        "ciiCircIndex": 2,
                        "ciiCircIfIndex": "2",
                        "ciiCircIfSubIndex": 2,
                        "ciiCircAdminState": "up(1)",
                        "ciiCircExistState": "up(1)",
                        "ciiCircType": "ethernetCsmacd(6)",
                        "ciiCircExtDomain": true,
                        "ciiCircLevel": "example-string",
                        "ciiCircPassiveCircuit": true,
                        "ciiCircMeshGroupEnabled": "example-string",
                        "ciiCircMeshGroup": 0,
                        "ciiCircSmallHellos": true,
                        "ciiCircLastUpTime": "example-string",
                        "ciiCirc3WayEnabled": true,
                        "ciiCircExtendedCircID": 0
                      },
                      {
                        "ciiCircIndex": 3,
                        "ciiCircIfIndex": "3",
                        "ciiCircIfSubIndex": 3,
                        "ciiCircAdminState": "up(1)",
                        "ciiCircExistState": "up(1)",
                        "ciiCircType": "ethernetCsmacd(6)",
                        "ciiCircExtDomain": true,
                        "ciiCircLevel": "example-string",
                        "ciiCircPassiveCircuit": true,
                        "ciiCircMeshGroupEnabled": "example-string",
                        "ciiCircMeshGroup": 0,
                        "ciiCircSmallHellos": true,
                        "ciiCircLastUpTime": "example-string",
                        "ciiCirc3WayEnabled": true,
                        "ciiCircExtendedCircID": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircTable",
        "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": "/ciiCircTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircTable/ciiCircEntry": {
      "get": {
        "summary": "Get ciiCircEntry list",
        "description": "Retrieve list of ciiCircEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An ciiCircEntry exists for each circuit used by\n          Integrated IS-IS on this system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "integer",
                        "description": "The identifier of this circuit, unique within the\n            Intermediate System.  This object follows\n            the index behavior.  This is for SNMP Indexing\n            purposes only and need not have any relation to\n            any protocol value.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircIfIndex": {
                        "type": "string",
                        "description": "The value of ifIndex for the interface to which this\n            circuit corresponds.   This object cannot be modified\n            after creation",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ciiCircIfSubIndex": {
                        "type": "integer",
                        "description": "A specifier for the part of the interface ifIndex to which\n            this circuit corresponds, such as a DLCI or VPI/VCI.\n            This object cannot be modified after creation",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircAdminState": {
                        "type": "string",
                        "description": "The administrative state of the circuit. This\n            object follows the CiiAdminState behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                      },
                      "ciiCircExistState": {
                        "type": "string",
                        "description": "The existence state of this circuit. This object follows\n            the RowStatus behavior.  Setting the state to\n            'notInService' halts the generation and processing of\n            IS-IS protocol PDUs on this circuit.  Setting the state\n            to 'destroy' will also erase any configuration associated\n            with the circuit.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      },
                      "ciiCircType": {
                        "type": "string",
                        "description": "The type of the circuit. This object follows the\n            replaceOnlyWhileDisabled behavior. The type specified\n            must be compatible with the type of the interface defined\n            by the value of ciiCircIfIndex."
                      },
                      "ciiCircExtDomain": {
                        "type": "boolean",
                        "description": "If true, suppress normal transmission of and\n            interpretation of Intra-domain IS-IS PDUs on this\n            circuit."
                      },
                      "ciiCircLevel": {
                        "type": "string",
                        "description": "Indicates which type of packets will be sent and\n            accepted on this circuit. The values used will be\n            modified by the settings of ciiSysType. This\n            object follows the replaceOnlyWhileDisabled behavior."
                      },
                      "ciiCircPassiveCircuit": {
                        "type": "boolean",
                        "description": "Should we include this interface in LSPs, even if\n            it is not running the IS-IS Protocol?"
                      },
                      "ciiCircMeshGroupEnabled": {
                        "type": "string",
                        "description": "Is this port a member of a mesh group, or blocked?\n            Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group."
                      },
                      "ciiCircMeshGroup": {
                        "type": "integer",
                        "description": "Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group.  If ciiCircMeshGroupEnabled\n            is inactive or blocked, this value is ignored.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircSmallHellos": {
                        "type": "boolean",
                        "description": "Can we send unpadded hellos on LAN circuits?  'false'\n            means LAN Hellos must be padded.\n            Implementations should allow the administrator to read\n            this value.  An implementation need not be able to\n            support unpadded hellos to be conformant."
                      },
                      "ciiCircLastUpTime": {
                        "type": "string",
                        "description": "If the circuit is enabled, the value of sysUpTime\n            when ciiCircAdminState most recently entered\n            the state 'on'.  If the circuit is not 'on',\n            the value of sysUpTime when the circuit last\n            entered state 'on', 0 if the circuit has never\n            been 'on'.",
                        "x-yang-type": "yang:timeticks"
                      },
                      "ciiCirc3WayEnabled": {
                        "type": "boolean",
                        "description": "Is this circuit enabled to run 3Way handshake?"
                      },
                      "ciiCircExtendedCircID": {
                        "type": "integer",
                        "description": "The value to be used as the extended circuit ID in\n            3Way handshake.  This value is only used if\n            ciiCirc3WayEnabled is true, and must be unique across\n            all circuits on this IS.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircEntry": [
                    {
                      "ciiCircIndex": 1,
                      "ciiCircIfIndex": "example-string",
                      "ciiCircIfSubIndex": 1,
                      "ciiCircAdminState": "up(1)",
                      "ciiCircExistState": "up(1)",
                      "ciiCircType": "ethernetCsmacd(6)",
                      "ciiCircExtDomain": true,
                      "ciiCircLevel": "example-string",
                      "ciiCircPassiveCircuit": true,
                      "ciiCircMeshGroupEnabled": "example-string",
                      "ciiCircMeshGroup": 0,
                      "ciiCircSmallHellos": true,
                      "ciiCircLastUpTime": "example-string",
                      "ciiCirc3WayEnabled": true,
                      "ciiCircExtendedCircID": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircEntry",
        "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": "/ciiCircTable/ciiCircEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircTable/ciiCircEntry={ciiCircIndex}": {
      "get": {
        "summary": "Get ciiCircEntry entry",
        "description": "Retrieve specific ciiCircEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "integer",
                      "description": "The identifier of this circuit, unique within the\n            Intermediate System.  This object follows\n            the index behavior.  This is for SNMP Indexing\n            purposes only and need not have any relation to\n            any protocol value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircIfIndex": {
                      "type": "string",
                      "description": "The value of ifIndex for the interface to which this\n            circuit corresponds.   This object cannot be modified\n            after creation",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ciiCircIfSubIndex": {
                      "type": "integer",
                      "description": "A specifier for the part of the interface ifIndex to which\n            this circuit corresponds, such as a DLCI or VPI/VCI.\n            This object cannot be modified after creation",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircAdminState": {
                      "type": "string",
                      "description": "The administrative state of the circuit. This\n            object follows the CiiAdminState behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                    },
                    "ciiCircExistState": {
                      "type": "string",
                      "description": "The existence state of this circuit. This object follows\n            the RowStatus behavior.  Setting the state to\n            'notInService' halts the generation and processing of\n            IS-IS protocol PDUs on this circuit.  Setting the state\n            to 'destroy' will also erase any configuration associated\n            with the circuit.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    },
                    "ciiCircType": {
                      "type": "string",
                      "description": "The type of the circuit. This object follows the\n            replaceOnlyWhileDisabled behavior. The type specified\n            must be compatible with the type of the interface defined\n            by the value of ciiCircIfIndex."
                    },
                    "ciiCircExtDomain": {
                      "type": "boolean",
                      "description": "If true, suppress normal transmission of and\n            interpretation of Intra-domain IS-IS PDUs on this\n            circuit."
                    },
                    "ciiCircLevel": {
                      "type": "string",
                      "description": "Indicates which type of packets will be sent and\n            accepted on this circuit. The values used will be\n            modified by the settings of ciiSysType. This\n            object follows the replaceOnlyWhileDisabled behavior."
                    },
                    "ciiCircPassiveCircuit": {
                      "type": "boolean",
                      "description": "Should we include this interface in LSPs, even if\n            it is not running the IS-IS Protocol?"
                    },
                    "ciiCircMeshGroupEnabled": {
                      "type": "string",
                      "description": "Is this port a member of a mesh group, or blocked?\n            Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group."
                    },
                    "ciiCircMeshGroup": {
                      "type": "integer",
                      "description": "Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group.  If ciiCircMeshGroupEnabled\n            is inactive or blocked, this value is ignored.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircSmallHellos": {
                      "type": "boolean",
                      "description": "Can we send unpadded hellos on LAN circuits?  'false'\n            means LAN Hellos must be padded.\n            Implementations should allow the administrator to read\n            this value.  An implementation need not be able to\n            support unpadded hellos to be conformant."
                    },
                    "ciiCircLastUpTime": {
                      "type": "string",
                      "description": "If the circuit is enabled, the value of sysUpTime\n            when ciiCircAdminState most recently entered\n            the state 'on'.  If the circuit is not 'on',\n            the value of sysUpTime when the circuit last\n            entered state 'on', 0 if the circuit has never\n            been 'on'.",
                      "x-yang-type": "yang:timeticks"
                    },
                    "ciiCirc3WayEnabled": {
                      "type": "boolean",
                      "description": "Is this circuit enabled to run 3Way handshake?"
                    },
                    "ciiCircExtendedCircID": {
                      "type": "integer",
                      "description": "The value to be used as the extended circuit ID in\n            3Way handshake.  This value is only used if\n            ciiCirc3WayEnabled is true, and must be unique across\n            all circuits on this IS.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircEntry": {
                    "ciiCircIndex": 1,
                    "ciiCircIfIndex": "example-string",
                    "ciiCircIfSubIndex": 1,
                    "ciiCircAdminState": "up(1)",
                    "ciiCircExistState": "up(1)",
                    "ciiCircType": "ethernetCsmacd(6)",
                    "ciiCircExtDomain": true,
                    "ciiCircLevel": "example-string",
                    "ciiCircPassiveCircuit": true,
                    "ciiCircMeshGroupEnabled": "example-string",
                    "ciiCircMeshGroup": 0,
                    "ciiCircSmallHellos": true,
                    "ciiCircLastUpTime": "example-string",
                    "ciiCirc3WayEnabled": true,
                    "ciiCircExtendedCircID": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircEntry-2"
      },
      "x-yang-path": "/ciiCircTable/ciiCircEntry={ciiCircIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircLevelTable": {
      "get": {
        "summary": "Get ciiCircLevelTable data",
        "description": "Retrieve ciiCircLevelTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Level specific information about circuits used by IS-IS",
                  "properties": {
                    "ciiCircLevelEntry": {
                      "type": "array",
                      "description": "An ciiCircLevelEntry exists for each level on\n          each circuit used by Integrated IS-IS on this system.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiCircIndex": {
                            "type": "string",
                            "description": "ciiCircIndex",
                            "x-yang-type": "leafref"
                          },
                          "ciiCircLevelIndex": {
                            "type": "string",
                            "description": "The level that this entry describes."
                          },
                          "ciiCircLevelMetric": {
                            "type": "string",
                            "description": "The metric value of this circuit for this level.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                          },
                          "ciiCircLevelWideMetric": {
                            "type": "string",
                            "description": "The wide metric value of this circuit for this level.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiWideMetric"
                          },
                          "ciiCircLevelISPriority": {
                            "type": "string",
                            "description": "The priority for becoming LAN Designated\n            Intermediate System at this level.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority"
                          },
                          "ciiCircLevelIDOctet": {
                            "type": "integer",
                            "description": "A one byte identifier that can be used in protocol packets\n            to identify a circuit.  Values of ciiCircLevelIDOctet\n            do not need to be unique.  They are only required to\n            differ on LANs where the Intermediate System is the\n            Designated Intermediate System.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiCircLevelID": {
                            "type": "string",
                            "description": "On a point to point circuit with a fully initialized\n            adjacency to a peer IS, the value of this object is\n            the circuit ID negotiated during adjacency initialization.\n            On a point to point circuit without such an adjacency,\n            the value is the concatenation of the local system ID\n            and the one byte ciiCircLevelIDOctet for this circuit\n            i.e. the value that would be proposed for the circuit ID.\n            \n            On other circuit types, the value returned is the zero\n            length OCTET STRING.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID"
                          },
                          "ciiCircLevelDesIS": {
                            "type": "string",
                            "description": "The ID of the LAN Designated Intermediate System\n            on this circuit at this level. If, for any reason,\n            this system is not partaking in the relevant\n            Designated Intermediate System election process,\n            then the value returned is the zero length OCTET STRING.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID"
                          },
                          "ciiCircLevelHelloMultiplier": {
                            "type": "integer",
                            "description": "This value is multiplied by the corresponding HelloTimer\n            and the result in seconds (rounded up) is used as the\n            holding time in transmitted hellos, to be used by\n            receivers of hello packets from this IS",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiCircLevelHelloTimer": {
                            "type": "integer",
                            "description": "Maximum period, in milliseconds, between IIH PDUs\n            on multiaccess networks at this level for LANs.\n            The value at L1 is used as the period between\n            Hellos on L1L2 point to point circuits.  Setting\n            this value at level 2 on an L1L2 point to point\n            circuit will result in an error of InconsistentValue.\n            \n            This object follows the resettingTimer behavior.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiCircLevelDRHelloTimer": {
                            "type": "integer",
                            "description": "Period, in milliseconds, between Hello PDUs on\n            multiaccess networks when this IS is the Designated\n            Intermediate System.  This object follows the\n            resettingTimer behavior.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiCircLevelLSPThrottle": {
                            "type": "string",
                            "description": "Minimal interval of time, in milliseconds, between\n            transmissions of LSPs on an interface at this level.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                          },
                          "ciiCircLevelMinLSPRetransInt": {
                            "type": "integer",
                            "description": "Minimum interval, in seconds, between re-transmission of\n            an LSP at this level. This object follows the\n            resettingTimer behavior.\n            \n            Note that ciiCircLevelLSPThrottle controls\n            how fast we send back to back LSPs.  This variable\n            controls how fast we re-send the same LSP.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiCircLevelCSNPInterval": {
                            "type": "integer",
                            "description": "Interval of time, in seconds, between periodic\n            transmission of a complete set of CSNPs on\n            multiaccess networks if this router is the\n            designated router at this level.\n            \n            This object follows the resettingTimer behavior.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiCircLevelPartSNPInterval": {
                            "type": "integer",
                            "description": "Minimum interval in seconds between sending Partial\n            Sequence Number PDUs at this level. This object\n            follows the resettingTimer behavior.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelTable": {
                    "ciiCircLevelEntry": [
                      {
                        "ciiCircIndex": "1",
                        "ciiCircLevelIndex": "1",
                        "ciiCircLevelMetric": "example-string",
                        "ciiCircLevelWideMetric": "example-string",
                        "ciiCircLevelISPriority": "example-string",
                        "ciiCircLevelIDOctet": -2147483648,
                        "ciiCircLevelID": "example-string",
                        "ciiCircLevelDesIS": "example-string",
                        "ciiCircLevelHelloMultiplier": -2147483648,
                        "ciiCircLevelHelloTimer": -2147483648,
                        "ciiCircLevelDRHelloTimer": -2147483648,
                        "ciiCircLevelLSPThrottle": "example-string",
                        "ciiCircLevelMinLSPRetransInt": -2147483648,
                        "ciiCircLevelCSNPInterval": -2147483648,
                        "ciiCircLevelPartSNPInterval": -2147483648
                      },
                      {
                        "ciiCircIndex": "2",
                        "ciiCircLevelIndex": "2",
                        "ciiCircLevelMetric": "example-string",
                        "ciiCircLevelWideMetric": "example-string",
                        "ciiCircLevelISPriority": "example-string",
                        "ciiCircLevelIDOctet": -2147483648,
                        "ciiCircLevelID": "example-string",
                        "ciiCircLevelDesIS": "example-string",
                        "ciiCircLevelHelloMultiplier": -2147483648,
                        "ciiCircLevelHelloTimer": -2147483648,
                        "ciiCircLevelDRHelloTimer": -2147483648,
                        "ciiCircLevelLSPThrottle": "example-string",
                        "ciiCircLevelMinLSPRetransInt": -2147483648,
                        "ciiCircLevelCSNPInterval": -2147483648,
                        "ciiCircLevelPartSNPInterval": -2147483648
                      },
                      {
                        "ciiCircIndex": "3",
                        "ciiCircLevelIndex": "3",
                        "ciiCircLevelMetric": "example-string",
                        "ciiCircLevelWideMetric": "example-string",
                        "ciiCircLevelISPriority": "example-string",
                        "ciiCircLevelIDOctet": -2147483648,
                        "ciiCircLevelID": "example-string",
                        "ciiCircLevelDesIS": "example-string",
                        "ciiCircLevelHelloMultiplier": -2147483648,
                        "ciiCircLevelHelloTimer": -2147483648,
                        "ciiCircLevelDRHelloTimer": -2147483648,
                        "ciiCircLevelLSPThrottle": "example-string",
                        "ciiCircLevelMinLSPRetransInt": -2147483648,
                        "ciiCircLevelCSNPInterval": -2147483648,
                        "ciiCircLevelPartSNPInterval": -2147483648
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircLevelTable",
        "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": "/ciiCircLevelTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircLevelTable/ciiCircLevelEntry": {
      "get": {
        "summary": "Get ciiCircLevelEntry list",
        "description": "Retrieve list of ciiCircLevelEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An ciiCircLevelEntry exists for each level on\n          each circuit used by Integrated IS-IS on this system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiCircLevelIndex": {
                        "type": "string",
                        "description": "The level that this entry describes."
                      },
                      "ciiCircLevelMetric": {
                        "type": "string",
                        "description": "The metric value of this circuit for this level.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                      },
                      "ciiCircLevelWideMetric": {
                        "type": "string",
                        "description": "The wide metric value of this circuit for this level.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiWideMetric"
                      },
                      "ciiCircLevelISPriority": {
                        "type": "string",
                        "description": "The priority for becoming LAN Designated\n            Intermediate System at this level.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority"
                      },
                      "ciiCircLevelIDOctet": {
                        "type": "integer",
                        "description": "A one byte identifier that can be used in protocol packets\n            to identify a circuit.  Values of ciiCircLevelIDOctet\n            do not need to be unique.  They are only required to\n            differ on LANs where the Intermediate System is the\n            Designated Intermediate System.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelID": {
                        "type": "string",
                        "description": "On a point to point circuit with a fully initialized\n            adjacency to a peer IS, the value of this object is\n            the circuit ID negotiated during adjacency initialization.\n            On a point to point circuit without such an adjacency,\n            the value is the concatenation of the local system ID\n            and the one byte ciiCircLevelIDOctet for this circuit\n            i.e. the value that would be proposed for the circuit ID.\n            \n            On other circuit types, the value returned is the zero\n            length OCTET STRING.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID"
                      },
                      "ciiCircLevelDesIS": {
                        "type": "string",
                        "description": "The ID of the LAN Designated Intermediate System\n            on this circuit at this level. If, for any reason,\n            this system is not partaking in the relevant\n            Designated Intermediate System election process,\n            then the value returned is the zero length OCTET STRING.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID"
                      },
                      "ciiCircLevelHelloMultiplier": {
                        "type": "integer",
                        "description": "This value is multiplied by the corresponding HelloTimer\n            and the result in seconds (rounded up) is used as the\n            holding time in transmitted hellos, to be used by\n            receivers of hello packets from this IS",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelHelloTimer": {
                        "type": "integer",
                        "description": "Maximum period, in milliseconds, between IIH PDUs\n            on multiaccess networks at this level for LANs.\n            The value at L1 is used as the period between\n            Hellos on L1L2 point to point circuits.  Setting\n            this value at level 2 on an L1L2 point to point\n            circuit will result in an error of InconsistentValue.\n            \n            This object follows the resettingTimer behavior.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelDRHelloTimer": {
                        "type": "integer",
                        "description": "Period, in milliseconds, between Hello PDUs on\n            multiaccess networks when this IS is the Designated\n            Intermediate System.  This object follows the\n            resettingTimer behavior.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelLSPThrottle": {
                        "type": "string",
                        "description": "Minimal interval of time, in milliseconds, between\n            transmissions of LSPs on an interface at this level.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiCircLevelMinLSPRetransInt": {
                        "type": "integer",
                        "description": "Minimum interval, in seconds, between re-transmission of\n            an LSP at this level. This object follows the\n            resettingTimer behavior.\n            \n            Note that ciiCircLevelLSPThrottle controls\n            how fast we send back to back LSPs.  This variable\n            controls how fast we re-send the same LSP.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelCSNPInterval": {
                        "type": "integer",
                        "description": "Interval of time, in seconds, between periodic\n            transmission of a complete set of CSNPs on\n            multiaccess networks if this router is the\n            designated router at this level.\n            \n            This object follows the resettingTimer behavior.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelPartSNPInterval": {
                        "type": "integer",
                        "description": "Minimum interval in seconds between sending Partial\n            Sequence Number PDUs at this level. This object\n            follows the resettingTimer behavior.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiCircLevelIndex": "example-string",
                      "ciiCircLevelMetric": "example-string",
                      "ciiCircLevelWideMetric": "example-string",
                      "ciiCircLevelISPriority": "example-string",
                      "ciiCircLevelIDOctet": -2147483648,
                      "ciiCircLevelID": "example-string",
                      "ciiCircLevelDesIS": "example-string",
                      "ciiCircLevelHelloMultiplier": -2147483648,
                      "ciiCircLevelHelloTimer": -2147483648,
                      "ciiCircLevelDRHelloTimer": -2147483648,
                      "ciiCircLevelLSPThrottle": "example-string",
                      "ciiCircLevelMinLSPRetransInt": -2147483648,
                      "ciiCircLevelCSNPInterval": -2147483648,
                      "ciiCircLevelPartSNPInterval": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircLevelEntry",
        "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": "/ciiCircLevelTable/ciiCircLevelEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSystemCounterTable": {
      "get": {
        "summary": "Get ciiSystemCounterTable data",
        "description": "Retrieve ciiSystemCounterTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "System wide counters for this Intermediate System.",
                  "properties": {
                    "ciiSystemCounterEntry": {
                      "type": "array",
                      "description": "System-wide IS-IS counters.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiSysStatLevel": {
                            "type": "string",
                            "description": "The level that this entry describes."
                          },
                          "ciiSysStatCorrLSPs": {
                            "type": "integer",
                            "description": "Number of corrupted in-memory LSP frames detected.\n            \n            LSPs received from the wire with a bad checksum\n            are silently dropped and not counted.\n            \n            LSPs received from the wire with parse errors\n            are counted by ciiSysStatLSPErrors.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiSysStatAuthTypeFails": {
                            "type": "integer",
                            "description": "The number of frames with authentication type mismatches\n            recognized by this Intermediate System.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiSysStatAuthFails": {
                            "type": "integer",
                            "description": "The number of frames with authentication failures\n            recognized by this Intermediate System.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiSysStatLSPDbaseOloads": {
                            "type": "integer",
                            "description": "Number of times the LSP database has become\n            overloaded.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiSysStatManAddrDropFromAreas": {
                            "type": "integer",
                            "description": "Number of times a manual address has been dropped from\n            the area.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiSysStatAttmptToExMaxSeqNums": {
                            "type": "integer",
                            "description": "Number of times the IS has attempted to exceed the\n            maximum sequence number.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiSysStatSeqNumSkips": {
                            "type": "integer",
                            "description": "Number of times a sequence number skip has occurred.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiSysStatOwnLSPPurges": {
                            "type": "integer",
                            "description": "Number of times a zero-aged copy of the system's own LSP\n            is received from some other node.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiSysStatIDFieldLenMismatches": {
                            "type": "integer",
                            "description": "Number of times a PDU is received with a different value\n            for ID field length to that of the receiving system.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiSysStatPartChanges": {
                            "type": "integer",
                            "description": "Partition changes",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiSysStatSPFRuns": {
                            "type": "integer",
                            "description": "Number of times we ran SPF at this level.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiSysStatLSPErrors": {
                            "type": "integer",
                            "description": "Number of LSP frames with errors we have received.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSystemCounterTable": {
                    "ciiSystemCounterEntry": [
                      {
                        "ciiSysStatLevel": "example-string",
                        "ciiSysStatCorrLSPs": 0,
                        "ciiSysStatAuthTypeFails": 0,
                        "ciiSysStatAuthFails": 0,
                        "ciiSysStatLSPDbaseOloads": 0,
                        "ciiSysStatManAddrDropFromAreas": 0,
                        "ciiSysStatAttmptToExMaxSeqNums": 0,
                        "ciiSysStatSeqNumSkips": 0,
                        "ciiSysStatOwnLSPPurges": 0,
                        "ciiSysStatIDFieldLenMismatches": 0,
                        "ciiSysStatPartChanges": 0,
                        "ciiSysStatSPFRuns": 0,
                        "ciiSysStatLSPErrors": 0
                      },
                      {
                        "ciiSysStatLevel": "example-string",
                        "ciiSysStatCorrLSPs": 0,
                        "ciiSysStatAuthTypeFails": 0,
                        "ciiSysStatAuthFails": 0,
                        "ciiSysStatLSPDbaseOloads": 0,
                        "ciiSysStatManAddrDropFromAreas": 0,
                        "ciiSysStatAttmptToExMaxSeqNums": 0,
                        "ciiSysStatSeqNumSkips": 0,
                        "ciiSysStatOwnLSPPurges": 0,
                        "ciiSysStatIDFieldLenMismatches": 0,
                        "ciiSysStatPartChanges": 0,
                        "ciiSysStatSPFRuns": 0,
                        "ciiSysStatLSPErrors": 0
                      },
                      {
                        "ciiSysStatLevel": "example-string",
                        "ciiSysStatCorrLSPs": 0,
                        "ciiSysStatAuthTypeFails": 0,
                        "ciiSysStatAuthFails": 0,
                        "ciiSysStatLSPDbaseOloads": 0,
                        "ciiSysStatManAddrDropFromAreas": 0,
                        "ciiSysStatAttmptToExMaxSeqNums": 0,
                        "ciiSysStatSeqNumSkips": 0,
                        "ciiSysStatOwnLSPPurges": 0,
                        "ciiSysStatIDFieldLenMismatches": 0,
                        "ciiSysStatPartChanges": 0,
                        "ciiSysStatSPFRuns": 0,
                        "ciiSysStatLSPErrors": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSystemCounterTable",
        "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": "/ciiSystemCounterTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSystemCounterTable/ciiSystemCounterEntry": {
      "get": {
        "summary": "Get ciiSystemCounterEntry list",
        "description": "Retrieve list of ciiSystemCounterEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "System-wide IS-IS counters.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiSysStatLevel": {
                        "type": "string",
                        "description": "The level that this entry describes."
                      },
                      "ciiSysStatCorrLSPs": {
                        "type": "integer",
                        "description": "Number of corrupted in-memory LSP frames detected.\n            \n            LSPs received from the wire with a bad checksum\n            are silently dropped and not counted.\n            \n            LSPs received from the wire with parse errors\n            are counted by ciiSysStatLSPErrors.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatAuthTypeFails": {
                        "type": "integer",
                        "description": "The number of frames with authentication type mismatches\n            recognized by this Intermediate System.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatAuthFails": {
                        "type": "integer",
                        "description": "The number of frames with authentication failures\n            recognized by this Intermediate System.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatLSPDbaseOloads": {
                        "type": "integer",
                        "description": "Number of times the LSP database has become\n            overloaded.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatManAddrDropFromAreas": {
                        "type": "integer",
                        "description": "Number of times a manual address has been dropped from\n            the area.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatAttmptToExMaxSeqNums": {
                        "type": "integer",
                        "description": "Number of times the IS has attempted to exceed the\n            maximum sequence number.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatSeqNumSkips": {
                        "type": "integer",
                        "description": "Number of times a sequence number skip has occurred.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatOwnLSPPurges": {
                        "type": "integer",
                        "description": "Number of times a zero-aged copy of the system's own LSP\n            is received from some other node.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatIDFieldLenMismatches": {
                        "type": "integer",
                        "description": "Number of times a PDU is received with a different value\n            for ID field length to that of the receiving system.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatPartChanges": {
                        "type": "integer",
                        "description": "Partition changes",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatSPFRuns": {
                        "type": "integer",
                        "description": "Number of times we ran SPF at this level.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatLSPErrors": {
                        "type": "integer",
                        "description": "Number of LSP frames with errors we have received.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSystemCounterEntry": [
                    {
                      "ciiSysStatLevel": "example-string",
                      "ciiSysStatCorrLSPs": 0,
                      "ciiSysStatAuthTypeFails": 0,
                      "ciiSysStatAuthFails": 0,
                      "ciiSysStatLSPDbaseOloads": 0,
                      "ciiSysStatManAddrDropFromAreas": 0,
                      "ciiSysStatAttmptToExMaxSeqNums": 0,
                      "ciiSysStatSeqNumSkips": 0,
                      "ciiSysStatOwnLSPPurges": 0,
                      "ciiSysStatIDFieldLenMismatches": 0,
                      "ciiSysStatPartChanges": 0,
                      "ciiSysStatSPFRuns": 0,
                      "ciiSysStatLSPErrors": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSystemCounterEntry",
        "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": "/ciiSystemCounterTable/ciiSystemCounterEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSystemCounterTable/ciiSystemCounterEntry={ciiSysStatLevel}": {
      "get": {
        "summary": "Get ciiSystemCounterEntry entry",
        "description": "Retrieve specific ciiSystemCounterEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiSysStatLevel",
            "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": {
                    "ciiSysStatLevel": {
                      "type": "string",
                      "description": "The level that this entry describes."
                    },
                    "ciiSysStatCorrLSPs": {
                      "type": "integer",
                      "description": "Number of corrupted in-memory LSP frames detected.\n            \n            LSPs received from the wire with a bad checksum\n            are silently dropped and not counted.\n            \n            LSPs received from the wire with parse errors\n            are counted by ciiSysStatLSPErrors.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatAuthTypeFails": {
                      "type": "integer",
                      "description": "The number of frames with authentication type mismatches\n            recognized by this Intermediate System.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatAuthFails": {
                      "type": "integer",
                      "description": "The number of frames with authentication failures\n            recognized by this Intermediate System.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatLSPDbaseOloads": {
                      "type": "integer",
                      "description": "Number of times the LSP database has become\n            overloaded.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatManAddrDropFromAreas": {
                      "type": "integer",
                      "description": "Number of times a manual address has been dropped from\n            the area.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatAttmptToExMaxSeqNums": {
                      "type": "integer",
                      "description": "Number of times the IS has attempted to exceed the\n            maximum sequence number.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatSeqNumSkips": {
                      "type": "integer",
                      "description": "Number of times a sequence number skip has occurred.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatOwnLSPPurges": {
                      "type": "integer",
                      "description": "Number of times a zero-aged copy of the system's own LSP\n            is received from some other node.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatIDFieldLenMismatches": {
                      "type": "integer",
                      "description": "Number of times a PDU is received with a different value\n            for ID field length to that of the receiving system.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatPartChanges": {
                      "type": "integer",
                      "description": "Partition changes",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatSPFRuns": {
                      "type": "integer",
                      "description": "Number of times we ran SPF at this level.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatLSPErrors": {
                      "type": "integer",
                      "description": "Number of LSP frames with errors we have received.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSystemCounterEntry": {
                    "ciiSysStatLevel": "example-string",
                    "ciiSysStatCorrLSPs": 0,
                    "ciiSysStatAuthTypeFails": 0,
                    "ciiSysStatAuthFails": 0,
                    "ciiSysStatLSPDbaseOloads": 0,
                    "ciiSysStatManAddrDropFromAreas": 0,
                    "ciiSysStatAttmptToExMaxSeqNums": 0,
                    "ciiSysStatSeqNumSkips": 0,
                    "ciiSysStatOwnLSPPurges": 0,
                    "ciiSysStatIDFieldLenMismatches": 0,
                    "ciiSysStatPartChanges": 0,
                    "ciiSysStatSPFRuns": 0,
                    "ciiSysStatLSPErrors": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSystemCounterEntry-2"
      },
      "x-yang-path": "/ciiSystemCounterTable/ciiSystemCounterEntry={ciiSysStatLevel}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiSysStatLevel"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircuitCounterTable": {
      "get": {
        "summary": "Get ciiCircuitCounterTable data",
        "description": "Retrieve ciiCircuitCounterTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Circuit specific counters for this\n        Intermediate System.",
                  "properties": {
                    "ciiCircuitCounterEntry": {
                      "type": "array",
                      "description": "An ciiCircuitCounterEntry exists for each circuit\n          used by Integrated IS-IS on this system.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiCircIndex": {
                            "type": "string",
                            "description": "ciiCircIndex",
                            "x-yang-type": "leafref"
                          },
                          "ciiCircuitType": {
                            "type": "string",
                            "description": "What type of circuit saw these counts?\n            \n            The point to point Hello PDU includes\n            both L1 and L2, and ISs form a single\n            adjacency on point to point links.\n            Thus we combine counts on\n            point to point links into one group."
                          },
                          "ciiCircAdjChanges": {
                            "type": "integer",
                            "description": "The number of times an adjacency state change has\n            occurred on this circuit.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiCircNumAdj": {
                            "type": "integer",
                            "description": "The number of adjacencies on this circuit.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiCircInitFails": {
                            "type": "integer",
                            "description": "The number of times initialization of this circuit has\n            failed.  This counts events such as PPP NCP failures.\n            Failures to form an adjacency are counted by\n            ciiCircRejAdjs.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiCircRejAdjs": {
                            "type": "integer",
                            "description": "The number of times an adjacency has been rejected on\n            this circuit.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiCircIDFieldLenMismatches": {
                            "type": "integer",
                            "description": "The number of times an IS-IS control PDU with an ID\n            field length different to that for this system has been\n            received.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiCircMaxAreaAddrMismatches": {
                            "type": "integer",
                            "description": "The number of times an IS-IS control PDU with a\n            max area address field different to that for this\n            system has been received.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiCircAuthTypeFails": {
                            "type": "integer",
                            "description": "The number of times an IS-IS control PDU with\n            an auth type field different to that for this\n            system has been received.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiCircAuthFails": {
                            "type": "integer",
                            "description": "The number of times an IS-IS control PDU with\n            the correct auth type has failed to pass authentication\n            validation.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiCircLANDesISChanges": {
                            "type": "integer",
                            "description": "The number of times the Designated IS has changed\n            on this circuit at this level.  If the circuit is\n            point to point, this count is zero.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircuitCounterTable": {
                    "ciiCircuitCounterEntry": [
                      {
                        "ciiCircIndex": "1",
                        "ciiCircuitType": "ethernetCsmacd(6)",
                        "ciiCircAdjChanges": 0,
                        "ciiCircNumAdj": 0,
                        "ciiCircInitFails": 0,
                        "ciiCircRejAdjs": 0,
                        "ciiCircIDFieldLenMismatches": 0,
                        "ciiCircMaxAreaAddrMismatches": 0,
                        "ciiCircAuthTypeFails": 0,
                        "ciiCircAuthFails": 0,
                        "ciiCircLANDesISChanges": 0
                      },
                      {
                        "ciiCircIndex": "2",
                        "ciiCircuitType": "ethernetCsmacd(6)",
                        "ciiCircAdjChanges": 0,
                        "ciiCircNumAdj": 0,
                        "ciiCircInitFails": 0,
                        "ciiCircRejAdjs": 0,
                        "ciiCircIDFieldLenMismatches": 0,
                        "ciiCircMaxAreaAddrMismatches": 0,
                        "ciiCircAuthTypeFails": 0,
                        "ciiCircAuthFails": 0,
                        "ciiCircLANDesISChanges": 0
                      },
                      {
                        "ciiCircIndex": "3",
                        "ciiCircuitType": "ethernetCsmacd(6)",
                        "ciiCircAdjChanges": 0,
                        "ciiCircNumAdj": 0,
                        "ciiCircInitFails": 0,
                        "ciiCircRejAdjs": 0,
                        "ciiCircIDFieldLenMismatches": 0,
                        "ciiCircMaxAreaAddrMismatches": 0,
                        "ciiCircAuthTypeFails": 0,
                        "ciiCircAuthFails": 0,
                        "ciiCircLANDesISChanges": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircuitCounterTable",
        "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": "/ciiCircuitCounterTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircuitCounterTable/ciiCircuitCounterEntry": {
      "get": {
        "summary": "Get ciiCircuitCounterEntry list",
        "description": "Retrieve list of ciiCircuitCounterEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An ciiCircuitCounterEntry exists for each circuit\n          used by Integrated IS-IS on this system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiCircuitType": {
                        "type": "string",
                        "description": "What type of circuit saw these counts?\n            \n            The point to point Hello PDU includes\n            both L1 and L2, and ISs form a single\n            adjacency on point to point links.\n            Thus we combine counts on\n            point to point links into one group."
                      },
                      "ciiCircAdjChanges": {
                        "type": "integer",
                        "description": "The number of times an adjacency state change has\n            occurred on this circuit.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircNumAdj": {
                        "type": "integer",
                        "description": "The number of adjacencies on this circuit.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircInitFails": {
                        "type": "integer",
                        "description": "The number of times initialization of this circuit has\n            failed.  This counts events such as PPP NCP failures.\n            Failures to form an adjacency are counted by\n            ciiCircRejAdjs.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircRejAdjs": {
                        "type": "integer",
                        "description": "The number of times an adjacency has been rejected on\n            this circuit.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircIDFieldLenMismatches": {
                        "type": "integer",
                        "description": "The number of times an IS-IS control PDU with an ID\n            field length different to that for this system has been\n            received.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircMaxAreaAddrMismatches": {
                        "type": "integer",
                        "description": "The number of times an IS-IS control PDU with a\n            max area address field different to that for this\n            system has been received.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircAuthTypeFails": {
                        "type": "integer",
                        "description": "The number of times an IS-IS control PDU with\n            an auth type field different to that for this\n            system has been received.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircAuthFails": {
                        "type": "integer",
                        "description": "The number of times an IS-IS control PDU with\n            the correct auth type has failed to pass authentication\n            validation.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircLANDesISChanges": {
                        "type": "integer",
                        "description": "The number of times the Designated IS has changed\n            on this circuit at this level.  If the circuit is\n            point to point, this count is zero.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircuitCounterEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiCircuitType": "ethernetCsmacd(6)",
                      "ciiCircAdjChanges": 0,
                      "ciiCircNumAdj": 0,
                      "ciiCircInitFails": 0,
                      "ciiCircRejAdjs": 0,
                      "ciiCircIDFieldLenMismatches": 0,
                      "ciiCircMaxAreaAddrMismatches": 0,
                      "ciiCircAuthTypeFails": 0,
                      "ciiCircAuthFails": 0,
                      "ciiCircLANDesISChanges": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircuitCounterEntry",
        "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": "/ciiCircuitCounterTable/ciiCircuitCounterEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiPacketCounterTable": {
      "get": {
        "summary": "Get ciiPacketCounterTable data",
        "description": "Retrieve ciiPacketCounterTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "Information about IS-IS protocol traffic at one level\n        on one circuit in one direction",
                  "properties": {
                    "ciiPacketCounterEntry": {
                      "type": "array",
                      "description": "Information about IS-IS protocol traffic at one level\n          on one circuit in one direction",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiCircIndex": {
                            "type": "string",
                            "description": "ciiCircIndex",
                            "x-yang-type": "leafref"
                          },
                          "ciiPacketCountLevel": {
                            "type": "string",
                            "description": "The level at which these PDU counts have been collected."
                          },
                          "ciiPacketCountDirection": {
                            "type": "string",
                            "description": "Were we sending or receiving these PDUs?"
                          },
                          "ciiPacketCountIIHellos": {
                            "type": "integer",
                            "description": "The number of IS-IS Hello PDU frames seen in this\n            direction at this level.\n            \n            Point-to-Point IIH PDUs are counted at\n            the lowest enabled level: at L1 on L1 or L1L2 circuits,\n            and at L2 otherwise.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiPacketCountISHellos": {
                            "type": "integer",
                            "description": "The number of ES-IS Hello PDU frames seen in this\n            direction.  ISH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiPacketCountESHellos": {
                            "type": "integer",
                            "description": "The number of ES Hello PDU frames seen in this\n            direction.  ESH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiPacketCountLSPs": {
                            "type": "integer",
                            "description": "The number of IS-IS LSP frames seen in this\n            direction at this level.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiPacketCountCSNPs": {
                            "type": "integer",
                            "description": "The number of IS-IS CSNP frames seen in this\n            direction at this level.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiPacketCountPSNPs": {
                            "type": "integer",
                            "description": "The number of IS-IS PSNP frames seen in this\n            direction at this level.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiPacketCountUnknowns": {
                            "type": "integer",
                            "description": "The number of unknown IS-IS PDU frames seen\n            at this level.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPacketCounterTable": {
                    "ciiPacketCounterEntry": [
                      {
                        "ciiCircIndex": "1",
                        "ciiPacketCountLevel": "192.168.1.1",
                        "ciiPacketCountDirection": "192.168.1.1",
                        "ciiPacketCountIIHellos": 0,
                        "ciiPacketCountISHellos": 0,
                        "ciiPacketCountESHellos": 0,
                        "ciiPacketCountLSPs": 0,
                        "ciiPacketCountCSNPs": 0,
                        "ciiPacketCountPSNPs": 0,
                        "ciiPacketCountUnknowns": 0
                      },
                      {
                        "ciiCircIndex": "2",
                        "ciiPacketCountLevel": "192.168.1.1",
                        "ciiPacketCountDirection": "192.168.1.1",
                        "ciiPacketCountIIHellos": 0,
                        "ciiPacketCountISHellos": 0,
                        "ciiPacketCountESHellos": 0,
                        "ciiPacketCountLSPs": 0,
                        "ciiPacketCountCSNPs": 0,
                        "ciiPacketCountPSNPs": 0,
                        "ciiPacketCountUnknowns": 0
                      },
                      {
                        "ciiCircIndex": "3",
                        "ciiPacketCountLevel": "192.168.1.1",
                        "ciiPacketCountDirection": "192.168.1.1",
                        "ciiPacketCountIIHellos": 0,
                        "ciiPacketCountISHellos": 0,
                        "ciiPacketCountESHellos": 0,
                        "ciiPacketCountLSPs": 0,
                        "ciiPacketCountCSNPs": 0,
                        "ciiPacketCountPSNPs": 0,
                        "ciiPacketCountUnknowns": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiPacketCounterTable",
        "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": "/ciiPacketCounterTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiPacketCounterTable/ciiPacketCounterEntry": {
      "get": {
        "summary": "Get ciiPacketCounterEntry list",
        "description": "Retrieve list of ciiPacketCounterEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about IS-IS protocol traffic at one level\n          on one circuit in one direction",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiPacketCountLevel": {
                        "type": "string",
                        "description": "The level at which these PDU counts have been collected."
                      },
                      "ciiPacketCountDirection": {
                        "type": "string",
                        "description": "Were we sending or receiving these PDUs?"
                      },
                      "ciiPacketCountIIHellos": {
                        "type": "integer",
                        "description": "The number of IS-IS Hello PDU frames seen in this\n            direction at this level.\n            \n            Point-to-Point IIH PDUs are counted at\n            the lowest enabled level: at L1 on L1 or L1L2 circuits,\n            and at L2 otherwise.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountISHellos": {
                        "type": "integer",
                        "description": "The number of ES-IS Hello PDU frames seen in this\n            direction.  ISH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountESHellos": {
                        "type": "integer",
                        "description": "The number of ES Hello PDU frames seen in this\n            direction.  ESH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountLSPs": {
                        "type": "integer",
                        "description": "The number of IS-IS LSP frames seen in this\n            direction at this level.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountCSNPs": {
                        "type": "integer",
                        "description": "The number of IS-IS CSNP frames seen in this\n            direction at this level.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountPSNPs": {
                        "type": "integer",
                        "description": "The number of IS-IS PSNP frames seen in this\n            direction at this level.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountUnknowns": {
                        "type": "integer",
                        "description": "The number of unknown IS-IS PDU frames seen\n            at this level.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPacketCounterEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiPacketCountLevel": "192.168.1.1",
                      "ciiPacketCountDirection": "192.168.1.1",
                      "ciiPacketCountIIHellos": 0,
                      "ciiPacketCountISHellos": 0,
                      "ciiPacketCountESHellos": 0,
                      "ciiPacketCountLSPs": 0,
                      "ciiPacketCountCSNPs": 0,
                      "ciiPacketCountPSNPs": 0,
                      "ciiPacketCountUnknowns": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiPacketCounterEntry",
        "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": "/ciiPacketCounterTable/ciiPacketCounterEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjTable": {
      "get": {
        "summary": "Get ciiISAdjTable data",
        "description": "Retrieve ciiISAdjTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table of adjacencies to Intermediate Systems.",
                  "properties": {
                    "ciiISAdjEntry": {
                      "type": "array",
                      "description": "Each entry corresponds to one adjacency to an\n          Intermediate System on this system.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiCircIndex": {
                            "type": "string",
                            "description": "ciiCircIndex",
                            "x-yang-type": "leafref"
                          },
                          "ciiISAdjIndex": {
                            "type": "integer",
                            "description": "A unique value identifying the IS adjacency from all\n            other such adjacencies on this circuit. This value is\n            automatically assigned by the system when the adjacency\n            is created.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiISAdjState": {
                            "type": "string",
                            "description": "The state of the adjacency"
                          },
                          "ciiISAdj3WayState": {
                            "type": "string",
                            "description": "The 3Way state of the adjacency.  These are picked\n            to match the historical on-the-wire representation\n            of the 3Way state, and are not intended to match\n            ciiISAdjState."
                          },
                          "ciiISAdjNeighSNPAAddress": {
                            "type": "string",
                            "description": "The SNPA address of the neighboring system.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                          },
                          "ciiISAdjNeighSysType": {
                            "type": "string",
                            "description": "The type of the neighboring system."
                          },
                          "ciiISAdjNeighSysID": {
                            "type": "string",
                            "description": "The system ID of the neighboring Intermediate\n            System.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID"
                          },
                          "ciiISAdjNbrExtendedCircID": {
                            "type": "integer",
                            "description": "The 4 byte Extended Circuit ID learned from the\n            Neighbor during 3-way handshake, or 0.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiISAdjUsage": {
                            "type": "string",
                            "description": "How is the adjacency used?  On a point-to-point link,\n            this might be level1and2, but on a LAN, the usage will\n            be level1 on the adjacency between peers at L1,\n            and level2 for the adjacency between peers at L2."
                          },
                          "ciiISAdjHoldTimer": {
                            "type": "string",
                            "description": "The holding time in seconds for this adjacency.\n            This value is based on received IIH PDUs and\n            the elapsed time since receipt.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                          },
                          "ciiISAdjNeighPriority": {
                            "type": "string",
                            "description": "Priority of the neighboring Intermediate System for\n            becoming the Designated Intermediate System.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority"
                          },
                          "ciiISAdjLastUpTime": {
                            "type": "string",
                            "description": "If the ciiISAdjState is in state 'up', the value\n            of sysUpTime when the adjacency most recently\n            entered the state 'up',  or 0 if it has never\n            been in state 'up'.",
                            "x-yang-type": "yang:timeticks"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjTable": {
                    "ciiISAdjEntry": [
                      {
                        "ciiCircIndex": "1",
                        "ciiISAdjIndex": 1,
                        "ciiISAdjState": "up(1)",
                        "ciiISAdj3WayState": "up(1)",
                        "ciiISAdjNeighSNPAAddress": "192.168.1.1",
                        "ciiISAdjNeighSysType": "ethernetCsmacd(6)",
                        "ciiISAdjNeighSysID": "example-string",
                        "ciiISAdjNbrExtendedCircID": 0,
                        "ciiISAdjUsage": "example-string",
                        "ciiISAdjHoldTimer": "example-string",
                        "ciiISAdjNeighPriority": "example-string",
                        "ciiISAdjLastUpTime": "example-string"
                      },
                      {
                        "ciiCircIndex": "2",
                        "ciiISAdjIndex": 2,
                        "ciiISAdjState": "up(1)",
                        "ciiISAdj3WayState": "up(1)",
                        "ciiISAdjNeighSNPAAddress": "192.168.1.1",
                        "ciiISAdjNeighSysType": "ethernetCsmacd(6)",
                        "ciiISAdjNeighSysID": "example-string",
                        "ciiISAdjNbrExtendedCircID": 0,
                        "ciiISAdjUsage": "example-string",
                        "ciiISAdjHoldTimer": "example-string",
                        "ciiISAdjNeighPriority": "example-string",
                        "ciiISAdjLastUpTime": "example-string"
                      },
                      {
                        "ciiCircIndex": "3",
                        "ciiISAdjIndex": 3,
                        "ciiISAdjState": "up(1)",
                        "ciiISAdj3WayState": "up(1)",
                        "ciiISAdjNeighSNPAAddress": "192.168.1.1",
                        "ciiISAdjNeighSysType": "ethernetCsmacd(6)",
                        "ciiISAdjNeighSysID": "example-string",
                        "ciiISAdjNbrExtendedCircID": 0,
                        "ciiISAdjUsage": "example-string",
                        "ciiISAdjHoldTimer": "example-string",
                        "ciiISAdjNeighPriority": "example-string",
                        "ciiISAdjLastUpTime": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjTable",
        "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": "/ciiISAdjTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjTable/ciiISAdjEntry": {
      "get": {
        "summary": "Get ciiISAdjEntry list",
        "description": "Retrieve list of ciiISAdjEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry corresponds to one adjacency to an\n          Intermediate System on this system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjIndex": {
                        "type": "integer",
                        "description": "A unique value identifying the IS adjacency from all\n            other such adjacencies on this circuit. This value is\n            automatically assigned by the system when the adjacency\n            is created.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiISAdjState": {
                        "type": "string",
                        "description": "The state of the adjacency"
                      },
                      "ciiISAdj3WayState": {
                        "type": "string",
                        "description": "The 3Way state of the adjacency.  These are picked\n            to match the historical on-the-wire representation\n            of the 3Way state, and are not intended to match\n            ciiISAdjState."
                      },
                      "ciiISAdjNeighSNPAAddress": {
                        "type": "string",
                        "description": "The SNPA address of the neighboring system.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiISAdjNeighSysType": {
                        "type": "string",
                        "description": "The type of the neighboring system."
                      },
                      "ciiISAdjNeighSysID": {
                        "type": "string",
                        "description": "The system ID of the neighboring Intermediate\n            System.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID"
                      },
                      "ciiISAdjNbrExtendedCircID": {
                        "type": "integer",
                        "description": "The 4 byte Extended Circuit ID learned from the\n            Neighbor during 3-way handshake, or 0.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiISAdjUsage": {
                        "type": "string",
                        "description": "How is the adjacency used?  On a point-to-point link,\n            this might be level1and2, but on a LAN, the usage will\n            be level1 on the adjacency between peers at L1,\n            and level2 for the adjacency between peers at L2."
                      },
                      "ciiISAdjHoldTimer": {
                        "type": "string",
                        "description": "The holding time in seconds for this adjacency.\n            This value is based on received IIH PDUs and\n            the elapsed time since receipt.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiISAdjNeighPriority": {
                        "type": "string",
                        "description": "Priority of the neighboring Intermediate System for\n            becoming the Designated Intermediate System.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority"
                      },
                      "ciiISAdjLastUpTime": {
                        "type": "string",
                        "description": "If the ciiISAdjState is in state 'up', the value\n            of sysUpTime when the adjacency most recently\n            entered the state 'up',  or 0 if it has never\n            been in state 'up'.",
                        "x-yang-type": "yang:timeticks"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiISAdjIndex": 1,
                      "ciiISAdjState": "up(1)",
                      "ciiISAdj3WayState": "up(1)",
                      "ciiISAdjNeighSNPAAddress": "192.168.1.1",
                      "ciiISAdjNeighSysType": "ethernetCsmacd(6)",
                      "ciiISAdjNeighSysID": "example-string",
                      "ciiISAdjNbrExtendedCircID": 0,
                      "ciiISAdjUsage": "example-string",
                      "ciiISAdjHoldTimer": "example-string",
                      "ciiISAdjNeighPriority": "example-string",
                      "ciiISAdjLastUpTime": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjEntry",
        "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": "/ciiISAdjTable/ciiISAdjEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrTable": {
      "get": {
        "summary": "Get ciiISAdjAreaAddrTable data",
        "description": "Retrieve ciiISAdjAreaAddrTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table contains the set of Area Addresses of\n        neighboring Intermediate Systems as reported in received\n        IIH PDUs.",
                  "properties": {
                    "ciiISAdjAreaAddrEntry": {
                      "type": "array",
                      "description": "Each entry contains one Area Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiCircIndex": {
                            "type": "string",
                            "description": "ciiCircIndex",
                            "x-yang-type": "leafref"
                          },
                          "ciiISAdjIndex": {
                            "type": "string",
                            "description": "ciiISAdjIndex",
                            "x-yang-type": "leafref"
                          },
                          "ciiISAdjAreaAddrIndex": {
                            "type": "integer",
                            "description": "An index for the areas associated with one neighbor.\n            This provides a simple way to walk the table.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiISAdjAreaAddress": {
                            "type": "string",
                            "description": "One Area Address as reported in IIH PDUs received from\n            the neighbor.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrTable": {
                    "ciiISAdjAreaAddrEntry": [
                      {
                        "ciiCircIndex": "1",
                        "ciiISAdjIndex": "1",
                        "ciiISAdjAreaAddrIndex": 1,
                        "ciiISAdjAreaAddress": "192.168.1.1"
                      },
                      {
                        "ciiCircIndex": "2",
                        "ciiISAdjIndex": "2",
                        "ciiISAdjAreaAddrIndex": 2,
                        "ciiISAdjAreaAddress": "192.168.1.1"
                      },
                      {
                        "ciiCircIndex": "3",
                        "ciiISAdjIndex": "3",
                        "ciiISAdjAreaAddrIndex": 3,
                        "ciiISAdjAreaAddress": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjAreaAddrTable",
        "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": "/ciiISAdjAreaAddrTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrTable/ciiISAdjAreaAddrEntry": {
      "get": {
        "summary": "Get ciiISAdjAreaAddrEntry list",
        "description": "Retrieve list of ciiISAdjAreaAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one Area Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjIndex": {
                        "type": "string",
                        "description": "ciiISAdjIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjAreaAddrIndex": {
                        "type": "integer",
                        "description": "An index for the areas associated with one neighbor.\n            This provides a simple way to walk the table.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiISAdjAreaAddress": {
                        "type": "string",
                        "description": "One Area Address as reported in IIH PDUs received from\n            the neighbor.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiISAdjIndex": "example-string",
                      "ciiISAdjAreaAddrIndex": 1,
                      "ciiISAdjAreaAddress": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjAreaAddrEntry",
        "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": "/ciiISAdjAreaAddrTable/ciiISAdjAreaAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrTable": {
      "get": {
        "summary": "Get ciiISAdjIPAddrTable data",
        "description": "Retrieve ciiISAdjIPAddrTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table contains the set of IP Addresses of\n        neighboring Intermediate Systems as reported in received\n        IIH PDUs.",
                  "properties": {
                    "ciiISAdjIPAddrEntry": {
                      "type": "array",
                      "description": "Each entry contains one IP Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiCircIndex": {
                            "type": "string",
                            "description": "ciiCircIndex",
                            "x-yang-type": "leafref"
                          },
                          "ciiISAdjIndex": {
                            "type": "string",
                            "description": "ciiISAdjIndex",
                            "x-yang-type": "leafref"
                          },
                          "ciiISAdjIPAddrIndex": {
                            "type": "integer",
                            "description": "An index to this table which identifies the IP addresses\n            to which this entry belongs.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiISAdjIPAddrType": {
                            "type": "string",
                            "description": "The type of one IP Address as reported in IIH PDUs\n            received from the neighbor.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "ciiISAdjIPAddrAddress": {
                            "type": "string",
                            "description": "One IP Address as reported in IIH PDUs received from the\n            neighbor.",
                            "x-yang-type": "inet-address:InetAddress"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrTable": {
                    "ciiISAdjIPAddrEntry": [
                      {
                        "ciiCircIndex": "1",
                        "ciiISAdjIndex": "1",
                        "ciiISAdjIPAddrIndex": 1,
                        "ciiISAdjIPAddrType": "192.168.1.1",
                        "ciiISAdjIPAddrAddress": "192.168.1.1"
                      },
                      {
                        "ciiCircIndex": "2",
                        "ciiISAdjIndex": "2",
                        "ciiISAdjIPAddrIndex": 2,
                        "ciiISAdjIPAddrType": "192.168.1.1",
                        "ciiISAdjIPAddrAddress": "192.168.1.1"
                      },
                      {
                        "ciiCircIndex": "3",
                        "ciiISAdjIndex": "3",
                        "ciiISAdjIPAddrIndex": 3,
                        "ciiISAdjIPAddrType": "192.168.1.1",
                        "ciiISAdjIPAddrAddress": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjIPAddrTable",
        "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": "/ciiISAdjIPAddrTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrTable/ciiISAdjIPAddrEntry": {
      "get": {
        "summary": "Get ciiISAdjIPAddrEntry list",
        "description": "Retrieve list of ciiISAdjIPAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one IP Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjIndex": {
                        "type": "string",
                        "description": "ciiISAdjIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjIPAddrIndex": {
                        "type": "integer",
                        "description": "An index to this table which identifies the IP addresses\n            to which this entry belongs.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiISAdjIPAddrType": {
                        "type": "string",
                        "description": "The type of one IP Address as reported in IIH PDUs\n            received from the neighbor.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ciiISAdjIPAddrAddress": {
                        "type": "string",
                        "description": "One IP Address as reported in IIH PDUs received from the\n            neighbor.",
                        "x-yang-type": "inet-address:InetAddress"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiISAdjIndex": "example-string",
                      "ciiISAdjIPAddrIndex": 1,
                      "ciiISAdjIPAddrType": "192.168.1.1",
                      "ciiISAdjIPAddrAddress": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjIPAddrEntry",
        "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": "/ciiISAdjIPAddrTable/ciiISAdjIPAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppTable": {
      "get": {
        "summary": "Get ciiISAdjProtSuppTable data",
        "description": "Retrieve ciiISAdjProtSuppTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table contains the set of protocols supported by\n        neighboring Intermediate Systems as reported in received\n        IIH PDUs.",
                  "properties": {
                    "ciiISAdjProtSuppEntry": {
                      "type": "array",
                      "description": "Each entry contains one protocol supported by a\n          neighboring Intermediate System as reported in its IIH\n          PDUs.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiCircIndex": {
                            "type": "string",
                            "description": "ciiCircIndex",
                            "x-yang-type": "leafref"
                          },
                          "ciiISAdjIndex": {
                            "type": "string",
                            "description": "ciiISAdjIndex",
                            "x-yang-type": "leafref"
                          },
                          "ciiISAdjProtSuppProtocol": {
                            "type": "string",
                            "description": "One supported protocol as reported in IIH PDUs received\n            from the neighbor.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppTable": {
                    "ciiISAdjProtSuppEntry": [
                      {
                        "ciiCircIndex": "1",
                        "ciiISAdjIndex": "1",
                        "ciiISAdjProtSuppProtocol": "example-string"
                      },
                      {
                        "ciiCircIndex": "2",
                        "ciiISAdjIndex": "2",
                        "ciiISAdjProtSuppProtocol": "example-string"
                      },
                      {
                        "ciiCircIndex": "3",
                        "ciiISAdjIndex": "3",
                        "ciiISAdjProtSuppProtocol": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjProtSuppTable",
        "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": "/ciiISAdjProtSuppTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppTable/ciiISAdjProtSuppEntry": {
      "get": {
        "summary": "Get ciiISAdjProtSuppEntry list",
        "description": "Retrieve list of ciiISAdjProtSuppEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one protocol supported by a\n          neighboring Intermediate System as reported in its IIH\n          PDUs.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjIndex": {
                        "type": "string",
                        "description": "ciiISAdjIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjProtSuppProtocol": {
                        "type": "string",
                        "description": "One supported protocol as reported in IIH PDUs received\n            from the neighbor.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiISAdjIndex": "example-string",
                      "ciiISAdjProtSuppProtocol": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjProtSuppEntry",
        "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": "/ciiISAdjProtSuppTable/ciiISAdjProtSuppEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRATable": {
      "get": {
        "summary": "Get ciiRATable data",
        "description": "Retrieve ciiRATable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table of Reachable Addresses to NSAPs or Address\n        Prefixes.",
                  "properties": {
                    "ciiRAEntry": {
                      "type": "array",
                      "description": "Each entry defines a Reachable Address to a NSAP or\n          Address Prefix.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiCircIndex": {
                            "type": "string",
                            "description": "ciiCircIndex",
                            "x-yang-type": "leafref"
                          },
                          "ciiRAIndex": {
                            "type": "integer",
                            "description": "The identifier for this ciiRAEntry. This value must be\n            unique amongst all Reachable Addresses on the same parent\n            Circuit. This object follows the index and ManualOrAutomatic\n            behaviors.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiRAExistState": {
                            "type": "string",
                            "description": "The existence state of this Reachable Address. This\n            object follows the ManualOrAutomatic behaviors.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          },
                          "ciiRAAdminState": {
                            "type": "string",
                            "description": "The administrative state of the Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                          },
                          "ciiRAAddrPrefix": {
                            "type": "string",
                            "description": "The destination of this Reachable Address. This is an\n            Address Prefix. This object follows the\n            replaceOnlyWhileDisabled and ManualOrAutomatic\n            behaviors.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                          },
                          "ciiRAMapType": {
                            "type": "string",
                            "description": "The type of mapping to be employed to ascertain the SNPA\n            Address which should be used in forwarding PDUs for this\n            Reachable Address prefix. This object follows the\n            ManualOrAutomatic behavior. The following values of\n            mapping type are defined:\n            \n                none: The mapping is null because the neighbor SNPA is\n                      implicit by nature of the subnetwork (e.g. a\n                      point-to-point linkage).\n            \n                explicit: The subnetwork addresses in the object\n                      ciiRASNPAAddress is to be used.\n            \n                extractIDI: The SNPA is embedded in the IDI of\n                      the destination NSAP Address. The mapping\n                      algorithm extracts the SNPA to be used\n                      according to the format and encoding rules of\n                      ISO8473/Add2. This SNPA extraction algorithm can\n                      be used in conjunction with Reachable Address\n                      prefixes from the X.121, F.69, E.163 and E.164\n                      addressing subdomains.\n            \n                extractDSP: All, or a suffix, of the SNPA is embedded\n                      in the DSP of the destination address. This SNPA\n                      extraction algorithm extracts the embedded\n                      subnetwork addressing information by performing a\n                      logical AND of the ciiRASNPAMask object value\n                      with the destination address. The part of the\n                      SNPA extracted from the destination NSAP is\n                      appended to the ciiRASNPAPrefix object value to\n                      form the next hop subnetwork addressing\n                      information."
                          },
                          "ciiRAMetric": {
                            "type": "string",
                            "description": "The metric value for reaching the specified\n            prefix over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                          },
                          "ciiRAMetricType": {
                            "type": "string",
                            "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType"
                          },
                          "ciiRASNPAAddress": {
                            "type": "string",
                            "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches the address\n            prefix of the Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                          },
                          "ciiRASNPAMask": {
                            "type": "string",
                            "description": "A bit mask with 1 bits indicating the positions in the\n            effective destination address from which embedded SNPA\n            information is to be extracted. For the extraction the\n            first octet of the ciiRASNPAMask object value is aligned\n            with the first octet (AFI) of the NSAP Address. If the\n            ciiRASNPAMask object value and NSAP Address are of\n            different lengths, the shorter of the two is logically\n            padded with zeros before performing the extraction. This\n            object follows the ManualOrAutomatic behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                          },
                          "ciiRASNPAPrefix": {
                            "type": "string",
                            "description": "A fixed SNPA prefix for use when the ciiRAMapType is\n            extractDSP. The SNPA Address to use is formed by\n            concatenating the fixed SNPA prefix with a variable SNPA\n            part that is extracted from the effective destination\n            address. For Reachable Address prefixes in which the\n            entire SNPA is embedded in the DSP the SNPA Prefix shall\n            be null. This object follows the ManualOrAutomatic\n            behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                          },
                          "ciiRAType": {
                            "type": "string",
                            "description": "The type of Reachable address. Those of type\n            manual are created by the network manager. Those\n            of type automatic are created through propagation\n            of routing information from another routing\n            protocol (eg. IDRP)."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRATable": {
                    "ciiRAEntry": [
                      {
                        "ciiCircIndex": "1",
                        "ciiRAIndex": 1,
                        "ciiRAExistState": "up(1)",
                        "ciiRAAdminState": "up(1)",
                        "ciiRAAddrPrefix": "192.168.1.1",
                        "ciiRAMapType": "ethernetCsmacd(6)",
                        "ciiRAMetric": "example-string",
                        "ciiRAMetricType": "ethernetCsmacd(6)",
                        "ciiRASNPAAddress": "192.168.1.1",
                        "ciiRASNPAMask": "example-string",
                        "ciiRASNPAPrefix": "example-string",
                        "ciiRAType": "ethernetCsmacd(6)"
                      },
                      {
                        "ciiCircIndex": "2",
                        "ciiRAIndex": 2,
                        "ciiRAExistState": "up(1)",
                        "ciiRAAdminState": "up(1)",
                        "ciiRAAddrPrefix": "192.168.1.1",
                        "ciiRAMapType": "ethernetCsmacd(6)",
                        "ciiRAMetric": "example-string",
                        "ciiRAMetricType": "ethernetCsmacd(6)",
                        "ciiRASNPAAddress": "192.168.1.1",
                        "ciiRASNPAMask": "example-string",
                        "ciiRASNPAPrefix": "example-string",
                        "ciiRAType": "ethernetCsmacd(6)"
                      },
                      {
                        "ciiCircIndex": "3",
                        "ciiRAIndex": 3,
                        "ciiRAExistState": "up(1)",
                        "ciiRAAdminState": "up(1)",
                        "ciiRAAddrPrefix": "192.168.1.1",
                        "ciiRAMapType": "ethernetCsmacd(6)",
                        "ciiRAMetric": "example-string",
                        "ciiRAMetricType": "ethernetCsmacd(6)",
                        "ciiRASNPAAddress": "192.168.1.1",
                        "ciiRASNPAMask": "example-string",
                        "ciiRASNPAPrefix": "example-string",
                        "ciiRAType": "ethernetCsmacd(6)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRATable",
        "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": "/ciiRATable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRATable/ciiRAEntry": {
      "get": {
        "summary": "Get ciiRAEntry list",
        "description": "Retrieve list of ciiRAEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry defines a Reachable Address to a NSAP or\n          Address Prefix.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiRAIndex": {
                        "type": "integer",
                        "description": "The identifier for this ciiRAEntry. This value must be\n            unique amongst all Reachable Addresses on the same parent\n            Circuit. This object follows the index and ManualOrAutomatic\n            behaviors.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiRAExistState": {
                        "type": "string",
                        "description": "The existence state of this Reachable Address. This\n            object follows the ManualOrAutomatic behaviors.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      },
                      "ciiRAAdminState": {
                        "type": "string",
                        "description": "The administrative state of the Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                      },
                      "ciiRAAddrPrefix": {
                        "type": "string",
                        "description": "The destination of this Reachable Address. This is an\n            Address Prefix. This object follows the\n            replaceOnlyWhileDisabled and ManualOrAutomatic\n            behaviors.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiRAMapType": {
                        "type": "string",
                        "description": "The type of mapping to be employed to ascertain the SNPA\n            Address which should be used in forwarding PDUs for this\n            Reachable Address prefix. This object follows the\n            ManualOrAutomatic behavior. The following values of\n            mapping type are defined:\n            \n                none: The mapping is null because the neighbor SNPA is\n                      implicit by nature of the subnetwork (e.g. a\n                      point-to-point linkage).\n            \n                explicit: The subnetwork addresses in the object\n                      ciiRASNPAAddress is to be used.\n            \n                extractIDI: The SNPA is embedded in the IDI of\n                      the destination NSAP Address. The mapping\n                      algorithm extracts the SNPA to be used\n                      according to the format and encoding rules of\n                      ISO8473/Add2. This SNPA extraction algorithm can\n                      be used in conjunction with Reachable Address\n                      prefixes from the X.121, F.69, E.163 and E.164\n                      addressing subdomains.\n            \n                extractDSP: All, or a suffix, of the SNPA is embedded\n                      in the DSP of the destination address. This SNPA\n                      extraction algorithm extracts the embedded\n                      subnetwork addressing information by performing a\n                      logical AND of the ciiRASNPAMask object value\n                      with the destination address. The part of the\n                      SNPA extracted from the destination NSAP is\n                      appended to the ciiRASNPAPrefix object value to\n                      form the next hop subnetwork addressing\n                      information."
                      },
                      "ciiRAMetric": {
                        "type": "string",
                        "description": "The metric value for reaching the specified\n            prefix over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                      },
                      "ciiRAMetricType": {
                        "type": "string",
                        "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType"
                      },
                      "ciiRASNPAAddress": {
                        "type": "string",
                        "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches the address\n            prefix of the Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiRASNPAMask": {
                        "type": "string",
                        "description": "A bit mask with 1 bits indicating the positions in the\n            effective destination address from which embedded SNPA\n            information is to be extracted. For the extraction the\n            first octet of the ciiRASNPAMask object value is aligned\n            with the first octet (AFI) of the NSAP Address. If the\n            ciiRASNPAMask object value and NSAP Address are of\n            different lengths, the shorter of the two is logically\n            padded with zeros before performing the extraction. This\n            object follows the ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiRASNPAPrefix": {
                        "type": "string",
                        "description": "A fixed SNPA prefix for use when the ciiRAMapType is\n            extractDSP. The SNPA Address to use is formed by\n            concatenating the fixed SNPA prefix with a variable SNPA\n            part that is extracted from the effective destination\n            address. For Reachable Address prefixes in which the\n            entire SNPA is embedded in the DSP the SNPA Prefix shall\n            be null. This object follows the ManualOrAutomatic\n            behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiRAType": {
                        "type": "string",
                        "description": "The type of Reachable address. Those of type\n            manual are created by the network manager. Those\n            of type automatic are created through propagation\n            of routing information from another routing\n            protocol (eg. IDRP)."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRAEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiRAIndex": 1,
                      "ciiRAExistState": "up(1)",
                      "ciiRAAdminState": "up(1)",
                      "ciiRAAddrPrefix": "192.168.1.1",
                      "ciiRAMapType": "ethernetCsmacd(6)",
                      "ciiRAMetric": "example-string",
                      "ciiRAMetricType": "ethernetCsmacd(6)",
                      "ciiRASNPAAddress": "192.168.1.1",
                      "ciiRASNPAMask": "example-string",
                      "ciiRASNPAPrefix": "example-string",
                      "ciiRAType": "ethernetCsmacd(6)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRAEntry",
        "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": "/ciiRATable/ciiRAEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiIPRATable": {
      "get": {
        "summary": "Get ciiIPRATable data",
        "description": "Retrieve ciiIPRATable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table of IP Reachable Addresses to networks,\n        subnetworks or hosts either manually configured or\n        learned from another protocol.",
                  "properties": {
                    "ciiIPRAEntry": {
                      "type": "array",
                      "description": "Each entry defines an IP Reachable Address to a network,\n          subnetwork or host.\n          \n          Each IP Reachable Address may have multiple entries in the\n          table, one for each equal cost path to the reachable address.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiIPRADestType": {
                            "type": "string",
                            "description": "The type of this IP Reachable Address.  This object\n            follows the ManualOrAutomatic behavior.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "ciiIPRADest": {
                            "type": "string",
                            "description": "The destination of this IP Reachable Address. This is\n            either a network address, subnetwork address or host\n            address. This object follows the ManualOrAutomatic\n            behavior.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "ciiIPRADestPrefixLen": {
                            "type": "string",
                            "description": "The length of the IP Netmask for Reachability Address.\n            This object follows the ManualOrAutomatic behavior.",
                            "x-yang-type": "inet-address:InetAddressPrefixLength"
                          },
                          "ciiIPRANextHopIndex": {
                            "type": "integer",
                            "description": "Index of next hop.  Used when there are multiple Equal\n            Cost Multipath alternatives for the same destination.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ciiIPRANextHopType": {
                            "type": "string",
                            "description": "The type of the IP next hop address.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "ciiIPRANextHop": {
                            "type": "string",
                            "description": "The IP next hop to this destination.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "ciiIPRAType": {
                            "type": "string",
                            "description": "The type of this IP Reachable Address. Those of type\n            manual are created by the network manager. Those of type\n            automatic are created through propagation of routing\n            information from another routing protocol.  This object\n            follows the ManualOrAutomatic behavior."
                          },
                          "ciiIPRAExistState": {
                            "type": "string",
                            "description": "The state of this IP Reachable Address. This object\n            follows the ExistenceState and ManualOrAutomatic\n            behaviors.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          },
                          "ciiIPRAAdminState": {
                            "type": "string",
                            "description": "The administrative state of the IP Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                          },
                          "ciiIPRAMetric": {
                            "type": "string",
                            "description": "The metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                          },
                          "ciiIPRAMetricType": {
                            "type": "string",
                            "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType"
                          },
                          "ciiIPRAFullMetric": {
                            "type": "string",
                            "description": "The wide metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric"
                          },
                          "ciiIPRASNPAAddress": {
                            "type": "string",
                            "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches this IP\n            Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                          },
                          "ciiIPRASourceType": {
                            "type": "string",
                            "description": "The origin of this route."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiIPRATable": {
                    "ciiIPRAEntry": [
                      {
                        "ciiIPRADestType": "192.168.1.1",
                        "ciiIPRADest": "192.168.1.1",
                        "ciiIPRADestPrefixLen": "192.168.1.1",
                        "ciiIPRANextHopIndex": 1,
                        "ciiIPRANextHopType": "192.168.1.1",
                        "ciiIPRANextHop": "192.168.1.1",
                        "ciiIPRAType": "192.168.1.1",
                        "ciiIPRAExistState": "192.168.1.1",
                        "ciiIPRAAdminState": "192.168.1.1",
                        "ciiIPRAMetric": "192.168.1.1",
                        "ciiIPRAMetricType": "192.168.1.1",
                        "ciiIPRAFullMetric": "192.168.1.1",
                        "ciiIPRASNPAAddress": "192.168.1.1",
                        "ciiIPRASourceType": "192.168.1.1"
                      },
                      {
                        "ciiIPRADestType": "192.168.1.1",
                        "ciiIPRADest": "192.168.1.1",
                        "ciiIPRADestPrefixLen": "192.168.1.1",
                        "ciiIPRANextHopIndex": 2,
                        "ciiIPRANextHopType": "192.168.1.1",
                        "ciiIPRANextHop": "192.168.1.1",
                        "ciiIPRAType": "192.168.1.1",
                        "ciiIPRAExistState": "192.168.1.1",
                        "ciiIPRAAdminState": "192.168.1.1",
                        "ciiIPRAMetric": "192.168.1.1",
                        "ciiIPRAMetricType": "192.168.1.1",
                        "ciiIPRAFullMetric": "192.168.1.1",
                        "ciiIPRASNPAAddress": "192.168.1.1",
                        "ciiIPRASourceType": "192.168.1.1"
                      },
                      {
                        "ciiIPRADestType": "192.168.1.1",
                        "ciiIPRADest": "192.168.1.1",
                        "ciiIPRADestPrefixLen": "192.168.1.1",
                        "ciiIPRANextHopIndex": 3,
                        "ciiIPRANextHopType": "192.168.1.1",
                        "ciiIPRANextHop": "192.168.1.1",
                        "ciiIPRAType": "192.168.1.1",
                        "ciiIPRAExistState": "192.168.1.1",
                        "ciiIPRAAdminState": "192.168.1.1",
                        "ciiIPRAMetric": "192.168.1.1",
                        "ciiIPRAMetricType": "192.168.1.1",
                        "ciiIPRAFullMetric": "192.168.1.1",
                        "ciiIPRASNPAAddress": "192.168.1.1",
                        "ciiIPRASourceType": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiIPRATable",
        "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": "/ciiIPRATable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiIPRATable/ciiIPRAEntry": {
      "get": {
        "summary": "Get ciiIPRAEntry list",
        "description": "Retrieve list of ciiIPRAEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry defines an IP Reachable Address to a network,\n          subnetwork or host.\n          \n          Each IP Reachable Address may have multiple entries in the\n          table, one for each equal cost path to the reachable address.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiIPRADestType": {
                        "type": "string",
                        "description": "The type of this IP Reachable Address.  This object\n            follows the ManualOrAutomatic behavior.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ciiIPRADest": {
                        "type": "string",
                        "description": "The destination of this IP Reachable Address. This is\n            either a network address, subnetwork address or host\n            address. This object follows the ManualOrAutomatic\n            behavior.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ciiIPRADestPrefixLen": {
                        "type": "string",
                        "description": "The length of the IP Netmask for Reachability Address.\n            This object follows the ManualOrAutomatic behavior.",
                        "x-yang-type": "inet-address:InetAddressPrefixLength"
                      },
                      "ciiIPRANextHopIndex": {
                        "type": "integer",
                        "description": "Index of next hop.  Used when there are multiple Equal\n            Cost Multipath alternatives for the same destination.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiIPRANextHopType": {
                        "type": "string",
                        "description": "The type of the IP next hop address.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ciiIPRANextHop": {
                        "type": "string",
                        "description": "The IP next hop to this destination.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ciiIPRAType": {
                        "type": "string",
                        "description": "The type of this IP Reachable Address. Those of type\n            manual are created by the network manager. Those of type\n            automatic are created through propagation of routing\n            information from another routing protocol.  This object\n            follows the ManualOrAutomatic behavior."
                      },
                      "ciiIPRAExistState": {
                        "type": "string",
                        "description": "The state of this IP Reachable Address. This object\n            follows the ExistenceState and ManualOrAutomatic\n            behaviors.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      },
                      "ciiIPRAAdminState": {
                        "type": "string",
                        "description": "The administrative state of the IP Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                      },
                      "ciiIPRAMetric": {
                        "type": "string",
                        "description": "The metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                      },
                      "ciiIPRAMetricType": {
                        "type": "string",
                        "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType"
                      },
                      "ciiIPRAFullMetric": {
                        "type": "string",
                        "description": "The wide metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric"
                      },
                      "ciiIPRASNPAAddress": {
                        "type": "string",
                        "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches this IP\n            Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiIPRASourceType": {
                        "type": "string",
                        "description": "The origin of this route."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiIPRAEntry": [
                    {
                      "ciiIPRADestType": "192.168.1.1",
                      "ciiIPRADest": "192.168.1.1",
                      "ciiIPRADestPrefixLen": "192.168.1.1",
                      "ciiIPRANextHopIndex": 1,
                      "ciiIPRANextHopType": "192.168.1.1",
                      "ciiIPRANextHop": "192.168.1.1",
                      "ciiIPRAType": "192.168.1.1",
                      "ciiIPRAExistState": "192.168.1.1",
                      "ciiIPRAAdminState": "192.168.1.1",
                      "ciiIPRAMetric": "192.168.1.1",
                      "ciiIPRAMetricType": "192.168.1.1",
                      "ciiIPRAFullMetric": "192.168.1.1",
                      "ciiIPRASNPAAddress": "192.168.1.1",
                      "ciiIPRASourceType": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiIPRAEntry",
        "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": "/ciiIPRATable/ciiIPRAEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiLSPSummaryTable": {
      "get": {
        "summary": "Get ciiLSPSummaryTable data",
        "description": "Retrieve ciiLSPSummaryTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table of LSP Headers.",
                  "properties": {
                    "ciiLSPSummaryEntry": {
                      "type": "array",
                      "description": "Each entry provides a summary describing an\n          LSP currently stored in the system.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiLSPLevel": {
                            "type": "string",
                            "description": "At which level does this LSP appear?",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel"
                          },
                          "ciiLSPID": {
                            "type": "string",
                            "description": "The 8 byte LSP ID, consisting of the SystemID,\n            Circuit ID, and Fragment Number.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLinkStatePDUID"
                          },
                          "ciiLSPSeq": {
                            "type": "integer",
                            "description": "The sequence number for this LSP.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiLSPZeroLife": {
                            "type": "boolean",
                            "description": "Is this LSP being purged by this System?"
                          },
                          "ciiLSPChecksum": {
                            "type": "string",
                            "description": "The 16 bit Fletcher Checksum.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                          },
                          "ciiLSPLifetimeRemain": {
                            "type": "string",
                            "description": "The remaining lifetime in seconds for this LSP.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                          },
                          "ciiLSPPDULength": {
                            "type": "string",
                            "description": "The length of this LSP.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                          },
                          "ciiLSPAttributes": {
                            "type": "string",
                            "description": "Flags carried by the LSP.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPSummaryTable": {
                    "ciiLSPSummaryEntry": [
                      {
                        "ciiLSPLevel": "example-string",
                        "ciiLSPID": "example-string",
                        "ciiLSPSeq": 0,
                        "ciiLSPZeroLife": true,
                        "ciiLSPChecksum": "example-string",
                        "ciiLSPLifetimeRemain": "example-string",
                        "ciiLSPPDULength": "example-string",
                        "ciiLSPAttributes": "example-string"
                      },
                      {
                        "ciiLSPLevel": "example-string",
                        "ciiLSPID": "example-string",
                        "ciiLSPSeq": 0,
                        "ciiLSPZeroLife": true,
                        "ciiLSPChecksum": "example-string",
                        "ciiLSPLifetimeRemain": "example-string",
                        "ciiLSPPDULength": "example-string",
                        "ciiLSPAttributes": "example-string"
                      },
                      {
                        "ciiLSPLevel": "example-string",
                        "ciiLSPID": "example-string",
                        "ciiLSPSeq": 0,
                        "ciiLSPZeroLife": true,
                        "ciiLSPChecksum": "example-string",
                        "ciiLSPLifetimeRemain": "example-string",
                        "ciiLSPPDULength": "example-string",
                        "ciiLSPAttributes": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiLSPSummaryTable",
        "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": "/ciiLSPSummaryTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiLSPSummaryTable/ciiLSPSummaryEntry": {
      "get": {
        "summary": "Get ciiLSPSummaryEntry list",
        "description": "Retrieve list of ciiLSPSummaryEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry provides a summary describing an\n          LSP currently stored in the system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiLSPLevel": {
                        "type": "string",
                        "description": "At which level does this LSP appear?",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel"
                      },
                      "ciiLSPID": {
                        "type": "string",
                        "description": "The 8 byte LSP ID, consisting of the SystemID,\n            Circuit ID, and Fragment Number.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLinkStatePDUID"
                      },
                      "ciiLSPSeq": {
                        "type": "integer",
                        "description": "The sequence number for this LSP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiLSPZeroLife": {
                        "type": "boolean",
                        "description": "Is this LSP being purged by this System?"
                      },
                      "ciiLSPChecksum": {
                        "type": "string",
                        "description": "The 16 bit Fletcher Checksum.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiLSPLifetimeRemain": {
                        "type": "string",
                        "description": "The remaining lifetime in seconds for this LSP.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiLSPPDULength": {
                        "type": "string",
                        "description": "The length of this LSP.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiLSPAttributes": {
                        "type": "string",
                        "description": "Flags carried by the LSP.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPSummaryEntry": [
                    {
                      "ciiLSPLevel": "example-string",
                      "ciiLSPID": "example-string",
                      "ciiLSPSeq": 0,
                      "ciiLSPZeroLife": true,
                      "ciiLSPChecksum": "example-string",
                      "ciiLSPLifetimeRemain": "example-string",
                      "ciiLSPPDULength": "example-string",
                      "ciiLSPAttributes": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiLSPSummaryEntry",
        "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": "/ciiLSPSummaryTable/ciiLSPSummaryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiLSPTLVTable": {
      "get": {
        "summary": "Get ciiLSPTLVTable data",
        "description": "Retrieve ciiLSPTLVTable operational data from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The contents of each LSP.",
                  "properties": {
                    "ciiLSPTLVEntry": {
                      "type": "array",
                      "description": "Each entry describes an LSP current stored in the\n          system.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciiLSPLevel": {
                            "type": "string",
                            "description": "ciiLSPLevel",
                            "x-yang-type": "leafref"
                          },
                          "ciiLSPID": {
                            "type": "string",
                            "description": "ciiLSPID",
                            "x-yang-type": "leafref"
                          },
                          "ciiLSPTLVIndex": {
                            "type": "integer",
                            "description": "The index of this TLV in the LSP.  The first TLV has index 1\n            and the Nth TLV has an index of N.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiLSPTLVSeq": {
                            "type": "integer",
                            "description": "The sequence number for this LSP.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ciiLSPTLVChecksum": {
                            "type": "string",
                            "description": "The 16 bit Fletcher Checksum.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                          },
                          "ciiLSPTLVType": {
                            "type": "string",
                            "description": "The type of this TLV.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                          },
                          "ciiLSPTLVLen": {
                            "type": "string",
                            "description": "The length of this TLV.",
                            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                          },
                          "ciiLSPTLVValue": {
                            "type": "string",
                            "description": "The value of this TLV.",
                            "format": "binary"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPTLVTable": {
                    "ciiLSPTLVEntry": [
                      {
                        "ciiLSPLevel": "example-string",
                        "ciiLSPID": "example-string",
                        "ciiLSPTLVIndex": 1,
                        "ciiLSPTLVSeq": 0,
                        "ciiLSPTLVChecksum": "example-string",
                        "ciiLSPTLVType": "ethernetCsmacd(6)",
                        "ciiLSPTLVLen": "example-string",
                        "ciiLSPTLVValue": "example-string"
                      },
                      {
                        "ciiLSPLevel": "example-string",
                        "ciiLSPID": "example-string",
                        "ciiLSPTLVIndex": 2,
                        "ciiLSPTLVSeq": 0,
                        "ciiLSPTLVChecksum": "example-string",
                        "ciiLSPTLVType": "ethernetCsmacd(6)",
                        "ciiLSPTLVLen": "example-string",
                        "ciiLSPTLVValue": "example-string"
                      },
                      {
                        "ciiLSPLevel": "example-string",
                        "ciiLSPID": "example-string",
                        "ciiLSPTLVIndex": 3,
                        "ciiLSPTLVSeq": 0,
                        "ciiLSPTLVChecksum": "example-string",
                        "ciiLSPTLVType": "ethernetCsmacd(6)",
                        "ciiLSPTLVLen": "example-string",
                        "ciiLSPTLVValue": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiLSPTLVTable",
        "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": "/ciiLSPTLVTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiLSPTLVTable/ciiLSPTLVEntry": {
      "get": {
        "summary": "Get ciiLSPTLVEntry list",
        "description": "Retrieve list of ciiLSPTLVEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry describes an LSP current stored in the\n          system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiLSPLevel": {
                        "type": "string",
                        "description": "ciiLSPLevel",
                        "x-yang-type": "leafref"
                      },
                      "ciiLSPID": {
                        "type": "string",
                        "description": "ciiLSPID",
                        "x-yang-type": "leafref"
                      },
                      "ciiLSPTLVIndex": {
                        "type": "integer",
                        "description": "The index of this TLV in the LSP.  The first TLV has index 1\n            and the Nth TLV has an index of N.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiLSPTLVSeq": {
                        "type": "integer",
                        "description": "The sequence number for this LSP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiLSPTLVChecksum": {
                        "type": "string",
                        "description": "The 16 bit Fletcher Checksum.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiLSPTLVType": {
                        "type": "string",
                        "description": "The type of this TLV.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                      },
                      "ciiLSPTLVLen": {
                        "type": "string",
                        "description": "The length of this TLV.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                      },
                      "ciiLSPTLVValue": {
                        "type": "string",
                        "description": "The value of this TLV.",
                        "format": "binary"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPTLVEntry": [
                    {
                      "ciiLSPLevel": "example-string",
                      "ciiLSPID": "example-string",
                      "ciiLSPTLVIndex": 1,
                      "ciiLSPTLVSeq": 0,
                      "ciiLSPTLVChecksum": "example-string",
                      "ciiLSPTLVType": "ethernetCsmacd(6)",
                      "ciiLSPTLVLen": "example-string",
                      "ciiLSPTLVValue": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiLSPTLVEntry",
        "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": "/ciiLSPTLVTable/ciiLSPTLVEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiManAreaAddrEntry": {
      "get": {
        "summary": "Get ciiManAreaAddrEntry list",
        "description": "Retrieve list of ciiManAreaAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one area address manually configured\n          on this system",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiManAreaAddr": {
                        "type": "string",
                        "description": "A manually configured area address for this system. This\n            object follows the index behavior.\n            \n            Note: an index for the entry {1, {49.0001} active} in\n            this table would be the ordered pair\n            (1, (0x03 0x49 0x00 0x01)), as the length of an Octet\n            string is part of the OID.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiManAreaAddrExistState": {
                        "type": "string",
                        "description": "The state of the ciiManAreaAddrEntry. This object\n            follows the Row Status behavior. If the ciiSysAdminState\n            for this Intermediate System is 'on', and an\n            attempt is made to set this object to the value 'destroy'\n            or 'notInService' when this is the only\n            ciiManAreaAddrEntry in state 'active' for this\n            Intermediate System should return inconsistentValue.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiManAreaAddrEntry": [
                    {
                      "ciiManAreaAddr": "192.168.1.1",
                      "ciiManAreaAddrExistState": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiManAreaAddrEntry-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": "/ciiManAreaAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiManAreaAddrEntry={ciiManAreaAddr}": {
      "get": {
        "summary": "Get ciiManAreaAddrEntry entry",
        "description": "Retrieve specific ciiManAreaAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiManAreaAddr",
            "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": {
                    "ciiManAreaAddr": {
                      "type": "string",
                      "description": "A manually configured area address for this system. This\n            object follows the index behavior.\n            \n            Note: an index for the entry {1, {49.0001} active} in\n            this table would be the ordered pair\n            (1, (0x03 0x49 0x00 0x01)), as the length of an Octet\n            string is part of the OID.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiManAreaAddrExistState": {
                      "type": "string",
                      "description": "The state of the ciiManAreaAddrEntry. This object\n            follows the Row Status behavior. If the ciiSysAdminState\n            for this Intermediate System is 'on', and an\n            attempt is made to set this object to the value 'destroy'\n            or 'notInService' when this is the only\n            ciiManAreaAddrEntry in state 'active' for this\n            Intermediate System should return inconsistentValue.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiManAreaAddrEntry": {
                    "ciiManAreaAddr": "192.168.1.1",
                    "ciiManAreaAddrExistState": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiManAreaAddrEntry-4"
      },
      "x-yang-path": "/ciiManAreaAddrEntry={ciiManAreaAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiManAreaAddr"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiAreaAddrEntry": {
      "get": {
        "summary": "Get ciiAreaAddrEntry list",
        "description": "Retrieve list of ciiAreaAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one area address reported in a\n          Level 1 LSP generated or received by this Intermediate\n          System.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiAreaAddr": {
                        "type": "string",
                        "description": "An area address reported in a Level 1 LSP.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiAreaAddrEntry": [
                    {
                      "ciiAreaAddr": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiAreaAddrEntry-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": "/ciiAreaAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiAreaAddrEntry={ciiAreaAddr}": {
      "get": {
        "summary": "Get ciiAreaAddrEntry entry",
        "description": "Retrieve specific ciiAreaAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiAreaAddr",
            "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": {
                    "ciiAreaAddr": {
                      "type": "string",
                      "description": "An area address reported in a Level 1 LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiAreaAddrEntry": {
                    "ciiAreaAddr": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiAreaAddrEntry-4"
      },
      "x-yang-path": "/ciiAreaAddrEntry={ciiAreaAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiAreaAddr"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSysProtSuppEntry": {
      "get": {
        "summary": "Get ciiSysProtSuppEntry list",
        "description": "Retrieve list of ciiSysProtSuppEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one protocol supported by\n          this Intermediate System.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiSysProtSuppProtocol": {
                        "type": "string",
                        "description": "One supported protocol. This object follows the index\n            behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol"
                      },
                      "ciiSysProtSuppExistState": {
                        "type": "string",
                        "description": "The state of the ciiSysProtSuppEntry. This object\n            follows the RowStatus behavior.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysProtSuppEntry": [
                    {
                      "ciiSysProtSuppProtocol": "example-string",
                      "ciiSysProtSuppExistState": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSysProtSuppEntry-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": "/ciiSysProtSuppEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSysProtSuppEntry={ciiSysProtSuppProtocol}": {
      "get": {
        "summary": "Get ciiSysProtSuppEntry entry",
        "description": "Retrieve specific ciiSysProtSuppEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiSysProtSuppProtocol",
            "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": {
                    "ciiSysProtSuppProtocol": {
                      "type": "string",
                      "description": "One supported protocol. This object follows the index\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol"
                    },
                    "ciiSysProtSuppExistState": {
                      "type": "string",
                      "description": "The state of the ciiSysProtSuppEntry. This object\n            follows the RowStatus behavior.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysProtSuppEntry": {
                    "ciiSysProtSuppProtocol": "example-string",
                    "ciiSysProtSuppExistState": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSysProtSuppEntry-4"
      },
      "x-yang-path": "/ciiSysProtSuppEntry={ciiSysProtSuppProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiSysProtSuppProtocol"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSummAddrEntry": {
      "get": {
        "summary": "Get ciiSummAddrEntry list",
        "description": "Retrieve list of ciiSummAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one IP summary address.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiSummAddressType": {
                        "type": "string",
                        "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ciiSummAddress": {
                        "type": "string",
                        "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ciiSummAddrPrefixLen": {
                        "type": "string",
                        "description": "The Length of the IP NetMask for this summary address.",
                        "x-yang-type": "inet-address:InetAddressPrefixLength"
                      },
                      "ciiSummAddrExistState": {
                        "type": "string",
                        "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      },
                      "ciiSummAddrMetric": {
                        "type": "string",
                        "description": "The metric value to announce this summary\n            address with in LSPs generated by this system.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                      },
                      "ciiSummAddrFullMetric": {
                        "type": "string",
                        "description": "The wide metric value to announce this summary\n            address with in LSPs generated by this system.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSummAddrEntry": [
                    {
                      "ciiSummAddressType": "192.168.1.1",
                      "ciiSummAddress": "192.168.1.1",
                      "ciiSummAddrPrefixLen": "192.168.1.1",
                      "ciiSummAddrExistState": "192.168.1.1",
                      "ciiSummAddrMetric": "192.168.1.1",
                      "ciiSummAddrFullMetric": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSummAddrEntry-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": "/ciiSummAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRedistributeAddrEntry": {
      "get": {
        "summary": "Get ciiRedistributeAddrEntry list",
        "description": "Retrieve list of ciiRedistributeAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one IP summary address to\n          manage leaking L2 addresses into L1.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiRedistributeAddrType": {
                        "type": "string",
                        "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ciiRedistributeAddrAddress": {
                        "type": "string",
                        "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ciiRedistributeAddrPrefixLen": {
                        "type": "string",
                        "description": "The Length of the IP NetMask for this summary address.",
                        "x-yang-type": "inet-address:InetAddressPrefixLength"
                      },
                      "ciiRedistributeAddrExistState": {
                        "type": "string",
                        "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRedistributeAddrEntry": [
                    {
                      "ciiRedistributeAddrType": "192.168.1.1",
                      "ciiRedistributeAddrAddress": "192.168.1.1",
                      "ciiRedistributeAddrPrefixLen": "192.168.1.1",
                      "ciiRedistributeAddrExistState": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRedistributeAddrEntry-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": "/ciiRedistributeAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRouterEntry": {
      "get": {
        "summary": "Get ciiRouterEntry list",
        "description": "Retrieve list of ciiRouterEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry tracks information about one peer at\n          one level.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiRouterSysID": {
                        "type": "string",
                        "description": "The System ID of the Router Peer.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID"
                      },
                      "ciiRouterLevel": {
                        "type": "string",
                        "description": "The level of this Intermediate System.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel"
                      },
                      "ciiRouterHostName": {
                        "type": "string",
                        "description": "The hostname listed in LSP, or zero-length string if none.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "ciiRouterID": {
                        "type": "integer",
                        "description": "The Router ID of the Peer found in LSP, or zero if none.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRouterEntry": [
                    {
                      "ciiRouterSysID": "example-string",
                      "ciiRouterLevel": "example-string",
                      "ciiRouterHostName": "interface-1",
                      "ciiRouterID": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRouterEntry-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": "/ciiRouterEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSysLevelEntry": {
      "get": {
        "summary": "Get ciiSysLevelEntry list",
        "description": "Retrieve list of ciiSysLevelEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Describe variables defined for Area or Domain.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiSysLevelIndex": {
                        "type": "string",
                        "description": "The level that this entry describes."
                      },
                      "ciiSysLevelOrigLSPBuffSize": {
                        "type": "string",
                        "description": "The maximum size of LSPs and SNPs originated by\n            this Intermediate System at this level.\n            This object follows the replaceOnlyWhileDisabled\n            behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLSPBuffSize"
                      },
                      "ciiSysLevelMinLSPGenInt": {
                        "type": "string",
                        "description": "Minimum interval, in seconds, between successive\n            generation of LSPs with the same LSPID at this level\n            by this Intermediate System.  This object\n            follows the resettingTimer behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiSysLevelOverloadState": {
                        "type": "string",
                        "description": "The state of the database at this level.\n            The value 'off' indicates that IS-IS is not active at\n            this level.\n            The value 'on' indicates that IS-IS is active at this\n            level, and not overloaded.\n            The value 'waiting' indicates a database that is low on\n            an essential resource, such as memory.\n            The administrator may force the state to 'overloaded'\n            by setting the object ciiSysLevelSetOverload.\n            If the state is 'waiting' or 'overloaded', we originate\n            LSPs with the Overload bit set.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLevelState"
                      },
                      "ciiSysLevelSetOverload": {
                        "type": "boolean",
                        "description": "Administratively set the overload bit for the level.\n            The overload bit will continue to be set if the\n            implementation runs out of memory, independent of\n            this variable"
                      },
                      "ciiSysLevelSetOverloadUntil": {
                        "type": "string",
                        "description": "If set, the overload bit should be set, and cleared\n            after sysUpTime exceeds this value.",
                        "x-yang-type": "yang:timeticks"
                      },
                      "ciiSysLevelMetricStyle": {
                        "type": "string",
                        "description": "Which style of Metric do we generate in our LSPs\n            at this level? This object follows the\n            replaceOnlyWhileDisabled behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle"
                      },
                      "ciiSysLevelSPFConsiders": {
                        "type": "string",
                        "description": "Which style of Metric do we consider in our\n            SPF computation at this level?",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle"
                      },
                      "ciiSysLevelTEEnabled": {
                        "type": "boolean",
                        "description": "Do we do Traffic Engineering at this level?"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysLevelEntry": [
                    {
                      "ciiSysLevelIndex": "example-string",
                      "ciiSysLevelOrigLSPBuffSize": "example-string",
                      "ciiSysLevelMinLSPGenInt": "example-string",
                      "ciiSysLevelOverloadState": "up(1)",
                      "ciiSysLevelSetOverload": true,
                      "ciiSysLevelSetOverloadUntil": "example-string",
                      "ciiSysLevelMetricStyle": "example-string",
                      "ciiSysLevelSPFConsiders": "example-string",
                      "ciiSysLevelTEEnabled": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSysLevelEntry-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": "/ciiSysLevelEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSysLevelEntry={ciiSysLevelIndex}": {
      "get": {
        "summary": "Get ciiSysLevelEntry entry",
        "description": "Retrieve specific ciiSysLevelEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiSysLevelIndex",
            "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": {
                    "ciiSysLevelIndex": {
                      "type": "string",
                      "description": "The level that this entry describes."
                    },
                    "ciiSysLevelOrigLSPBuffSize": {
                      "type": "string",
                      "description": "The maximum size of LSPs and SNPs originated by\n            this Intermediate System at this level.\n            This object follows the replaceOnlyWhileDisabled\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLSPBuffSize"
                    },
                    "ciiSysLevelMinLSPGenInt": {
                      "type": "string",
                      "description": "Minimum interval, in seconds, between successive\n            generation of LSPs with the same LSPID at this level\n            by this Intermediate System.  This object\n            follows the resettingTimer behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiSysLevelOverloadState": {
                      "type": "string",
                      "description": "The state of the database at this level.\n            The value 'off' indicates that IS-IS is not active at\n            this level.\n            The value 'on' indicates that IS-IS is active at this\n            level, and not overloaded.\n            The value 'waiting' indicates a database that is low on\n            an essential resource, such as memory.\n            The administrator may force the state to 'overloaded'\n            by setting the object ciiSysLevelSetOverload.\n            If the state is 'waiting' or 'overloaded', we originate\n            LSPs with the Overload bit set.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLevelState"
                    },
                    "ciiSysLevelSetOverload": {
                      "type": "boolean",
                      "description": "Administratively set the overload bit for the level.\n            The overload bit will continue to be set if the\n            implementation runs out of memory, independent of\n            this variable"
                    },
                    "ciiSysLevelSetOverloadUntil": {
                      "type": "string",
                      "description": "If set, the overload bit should be set, and cleared\n            after sysUpTime exceeds this value.",
                      "x-yang-type": "yang:timeticks"
                    },
                    "ciiSysLevelMetricStyle": {
                      "type": "string",
                      "description": "Which style of Metric do we generate in our LSPs\n            at this level? This object follows the\n            replaceOnlyWhileDisabled behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle"
                    },
                    "ciiSysLevelSPFConsiders": {
                      "type": "string",
                      "description": "Which style of Metric do we consider in our\n            SPF computation at this level?",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle"
                    },
                    "ciiSysLevelTEEnabled": {
                      "type": "boolean",
                      "description": "Do we do Traffic Engineering at this level?"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSysLevelEntry": {
                    "ciiSysLevelIndex": "example-string",
                    "ciiSysLevelOrigLSPBuffSize": "example-string",
                    "ciiSysLevelMinLSPGenInt": "example-string",
                    "ciiSysLevelOverloadState": "up(1)",
                    "ciiSysLevelSetOverload": true,
                    "ciiSysLevelSetOverloadUntil": "example-string",
                    "ciiSysLevelMetricStyle": "example-string",
                    "ciiSysLevelSPFConsiders": "example-string",
                    "ciiSysLevelTEEnabled": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSysLevelEntry-4"
      },
      "x-yang-path": "/ciiSysLevelEntry={ciiSysLevelIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiSysLevelIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircEntry": {
      "get": {
        "summary": "Get ciiCircEntry list",
        "description": "Retrieve list of ciiCircEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An ciiCircEntry exists for each circuit used by\n          Integrated IS-IS on this system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "integer",
                        "description": "The identifier of this circuit, unique within the\n            Intermediate System.  This object follows\n            the index behavior.  This is for SNMP Indexing\n            purposes only and need not have any relation to\n            any protocol value.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircIfIndex": {
                        "type": "string",
                        "description": "The value of ifIndex for the interface to which this\n            circuit corresponds.   This object cannot be modified\n            after creation",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ciiCircIfSubIndex": {
                        "type": "integer",
                        "description": "A specifier for the part of the interface ifIndex to which\n            this circuit corresponds, such as a DLCI or VPI/VCI.\n            This object cannot be modified after creation",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircAdminState": {
                        "type": "string",
                        "description": "The administrative state of the circuit. This\n            object follows the CiiAdminState behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                      },
                      "ciiCircExistState": {
                        "type": "string",
                        "description": "The existence state of this circuit. This object follows\n            the RowStatus behavior.  Setting the state to\n            'notInService' halts the generation and processing of\n            IS-IS protocol PDUs on this circuit.  Setting the state\n            to 'destroy' will also erase any configuration associated\n            with the circuit.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      },
                      "ciiCircType": {
                        "type": "string",
                        "description": "The type of the circuit. This object follows the\n            replaceOnlyWhileDisabled behavior. The type specified\n            must be compatible with the type of the interface defined\n            by the value of ciiCircIfIndex."
                      },
                      "ciiCircExtDomain": {
                        "type": "boolean",
                        "description": "If true, suppress normal transmission of and\n            interpretation of Intra-domain IS-IS PDUs on this\n            circuit."
                      },
                      "ciiCircLevel": {
                        "type": "string",
                        "description": "Indicates which type of packets will be sent and\n            accepted on this circuit. The values used will be\n            modified by the settings of ciiSysType. This\n            object follows the replaceOnlyWhileDisabled behavior."
                      },
                      "ciiCircPassiveCircuit": {
                        "type": "boolean",
                        "description": "Should we include this interface in LSPs, even if\n            it is not running the IS-IS Protocol?"
                      },
                      "ciiCircMeshGroupEnabled": {
                        "type": "string",
                        "description": "Is this port a member of a mesh group, or blocked?\n            Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group."
                      },
                      "ciiCircMeshGroup": {
                        "type": "integer",
                        "description": "Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group.  If ciiCircMeshGroupEnabled\n            is inactive or blocked, this value is ignored.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircSmallHellos": {
                        "type": "boolean",
                        "description": "Can we send unpadded hellos on LAN circuits?  'false'\n            means LAN Hellos must be padded.\n            Implementations should allow the administrator to read\n            this value.  An implementation need not be able to\n            support unpadded hellos to be conformant."
                      },
                      "ciiCircLastUpTime": {
                        "type": "string",
                        "description": "If the circuit is enabled, the value of sysUpTime\n            when ciiCircAdminState most recently entered\n            the state 'on'.  If the circuit is not 'on',\n            the value of sysUpTime when the circuit last\n            entered state 'on', 0 if the circuit has never\n            been 'on'.",
                        "x-yang-type": "yang:timeticks"
                      },
                      "ciiCirc3WayEnabled": {
                        "type": "boolean",
                        "description": "Is this circuit enabled to run 3Way handshake?"
                      },
                      "ciiCircExtendedCircID": {
                        "type": "integer",
                        "description": "The value to be used as the extended circuit ID in\n            3Way handshake.  This value is only used if\n            ciiCirc3WayEnabled is true, and must be unique across\n            all circuits on this IS.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircEntry": [
                    {
                      "ciiCircIndex": 1,
                      "ciiCircIfIndex": "example-string",
                      "ciiCircIfSubIndex": 1,
                      "ciiCircAdminState": "up(1)",
                      "ciiCircExistState": "up(1)",
                      "ciiCircType": "ethernetCsmacd(6)",
                      "ciiCircExtDomain": true,
                      "ciiCircLevel": "example-string",
                      "ciiCircPassiveCircuit": true,
                      "ciiCircMeshGroupEnabled": "example-string",
                      "ciiCircMeshGroup": 0,
                      "ciiCircSmallHellos": true,
                      "ciiCircLastUpTime": "example-string",
                      "ciiCirc3WayEnabled": true,
                      "ciiCircExtendedCircID": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircEntry-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": "/ciiCircEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircEntry={ciiCircIndex}": {
      "get": {
        "summary": "Get ciiCircEntry entry",
        "description": "Retrieve specific ciiCircEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "integer",
                      "description": "The identifier of this circuit, unique within the\n            Intermediate System.  This object follows\n            the index behavior.  This is for SNMP Indexing\n            purposes only and need not have any relation to\n            any protocol value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircIfIndex": {
                      "type": "string",
                      "description": "The value of ifIndex for the interface to which this\n            circuit corresponds.   This object cannot be modified\n            after creation",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ciiCircIfSubIndex": {
                      "type": "integer",
                      "description": "A specifier for the part of the interface ifIndex to which\n            this circuit corresponds, such as a DLCI or VPI/VCI.\n            This object cannot be modified after creation",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircAdminState": {
                      "type": "string",
                      "description": "The administrative state of the circuit. This\n            object follows the CiiAdminState behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                    },
                    "ciiCircExistState": {
                      "type": "string",
                      "description": "The existence state of this circuit. This object follows\n            the RowStatus behavior.  Setting the state to\n            'notInService' halts the generation and processing of\n            IS-IS protocol PDUs on this circuit.  Setting the state\n            to 'destroy' will also erase any configuration associated\n            with the circuit.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    },
                    "ciiCircType": {
                      "type": "string",
                      "description": "The type of the circuit. This object follows the\n            replaceOnlyWhileDisabled behavior. The type specified\n            must be compatible with the type of the interface defined\n            by the value of ciiCircIfIndex."
                    },
                    "ciiCircExtDomain": {
                      "type": "boolean",
                      "description": "If true, suppress normal transmission of and\n            interpretation of Intra-domain IS-IS PDUs on this\n            circuit."
                    },
                    "ciiCircLevel": {
                      "type": "string",
                      "description": "Indicates which type of packets will be sent and\n            accepted on this circuit. The values used will be\n            modified by the settings of ciiSysType. This\n            object follows the replaceOnlyWhileDisabled behavior."
                    },
                    "ciiCircPassiveCircuit": {
                      "type": "boolean",
                      "description": "Should we include this interface in LSPs, even if\n            it is not running the IS-IS Protocol?"
                    },
                    "ciiCircMeshGroupEnabled": {
                      "type": "string",
                      "description": "Is this port a member of a mesh group, or blocked?\n            Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group."
                    },
                    "ciiCircMeshGroup": {
                      "type": "integer",
                      "description": "Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group.  If ciiCircMeshGroupEnabled\n            is inactive or blocked, this value is ignored.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircSmallHellos": {
                      "type": "boolean",
                      "description": "Can we send unpadded hellos on LAN circuits?  'false'\n            means LAN Hellos must be padded.\n            Implementations should allow the administrator to read\n            this value.  An implementation need not be able to\n            support unpadded hellos to be conformant."
                    },
                    "ciiCircLastUpTime": {
                      "type": "string",
                      "description": "If the circuit is enabled, the value of sysUpTime\n            when ciiCircAdminState most recently entered\n            the state 'on'.  If the circuit is not 'on',\n            the value of sysUpTime when the circuit last\n            entered state 'on', 0 if the circuit has never\n            been 'on'.",
                      "x-yang-type": "yang:timeticks"
                    },
                    "ciiCirc3WayEnabled": {
                      "type": "boolean",
                      "description": "Is this circuit enabled to run 3Way handshake?"
                    },
                    "ciiCircExtendedCircID": {
                      "type": "integer",
                      "description": "The value to be used as the extended circuit ID in\n            3Way handshake.  This value is only used if\n            ciiCirc3WayEnabled is true, and must be unique across\n            all circuits on this IS.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircEntry": {
                    "ciiCircIndex": 1,
                    "ciiCircIfIndex": "example-string",
                    "ciiCircIfSubIndex": 1,
                    "ciiCircAdminState": "up(1)",
                    "ciiCircExistState": "up(1)",
                    "ciiCircType": "ethernetCsmacd(6)",
                    "ciiCircExtDomain": true,
                    "ciiCircLevel": "example-string",
                    "ciiCircPassiveCircuit": true,
                    "ciiCircMeshGroupEnabled": "example-string",
                    "ciiCircMeshGroup": 0,
                    "ciiCircSmallHellos": true,
                    "ciiCircLastUpTime": "example-string",
                    "ciiCirc3WayEnabled": true,
                    "ciiCircExtendedCircID": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircEntry-4"
      },
      "x-yang-path": "/ciiCircEntry={ciiCircIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircLevelEntry": {
      "get": {
        "summary": "Get ciiCircLevelEntry list",
        "description": "Retrieve list of ciiCircLevelEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An ciiCircLevelEntry exists for each level on\n          each circuit used by Integrated IS-IS on this system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiCircLevelIndex": {
                        "type": "string",
                        "description": "The level that this entry describes."
                      },
                      "ciiCircLevelMetric": {
                        "type": "string",
                        "description": "The metric value of this circuit for this level.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                      },
                      "ciiCircLevelWideMetric": {
                        "type": "string",
                        "description": "The wide metric value of this circuit for this level.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiWideMetric"
                      },
                      "ciiCircLevelISPriority": {
                        "type": "string",
                        "description": "The priority for becoming LAN Designated\n            Intermediate System at this level.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority"
                      },
                      "ciiCircLevelIDOctet": {
                        "type": "integer",
                        "description": "A one byte identifier that can be used in protocol packets\n            to identify a circuit.  Values of ciiCircLevelIDOctet\n            do not need to be unique.  They are only required to\n            differ on LANs where the Intermediate System is the\n            Designated Intermediate System.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelID": {
                        "type": "string",
                        "description": "On a point to point circuit with a fully initialized\n            adjacency to a peer IS, the value of this object is\n            the circuit ID negotiated during adjacency initialization.\n            On a point to point circuit without such an adjacency,\n            the value is the concatenation of the local system ID\n            and the one byte ciiCircLevelIDOctet for this circuit\n            i.e. the value that would be proposed for the circuit ID.\n            \n            On other circuit types, the value returned is the zero\n            length OCTET STRING.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID"
                      },
                      "ciiCircLevelDesIS": {
                        "type": "string",
                        "description": "The ID of the LAN Designated Intermediate System\n            on this circuit at this level. If, for any reason,\n            this system is not partaking in the relevant\n            Designated Intermediate System election process,\n            then the value returned is the zero length OCTET STRING.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID"
                      },
                      "ciiCircLevelHelloMultiplier": {
                        "type": "integer",
                        "description": "This value is multiplied by the corresponding HelloTimer\n            and the result in seconds (rounded up) is used as the\n            holding time in transmitted hellos, to be used by\n            receivers of hello packets from this IS",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelHelloTimer": {
                        "type": "integer",
                        "description": "Maximum period, in milliseconds, between IIH PDUs\n            on multiaccess networks at this level for LANs.\n            The value at L1 is used as the period between\n            Hellos on L1L2 point to point circuits.  Setting\n            this value at level 2 on an L1L2 point to point\n            circuit will result in an error of InconsistentValue.\n            \n            This object follows the resettingTimer behavior.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelDRHelloTimer": {
                        "type": "integer",
                        "description": "Period, in milliseconds, between Hello PDUs on\n            multiaccess networks when this IS is the Designated\n            Intermediate System.  This object follows the\n            resettingTimer behavior.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelLSPThrottle": {
                        "type": "string",
                        "description": "Minimal interval of time, in milliseconds, between\n            transmissions of LSPs on an interface at this level.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiCircLevelMinLSPRetransInt": {
                        "type": "integer",
                        "description": "Minimum interval, in seconds, between re-transmission of\n            an LSP at this level. This object follows the\n            resettingTimer behavior.\n            \n            Note that ciiCircLevelLSPThrottle controls\n            how fast we send back to back LSPs.  This variable\n            controls how fast we re-send the same LSP.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelCSNPInterval": {
                        "type": "integer",
                        "description": "Interval of time, in seconds, between periodic\n            transmission of a complete set of CSNPs on\n            multiaccess networks if this router is the\n            designated router at this level.\n            \n            This object follows the resettingTimer behavior.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiCircLevelPartSNPInterval": {
                        "type": "integer",
                        "description": "Minimum interval in seconds between sending Partial\n            Sequence Number PDUs at this level. This object\n            follows the resettingTimer behavior.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiCircLevelIndex": "example-string",
                      "ciiCircLevelMetric": "example-string",
                      "ciiCircLevelWideMetric": "example-string",
                      "ciiCircLevelISPriority": "example-string",
                      "ciiCircLevelIDOctet": -2147483648,
                      "ciiCircLevelID": "example-string",
                      "ciiCircLevelDesIS": "example-string",
                      "ciiCircLevelHelloMultiplier": -2147483648,
                      "ciiCircLevelHelloTimer": -2147483648,
                      "ciiCircLevelDRHelloTimer": -2147483648,
                      "ciiCircLevelLSPThrottle": "example-string",
                      "ciiCircLevelMinLSPRetransInt": -2147483648,
                      "ciiCircLevelCSNPInterval": -2147483648,
                      "ciiCircLevelPartSNPInterval": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircLevelEntry-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": "/ciiCircLevelEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSystemCounterEntry": {
      "get": {
        "summary": "Get ciiSystemCounterEntry list",
        "description": "Retrieve list of ciiSystemCounterEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "System-wide IS-IS counters.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiSysStatLevel": {
                        "type": "string",
                        "description": "The level that this entry describes."
                      },
                      "ciiSysStatCorrLSPs": {
                        "type": "integer",
                        "description": "Number of corrupted in-memory LSP frames detected.\n            \n            LSPs received from the wire with a bad checksum\n            are silently dropped and not counted.\n            \n            LSPs received from the wire with parse errors\n            are counted by ciiSysStatLSPErrors.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatAuthTypeFails": {
                        "type": "integer",
                        "description": "The number of frames with authentication type mismatches\n            recognized by this Intermediate System.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatAuthFails": {
                        "type": "integer",
                        "description": "The number of frames with authentication failures\n            recognized by this Intermediate System.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatLSPDbaseOloads": {
                        "type": "integer",
                        "description": "Number of times the LSP database has become\n            overloaded.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatManAddrDropFromAreas": {
                        "type": "integer",
                        "description": "Number of times a manual address has been dropped from\n            the area.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatAttmptToExMaxSeqNums": {
                        "type": "integer",
                        "description": "Number of times the IS has attempted to exceed the\n            maximum sequence number.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatSeqNumSkips": {
                        "type": "integer",
                        "description": "Number of times a sequence number skip has occurred.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatOwnLSPPurges": {
                        "type": "integer",
                        "description": "Number of times a zero-aged copy of the system's own LSP\n            is received from some other node.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatIDFieldLenMismatches": {
                        "type": "integer",
                        "description": "Number of times a PDU is received with a different value\n            for ID field length to that of the receiving system.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatPartChanges": {
                        "type": "integer",
                        "description": "Partition changes",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatSPFRuns": {
                        "type": "integer",
                        "description": "Number of times we ran SPF at this level.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiSysStatLSPErrors": {
                        "type": "integer",
                        "description": "Number of LSP frames with errors we have received.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSystemCounterEntry": [
                    {
                      "ciiSysStatLevel": "example-string",
                      "ciiSysStatCorrLSPs": 0,
                      "ciiSysStatAuthTypeFails": 0,
                      "ciiSysStatAuthFails": 0,
                      "ciiSysStatLSPDbaseOloads": 0,
                      "ciiSysStatManAddrDropFromAreas": 0,
                      "ciiSysStatAttmptToExMaxSeqNums": 0,
                      "ciiSysStatSeqNumSkips": 0,
                      "ciiSysStatOwnLSPPurges": 0,
                      "ciiSysStatIDFieldLenMismatches": 0,
                      "ciiSysStatPartChanges": 0,
                      "ciiSysStatSPFRuns": 0,
                      "ciiSysStatLSPErrors": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSystemCounterEntry-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": "/ciiSystemCounterEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSystemCounterEntry={ciiSysStatLevel}": {
      "get": {
        "summary": "Get ciiSystemCounterEntry entry",
        "description": "Retrieve specific ciiSystemCounterEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiSysStatLevel",
            "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": {
                    "ciiSysStatLevel": {
                      "type": "string",
                      "description": "The level that this entry describes."
                    },
                    "ciiSysStatCorrLSPs": {
                      "type": "integer",
                      "description": "Number of corrupted in-memory LSP frames detected.\n            \n            LSPs received from the wire with a bad checksum\n            are silently dropped and not counted.\n            \n            LSPs received from the wire with parse errors\n            are counted by ciiSysStatLSPErrors.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatAuthTypeFails": {
                      "type": "integer",
                      "description": "The number of frames with authentication type mismatches\n            recognized by this Intermediate System.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatAuthFails": {
                      "type": "integer",
                      "description": "The number of frames with authentication failures\n            recognized by this Intermediate System.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatLSPDbaseOloads": {
                      "type": "integer",
                      "description": "Number of times the LSP database has become\n            overloaded.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatManAddrDropFromAreas": {
                      "type": "integer",
                      "description": "Number of times a manual address has been dropped from\n            the area.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatAttmptToExMaxSeqNums": {
                      "type": "integer",
                      "description": "Number of times the IS has attempted to exceed the\n            maximum sequence number.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatSeqNumSkips": {
                      "type": "integer",
                      "description": "Number of times a sequence number skip has occurred.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatOwnLSPPurges": {
                      "type": "integer",
                      "description": "Number of times a zero-aged copy of the system's own LSP\n            is received from some other node.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatIDFieldLenMismatches": {
                      "type": "integer",
                      "description": "Number of times a PDU is received with a different value\n            for ID field length to that of the receiving system.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatPartChanges": {
                      "type": "integer",
                      "description": "Partition changes",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatSPFRuns": {
                      "type": "integer",
                      "description": "Number of times we ran SPF at this level.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiSysStatLSPErrors": {
                      "type": "integer",
                      "description": "Number of LSP frames with errors we have received.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSystemCounterEntry": {
                    "ciiSysStatLevel": "example-string",
                    "ciiSysStatCorrLSPs": 0,
                    "ciiSysStatAuthTypeFails": 0,
                    "ciiSysStatAuthFails": 0,
                    "ciiSysStatLSPDbaseOloads": 0,
                    "ciiSysStatManAddrDropFromAreas": 0,
                    "ciiSysStatAttmptToExMaxSeqNums": 0,
                    "ciiSysStatSeqNumSkips": 0,
                    "ciiSysStatOwnLSPPurges": 0,
                    "ciiSysStatIDFieldLenMismatches": 0,
                    "ciiSysStatPartChanges": 0,
                    "ciiSysStatSPFRuns": 0,
                    "ciiSysStatLSPErrors": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSystemCounterEntry-4"
      },
      "x-yang-path": "/ciiSystemCounterEntry={ciiSysStatLevel}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiSysStatLevel"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircuitCounterEntry": {
      "get": {
        "summary": "Get ciiCircuitCounterEntry list",
        "description": "Retrieve list of ciiCircuitCounterEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An ciiCircuitCounterEntry exists for each circuit\n          used by Integrated IS-IS on this system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiCircuitType": {
                        "type": "string",
                        "description": "What type of circuit saw these counts?\n            \n            The point to point Hello PDU includes\n            both L1 and L2, and ISs form a single\n            adjacency on point to point links.\n            Thus we combine counts on\n            point to point links into one group."
                      },
                      "ciiCircAdjChanges": {
                        "type": "integer",
                        "description": "The number of times an adjacency state change has\n            occurred on this circuit.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircNumAdj": {
                        "type": "integer",
                        "description": "The number of adjacencies on this circuit.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircInitFails": {
                        "type": "integer",
                        "description": "The number of times initialization of this circuit has\n            failed.  This counts events such as PPP NCP failures.\n            Failures to form an adjacency are counted by\n            ciiCircRejAdjs.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircRejAdjs": {
                        "type": "integer",
                        "description": "The number of times an adjacency has been rejected on\n            this circuit.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircIDFieldLenMismatches": {
                        "type": "integer",
                        "description": "The number of times an IS-IS control PDU with an ID\n            field length different to that for this system has been\n            received.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircMaxAreaAddrMismatches": {
                        "type": "integer",
                        "description": "The number of times an IS-IS control PDU with a\n            max area address field different to that for this\n            system has been received.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircAuthTypeFails": {
                        "type": "integer",
                        "description": "The number of times an IS-IS control PDU with\n            an auth type field different to that for this\n            system has been received.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircAuthFails": {
                        "type": "integer",
                        "description": "The number of times an IS-IS control PDU with\n            the correct auth type has failed to pass authentication\n            validation.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiCircLANDesISChanges": {
                        "type": "integer",
                        "description": "The number of times the Designated IS has changed\n            on this circuit at this level.  If the circuit is\n            point to point, this count is zero.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircuitCounterEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiCircuitType": "ethernetCsmacd(6)",
                      "ciiCircAdjChanges": 0,
                      "ciiCircNumAdj": 0,
                      "ciiCircInitFails": 0,
                      "ciiCircRejAdjs": 0,
                      "ciiCircIDFieldLenMismatches": 0,
                      "ciiCircMaxAreaAddrMismatches": 0,
                      "ciiCircAuthTypeFails": 0,
                      "ciiCircAuthFails": 0,
                      "ciiCircLANDesISChanges": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircuitCounterEntry-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": "/ciiCircuitCounterEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiPacketCounterEntry": {
      "get": {
        "summary": "Get ciiPacketCounterEntry list",
        "description": "Retrieve list of ciiPacketCounterEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about IS-IS protocol traffic at one level\n          on one circuit in one direction",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiPacketCountLevel": {
                        "type": "string",
                        "description": "The level at which these PDU counts have been collected."
                      },
                      "ciiPacketCountDirection": {
                        "type": "string",
                        "description": "Were we sending or receiving these PDUs?"
                      },
                      "ciiPacketCountIIHellos": {
                        "type": "integer",
                        "description": "The number of IS-IS Hello PDU frames seen in this\n            direction at this level.\n            \n            Point-to-Point IIH PDUs are counted at\n            the lowest enabled level: at L1 on L1 or L1L2 circuits,\n            and at L2 otherwise.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountISHellos": {
                        "type": "integer",
                        "description": "The number of ES-IS Hello PDU frames seen in this\n            direction.  ISH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountESHellos": {
                        "type": "integer",
                        "description": "The number of ES Hello PDU frames seen in this\n            direction.  ESH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountLSPs": {
                        "type": "integer",
                        "description": "The number of IS-IS LSP frames seen in this\n            direction at this level.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountCSNPs": {
                        "type": "integer",
                        "description": "The number of IS-IS CSNP frames seen in this\n            direction at this level.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountPSNPs": {
                        "type": "integer",
                        "description": "The number of IS-IS PSNP frames seen in this\n            direction at this level.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiPacketCountUnknowns": {
                        "type": "integer",
                        "description": "The number of unknown IS-IS PDU frames seen\n            at this level.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPacketCounterEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiPacketCountLevel": "192.168.1.1",
                      "ciiPacketCountDirection": "192.168.1.1",
                      "ciiPacketCountIIHellos": 0,
                      "ciiPacketCountISHellos": 0,
                      "ciiPacketCountESHellos": 0,
                      "ciiPacketCountLSPs": 0,
                      "ciiPacketCountCSNPs": 0,
                      "ciiPacketCountPSNPs": 0,
                      "ciiPacketCountUnknowns": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiPacketCounterEntry-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": "/ciiPacketCounterEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjEntry": {
      "get": {
        "summary": "Get ciiISAdjEntry list",
        "description": "Retrieve list of ciiISAdjEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry corresponds to one adjacency to an\n          Intermediate System on this system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjIndex": {
                        "type": "integer",
                        "description": "A unique value identifying the IS adjacency from all\n            other such adjacencies on this circuit. This value is\n            automatically assigned by the system when the adjacency\n            is created.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiISAdjState": {
                        "type": "string",
                        "description": "The state of the adjacency"
                      },
                      "ciiISAdj3WayState": {
                        "type": "string",
                        "description": "The 3Way state of the adjacency.  These are picked\n            to match the historical on-the-wire representation\n            of the 3Way state, and are not intended to match\n            ciiISAdjState."
                      },
                      "ciiISAdjNeighSNPAAddress": {
                        "type": "string",
                        "description": "The SNPA address of the neighboring system.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiISAdjNeighSysType": {
                        "type": "string",
                        "description": "The type of the neighboring system."
                      },
                      "ciiISAdjNeighSysID": {
                        "type": "string",
                        "description": "The system ID of the neighboring Intermediate\n            System.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID"
                      },
                      "ciiISAdjNbrExtendedCircID": {
                        "type": "integer",
                        "description": "The 4 byte Extended Circuit ID learned from the\n            Neighbor during 3-way handshake, or 0.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiISAdjUsage": {
                        "type": "string",
                        "description": "How is the adjacency used?  On a point-to-point link,\n            this might be level1and2, but on a LAN, the usage will\n            be level1 on the adjacency between peers at L1,\n            and level2 for the adjacency between peers at L2."
                      },
                      "ciiISAdjHoldTimer": {
                        "type": "string",
                        "description": "The holding time in seconds for this adjacency.\n            This value is based on received IIH PDUs and\n            the elapsed time since receipt.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiISAdjNeighPriority": {
                        "type": "string",
                        "description": "Priority of the neighboring Intermediate System for\n            becoming the Designated Intermediate System.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority"
                      },
                      "ciiISAdjLastUpTime": {
                        "type": "string",
                        "description": "If the ciiISAdjState is in state 'up', the value\n            of sysUpTime when the adjacency most recently\n            entered the state 'up',  or 0 if it has never\n            been in state 'up'.",
                        "x-yang-type": "yang:timeticks"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiISAdjIndex": 1,
                      "ciiISAdjState": "up(1)",
                      "ciiISAdj3WayState": "up(1)",
                      "ciiISAdjNeighSNPAAddress": "192.168.1.1",
                      "ciiISAdjNeighSysType": "ethernetCsmacd(6)",
                      "ciiISAdjNeighSysID": "example-string",
                      "ciiISAdjNbrExtendedCircID": 0,
                      "ciiISAdjUsage": "example-string",
                      "ciiISAdjHoldTimer": "example-string",
                      "ciiISAdjNeighPriority": "example-string",
                      "ciiISAdjLastUpTime": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjEntry-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": "/ciiISAdjEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrEntry": {
      "get": {
        "summary": "Get ciiISAdjAreaAddrEntry list",
        "description": "Retrieve list of ciiISAdjAreaAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one Area Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjIndex": {
                        "type": "string",
                        "description": "ciiISAdjIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjAreaAddrIndex": {
                        "type": "integer",
                        "description": "An index for the areas associated with one neighbor.\n            This provides a simple way to walk the table.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiISAdjAreaAddress": {
                        "type": "string",
                        "description": "One Area Address as reported in IIH PDUs received from\n            the neighbor.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiISAdjIndex": "example-string",
                      "ciiISAdjAreaAddrIndex": 1,
                      "ciiISAdjAreaAddress": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjAreaAddrEntry-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": "/ciiISAdjAreaAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrEntry": {
      "get": {
        "summary": "Get ciiISAdjIPAddrEntry list",
        "description": "Retrieve list of ciiISAdjIPAddrEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one IP Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjIndex": {
                        "type": "string",
                        "description": "ciiISAdjIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjIPAddrIndex": {
                        "type": "integer",
                        "description": "An index to this table which identifies the IP addresses\n            to which this entry belongs.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiISAdjIPAddrType": {
                        "type": "string",
                        "description": "The type of one IP Address as reported in IIH PDUs\n            received from the neighbor.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ciiISAdjIPAddrAddress": {
                        "type": "string",
                        "description": "One IP Address as reported in IIH PDUs received from the\n            neighbor.",
                        "x-yang-type": "inet-address:InetAddress"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiISAdjIndex": "example-string",
                      "ciiISAdjIPAddrIndex": 1,
                      "ciiISAdjIPAddrType": "192.168.1.1",
                      "ciiISAdjIPAddrAddress": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjIPAddrEntry-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": "/ciiISAdjIPAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppEntry": {
      "get": {
        "summary": "Get ciiISAdjProtSuppEntry list",
        "description": "Retrieve list of ciiISAdjProtSuppEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one protocol supported by a\n          neighboring Intermediate System as reported in its IIH\n          PDUs.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjIndex": {
                        "type": "string",
                        "description": "ciiISAdjIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiISAdjProtSuppProtocol": {
                        "type": "string",
                        "description": "One supported protocol as reported in IIH PDUs received\n            from the neighbor.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiISAdjIndex": "example-string",
                      "ciiISAdjProtSuppProtocol": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjProtSuppEntry-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": "/ciiISAdjProtSuppEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRAEntry": {
      "get": {
        "summary": "Get ciiRAEntry list",
        "description": "Retrieve list of ciiRAEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry defines a Reachable Address to a NSAP or\n          Address Prefix.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiCircIndex": {
                        "type": "string",
                        "description": "ciiCircIndex",
                        "x-yang-type": "leafref"
                      },
                      "ciiRAIndex": {
                        "type": "integer",
                        "description": "The identifier for this ciiRAEntry. This value must be\n            unique amongst all Reachable Addresses on the same parent\n            Circuit. This object follows the index and ManualOrAutomatic\n            behaviors.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiRAExistState": {
                        "type": "string",
                        "description": "The existence state of this Reachable Address. This\n            object follows the ManualOrAutomatic behaviors.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      },
                      "ciiRAAdminState": {
                        "type": "string",
                        "description": "The administrative state of the Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                      },
                      "ciiRAAddrPrefix": {
                        "type": "string",
                        "description": "The destination of this Reachable Address. This is an\n            Address Prefix. This object follows the\n            replaceOnlyWhileDisabled and ManualOrAutomatic\n            behaviors.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiRAMapType": {
                        "type": "string",
                        "description": "The type of mapping to be employed to ascertain the SNPA\n            Address which should be used in forwarding PDUs for this\n            Reachable Address prefix. This object follows the\n            ManualOrAutomatic behavior. The following values of\n            mapping type are defined:\n            \n                none: The mapping is null because the neighbor SNPA is\n                      implicit by nature of the subnetwork (e.g. a\n                      point-to-point linkage).\n            \n                explicit: The subnetwork addresses in the object\n                      ciiRASNPAAddress is to be used.\n            \n                extractIDI: The SNPA is embedded in the IDI of\n                      the destination NSAP Address. The mapping\n                      algorithm extracts the SNPA to be used\n                      according to the format and encoding rules of\n                      ISO8473/Add2. This SNPA extraction algorithm can\n                      be used in conjunction with Reachable Address\n                      prefixes from the X.121, F.69, E.163 and E.164\n                      addressing subdomains.\n            \n                extractDSP: All, or a suffix, of the SNPA is embedded\n                      in the DSP of the destination address. This SNPA\n                      extraction algorithm extracts the embedded\n                      subnetwork addressing information by performing a\n                      logical AND of the ciiRASNPAMask object value\n                      with the destination address. The part of the\n                      SNPA extracted from the destination NSAP is\n                      appended to the ciiRASNPAPrefix object value to\n                      form the next hop subnetwork addressing\n                      information."
                      },
                      "ciiRAMetric": {
                        "type": "string",
                        "description": "The metric value for reaching the specified\n            prefix over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                      },
                      "ciiRAMetricType": {
                        "type": "string",
                        "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType"
                      },
                      "ciiRASNPAAddress": {
                        "type": "string",
                        "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches the address\n            prefix of the Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiRASNPAMask": {
                        "type": "string",
                        "description": "A bit mask with 1 bits indicating the positions in the\n            effective destination address from which embedded SNPA\n            information is to be extracted. For the extraction the\n            first octet of the ciiRASNPAMask object value is aligned\n            with the first octet (AFI) of the NSAP Address. If the\n            ciiRASNPAMask object value and NSAP Address are of\n            different lengths, the shorter of the two is logically\n            padded with zeros before performing the extraction. This\n            object follows the ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiRASNPAPrefix": {
                        "type": "string",
                        "description": "A fixed SNPA prefix for use when the ciiRAMapType is\n            extractDSP. The SNPA Address to use is formed by\n            concatenating the fixed SNPA prefix with a variable SNPA\n            part that is extracted from the effective destination\n            address. For Reachable Address prefixes in which the\n            entire SNPA is embedded in the DSP the SNPA Prefix shall\n            be null. This object follows the ManualOrAutomatic\n            behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiRAType": {
                        "type": "string",
                        "description": "The type of Reachable address. Those of type\n            manual are created by the network manager. Those\n            of type automatic are created through propagation\n            of routing information from another routing\n            protocol (eg. IDRP)."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRAEntry": [
                    {
                      "ciiCircIndex": "example-string",
                      "ciiRAIndex": 1,
                      "ciiRAExistState": "up(1)",
                      "ciiRAAdminState": "up(1)",
                      "ciiRAAddrPrefix": "192.168.1.1",
                      "ciiRAMapType": "ethernetCsmacd(6)",
                      "ciiRAMetric": "example-string",
                      "ciiRAMetricType": "ethernetCsmacd(6)",
                      "ciiRASNPAAddress": "192.168.1.1",
                      "ciiRASNPAMask": "example-string",
                      "ciiRASNPAPrefix": "example-string",
                      "ciiRAType": "ethernetCsmacd(6)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRAEntry-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": "/ciiRAEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiIPRAEntry": {
      "get": {
        "summary": "Get ciiIPRAEntry list",
        "description": "Retrieve list of ciiIPRAEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry defines an IP Reachable Address to a network,\n          subnetwork or host.\n          \n          Each IP Reachable Address may have multiple entries in the\n          table, one for each equal cost path to the reachable address.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiIPRADestType": {
                        "type": "string",
                        "description": "The type of this IP Reachable Address.  This object\n            follows the ManualOrAutomatic behavior.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ciiIPRADest": {
                        "type": "string",
                        "description": "The destination of this IP Reachable Address. This is\n            either a network address, subnetwork address or host\n            address. This object follows the ManualOrAutomatic\n            behavior.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ciiIPRADestPrefixLen": {
                        "type": "string",
                        "description": "The length of the IP Netmask for Reachability Address.\n            This object follows the ManualOrAutomatic behavior.",
                        "x-yang-type": "inet-address:InetAddressPrefixLength"
                      },
                      "ciiIPRANextHopIndex": {
                        "type": "integer",
                        "description": "Index of next hop.  Used when there are multiple Equal\n            Cost Multipath alternatives for the same destination.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ciiIPRANextHopType": {
                        "type": "string",
                        "description": "The type of the IP next hop address.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ciiIPRANextHop": {
                        "type": "string",
                        "description": "The IP next hop to this destination.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ciiIPRAType": {
                        "type": "string",
                        "description": "The type of this IP Reachable Address. Those of type\n            manual are created by the network manager. Those of type\n            automatic are created through propagation of routing\n            information from another routing protocol.  This object\n            follows the ManualOrAutomatic behavior."
                      },
                      "ciiIPRAExistState": {
                        "type": "string",
                        "description": "The state of this IP Reachable Address. This object\n            follows the ExistenceState and ManualOrAutomatic\n            behaviors.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      },
                      "ciiIPRAAdminState": {
                        "type": "string",
                        "description": "The administrative state of the IP Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                      },
                      "ciiIPRAMetric": {
                        "type": "string",
                        "description": "The metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                      },
                      "ciiIPRAMetricType": {
                        "type": "string",
                        "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType"
                      },
                      "ciiIPRAFullMetric": {
                        "type": "string",
                        "description": "The wide metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric"
                      },
                      "ciiIPRASNPAAddress": {
                        "type": "string",
                        "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches this IP\n            Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                      },
                      "ciiIPRASourceType": {
                        "type": "string",
                        "description": "The origin of this route."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiIPRAEntry": [
                    {
                      "ciiIPRADestType": "192.168.1.1",
                      "ciiIPRADest": "192.168.1.1",
                      "ciiIPRADestPrefixLen": "192.168.1.1",
                      "ciiIPRANextHopIndex": 1,
                      "ciiIPRANextHopType": "192.168.1.1",
                      "ciiIPRANextHop": "192.168.1.1",
                      "ciiIPRAType": "192.168.1.1",
                      "ciiIPRAExistState": "192.168.1.1",
                      "ciiIPRAAdminState": "192.168.1.1",
                      "ciiIPRAMetric": "192.168.1.1",
                      "ciiIPRAMetricType": "192.168.1.1",
                      "ciiIPRAFullMetric": "192.168.1.1",
                      "ciiIPRASNPAAddress": "192.168.1.1",
                      "ciiIPRASourceType": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiIPRAEntry-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": "/ciiIPRAEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiLSPSummaryEntry": {
      "get": {
        "summary": "Get ciiLSPSummaryEntry list",
        "description": "Retrieve list of ciiLSPSummaryEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry provides a summary describing an\n          LSP currently stored in the system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiLSPLevel": {
                        "type": "string",
                        "description": "At which level does this LSP appear?",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel"
                      },
                      "ciiLSPID": {
                        "type": "string",
                        "description": "The 8 byte LSP ID, consisting of the SystemID,\n            Circuit ID, and Fragment Number.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLinkStatePDUID"
                      },
                      "ciiLSPSeq": {
                        "type": "integer",
                        "description": "The sequence number for this LSP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiLSPZeroLife": {
                        "type": "boolean",
                        "description": "Is this LSP being purged by this System?"
                      },
                      "ciiLSPChecksum": {
                        "type": "string",
                        "description": "The 16 bit Fletcher Checksum.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiLSPLifetimeRemain": {
                        "type": "string",
                        "description": "The remaining lifetime in seconds for this LSP.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiLSPPDULength": {
                        "type": "string",
                        "description": "The length of this LSP.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiLSPAttributes": {
                        "type": "string",
                        "description": "Flags carried by the LSP.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPSummaryEntry": [
                    {
                      "ciiLSPLevel": "example-string",
                      "ciiLSPID": "example-string",
                      "ciiLSPSeq": 0,
                      "ciiLSPZeroLife": true,
                      "ciiLSPChecksum": "example-string",
                      "ciiLSPLifetimeRemain": "example-string",
                      "ciiLSPPDULength": "example-string",
                      "ciiLSPAttributes": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiLSPSummaryEntry-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": "/ciiLSPSummaryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiLSPTLVEntry": {
      "get": {
        "summary": "Get ciiLSPTLVEntry list",
        "description": "Retrieve list of ciiLSPTLVEntry entries from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry describes an LSP current stored in the\n          system.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ciiLSPLevel": {
                        "type": "string",
                        "description": "ciiLSPLevel",
                        "x-yang-type": "leafref"
                      },
                      "ciiLSPID": {
                        "type": "string",
                        "description": "ciiLSPID",
                        "x-yang-type": "leafref"
                      },
                      "ciiLSPTLVIndex": {
                        "type": "integer",
                        "description": "The index of this TLV in the LSP.  The first TLV has index 1\n            and the Nth TLV has an index of N.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiLSPTLVSeq": {
                        "type": "integer",
                        "description": "The sequence number for this LSP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ciiLSPTLVChecksum": {
                        "type": "string",
                        "description": "The 16 bit Fletcher Checksum.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                      },
                      "ciiLSPTLVType": {
                        "type": "string",
                        "description": "The type of this TLV.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                      },
                      "ciiLSPTLVLen": {
                        "type": "string",
                        "description": "The length of this TLV.",
                        "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                      },
                      "ciiLSPTLVValue": {
                        "type": "string",
                        "description": "The value of this TLV.",
                        "format": "binary"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPTLVEntry": [
                    {
                      "ciiLSPLevel": "example-string",
                      "ciiLSPID": "example-string",
                      "ciiLSPTLVIndex": 1,
                      "ciiLSPTLVSeq": 0,
                      "ciiLSPTLVChecksum": "example-string",
                      "ciiLSPTLVType": "ethernetCsmacd(6)",
                      "ciiLSPTLVLen": "example-string",
                      "ciiLSPTLVValue": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiLSPTLVEntry-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": "/ciiLSPTLVEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSummAddrTable/ciiSummAddrEntry={ciiSummAddressType},{ciiSummAddress},{ciiSummAddrPrefixLen}": {
      "get": {
        "summary": "Get ciiSummAddrEntry entry",
        "description": "Retrieve specific ciiSummAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiSummAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiSummAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiSummAddrPrefixLen",
            "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": {
                    "ciiSummAddressType": {
                      "type": "string",
                      "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ciiSummAddress": {
                      "type": "string",
                      "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ciiSummAddrPrefixLen": {
                      "type": "string",
                      "description": "The Length of the IP NetMask for this summary address.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength"
                    },
                    "ciiSummAddrExistState": {
                      "type": "string",
                      "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    },
                    "ciiSummAddrMetric": {
                      "type": "string",
                      "description": "The metric value to announce this summary\n            address with in LSPs generated by this system.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                    },
                    "ciiSummAddrFullMetric": {
                      "type": "string",
                      "description": "The wide metric value to announce this summary\n            address with in LSPs generated by this system.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSummAddrEntry": {
                    "ciiSummAddressType": "192.168.1.1",
                    "ciiSummAddress": "192.168.1.1",
                    "ciiSummAddrPrefixLen": "192.168.1.1",
                    "ciiSummAddrExistState": "192.168.1.1",
                    "ciiSummAddrMetric": "192.168.1.1",
                    "ciiSummAddrFullMetric": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSummAddrEntry-2"
      },
      "x-yang-path": "/ciiSummAddrTable/ciiSummAddrEntry={ciiSummAddressType ciiSummAddress ciiSummAddrPrefixLen}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiSummAddressType ciiSummAddress ciiSummAddrPrefixLen"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRedistributeAddrTable/ciiRedistributeAddrEntry={ciiRedistributeAddrType},{ciiRedistributeAddrAddress},{ciiRedistributeAddrPrefixLen}": {
      "get": {
        "summary": "Get ciiRedistributeAddrEntry entry",
        "description": "Retrieve specific ciiRedistributeAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiRedistributeAddrType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiRedistributeAddrAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiRedistributeAddrPrefixLen",
            "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": {
                    "ciiRedistributeAddrType": {
                      "type": "string",
                      "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ciiRedistributeAddrAddress": {
                      "type": "string",
                      "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ciiRedistributeAddrPrefixLen": {
                      "type": "string",
                      "description": "The Length of the IP NetMask for this summary address.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength"
                    },
                    "ciiRedistributeAddrExistState": {
                      "type": "string",
                      "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRedistributeAddrEntry": {
                    "ciiRedistributeAddrType": "192.168.1.1",
                    "ciiRedistributeAddrAddress": "192.168.1.1",
                    "ciiRedistributeAddrPrefixLen": "192.168.1.1",
                    "ciiRedistributeAddrExistState": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRedistributeAddrEntry-2"
      },
      "x-yang-path": "/ciiRedistributeAddrTable/ciiRedistributeAddrEntry={ciiRedistributeAddrType ciiRedistributeAddrAddress ciiRedistributeAddrPrefixLen}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiRedistributeAddrType ciiRedistributeAddrAddress ciiRedistributeAddrPrefixLen"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRouterTable/ciiRouterEntry={ciiRouterSysID},{ciiRouterLevel}": {
      "get": {
        "summary": "Get ciiRouterEntry entry",
        "description": "Retrieve specific ciiRouterEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiRouterSysID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiRouterLevel",
            "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": {
                    "ciiRouterSysID": {
                      "type": "string",
                      "description": "The System ID of the Router Peer.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID"
                    },
                    "ciiRouterLevel": {
                      "type": "string",
                      "description": "The level of this Intermediate System.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel"
                    },
                    "ciiRouterHostName": {
                      "type": "string",
                      "description": "The hostname listed in LSP, or zero-length string if none.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "ciiRouterID": {
                      "type": "integer",
                      "description": "The Router ID of the Peer found in LSP, or zero if none.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRouterEntry": {
                    "ciiRouterSysID": "example-string",
                    "ciiRouterLevel": "example-string",
                    "ciiRouterHostName": "interface-1",
                    "ciiRouterID": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRouterEntry-2"
      },
      "x-yang-path": "/ciiRouterTable/ciiRouterEntry={ciiRouterSysID ciiRouterLevel}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiRouterSysID ciiRouterLevel"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircLevelTable/ciiCircLevelEntry={ciiCircIndex},{ciiCircLevelIndex}": {
      "get": {
        "summary": "Get ciiCircLevelEntry entry",
        "description": "Retrieve specific ciiCircLevelEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiCircLevelIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiCircLevelIndex": {
                      "type": "string",
                      "description": "The level that this entry describes."
                    },
                    "ciiCircLevelMetric": {
                      "type": "string",
                      "description": "The metric value of this circuit for this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                    },
                    "ciiCircLevelWideMetric": {
                      "type": "string",
                      "description": "The wide metric value of this circuit for this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiWideMetric"
                    },
                    "ciiCircLevelISPriority": {
                      "type": "string",
                      "description": "The priority for becoming LAN Designated\n            Intermediate System at this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority"
                    },
                    "ciiCircLevelIDOctet": {
                      "type": "integer",
                      "description": "A one byte identifier that can be used in protocol packets\n            to identify a circuit.  Values of ciiCircLevelIDOctet\n            do not need to be unique.  They are only required to\n            differ on LANs where the Intermediate System is the\n            Designated Intermediate System.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelID": {
                      "type": "string",
                      "description": "On a point to point circuit with a fully initialized\n            adjacency to a peer IS, the value of this object is\n            the circuit ID negotiated during adjacency initialization.\n            On a point to point circuit without such an adjacency,\n            the value is the concatenation of the local system ID\n            and the one byte ciiCircLevelIDOctet for this circuit\n            i.e. the value that would be proposed for the circuit ID.\n            \n            On other circuit types, the value returned is the zero\n            length OCTET STRING.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID"
                    },
                    "ciiCircLevelDesIS": {
                      "type": "string",
                      "description": "The ID of the LAN Designated Intermediate System\n            on this circuit at this level. If, for any reason,\n            this system is not partaking in the relevant\n            Designated Intermediate System election process,\n            then the value returned is the zero length OCTET STRING.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID"
                    },
                    "ciiCircLevelHelloMultiplier": {
                      "type": "integer",
                      "description": "This value is multiplied by the corresponding HelloTimer\n            and the result in seconds (rounded up) is used as the\n            holding time in transmitted hellos, to be used by\n            receivers of hello packets from this IS",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelHelloTimer": {
                      "type": "integer",
                      "description": "Maximum period, in milliseconds, between IIH PDUs\n            on multiaccess networks at this level for LANs.\n            The value at L1 is used as the period between\n            Hellos on L1L2 point to point circuits.  Setting\n            this value at level 2 on an L1L2 point to point\n            circuit will result in an error of InconsistentValue.\n            \n            This object follows the resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelDRHelloTimer": {
                      "type": "integer",
                      "description": "Period, in milliseconds, between Hello PDUs on\n            multiaccess networks when this IS is the Designated\n            Intermediate System.  This object follows the\n            resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelLSPThrottle": {
                      "type": "string",
                      "description": "Minimal interval of time, in milliseconds, between\n            transmissions of LSPs on an interface at this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiCircLevelMinLSPRetransInt": {
                      "type": "integer",
                      "description": "Minimum interval, in seconds, between re-transmission of\n            an LSP at this level. This object follows the\n            resettingTimer behavior.\n            \n            Note that ciiCircLevelLSPThrottle controls\n            how fast we send back to back LSPs.  This variable\n            controls how fast we re-send the same LSP.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelCSNPInterval": {
                      "type": "integer",
                      "description": "Interval of time, in seconds, between periodic\n            transmission of a complete set of CSNPs on\n            multiaccess networks if this router is the\n            designated router at this level.\n            \n            This object follows the resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelPartSNPInterval": {
                      "type": "integer",
                      "description": "Minimum interval in seconds between sending Partial\n            Sequence Number PDUs at this level. This object\n            follows the resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiCircLevelIndex": "example-string",
                    "ciiCircLevelMetric": "example-string",
                    "ciiCircLevelWideMetric": "example-string",
                    "ciiCircLevelISPriority": "example-string",
                    "ciiCircLevelIDOctet": -2147483648,
                    "ciiCircLevelID": "example-string",
                    "ciiCircLevelDesIS": "example-string",
                    "ciiCircLevelHelloMultiplier": -2147483648,
                    "ciiCircLevelHelloTimer": -2147483648,
                    "ciiCircLevelDRHelloTimer": -2147483648,
                    "ciiCircLevelLSPThrottle": "example-string",
                    "ciiCircLevelMinLSPRetransInt": -2147483648,
                    "ciiCircLevelCSNPInterval": -2147483648,
                    "ciiCircLevelPartSNPInterval": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircLevelEntry-2"
      },
      "x-yang-path": "/ciiCircLevelTable/ciiCircLevelEntry={ciiCircIndex ciiCircLevelIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiCircLevelIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircuitCounterTable/ciiCircuitCounterEntry={ciiCircIndex},{ciiCircuitType}": {
      "get": {
        "summary": "Get ciiCircuitCounterEntry entry",
        "description": "Retrieve specific ciiCircuitCounterEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiCircuitType",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiCircuitType": {
                      "type": "string",
                      "description": "What type of circuit saw these counts?\n            \n            The point to point Hello PDU includes\n            both L1 and L2, and ISs form a single\n            adjacency on point to point links.\n            Thus we combine counts on\n            point to point links into one group."
                    },
                    "ciiCircAdjChanges": {
                      "type": "integer",
                      "description": "The number of times an adjacency state change has\n            occurred on this circuit.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircNumAdj": {
                      "type": "integer",
                      "description": "The number of adjacencies on this circuit.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircInitFails": {
                      "type": "integer",
                      "description": "The number of times initialization of this circuit has\n            failed.  This counts events such as PPP NCP failures.\n            Failures to form an adjacency are counted by\n            ciiCircRejAdjs.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircRejAdjs": {
                      "type": "integer",
                      "description": "The number of times an adjacency has been rejected on\n            this circuit.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircIDFieldLenMismatches": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with an ID\n            field length different to that for this system has been\n            received.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircMaxAreaAddrMismatches": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with a\n            max area address field different to that for this\n            system has been received.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircAuthTypeFails": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with\n            an auth type field different to that for this\n            system has been received.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircAuthFails": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with\n            the correct auth type has failed to pass authentication\n            validation.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircLANDesISChanges": {
                      "type": "integer",
                      "description": "The number of times the Designated IS has changed\n            on this circuit at this level.  If the circuit is\n            point to point, this count is zero.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircuitCounterEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiCircuitType": "ethernetCsmacd(6)",
                    "ciiCircAdjChanges": 0,
                    "ciiCircNumAdj": 0,
                    "ciiCircInitFails": 0,
                    "ciiCircRejAdjs": 0,
                    "ciiCircIDFieldLenMismatches": 0,
                    "ciiCircMaxAreaAddrMismatches": 0,
                    "ciiCircAuthTypeFails": 0,
                    "ciiCircAuthFails": 0,
                    "ciiCircLANDesISChanges": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircuitCounterEntry-2"
      },
      "x-yang-path": "/ciiCircuitCounterTable/ciiCircuitCounterEntry={ciiCircIndex ciiCircuitType}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiCircuitType"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiPacketCounterTable/ciiPacketCounterEntry={ciiCircIndex},{ciiPacketCountLevel},{ciiPacketCountDirection}": {
      "get": {
        "summary": "Get ciiPacketCounterEntry entry",
        "description": "Retrieve specific ciiPacketCounterEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiPacketCountLevel",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiPacketCountDirection",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiPacketCountLevel": {
                      "type": "string",
                      "description": "The level at which these PDU counts have been collected."
                    },
                    "ciiPacketCountDirection": {
                      "type": "string",
                      "description": "Were we sending or receiving these PDUs?"
                    },
                    "ciiPacketCountIIHellos": {
                      "type": "integer",
                      "description": "The number of IS-IS Hello PDU frames seen in this\n            direction at this level.\n            \n            Point-to-Point IIH PDUs are counted at\n            the lowest enabled level: at L1 on L1 or L1L2 circuits,\n            and at L2 otherwise.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountISHellos": {
                      "type": "integer",
                      "description": "The number of ES-IS Hello PDU frames seen in this\n            direction.  ISH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountESHellos": {
                      "type": "integer",
                      "description": "The number of ES Hello PDU frames seen in this\n            direction.  ESH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountLSPs": {
                      "type": "integer",
                      "description": "The number of IS-IS LSP frames seen in this\n            direction at this level.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountCSNPs": {
                      "type": "integer",
                      "description": "The number of IS-IS CSNP frames seen in this\n            direction at this level.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountPSNPs": {
                      "type": "integer",
                      "description": "The number of IS-IS PSNP frames seen in this\n            direction at this level.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountUnknowns": {
                      "type": "integer",
                      "description": "The number of unknown IS-IS PDU frames seen\n            at this level.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPacketCounterEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiPacketCountLevel": "192.168.1.1",
                    "ciiPacketCountDirection": "192.168.1.1",
                    "ciiPacketCountIIHellos": 0,
                    "ciiPacketCountISHellos": 0,
                    "ciiPacketCountESHellos": 0,
                    "ciiPacketCountLSPs": 0,
                    "ciiPacketCountCSNPs": 0,
                    "ciiPacketCountPSNPs": 0,
                    "ciiPacketCountUnknowns": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiPacketCounterEntry-2"
      },
      "x-yang-path": "/ciiPacketCounterTable/ciiPacketCounterEntry={ciiCircIndex ciiPacketCountLevel ciiPacketCountDirection}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiPacketCountLevel ciiPacketCountDirection"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjTable/ciiISAdjEntry={ciiCircIndex},{ciiISAdjIndex}": {
      "get": {
        "summary": "Get ciiISAdjEntry entry",
        "description": "Retrieve specific ciiISAdjEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjIndex": {
                      "type": "integer",
                      "description": "A unique value identifying the IS adjacency from all\n            other such adjacencies on this circuit. This value is\n            automatically assigned by the system when the adjacency\n            is created.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiISAdjState": {
                      "type": "string",
                      "description": "The state of the adjacency"
                    },
                    "ciiISAdj3WayState": {
                      "type": "string",
                      "description": "The 3Way state of the adjacency.  These are picked\n            to match the historical on-the-wire representation\n            of the 3Way state, and are not intended to match\n            ciiISAdjState."
                    },
                    "ciiISAdjNeighSNPAAddress": {
                      "type": "string",
                      "description": "The SNPA address of the neighboring system.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiISAdjNeighSysType": {
                      "type": "string",
                      "description": "The type of the neighboring system."
                    },
                    "ciiISAdjNeighSysID": {
                      "type": "string",
                      "description": "The system ID of the neighboring Intermediate\n            System.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID"
                    },
                    "ciiISAdjNbrExtendedCircID": {
                      "type": "integer",
                      "description": "The 4 byte Extended Circuit ID learned from the\n            Neighbor during 3-way handshake, or 0.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiISAdjUsage": {
                      "type": "string",
                      "description": "How is the adjacency used?  On a point-to-point link,\n            this might be level1and2, but on a LAN, the usage will\n            be level1 on the adjacency between peers at L1,\n            and level2 for the adjacency between peers at L2."
                    },
                    "ciiISAdjHoldTimer": {
                      "type": "string",
                      "description": "The holding time in seconds for this adjacency.\n            This value is based on received IIH PDUs and\n            the elapsed time since receipt.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiISAdjNeighPriority": {
                      "type": "string",
                      "description": "Priority of the neighboring Intermediate System for\n            becoming the Designated Intermediate System.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority"
                    },
                    "ciiISAdjLastUpTime": {
                      "type": "string",
                      "description": "If the ciiISAdjState is in state 'up', the value\n            of sysUpTime when the adjacency most recently\n            entered the state 'up',  or 0 if it has never\n            been in state 'up'.",
                      "x-yang-type": "yang:timeticks"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiISAdjIndex": 1,
                    "ciiISAdjState": "up(1)",
                    "ciiISAdj3WayState": "up(1)",
                    "ciiISAdjNeighSNPAAddress": "192.168.1.1",
                    "ciiISAdjNeighSysType": "ethernetCsmacd(6)",
                    "ciiISAdjNeighSysID": "example-string",
                    "ciiISAdjNbrExtendedCircID": 0,
                    "ciiISAdjUsage": "example-string",
                    "ciiISAdjHoldTimer": "example-string",
                    "ciiISAdjNeighPriority": "example-string",
                    "ciiISAdjLastUpTime": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjEntry-2"
      },
      "x-yang-path": "/ciiISAdjTable/ciiISAdjEntry={ciiCircIndex ciiISAdjIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiISAdjIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrTable/ciiISAdjAreaAddrEntry={ciiCircIndex},{ciiISAdjIndex},{ciiISAdjAreaAddrIndex}": {
      "get": {
        "summary": "Get ciiISAdjAreaAddrEntry entry",
        "description": "Retrieve specific ciiISAdjAreaAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjAreaAddrIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "description": "ciiISAdjIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjAreaAddrIndex": {
                      "type": "integer",
                      "description": "An index for the areas associated with one neighbor.\n            This provides a simple way to walk the table.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiISAdjAreaAddress": {
                      "type": "string",
                      "description": "One Area Address as reported in IIH PDUs received from\n            the neighbor.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiISAdjIndex": "example-string",
                    "ciiISAdjAreaAddrIndex": 1,
                    "ciiISAdjAreaAddress": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjAreaAddrEntry-2"
      },
      "x-yang-path": "/ciiISAdjAreaAddrTable/ciiISAdjAreaAddrEntry={ciiCircIndex ciiISAdjIndex ciiISAdjAreaAddrIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiISAdjIndex ciiISAdjAreaAddrIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrTable/ciiISAdjIPAddrEntry={ciiCircIndex},{ciiISAdjIndex},{ciiISAdjIPAddrIndex}": {
      "get": {
        "summary": "Get ciiISAdjIPAddrEntry entry",
        "description": "Retrieve specific ciiISAdjIPAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjIPAddrIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "description": "ciiISAdjIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjIPAddrIndex": {
                      "type": "integer",
                      "description": "An index to this table which identifies the IP addresses\n            to which this entry belongs.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiISAdjIPAddrType": {
                      "type": "string",
                      "description": "The type of one IP Address as reported in IIH PDUs\n            received from the neighbor.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ciiISAdjIPAddrAddress": {
                      "type": "string",
                      "description": "One IP Address as reported in IIH PDUs received from the\n            neighbor.",
                      "x-yang-type": "inet-address:InetAddress"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiISAdjIndex": "example-string",
                    "ciiISAdjIPAddrIndex": 1,
                    "ciiISAdjIPAddrType": "192.168.1.1",
                    "ciiISAdjIPAddrAddress": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjIPAddrEntry-2"
      },
      "x-yang-path": "/ciiISAdjIPAddrTable/ciiISAdjIPAddrEntry={ciiCircIndex ciiISAdjIndex ciiISAdjIPAddrIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiISAdjIndex ciiISAdjIPAddrIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppTable/ciiISAdjProtSuppEntry={ciiCircIndex},{ciiISAdjIndex},{ciiISAdjProtSuppProtocol}": {
      "get": {
        "summary": "Get ciiISAdjProtSuppEntry entry",
        "description": "Retrieve specific ciiISAdjProtSuppEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjProtSuppProtocol",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "description": "ciiISAdjIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjProtSuppProtocol": {
                      "type": "string",
                      "description": "One supported protocol as reported in IIH PDUs received\n            from the neighbor.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiISAdjIndex": "example-string",
                    "ciiISAdjProtSuppProtocol": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjProtSuppEntry-2"
      },
      "x-yang-path": "/ciiISAdjProtSuppTable/ciiISAdjProtSuppEntry={ciiCircIndex ciiISAdjIndex ciiISAdjProtSuppProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiISAdjIndex ciiISAdjProtSuppProtocol"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRATable/ciiRAEntry={ciiCircIndex},{ciiRAIndex}": {
      "get": {
        "summary": "Get ciiRAEntry entry",
        "description": "Retrieve specific ciiRAEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiRAIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiRAIndex": {
                      "type": "integer",
                      "description": "The identifier for this ciiRAEntry. This value must be\n            unique amongst all Reachable Addresses on the same parent\n            Circuit. This object follows the index and ManualOrAutomatic\n            behaviors.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiRAExistState": {
                      "type": "string",
                      "description": "The existence state of this Reachable Address. This\n            object follows the ManualOrAutomatic behaviors.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    },
                    "ciiRAAdminState": {
                      "type": "string",
                      "description": "The administrative state of the Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                    },
                    "ciiRAAddrPrefix": {
                      "type": "string",
                      "description": "The destination of this Reachable Address. This is an\n            Address Prefix. This object follows the\n            replaceOnlyWhileDisabled and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiRAMapType": {
                      "type": "string",
                      "description": "The type of mapping to be employed to ascertain the SNPA\n            Address which should be used in forwarding PDUs for this\n            Reachable Address prefix. This object follows the\n            ManualOrAutomatic behavior. The following values of\n            mapping type are defined:\n            \n                none: The mapping is null because the neighbor SNPA is\n                      implicit by nature of the subnetwork (e.g. a\n                      point-to-point linkage).\n            \n                explicit: The subnetwork addresses in the object\n                      ciiRASNPAAddress is to be used.\n            \n                extractIDI: The SNPA is embedded in the IDI of\n                      the destination NSAP Address. The mapping\n                      algorithm extracts the SNPA to be used\n                      according to the format and encoding rules of\n                      ISO8473/Add2. This SNPA extraction algorithm can\n                      be used in conjunction with Reachable Address\n                      prefixes from the X.121, F.69, E.163 and E.164\n                      addressing subdomains.\n            \n                extractDSP: All, or a suffix, of the SNPA is embedded\n                      in the DSP of the destination address. This SNPA\n                      extraction algorithm extracts the embedded\n                      subnetwork addressing information by performing a\n                      logical AND of the ciiRASNPAMask object value\n                      with the destination address. The part of the\n                      SNPA extracted from the destination NSAP is\n                      appended to the ciiRASNPAPrefix object value to\n                      form the next hop subnetwork addressing\n                      information."
                    },
                    "ciiRAMetric": {
                      "type": "string",
                      "description": "The metric value for reaching the specified\n            prefix over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                    },
                    "ciiRAMetricType": {
                      "type": "string",
                      "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType"
                    },
                    "ciiRASNPAAddress": {
                      "type": "string",
                      "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches the address\n            prefix of the Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiRASNPAMask": {
                      "type": "string",
                      "description": "A bit mask with 1 bits indicating the positions in the\n            effective destination address from which embedded SNPA\n            information is to be extracted. For the extraction the\n            first octet of the ciiRASNPAMask object value is aligned\n            with the first octet (AFI) of the NSAP Address. If the\n            ciiRASNPAMask object value and NSAP Address are of\n            different lengths, the shorter of the two is logically\n            padded with zeros before performing the extraction. This\n            object follows the ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiRASNPAPrefix": {
                      "type": "string",
                      "description": "A fixed SNPA prefix for use when the ciiRAMapType is\n            extractDSP. The SNPA Address to use is formed by\n            concatenating the fixed SNPA prefix with a variable SNPA\n            part that is extracted from the effective destination\n            address. For Reachable Address prefixes in which the\n            entire SNPA is embedded in the DSP the SNPA Prefix shall\n            be null. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiRAType": {
                      "type": "string",
                      "description": "The type of Reachable address. Those of type\n            manual are created by the network manager. Those\n            of type automatic are created through propagation\n            of routing information from another routing\n            protocol (eg. IDRP)."
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRAEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiRAIndex": 1,
                    "ciiRAExistState": "up(1)",
                    "ciiRAAdminState": "up(1)",
                    "ciiRAAddrPrefix": "192.168.1.1",
                    "ciiRAMapType": "ethernetCsmacd(6)",
                    "ciiRAMetric": "example-string",
                    "ciiRAMetricType": "ethernetCsmacd(6)",
                    "ciiRASNPAAddress": "192.168.1.1",
                    "ciiRASNPAMask": "example-string",
                    "ciiRASNPAPrefix": "example-string",
                    "ciiRAType": "ethernetCsmacd(6)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRAEntry-2"
      },
      "x-yang-path": "/ciiRATable/ciiRAEntry={ciiCircIndex ciiRAIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiRAIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiIPRATable/ciiIPRAEntry={ciiIPRADestType},{ciiIPRADest},{ciiIPRADestPrefixLen},{ciiIPRANextHopIndex}": {
      "get": {
        "summary": "Get ciiIPRAEntry entry",
        "description": "Retrieve specific ciiIPRAEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiIPRADestType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiIPRADest",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiIPRADestPrefixLen",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiIPRANextHopIndex",
            "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": {
                    "ciiIPRADestType": {
                      "type": "string",
                      "description": "The type of this IP Reachable Address.  This object\n            follows the ManualOrAutomatic behavior.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ciiIPRADest": {
                      "type": "string",
                      "description": "The destination of this IP Reachable Address. This is\n            either a network address, subnetwork address or host\n            address. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ciiIPRADestPrefixLen": {
                      "type": "string",
                      "description": "The length of the IP Netmask for Reachability Address.\n            This object follows the ManualOrAutomatic behavior.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength"
                    },
                    "ciiIPRANextHopIndex": {
                      "type": "integer",
                      "description": "Index of next hop.  Used when there are multiple Equal\n            Cost Multipath alternatives for the same destination.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiIPRANextHopType": {
                      "type": "string",
                      "description": "The type of the IP next hop address.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ciiIPRANextHop": {
                      "type": "string",
                      "description": "The IP next hop to this destination.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ciiIPRAType": {
                      "type": "string",
                      "description": "The type of this IP Reachable Address. Those of type\n            manual are created by the network manager. Those of type\n            automatic are created through propagation of routing\n            information from another routing protocol.  This object\n            follows the ManualOrAutomatic behavior."
                    },
                    "ciiIPRAExistState": {
                      "type": "string",
                      "description": "The state of this IP Reachable Address. This object\n            follows the ExistenceState and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    },
                    "ciiIPRAAdminState": {
                      "type": "string",
                      "description": "The administrative state of the IP Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                    },
                    "ciiIPRAMetric": {
                      "type": "string",
                      "description": "The metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                    },
                    "ciiIPRAMetricType": {
                      "type": "string",
                      "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType"
                    },
                    "ciiIPRAFullMetric": {
                      "type": "string",
                      "description": "The wide metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric"
                    },
                    "ciiIPRASNPAAddress": {
                      "type": "string",
                      "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches this IP\n            Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiIPRASourceType": {
                      "type": "string",
                      "description": "The origin of this route."
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiIPRAEntry": {
                    "ciiIPRADestType": "192.168.1.1",
                    "ciiIPRADest": "192.168.1.1",
                    "ciiIPRADestPrefixLen": "192.168.1.1",
                    "ciiIPRANextHopIndex": 1,
                    "ciiIPRANextHopType": "192.168.1.1",
                    "ciiIPRANextHop": "192.168.1.1",
                    "ciiIPRAType": "192.168.1.1",
                    "ciiIPRAExistState": "192.168.1.1",
                    "ciiIPRAAdminState": "192.168.1.1",
                    "ciiIPRAMetric": "192.168.1.1",
                    "ciiIPRAMetricType": "192.168.1.1",
                    "ciiIPRAFullMetric": "192.168.1.1",
                    "ciiIPRASNPAAddress": "192.168.1.1",
                    "ciiIPRASourceType": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiIPRAEntry-2"
      },
      "x-yang-path": "/ciiIPRATable/ciiIPRAEntry={ciiIPRADestType ciiIPRADest ciiIPRADestPrefixLen ciiIPRANextHopIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiIPRADestType ciiIPRADest ciiIPRADestPrefixLen ciiIPRANextHopIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiLSPSummaryTable/ciiLSPSummaryEntry={ciiLSPLevel},{ciiLSPID}": {
      "get": {
        "summary": "Get ciiLSPSummaryEntry entry",
        "description": "Retrieve specific ciiLSPSummaryEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiLSPLevel",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiLSPID",
            "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": {
                    "ciiLSPLevel": {
                      "type": "string",
                      "description": "At which level does this LSP appear?",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel"
                    },
                    "ciiLSPID": {
                      "type": "string",
                      "description": "The 8 byte LSP ID, consisting of the SystemID,\n            Circuit ID, and Fragment Number.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLinkStatePDUID"
                    },
                    "ciiLSPSeq": {
                      "type": "integer",
                      "description": "The sequence number for this LSP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiLSPZeroLife": {
                      "type": "boolean",
                      "description": "Is this LSP being purged by this System?"
                    },
                    "ciiLSPChecksum": {
                      "type": "string",
                      "description": "The 16 bit Fletcher Checksum.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiLSPLifetimeRemain": {
                      "type": "string",
                      "description": "The remaining lifetime in seconds for this LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiLSPPDULength": {
                      "type": "string",
                      "description": "The length of this LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiLSPAttributes": {
                      "type": "string",
                      "description": "Flags carried by the LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPSummaryEntry": {
                    "ciiLSPLevel": "example-string",
                    "ciiLSPID": "example-string",
                    "ciiLSPSeq": 0,
                    "ciiLSPZeroLife": true,
                    "ciiLSPChecksum": "example-string",
                    "ciiLSPLifetimeRemain": "example-string",
                    "ciiLSPPDULength": "example-string",
                    "ciiLSPAttributes": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiLSPSummaryEntry-2"
      },
      "x-yang-path": "/ciiLSPSummaryTable/ciiLSPSummaryEntry={ciiLSPLevel ciiLSPID}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiLSPLevel ciiLSPID"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiLSPTLVTable/ciiLSPTLVEntry={ciiLSPLevel},{ciiLSPID},{ciiLSPTLVIndex}": {
      "get": {
        "summary": "Get ciiLSPTLVEntry entry",
        "description": "Retrieve specific ciiLSPTLVEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiLSPLevel",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiLSPID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiLSPTLVIndex",
            "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": {
                    "ciiLSPLevel": {
                      "type": "string",
                      "description": "ciiLSPLevel",
                      "x-yang-type": "leafref"
                    },
                    "ciiLSPID": {
                      "type": "string",
                      "description": "ciiLSPID",
                      "x-yang-type": "leafref"
                    },
                    "ciiLSPTLVIndex": {
                      "type": "integer",
                      "description": "The index of this TLV in the LSP.  The first TLV has index 1\n            and the Nth TLV has an index of N.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiLSPTLVSeq": {
                      "type": "integer",
                      "description": "The sequence number for this LSP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiLSPTLVChecksum": {
                      "type": "string",
                      "description": "The 16 bit Fletcher Checksum.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiLSPTLVType": {
                      "type": "string",
                      "description": "The type of this TLV.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                    },
                    "ciiLSPTLVLen": {
                      "type": "string",
                      "description": "The length of this TLV.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                    },
                    "ciiLSPTLVValue": {
                      "type": "string",
                      "description": "The value of this TLV.",
                      "format": "binary"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPTLVEntry": {
                    "ciiLSPLevel": "example-string",
                    "ciiLSPID": "example-string",
                    "ciiLSPTLVIndex": 1,
                    "ciiLSPTLVSeq": 0,
                    "ciiLSPTLVChecksum": "example-string",
                    "ciiLSPTLVType": "ethernetCsmacd(6)",
                    "ciiLSPTLVLen": "example-string",
                    "ciiLSPTLVValue": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiLSPTLVEntry-2"
      },
      "x-yang-path": "/ciiLSPTLVTable/ciiLSPTLVEntry={ciiLSPLevel ciiLSPID ciiLSPTLVIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiLSPLevel ciiLSPID ciiLSPTLVIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiSummAddrEntry={ciiSummAddressType},{ciiSummAddress},{ciiSummAddrPrefixLen}": {
      "get": {
        "summary": "Get ciiSummAddrEntry entry",
        "description": "Retrieve specific ciiSummAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiSummAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiSummAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiSummAddrPrefixLen",
            "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": {
                    "ciiSummAddressType": {
                      "type": "string",
                      "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ciiSummAddress": {
                      "type": "string",
                      "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ciiSummAddrPrefixLen": {
                      "type": "string",
                      "description": "The Length of the IP NetMask for this summary address.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength"
                    },
                    "ciiSummAddrExistState": {
                      "type": "string",
                      "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    },
                    "ciiSummAddrMetric": {
                      "type": "string",
                      "description": "The metric value to announce this summary\n            address with in LSPs generated by this system.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                    },
                    "ciiSummAddrFullMetric": {
                      "type": "string",
                      "description": "The wide metric value to announce this summary\n            address with in LSPs generated by this system.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiSummAddrEntry": {
                    "ciiSummAddressType": "192.168.1.1",
                    "ciiSummAddress": "192.168.1.1",
                    "ciiSummAddrPrefixLen": "192.168.1.1",
                    "ciiSummAddrExistState": "192.168.1.1",
                    "ciiSummAddrMetric": "192.168.1.1",
                    "ciiSummAddrFullMetric": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiSummAddrEntry-4"
      },
      "x-yang-path": "/ciiSummAddrEntry={ciiSummAddressType ciiSummAddress ciiSummAddrPrefixLen}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiSummAddressType ciiSummAddress ciiSummAddrPrefixLen"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRedistributeAddrEntry={ciiRedistributeAddrType},{ciiRedistributeAddrAddress},{ciiRedistributeAddrPrefixLen}": {
      "get": {
        "summary": "Get ciiRedistributeAddrEntry entry",
        "description": "Retrieve specific ciiRedistributeAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiRedistributeAddrType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiRedistributeAddrAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiRedistributeAddrPrefixLen",
            "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": {
                    "ciiRedistributeAddrType": {
                      "type": "string",
                      "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ciiRedistributeAddrAddress": {
                      "type": "string",
                      "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ciiRedistributeAddrPrefixLen": {
                      "type": "string",
                      "description": "The Length of the IP NetMask for this summary address.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength"
                    },
                    "ciiRedistributeAddrExistState": {
                      "type": "string",
                      "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRedistributeAddrEntry": {
                    "ciiRedistributeAddrType": "192.168.1.1",
                    "ciiRedistributeAddrAddress": "192.168.1.1",
                    "ciiRedistributeAddrPrefixLen": "192.168.1.1",
                    "ciiRedistributeAddrExistState": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRedistributeAddrEntry-4"
      },
      "x-yang-path": "/ciiRedistributeAddrEntry={ciiRedistributeAddrType ciiRedistributeAddrAddress ciiRedistributeAddrPrefixLen}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiRedistributeAddrType ciiRedistributeAddrAddress ciiRedistributeAddrPrefixLen"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRouterEntry={ciiRouterSysID},{ciiRouterLevel}": {
      "get": {
        "summary": "Get ciiRouterEntry entry",
        "description": "Retrieve specific ciiRouterEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiRouterSysID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiRouterLevel",
            "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": {
                    "ciiRouterSysID": {
                      "type": "string",
                      "description": "The System ID of the Router Peer.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID"
                    },
                    "ciiRouterLevel": {
                      "type": "string",
                      "description": "The level of this Intermediate System.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel"
                    },
                    "ciiRouterHostName": {
                      "type": "string",
                      "description": "The hostname listed in LSP, or zero-length string if none.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "ciiRouterID": {
                      "type": "integer",
                      "description": "The Router ID of the Peer found in LSP, or zero if none.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRouterEntry": {
                    "ciiRouterSysID": "example-string",
                    "ciiRouterLevel": "example-string",
                    "ciiRouterHostName": "interface-1",
                    "ciiRouterID": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRouterEntry-4"
      },
      "x-yang-path": "/ciiRouterEntry={ciiRouterSysID ciiRouterLevel}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiRouterSysID ciiRouterLevel"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircLevelEntry={ciiCircIndex},{ciiCircLevelIndex}": {
      "get": {
        "summary": "Get ciiCircLevelEntry entry",
        "description": "Retrieve specific ciiCircLevelEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiCircLevelIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiCircLevelIndex": {
                      "type": "string",
                      "description": "The level that this entry describes."
                    },
                    "ciiCircLevelMetric": {
                      "type": "string",
                      "description": "The metric value of this circuit for this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                    },
                    "ciiCircLevelWideMetric": {
                      "type": "string",
                      "description": "The wide metric value of this circuit for this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiWideMetric"
                    },
                    "ciiCircLevelISPriority": {
                      "type": "string",
                      "description": "The priority for becoming LAN Designated\n            Intermediate System at this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority"
                    },
                    "ciiCircLevelIDOctet": {
                      "type": "integer",
                      "description": "A one byte identifier that can be used in protocol packets\n            to identify a circuit.  Values of ciiCircLevelIDOctet\n            do not need to be unique.  They are only required to\n            differ on LANs where the Intermediate System is the\n            Designated Intermediate System.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelID": {
                      "type": "string",
                      "description": "On a point to point circuit with a fully initialized\n            adjacency to a peer IS, the value of this object is\n            the circuit ID negotiated during adjacency initialization.\n            On a point to point circuit without such an adjacency,\n            the value is the concatenation of the local system ID\n            and the one byte ciiCircLevelIDOctet for this circuit\n            i.e. the value that would be proposed for the circuit ID.\n            \n            On other circuit types, the value returned is the zero\n            length OCTET STRING.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID"
                    },
                    "ciiCircLevelDesIS": {
                      "type": "string",
                      "description": "The ID of the LAN Designated Intermediate System\n            on this circuit at this level. If, for any reason,\n            this system is not partaking in the relevant\n            Designated Intermediate System election process,\n            then the value returned is the zero length OCTET STRING.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID"
                    },
                    "ciiCircLevelHelloMultiplier": {
                      "type": "integer",
                      "description": "This value is multiplied by the corresponding HelloTimer\n            and the result in seconds (rounded up) is used as the\n            holding time in transmitted hellos, to be used by\n            receivers of hello packets from this IS",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelHelloTimer": {
                      "type": "integer",
                      "description": "Maximum period, in milliseconds, between IIH PDUs\n            on multiaccess networks at this level for LANs.\n            The value at L1 is used as the period between\n            Hellos on L1L2 point to point circuits.  Setting\n            this value at level 2 on an L1L2 point to point\n            circuit will result in an error of InconsistentValue.\n            \n            This object follows the resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelDRHelloTimer": {
                      "type": "integer",
                      "description": "Period, in milliseconds, between Hello PDUs on\n            multiaccess networks when this IS is the Designated\n            Intermediate System.  This object follows the\n            resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelLSPThrottle": {
                      "type": "string",
                      "description": "Minimal interval of time, in milliseconds, between\n            transmissions of LSPs on an interface at this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiCircLevelMinLSPRetransInt": {
                      "type": "integer",
                      "description": "Minimum interval, in seconds, between re-transmission of\n            an LSP at this level. This object follows the\n            resettingTimer behavior.\n            \n            Note that ciiCircLevelLSPThrottle controls\n            how fast we send back to back LSPs.  This variable\n            controls how fast we re-send the same LSP.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelCSNPInterval": {
                      "type": "integer",
                      "description": "Interval of time, in seconds, between periodic\n            transmission of a complete set of CSNPs on\n            multiaccess networks if this router is the\n            designated router at this level.\n            \n            This object follows the resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiCircLevelPartSNPInterval": {
                      "type": "integer",
                      "description": "Minimum interval in seconds between sending Partial\n            Sequence Number PDUs at this level. This object\n            follows the resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircLevelEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiCircLevelIndex": "example-string",
                    "ciiCircLevelMetric": "example-string",
                    "ciiCircLevelWideMetric": "example-string",
                    "ciiCircLevelISPriority": "example-string",
                    "ciiCircLevelIDOctet": -2147483648,
                    "ciiCircLevelID": "example-string",
                    "ciiCircLevelDesIS": "example-string",
                    "ciiCircLevelHelloMultiplier": -2147483648,
                    "ciiCircLevelHelloTimer": -2147483648,
                    "ciiCircLevelDRHelloTimer": -2147483648,
                    "ciiCircLevelLSPThrottle": "example-string",
                    "ciiCircLevelMinLSPRetransInt": -2147483648,
                    "ciiCircLevelCSNPInterval": -2147483648,
                    "ciiCircLevelPartSNPInterval": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircLevelEntry-4"
      },
      "x-yang-path": "/ciiCircLevelEntry={ciiCircIndex ciiCircLevelIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiCircLevelIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiCircuitCounterEntry={ciiCircIndex},{ciiCircuitType}": {
      "get": {
        "summary": "Get ciiCircuitCounterEntry entry",
        "description": "Retrieve specific ciiCircuitCounterEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiCircuitType",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiCircuitType": {
                      "type": "string",
                      "description": "What type of circuit saw these counts?\n            \n            The point to point Hello PDU includes\n            both L1 and L2, and ISs form a single\n            adjacency on point to point links.\n            Thus we combine counts on\n            point to point links into one group."
                    },
                    "ciiCircAdjChanges": {
                      "type": "integer",
                      "description": "The number of times an adjacency state change has\n            occurred on this circuit.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircNumAdj": {
                      "type": "integer",
                      "description": "The number of adjacencies on this circuit.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircInitFails": {
                      "type": "integer",
                      "description": "The number of times initialization of this circuit has\n            failed.  This counts events such as PPP NCP failures.\n            Failures to form an adjacency are counted by\n            ciiCircRejAdjs.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircRejAdjs": {
                      "type": "integer",
                      "description": "The number of times an adjacency has been rejected on\n            this circuit.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircIDFieldLenMismatches": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with an ID\n            field length different to that for this system has been\n            received.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircMaxAreaAddrMismatches": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with a\n            max area address field different to that for this\n            system has been received.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircAuthTypeFails": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with\n            an auth type field different to that for this\n            system has been received.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircAuthFails": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with\n            the correct auth type has failed to pass authentication\n            validation.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiCircLANDesISChanges": {
                      "type": "integer",
                      "description": "The number of times the Designated IS has changed\n            on this circuit at this level.  If the circuit is\n            point to point, this count is zero.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiCircuitCounterEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiCircuitType": "ethernetCsmacd(6)",
                    "ciiCircAdjChanges": 0,
                    "ciiCircNumAdj": 0,
                    "ciiCircInitFails": 0,
                    "ciiCircRejAdjs": 0,
                    "ciiCircIDFieldLenMismatches": 0,
                    "ciiCircMaxAreaAddrMismatches": 0,
                    "ciiCircAuthTypeFails": 0,
                    "ciiCircAuthFails": 0,
                    "ciiCircLANDesISChanges": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiCircuitCounterEntry-4"
      },
      "x-yang-path": "/ciiCircuitCounterEntry={ciiCircIndex ciiCircuitType}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiCircuitType"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiPacketCounterEntry={ciiCircIndex},{ciiPacketCountLevel},{ciiPacketCountDirection}": {
      "get": {
        "summary": "Get ciiPacketCounterEntry entry",
        "description": "Retrieve specific ciiPacketCounterEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiPacketCountLevel",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiPacketCountDirection",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiPacketCountLevel": {
                      "type": "string",
                      "description": "The level at which these PDU counts have been collected."
                    },
                    "ciiPacketCountDirection": {
                      "type": "string",
                      "description": "Were we sending or receiving these PDUs?"
                    },
                    "ciiPacketCountIIHellos": {
                      "type": "integer",
                      "description": "The number of IS-IS Hello PDU frames seen in this\n            direction at this level.\n            \n            Point-to-Point IIH PDUs are counted at\n            the lowest enabled level: at L1 on L1 or L1L2 circuits,\n            and at L2 otherwise.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountISHellos": {
                      "type": "integer",
                      "description": "The number of ES-IS Hello PDU frames seen in this\n            direction.  ISH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountESHellos": {
                      "type": "integer",
                      "description": "The number of ES Hello PDU frames seen in this\n            direction.  ESH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountLSPs": {
                      "type": "integer",
                      "description": "The number of IS-IS LSP frames seen in this\n            direction at this level.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountCSNPs": {
                      "type": "integer",
                      "description": "The number of IS-IS CSNP frames seen in this\n            direction at this level.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountPSNPs": {
                      "type": "integer",
                      "description": "The number of IS-IS PSNP frames seen in this\n            direction at this level.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiPacketCountUnknowns": {
                      "type": "integer",
                      "description": "The number of unknown IS-IS PDU frames seen\n            at this level.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiPacketCounterEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiPacketCountLevel": "192.168.1.1",
                    "ciiPacketCountDirection": "192.168.1.1",
                    "ciiPacketCountIIHellos": 0,
                    "ciiPacketCountISHellos": 0,
                    "ciiPacketCountESHellos": 0,
                    "ciiPacketCountLSPs": 0,
                    "ciiPacketCountCSNPs": 0,
                    "ciiPacketCountPSNPs": 0,
                    "ciiPacketCountUnknowns": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiPacketCounterEntry-4"
      },
      "x-yang-path": "/ciiPacketCounterEntry={ciiCircIndex ciiPacketCountLevel ciiPacketCountDirection}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiPacketCountLevel ciiPacketCountDirection"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjEntry={ciiCircIndex},{ciiISAdjIndex}": {
      "get": {
        "summary": "Get ciiISAdjEntry entry",
        "description": "Retrieve specific ciiISAdjEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjIndex": {
                      "type": "integer",
                      "description": "A unique value identifying the IS adjacency from all\n            other such adjacencies on this circuit. This value is\n            automatically assigned by the system when the adjacency\n            is created.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiISAdjState": {
                      "type": "string",
                      "description": "The state of the adjacency"
                    },
                    "ciiISAdj3WayState": {
                      "type": "string",
                      "description": "The 3Way state of the adjacency.  These are picked\n            to match the historical on-the-wire representation\n            of the 3Way state, and are not intended to match\n            ciiISAdjState."
                    },
                    "ciiISAdjNeighSNPAAddress": {
                      "type": "string",
                      "description": "The SNPA address of the neighboring system.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiISAdjNeighSysType": {
                      "type": "string",
                      "description": "The type of the neighboring system."
                    },
                    "ciiISAdjNeighSysID": {
                      "type": "string",
                      "description": "The system ID of the neighboring Intermediate\n            System.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID"
                    },
                    "ciiISAdjNbrExtendedCircID": {
                      "type": "integer",
                      "description": "The 4 byte Extended Circuit ID learned from the\n            Neighbor during 3-way handshake, or 0.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiISAdjUsage": {
                      "type": "string",
                      "description": "How is the adjacency used?  On a point-to-point link,\n            this might be level1and2, but on a LAN, the usage will\n            be level1 on the adjacency between peers at L1,\n            and level2 for the adjacency between peers at L2."
                    },
                    "ciiISAdjHoldTimer": {
                      "type": "string",
                      "description": "The holding time in seconds for this adjacency.\n            This value is based on received IIH PDUs and\n            the elapsed time since receipt.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiISAdjNeighPriority": {
                      "type": "string",
                      "description": "Priority of the neighboring Intermediate System for\n            becoming the Designated Intermediate System.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority"
                    },
                    "ciiISAdjLastUpTime": {
                      "type": "string",
                      "description": "If the ciiISAdjState is in state 'up', the value\n            of sysUpTime when the adjacency most recently\n            entered the state 'up',  or 0 if it has never\n            been in state 'up'.",
                      "x-yang-type": "yang:timeticks"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiISAdjIndex": 1,
                    "ciiISAdjState": "up(1)",
                    "ciiISAdj3WayState": "up(1)",
                    "ciiISAdjNeighSNPAAddress": "192.168.1.1",
                    "ciiISAdjNeighSysType": "ethernetCsmacd(6)",
                    "ciiISAdjNeighSysID": "example-string",
                    "ciiISAdjNbrExtendedCircID": 0,
                    "ciiISAdjUsage": "example-string",
                    "ciiISAdjHoldTimer": "example-string",
                    "ciiISAdjNeighPriority": "example-string",
                    "ciiISAdjLastUpTime": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjEntry-4"
      },
      "x-yang-path": "/ciiISAdjEntry={ciiCircIndex ciiISAdjIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiISAdjIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrEntry={ciiCircIndex},{ciiISAdjIndex},{ciiISAdjAreaAddrIndex}": {
      "get": {
        "summary": "Get ciiISAdjAreaAddrEntry entry",
        "description": "Retrieve specific ciiISAdjAreaAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjAreaAddrIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "description": "ciiISAdjIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjAreaAddrIndex": {
                      "type": "integer",
                      "description": "An index for the areas associated with one neighbor.\n            This provides a simple way to walk the table.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiISAdjAreaAddress": {
                      "type": "string",
                      "description": "One Area Address as reported in IIH PDUs received from\n            the neighbor.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjAreaAddrEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiISAdjIndex": "example-string",
                    "ciiISAdjAreaAddrIndex": 1,
                    "ciiISAdjAreaAddress": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjAreaAddrEntry-4"
      },
      "x-yang-path": "/ciiISAdjAreaAddrEntry={ciiCircIndex ciiISAdjIndex ciiISAdjAreaAddrIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiISAdjIndex ciiISAdjAreaAddrIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrEntry={ciiCircIndex},{ciiISAdjIndex},{ciiISAdjIPAddrIndex}": {
      "get": {
        "summary": "Get ciiISAdjIPAddrEntry entry",
        "description": "Retrieve specific ciiISAdjIPAddrEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjIPAddrIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "description": "ciiISAdjIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjIPAddrIndex": {
                      "type": "integer",
                      "description": "An index to this table which identifies the IP addresses\n            to which this entry belongs.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiISAdjIPAddrType": {
                      "type": "string",
                      "description": "The type of one IP Address as reported in IIH PDUs\n            received from the neighbor.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ciiISAdjIPAddrAddress": {
                      "type": "string",
                      "description": "One IP Address as reported in IIH PDUs received from the\n            neighbor.",
                      "x-yang-type": "inet-address:InetAddress"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjIPAddrEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiISAdjIndex": "example-string",
                    "ciiISAdjIPAddrIndex": 1,
                    "ciiISAdjIPAddrType": "192.168.1.1",
                    "ciiISAdjIPAddrAddress": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjIPAddrEntry-4"
      },
      "x-yang-path": "/ciiISAdjIPAddrEntry={ciiCircIndex ciiISAdjIndex ciiISAdjIPAddrIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiISAdjIndex ciiISAdjIPAddrIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppEntry={ciiCircIndex},{ciiISAdjIndex},{ciiISAdjProtSuppProtocol}": {
      "get": {
        "summary": "Get ciiISAdjProtSuppEntry entry",
        "description": "Retrieve specific ciiISAdjProtSuppEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiISAdjProtSuppProtocol",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "description": "ciiISAdjIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiISAdjProtSuppProtocol": {
                      "type": "string",
                      "description": "One supported protocol as reported in IIH PDUs received\n            from the neighbor.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiISAdjProtSuppEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiISAdjIndex": "example-string",
                    "ciiISAdjProtSuppProtocol": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiISAdjProtSuppEntry-4"
      },
      "x-yang-path": "/ciiISAdjProtSuppEntry={ciiCircIndex ciiISAdjIndex ciiISAdjProtSuppProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiISAdjIndex ciiISAdjProtSuppProtocol"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiRAEntry={ciiCircIndex},{ciiRAIndex}": {
      "get": {
        "summary": "Get ciiRAEntry entry",
        "description": "Retrieve specific ciiRAEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiCircIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiRAIndex",
            "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": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref"
                    },
                    "ciiRAIndex": {
                      "type": "integer",
                      "description": "The identifier for this ciiRAEntry. This value must be\n            unique amongst all Reachable Addresses on the same parent\n            Circuit. This object follows the index and ManualOrAutomatic\n            behaviors.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiRAExistState": {
                      "type": "string",
                      "description": "The existence state of this Reachable Address. This\n            object follows the ManualOrAutomatic behaviors.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    },
                    "ciiRAAdminState": {
                      "type": "string",
                      "description": "The administrative state of the Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                    },
                    "ciiRAAddrPrefix": {
                      "type": "string",
                      "description": "The destination of this Reachable Address. This is an\n            Address Prefix. This object follows the\n            replaceOnlyWhileDisabled and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiRAMapType": {
                      "type": "string",
                      "description": "The type of mapping to be employed to ascertain the SNPA\n            Address which should be used in forwarding PDUs for this\n            Reachable Address prefix. This object follows the\n            ManualOrAutomatic behavior. The following values of\n            mapping type are defined:\n            \n                none: The mapping is null because the neighbor SNPA is\n                      implicit by nature of the subnetwork (e.g. a\n                      point-to-point linkage).\n            \n                explicit: The subnetwork addresses in the object\n                      ciiRASNPAAddress is to be used.\n            \n                extractIDI: The SNPA is embedded in the IDI of\n                      the destination NSAP Address. The mapping\n                      algorithm extracts the SNPA to be used\n                      according to the format and encoding rules of\n                      ISO8473/Add2. This SNPA extraction algorithm can\n                      be used in conjunction with Reachable Address\n                      prefixes from the X.121, F.69, E.163 and E.164\n                      addressing subdomains.\n            \n                extractDSP: All, or a suffix, of the SNPA is embedded\n                      in the DSP of the destination address. This SNPA\n                      extraction algorithm extracts the embedded\n                      subnetwork addressing information by performing a\n                      logical AND of the ciiRASNPAMask object value\n                      with the destination address. The part of the\n                      SNPA extracted from the destination NSAP is\n                      appended to the ciiRASNPAPrefix object value to\n                      form the next hop subnetwork addressing\n                      information."
                    },
                    "ciiRAMetric": {
                      "type": "string",
                      "description": "The metric value for reaching the specified\n            prefix over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                    },
                    "ciiRAMetricType": {
                      "type": "string",
                      "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType"
                    },
                    "ciiRASNPAAddress": {
                      "type": "string",
                      "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches the address\n            prefix of the Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiRASNPAMask": {
                      "type": "string",
                      "description": "A bit mask with 1 bits indicating the positions in the\n            effective destination address from which embedded SNPA\n            information is to be extracted. For the extraction the\n            first octet of the ciiRASNPAMask object value is aligned\n            with the first octet (AFI) of the NSAP Address. If the\n            ciiRASNPAMask object value and NSAP Address are of\n            different lengths, the shorter of the two is logically\n            padded with zeros before performing the extraction. This\n            object follows the ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiRASNPAPrefix": {
                      "type": "string",
                      "description": "A fixed SNPA prefix for use when the ciiRAMapType is\n            extractDSP. The SNPA Address to use is formed by\n            concatenating the fixed SNPA prefix with a variable SNPA\n            part that is extracted from the effective destination\n            address. For Reachable Address prefixes in which the\n            entire SNPA is embedded in the DSP the SNPA Prefix shall\n            be null. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiRAType": {
                      "type": "string",
                      "description": "The type of Reachable address. Those of type\n            manual are created by the network manager. Those\n            of type automatic are created through propagation\n            of routing information from another routing\n            protocol (eg. IDRP)."
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiRAEntry": {
                    "ciiCircIndex": "example-string",
                    "ciiRAIndex": 1,
                    "ciiRAExistState": "up(1)",
                    "ciiRAAdminState": "up(1)",
                    "ciiRAAddrPrefix": "192.168.1.1",
                    "ciiRAMapType": "ethernetCsmacd(6)",
                    "ciiRAMetric": "example-string",
                    "ciiRAMetricType": "ethernetCsmacd(6)",
                    "ciiRASNPAAddress": "192.168.1.1",
                    "ciiRASNPAMask": "example-string",
                    "ciiRASNPAPrefix": "example-string",
                    "ciiRAType": "ethernetCsmacd(6)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiRAEntry-4"
      },
      "x-yang-path": "/ciiRAEntry={ciiCircIndex ciiRAIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiCircIndex ciiRAIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiIPRAEntry={ciiIPRADestType},{ciiIPRADest},{ciiIPRADestPrefixLen},{ciiIPRANextHopIndex}": {
      "get": {
        "summary": "Get ciiIPRAEntry entry",
        "description": "Retrieve specific ciiIPRAEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiIPRADestType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiIPRADest",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiIPRADestPrefixLen",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiIPRANextHopIndex",
            "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": {
                    "ciiIPRADestType": {
                      "type": "string",
                      "description": "The type of this IP Reachable Address.  This object\n            follows the ManualOrAutomatic behavior.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ciiIPRADest": {
                      "type": "string",
                      "description": "The destination of this IP Reachable Address. This is\n            either a network address, subnetwork address or host\n            address. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ciiIPRADestPrefixLen": {
                      "type": "string",
                      "description": "The length of the IP Netmask for Reachability Address.\n            This object follows the ManualOrAutomatic behavior.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength"
                    },
                    "ciiIPRANextHopIndex": {
                      "type": "integer",
                      "description": "Index of next hop.  Used when there are multiple Equal\n            Cost Multipath alternatives for the same destination.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ciiIPRANextHopType": {
                      "type": "string",
                      "description": "The type of the IP next hop address.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ciiIPRANextHop": {
                      "type": "string",
                      "description": "The IP next hop to this destination.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ciiIPRAType": {
                      "type": "string",
                      "description": "The type of this IP Reachable Address. Those of type\n            manual are created by the network manager. Those of type\n            automatic are created through propagation of routing\n            information from another routing protocol.  This object\n            follows the ManualOrAutomatic behavior."
                    },
                    "ciiIPRAExistState": {
                      "type": "string",
                      "description": "The state of this IP Reachable Address. This object\n            follows the ExistenceState and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    },
                    "ciiIPRAAdminState": {
                      "type": "string",
                      "description": "The administrative state of the IP Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState"
                    },
                    "ciiIPRAMetric": {
                      "type": "string",
                      "description": "The metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric"
                    },
                    "ciiIPRAMetricType": {
                      "type": "string",
                      "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType"
                    },
                    "ciiIPRAFullMetric": {
                      "type": "string",
                      "description": "The wide metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric"
                    },
                    "ciiIPRASNPAAddress": {
                      "type": "string",
                      "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches this IP\n            Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress"
                    },
                    "ciiIPRASourceType": {
                      "type": "string",
                      "description": "The origin of this route."
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiIPRAEntry": {
                    "ciiIPRADestType": "192.168.1.1",
                    "ciiIPRADest": "192.168.1.1",
                    "ciiIPRADestPrefixLen": "192.168.1.1",
                    "ciiIPRANextHopIndex": 1,
                    "ciiIPRANextHopType": "192.168.1.1",
                    "ciiIPRANextHop": "192.168.1.1",
                    "ciiIPRAType": "192.168.1.1",
                    "ciiIPRAExistState": "192.168.1.1",
                    "ciiIPRAAdminState": "192.168.1.1",
                    "ciiIPRAMetric": "192.168.1.1",
                    "ciiIPRAMetricType": "192.168.1.1",
                    "ciiIPRAFullMetric": "192.168.1.1",
                    "ciiIPRASNPAAddress": "192.168.1.1",
                    "ciiIPRASourceType": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiIPRAEntry-4"
      },
      "x-yang-path": "/ciiIPRAEntry={ciiIPRADestType ciiIPRADest ciiIPRADestPrefixLen ciiIPRANextHopIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiIPRADestType ciiIPRADest ciiIPRADestPrefixLen ciiIPRANextHopIndex"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiLSPSummaryEntry={ciiLSPLevel},{ciiLSPID}": {
      "get": {
        "summary": "Get ciiLSPSummaryEntry entry",
        "description": "Retrieve specific ciiLSPSummaryEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiLSPLevel",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiLSPID",
            "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": {
                    "ciiLSPLevel": {
                      "type": "string",
                      "description": "At which level does this LSP appear?",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel"
                    },
                    "ciiLSPID": {
                      "type": "string",
                      "description": "The 8 byte LSP ID, consisting of the SystemID,\n            Circuit ID, and Fragment Number.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLinkStatePDUID"
                    },
                    "ciiLSPSeq": {
                      "type": "integer",
                      "description": "The sequence number for this LSP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiLSPZeroLife": {
                      "type": "boolean",
                      "description": "Is this LSP being purged by this System?"
                    },
                    "ciiLSPChecksum": {
                      "type": "string",
                      "description": "The 16 bit Fletcher Checksum.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiLSPLifetimeRemain": {
                      "type": "string",
                      "description": "The remaining lifetime in seconds for this LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiLSPPDULength": {
                      "type": "string",
                      "description": "The length of this LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiLSPAttributes": {
                      "type": "string",
                      "description": "Flags carried by the LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPSummaryEntry": {
                    "ciiLSPLevel": "example-string",
                    "ciiLSPID": "example-string",
                    "ciiLSPSeq": 0,
                    "ciiLSPZeroLife": true,
                    "ciiLSPChecksum": "example-string",
                    "ciiLSPLifetimeRemain": "example-string",
                    "ciiLSPPDULength": "example-string",
                    "ciiLSPAttributes": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiLSPSummaryEntry-4"
      },
      "x-yang-path": "/ciiLSPSummaryEntry={ciiLSPLevel ciiLSPID}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiLSPLevel ciiLSPID"
      ]
    },
    "/data/CISCO-IETF-ISIS-MIB:ciiLSPTLVEntry={ciiLSPLevel},{ciiLSPID},{ciiLSPTLVIndex}": {
      "get": {
        "summary": "Get ciiLSPTLVEntry entry",
        "description": "Retrieve specific ciiLSPTLVEntry entry by key from MIB",
        "tags": [
          "CISCO-IETF-ISIS-MIB"
        ],
        "parameters": [
          {
            "name": "ciiLSPLevel",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiLSPID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ciiLSPTLVIndex",
            "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": {
                    "ciiLSPLevel": {
                      "type": "string",
                      "description": "ciiLSPLevel",
                      "x-yang-type": "leafref"
                    },
                    "ciiLSPID": {
                      "type": "string",
                      "description": "ciiLSPID",
                      "x-yang-type": "leafref"
                    },
                    "ciiLSPTLVIndex": {
                      "type": "integer",
                      "description": "The index of this TLV in the LSP.  The first TLV has index 1\n            and the Nth TLV has an index of N.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiLSPTLVSeq": {
                      "type": "integer",
                      "description": "The sequence number for this LSP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ciiLSPTLVChecksum": {
                      "type": "string",
                      "description": "The 16 bit Fletcher Checksum.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC"
                    },
                    "ciiLSPTLVType": {
                      "type": "string",
                      "description": "The type of this TLV.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                    },
                    "ciiLSPTLVLen": {
                      "type": "string",
                      "description": "The length of this TLV.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC"
                    },
                    "ciiLSPTLVValue": {
                      "type": "string",
                      "description": "The value of this TLV.",
                      "format": "binary"
                    }
                  }
                },
                "example": {
                  "CISCO-IETF-ISIS-MIB:ciiLSPTLVEntry": {
                    "ciiLSPLevel": "example-string",
                    "ciiLSPID": "example-string",
                    "ciiLSPTLVIndex": 1,
                    "ciiLSPTLVSeq": 0,
                    "ciiLSPTLVChecksum": "example-string",
                    "ciiLSPTLVType": "ethernetCsmacd(6)",
                    "ciiLSPTLVLen": "example-string",
                    "ciiLSPTLVValue": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciiLSPTLVEntry-4"
      },
      "x-yang-path": "/ciiLSPTLVEntry={ciiLSPLevel ciiLSPID ciiLSPTLVIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ciiLSPLevel ciiLSPID ciiLSPTLVIndex"
      ]
    }
  },
  "components": {
    "schemas": {
      "CISCO-IETF-ISIS-MIB_CISCO-IETF-ISIS-MIB": {
        "type": "object",
        "description": "The version number of the IS-IS protocol that\n          is implemented.",
        "properties": {
          "ciiManAreaAddrEntry": {
            "type": "array",
            "description": "Each entry contains one area address manually configured\n          on this system",
            "items": {
              "type": "object",
              "properties": {
                "ciiManAreaAddr": {
                  "type": "string",
                  "description": "A manually configured area address for this system. This\n            object follows the index behavior.\n            \n            Note: an index for the entry {1, {49.0001} active} in\n            this table would be the ordered pair\n            (1, (0x03 0x49 0x00 0x01)), as the length of an Octet\n            string is part of the OID.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                  "readOnly": true
                },
                "ciiManAreaAddrExistState": {
                  "type": "string",
                  "description": "The state of the ciiManAreaAddrEntry. This object\n            follows the Row Status behavior. If the ciiSysAdminState\n            for this Intermediate System is 'on', and an\n            attempt is made to set this object to the value 'destroy'\n            or 'notInService' when this is the only\n            ciiManAreaAddrEntry in state 'active' for this\n            Intermediate System should return inconsistentValue.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiAreaAddrEntry": {
            "type": "array",
            "description": "Each entry contains one area address reported in a\n          Level 1 LSP generated or received by this Intermediate\n          System.",
            "items": {
              "type": "object",
              "properties": {
                "ciiAreaAddr": {
                  "type": "string",
                  "description": "An area address reported in a Level 1 LSP.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiSysProtSuppEntry": {
            "type": "array",
            "description": "Each entry contains one protocol supported by\n          this Intermediate System.",
            "items": {
              "type": "object",
              "properties": {
                "ciiSysProtSuppProtocol": {
                  "type": "string",
                  "description": "One supported protocol. This object follows the index\n            behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol",
                  "readOnly": true
                },
                "ciiSysProtSuppExistState": {
                  "type": "string",
                  "description": "The state of the ciiSysProtSuppEntry. This object\n            follows the RowStatus behavior.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiSummAddrEntry": {
            "type": "array",
            "description": "Each entry contains one IP summary address.",
            "items": {
              "type": "object",
              "properties": {
                "ciiSummAddressType": {
                  "type": "string",
                  "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "ciiSummAddress": {
                  "type": "string",
                  "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "ciiSummAddrPrefixLen": {
                  "type": "string",
                  "description": "The Length of the IP NetMask for this summary address.",
                  "x-yang-type": "inet-address:InetAddressPrefixLength",
                  "readOnly": true
                },
                "ciiSummAddrExistState": {
                  "type": "string",
                  "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                },
                "ciiSummAddrMetric": {
                  "type": "string",
                  "description": "The metric value to announce this summary\n            address with in LSPs generated by this system.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
                  "readOnly": true
                },
                "ciiSummAddrFullMetric": {
                  "type": "string",
                  "description": "The wide metric value to announce this summary\n            address with in LSPs generated by this system.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiRedistributeAddrEntry": {
            "type": "array",
            "description": "Each entry contains one IP summary address to\n          manage leaking L2 addresses into L1.",
            "items": {
              "type": "object",
              "properties": {
                "ciiRedistributeAddrType": {
                  "type": "string",
                  "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "ciiRedistributeAddrAddress": {
                  "type": "string",
                  "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "ciiRedistributeAddrPrefixLen": {
                  "type": "string",
                  "description": "The Length of the IP NetMask for this summary address.",
                  "x-yang-type": "inet-address:InetAddressPrefixLength",
                  "readOnly": true
                },
                "ciiRedistributeAddrExistState": {
                  "type": "string",
                  "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiRouterEntry": {
            "type": "array",
            "description": "Each entry tracks information about one peer at\n          one level.",
            "items": {
              "type": "object",
              "properties": {
                "ciiRouterSysID": {
                  "type": "string",
                  "description": "The System ID of the Router Peer.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID",
                  "readOnly": true
                },
                "ciiRouterLevel": {
                  "type": "string",
                  "description": "The level of this Intermediate System.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel",
                  "readOnly": true
                },
                "ciiRouterHostName": {
                  "type": "string",
                  "description": "The hostname listed in LSP, or zero-length string if none.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "ciiRouterID": {
                  "type": "integer",
                  "description": "The Router ID of the Peer found in LSP, or zero if none.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiSysLevelEntry": {
            "type": "array",
            "description": "Describe variables defined for Area or Domain.",
            "items": {
              "type": "object",
              "properties": {
                "ciiSysLevelIndex": {
                  "type": "string",
                  "description": "The level that this entry describes.",
                  "readOnly": true
                },
                "ciiSysLevelOrigLSPBuffSize": {
                  "type": "string",
                  "description": "The maximum size of LSPs and SNPs originated by\n            this Intermediate System at this level.\n            This object follows the replaceOnlyWhileDisabled\n            behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLSPBuffSize",
                  "readOnly": true
                },
                "ciiSysLevelMinLSPGenInt": {
                  "type": "string",
                  "description": "Minimum interval, in seconds, between successive\n            generation of LSPs with the same LSPID at this level\n            by this Intermediate System.  This object\n            follows the resettingTimer behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                  "readOnly": true
                },
                "ciiSysLevelOverloadState": {
                  "type": "string",
                  "description": "The state of the database at this level.\n            The value 'off' indicates that IS-IS is not active at\n            this level.\n            The value 'on' indicates that IS-IS is active at this\n            level, and not overloaded.\n            The value 'waiting' indicates a database that is low on\n            an essential resource, such as memory.\n            The administrator may force the state to 'overloaded'\n            by setting the object ciiSysLevelSetOverload.\n            If the state is 'waiting' or 'overloaded', we originate\n            LSPs with the Overload bit set.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLevelState",
                  "readOnly": true
                },
                "ciiSysLevelSetOverload": {
                  "type": "boolean",
                  "description": "Administratively set the overload bit for the level.\n            The overload bit will continue to be set if the\n            implementation runs out of memory, independent of\n            this variable",
                  "readOnly": true
                },
                "ciiSysLevelSetOverloadUntil": {
                  "type": "string",
                  "description": "If set, the overload bit should be set, and cleared\n            after sysUpTime exceeds this value.",
                  "x-yang-type": "yang:timeticks",
                  "readOnly": true
                },
                "ciiSysLevelMetricStyle": {
                  "type": "string",
                  "description": "Which style of Metric do we generate in our LSPs\n            at this level? This object follows the\n            replaceOnlyWhileDisabled behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle",
                  "readOnly": true
                },
                "ciiSysLevelSPFConsiders": {
                  "type": "string",
                  "description": "Which style of Metric do we consider in our\n            SPF computation at this level?",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle",
                  "readOnly": true
                },
                "ciiSysLevelTEEnabled": {
                  "type": "boolean",
                  "description": "Do we do Traffic Engineering at this level?",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiCircEntry": {
            "type": "array",
            "description": "An ciiCircEntry exists for each circuit used by\n          Integrated IS-IS on this system.",
            "items": {
              "type": "object",
              "properties": {
                "ciiCircIndex": {
                  "type": "integer",
                  "description": "The identifier of this circuit, unique within the\n            Intermediate System.  This object follows\n            the index behavior.  This is for SNMP Indexing\n            purposes only and need not have any relation to\n            any protocol value.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiCircIfIndex": {
                  "type": "string",
                  "description": "The value of ifIndex for the interface to which this\n            circuit corresponds.   This object cannot be modified\n            after creation",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "ciiCircIfSubIndex": {
                  "type": "integer",
                  "description": "A specifier for the part of the interface ifIndex to which\n            this circuit corresponds, such as a DLCI or VPI/VCI.\n            This object cannot be modified after creation",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiCircAdminState": {
                  "type": "string",
                  "description": "The administrative state of the circuit. This\n            object follows the CiiAdminState behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState",
                  "readOnly": true
                },
                "ciiCircExistState": {
                  "type": "string",
                  "description": "The existence state of this circuit. This object follows\n            the RowStatus behavior.  Setting the state to\n            'notInService' halts the generation and processing of\n            IS-IS protocol PDUs on this circuit.  Setting the state\n            to 'destroy' will also erase any configuration associated\n            with the circuit.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                },
                "ciiCircType": {
                  "type": "string",
                  "description": "The type of the circuit. This object follows the\n            replaceOnlyWhileDisabled behavior. The type specified\n            must be compatible with the type of the interface defined\n            by the value of ciiCircIfIndex.",
                  "readOnly": true
                },
                "ciiCircExtDomain": {
                  "type": "boolean",
                  "description": "If true, suppress normal transmission of and\n            interpretation of Intra-domain IS-IS PDUs on this\n            circuit.",
                  "readOnly": true
                },
                "ciiCircLevel": {
                  "type": "string",
                  "description": "Indicates which type of packets will be sent and\n            accepted on this circuit. The values used will be\n            modified by the settings of ciiSysType. This\n            object follows the replaceOnlyWhileDisabled behavior.",
                  "readOnly": true
                },
                "ciiCircPassiveCircuit": {
                  "type": "boolean",
                  "description": "Should we include this interface in LSPs, even if\n            it is not running the IS-IS Protocol?",
                  "readOnly": true
                },
                "ciiCircMeshGroupEnabled": {
                  "type": "string",
                  "description": "Is this port a member of a mesh group, or blocked?\n            Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group.",
                  "readOnly": true
                },
                "ciiCircMeshGroup": {
                  "type": "integer",
                  "description": "Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group.  If ciiCircMeshGroupEnabled\n            is inactive or blocked, this value is ignored.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiCircSmallHellos": {
                  "type": "boolean",
                  "description": "Can we send unpadded hellos on LAN circuits?  'false'\n            means LAN Hellos must be padded.\n            Implementations should allow the administrator to read\n            this value.  An implementation need not be able to\n            support unpadded hellos to be conformant.",
                  "readOnly": true
                },
                "ciiCircLastUpTime": {
                  "type": "string",
                  "description": "If the circuit is enabled, the value of sysUpTime\n            when ciiCircAdminState most recently entered\n            the state 'on'.  If the circuit is not 'on',\n            the value of sysUpTime when the circuit last\n            entered state 'on', 0 if the circuit has never\n            been 'on'.",
                  "x-yang-type": "yang:timeticks",
                  "readOnly": true
                },
                "ciiCirc3WayEnabled": {
                  "type": "boolean",
                  "description": "Is this circuit enabled to run 3Way handshake?",
                  "readOnly": true
                },
                "ciiCircExtendedCircID": {
                  "type": "integer",
                  "description": "The value to be used as the extended circuit ID in\n            3Way handshake.  This value is only used if\n            ciiCirc3WayEnabled is true, and must be unique across\n            all circuits on this IS.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiCircLevelEntry": {
            "type": "array",
            "description": "An ciiCircLevelEntry exists for each level on\n          each circuit used by Integrated IS-IS on this system.",
            "items": {
              "type": "object",
              "properties": {
                "ciiCircIndex": {
                  "type": "string",
                  "description": "ciiCircIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiCircLevelIndex": {
                  "type": "string",
                  "description": "The level that this entry describes.",
                  "readOnly": true
                },
                "ciiCircLevelMetric": {
                  "type": "string",
                  "description": "The metric value of this circuit for this level.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
                  "readOnly": true
                },
                "ciiCircLevelWideMetric": {
                  "type": "string",
                  "description": "The wide metric value of this circuit for this level.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiWideMetric",
                  "readOnly": true
                },
                "ciiCircLevelISPriority": {
                  "type": "string",
                  "description": "The priority for becoming LAN Designated\n            Intermediate System at this level.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority",
                  "readOnly": true
                },
                "ciiCircLevelIDOctet": {
                  "type": "integer",
                  "description": "A one byte identifier that can be used in protocol packets\n            to identify a circuit.  Values of ciiCircLevelIDOctet\n            do not need to be unique.  They are only required to\n            differ on LANs where the Intermediate System is the\n            Designated Intermediate System.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiCircLevelID": {
                  "type": "string",
                  "description": "On a point to point circuit with a fully initialized\n            adjacency to a peer IS, the value of this object is\n            the circuit ID negotiated during adjacency initialization.\n            On a point to point circuit without such an adjacency,\n            the value is the concatenation of the local system ID\n            and the one byte ciiCircLevelIDOctet for this circuit\n            i.e. the value that would be proposed for the circuit ID.\n            \n            On other circuit types, the value returned is the zero\n            length OCTET STRING.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID",
                  "readOnly": true
                },
                "ciiCircLevelDesIS": {
                  "type": "string",
                  "description": "The ID of the LAN Designated Intermediate System\n            on this circuit at this level. If, for any reason,\n            this system is not partaking in the relevant\n            Designated Intermediate System election process,\n            then the value returned is the zero length OCTET STRING.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID",
                  "readOnly": true
                },
                "ciiCircLevelHelloMultiplier": {
                  "type": "integer",
                  "description": "This value is multiplied by the corresponding HelloTimer\n            and the result in seconds (rounded up) is used as the\n            holding time in transmitted hellos, to be used by\n            receivers of hello packets from this IS",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiCircLevelHelloTimer": {
                  "type": "integer",
                  "description": "Maximum period, in milliseconds, between IIH PDUs\n            on multiaccess networks at this level for LANs.\n            The value at L1 is used as the period between\n            Hellos on L1L2 point to point circuits.  Setting\n            this value at level 2 on an L1L2 point to point\n            circuit will result in an error of InconsistentValue.\n            \n            This object follows the resettingTimer behavior.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiCircLevelDRHelloTimer": {
                  "type": "integer",
                  "description": "Period, in milliseconds, between Hello PDUs on\n            multiaccess networks when this IS is the Designated\n            Intermediate System.  This object follows the\n            resettingTimer behavior.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiCircLevelLSPThrottle": {
                  "type": "string",
                  "description": "Minimal interval of time, in milliseconds, between\n            transmissions of LSPs on an interface at this level.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                  "readOnly": true
                },
                "ciiCircLevelMinLSPRetransInt": {
                  "type": "integer",
                  "description": "Minimum interval, in seconds, between re-transmission of\n            an LSP at this level. This object follows the\n            resettingTimer behavior.\n            \n            Note that ciiCircLevelLSPThrottle controls\n            how fast we send back to back LSPs.  This variable\n            controls how fast we re-send the same LSP.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiCircLevelCSNPInterval": {
                  "type": "integer",
                  "description": "Interval of time, in seconds, between periodic\n            transmission of a complete set of CSNPs on\n            multiaccess networks if this router is the\n            designated router at this level.\n            \n            This object follows the resettingTimer behavior.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiCircLevelPartSNPInterval": {
                  "type": "integer",
                  "description": "Minimum interval in seconds between sending Partial\n            Sequence Number PDUs at this level. This object\n            follows the resettingTimer behavior.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiSystemCounterEntry": {
            "type": "array",
            "description": "System-wide IS-IS counters.",
            "items": {
              "type": "object",
              "properties": {
                "ciiSysStatLevel": {
                  "type": "string",
                  "description": "The level that this entry describes.",
                  "readOnly": true
                },
                "ciiSysStatCorrLSPs": {
                  "type": "integer",
                  "description": "Number of corrupted in-memory LSP frames detected.\n            \n            LSPs received from the wire with a bad checksum\n            are silently dropped and not counted.\n            \n            LSPs received from the wire with parse errors\n            are counted by ciiSysStatLSPErrors.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiSysStatAuthTypeFails": {
                  "type": "integer",
                  "description": "The number of frames with authentication type mismatches\n            recognized by this Intermediate System.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiSysStatAuthFails": {
                  "type": "integer",
                  "description": "The number of frames with authentication failures\n            recognized by this Intermediate System.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiSysStatLSPDbaseOloads": {
                  "type": "integer",
                  "description": "Number of times the LSP database has become\n            overloaded.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiSysStatManAddrDropFromAreas": {
                  "type": "integer",
                  "description": "Number of times a manual address has been dropped from\n            the area.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiSysStatAttmptToExMaxSeqNums": {
                  "type": "integer",
                  "description": "Number of times the IS has attempted to exceed the\n            maximum sequence number.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiSysStatSeqNumSkips": {
                  "type": "integer",
                  "description": "Number of times a sequence number skip has occurred.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiSysStatOwnLSPPurges": {
                  "type": "integer",
                  "description": "Number of times a zero-aged copy of the system's own LSP\n            is received from some other node.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiSysStatIDFieldLenMismatches": {
                  "type": "integer",
                  "description": "Number of times a PDU is received with a different value\n            for ID field length to that of the receiving system.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiSysStatPartChanges": {
                  "type": "integer",
                  "description": "Partition changes",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiSysStatSPFRuns": {
                  "type": "integer",
                  "description": "Number of times we ran SPF at this level.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiSysStatLSPErrors": {
                  "type": "integer",
                  "description": "Number of LSP frames with errors we have received.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiCircuitCounterEntry": {
            "type": "array",
            "description": "An ciiCircuitCounterEntry exists for each circuit\n          used by Integrated IS-IS on this system.",
            "items": {
              "type": "object",
              "properties": {
                "ciiCircIndex": {
                  "type": "string",
                  "description": "ciiCircIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiCircuitType": {
                  "type": "string",
                  "description": "What type of circuit saw these counts?\n            \n            The point to point Hello PDU includes\n            both L1 and L2, and ISs form a single\n            adjacency on point to point links.\n            Thus we combine counts on\n            point to point links into one group.",
                  "readOnly": true
                },
                "ciiCircAdjChanges": {
                  "type": "integer",
                  "description": "The number of times an adjacency state change has\n            occurred on this circuit.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiCircNumAdj": {
                  "type": "integer",
                  "description": "The number of adjacencies on this circuit.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiCircInitFails": {
                  "type": "integer",
                  "description": "The number of times initialization of this circuit has\n            failed.  This counts events such as PPP NCP failures.\n            Failures to form an adjacency are counted by\n            ciiCircRejAdjs.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiCircRejAdjs": {
                  "type": "integer",
                  "description": "The number of times an adjacency has been rejected on\n            this circuit.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiCircIDFieldLenMismatches": {
                  "type": "integer",
                  "description": "The number of times an IS-IS control PDU with an ID\n            field length different to that for this system has been\n            received.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiCircMaxAreaAddrMismatches": {
                  "type": "integer",
                  "description": "The number of times an IS-IS control PDU with a\n            max area address field different to that for this\n            system has been received.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiCircAuthTypeFails": {
                  "type": "integer",
                  "description": "The number of times an IS-IS control PDU with\n            an auth type field different to that for this\n            system has been received.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiCircAuthFails": {
                  "type": "integer",
                  "description": "The number of times an IS-IS control PDU with\n            the correct auth type has failed to pass authentication\n            validation.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiCircLANDesISChanges": {
                  "type": "integer",
                  "description": "The number of times the Designated IS has changed\n            on this circuit at this level.  If the circuit is\n            point to point, this count is zero.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiPacketCounterEntry": {
            "type": "array",
            "description": "Information about IS-IS protocol traffic at one level\n          on one circuit in one direction",
            "items": {
              "type": "object",
              "properties": {
                "ciiCircIndex": {
                  "type": "string",
                  "description": "ciiCircIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiPacketCountLevel": {
                  "type": "string",
                  "description": "The level at which these PDU counts have been collected.",
                  "readOnly": true
                },
                "ciiPacketCountDirection": {
                  "type": "string",
                  "description": "Were we sending or receiving these PDUs?",
                  "readOnly": true
                },
                "ciiPacketCountIIHellos": {
                  "type": "integer",
                  "description": "The number of IS-IS Hello PDU frames seen in this\n            direction at this level.\n            \n            Point-to-Point IIH PDUs are counted at\n            the lowest enabled level: at L1 on L1 or L1L2 circuits,\n            and at L2 otherwise.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiPacketCountISHellos": {
                  "type": "integer",
                  "description": "The number of ES-IS Hello PDU frames seen in this\n            direction.  ISH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiPacketCountESHellos": {
                  "type": "integer",
                  "description": "The number of ES Hello PDU frames seen in this\n            direction.  ESH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiPacketCountLSPs": {
                  "type": "integer",
                  "description": "The number of IS-IS LSP frames seen in this\n            direction at this level.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiPacketCountCSNPs": {
                  "type": "integer",
                  "description": "The number of IS-IS CSNP frames seen in this\n            direction at this level.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiPacketCountPSNPs": {
                  "type": "integer",
                  "description": "The number of IS-IS PSNP frames seen in this\n            direction at this level.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiPacketCountUnknowns": {
                  "type": "integer",
                  "description": "The number of unknown IS-IS PDU frames seen\n            at this level.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiISAdjEntry": {
            "type": "array",
            "description": "Each entry corresponds to one adjacency to an\n          Intermediate System on this system.",
            "items": {
              "type": "object",
              "properties": {
                "ciiCircIndex": {
                  "type": "string",
                  "description": "ciiCircIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiISAdjIndex": {
                  "type": "integer",
                  "description": "A unique value identifying the IS adjacency from all\n            other such adjacencies on this circuit. This value is\n            automatically assigned by the system when the adjacency\n            is created.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiISAdjState": {
                  "type": "string",
                  "description": "The state of the adjacency",
                  "readOnly": true
                },
                "ciiISAdj3WayState": {
                  "type": "string",
                  "description": "The 3Way state of the adjacency.  These are picked\n            to match the historical on-the-wire representation\n            of the 3Way state, and are not intended to match\n            ciiISAdjState.",
                  "readOnly": true
                },
                "ciiISAdjNeighSNPAAddress": {
                  "type": "string",
                  "description": "The SNPA address of the neighboring system.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                  "readOnly": true
                },
                "ciiISAdjNeighSysType": {
                  "type": "string",
                  "description": "The type of the neighboring system.",
                  "readOnly": true
                },
                "ciiISAdjNeighSysID": {
                  "type": "string",
                  "description": "The system ID of the neighboring Intermediate\n            System.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID",
                  "readOnly": true
                },
                "ciiISAdjNbrExtendedCircID": {
                  "type": "integer",
                  "description": "The 4 byte Extended Circuit ID learned from the\n            Neighbor during 3-way handshake, or 0.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiISAdjUsage": {
                  "type": "string",
                  "description": "How is the adjacency used?  On a point-to-point link,\n            this might be level1and2, but on a LAN, the usage will\n            be level1 on the adjacency between peers at L1,\n            and level2 for the adjacency between peers at L2.",
                  "readOnly": true
                },
                "ciiISAdjHoldTimer": {
                  "type": "string",
                  "description": "The holding time in seconds for this adjacency.\n            This value is based on received IIH PDUs and\n            the elapsed time since receipt.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                  "readOnly": true
                },
                "ciiISAdjNeighPriority": {
                  "type": "string",
                  "description": "Priority of the neighboring Intermediate System for\n            becoming the Designated Intermediate System.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority",
                  "readOnly": true
                },
                "ciiISAdjLastUpTime": {
                  "type": "string",
                  "description": "If the ciiISAdjState is in state 'up', the value\n            of sysUpTime when the adjacency most recently\n            entered the state 'up',  or 0 if it has never\n            been in state 'up'.",
                  "x-yang-type": "yang:timeticks",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiISAdjAreaAddrEntry": {
            "type": "array",
            "description": "Each entry contains one Area Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
            "items": {
              "type": "object",
              "properties": {
                "ciiCircIndex": {
                  "type": "string",
                  "description": "ciiCircIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiISAdjIndex": {
                  "type": "string",
                  "description": "ciiISAdjIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiISAdjAreaAddrIndex": {
                  "type": "integer",
                  "description": "An index for the areas associated with one neighbor.\n            This provides a simple way to walk the table.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiISAdjAreaAddress": {
                  "type": "string",
                  "description": "One Area Address as reported in IIH PDUs received from\n            the neighbor.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiISAdjIPAddrEntry": {
            "type": "array",
            "description": "Each entry contains one IP Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
            "items": {
              "type": "object",
              "properties": {
                "ciiCircIndex": {
                  "type": "string",
                  "description": "ciiCircIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiISAdjIndex": {
                  "type": "string",
                  "description": "ciiISAdjIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiISAdjIPAddrIndex": {
                  "type": "integer",
                  "description": "An index to this table which identifies the IP addresses\n            to which this entry belongs.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiISAdjIPAddrType": {
                  "type": "string",
                  "description": "The type of one IP Address as reported in IIH PDUs\n            received from the neighbor.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "ciiISAdjIPAddrAddress": {
                  "type": "string",
                  "description": "One IP Address as reported in IIH PDUs received from the\n            neighbor.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiISAdjProtSuppEntry": {
            "type": "array",
            "description": "Each entry contains one protocol supported by a\n          neighboring Intermediate System as reported in its IIH\n          PDUs.",
            "items": {
              "type": "object",
              "properties": {
                "ciiCircIndex": {
                  "type": "string",
                  "description": "ciiCircIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiISAdjIndex": {
                  "type": "string",
                  "description": "ciiISAdjIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiISAdjProtSuppProtocol": {
                  "type": "string",
                  "description": "One supported protocol as reported in IIH PDUs received\n            from the neighbor.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiRAEntry": {
            "type": "array",
            "description": "Each entry defines a Reachable Address to a NSAP or\n          Address Prefix.",
            "items": {
              "type": "object",
              "properties": {
                "ciiCircIndex": {
                  "type": "string",
                  "description": "ciiCircIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiRAIndex": {
                  "type": "integer",
                  "description": "The identifier for this ciiRAEntry. This value must be\n            unique amongst all Reachable Addresses on the same parent\n            Circuit. This object follows the index and ManualOrAutomatic\n            behaviors.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiRAExistState": {
                  "type": "string",
                  "description": "The existence state of this Reachable Address. This\n            object follows the ManualOrAutomatic behaviors.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                },
                "ciiRAAdminState": {
                  "type": "string",
                  "description": "The administrative state of the Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState",
                  "readOnly": true
                },
                "ciiRAAddrPrefix": {
                  "type": "string",
                  "description": "The destination of this Reachable Address. This is an\n            Address Prefix. This object follows the\n            replaceOnlyWhileDisabled and ManualOrAutomatic\n            behaviors.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                  "readOnly": true
                },
                "ciiRAMapType": {
                  "type": "string",
                  "description": "The type of mapping to be employed to ascertain the SNPA\n            Address which should be used in forwarding PDUs for this\n            Reachable Address prefix. This object follows the\n            ManualOrAutomatic behavior. The following values of\n            mapping type are defined:\n            \n                none: The mapping is null because the neighbor SNPA is\n                      implicit by nature of the subnetwork (e.g. a\n                      point-to-point linkage).\n            \n                explicit: The subnetwork addresses in the object\n                      ciiRASNPAAddress is to be used.\n            \n                extractIDI: The SNPA is embedded in the IDI of\n                      the destination NSAP Address. The mapping\n                      algorithm extracts the SNPA to be used\n                      according to the format and encoding rules of\n                      ISO8473/Add2. This SNPA extraction algorithm can\n                      be used in conjunction with Reachable Address\n                      prefixes from the X.121, F.69, E.163 and E.164\n                      addressing subdomains.\n            \n                extractDSP: All, or a suffix, of the SNPA is embedded\n                      in the DSP of the destination address. This SNPA\n                      extraction algorithm extracts the embedded\n                      subnetwork addressing information by performing a\n                      logical AND of the ciiRASNPAMask object value\n                      with the destination address. The part of the\n                      SNPA extracted from the destination NSAP is\n                      appended to the ciiRASNPAPrefix object value to\n                      form the next hop subnetwork addressing\n                      information.",
                  "readOnly": true
                },
                "ciiRAMetric": {
                  "type": "string",
                  "description": "The metric value for reaching the specified\n            prefix over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
                  "readOnly": true
                },
                "ciiRAMetricType": {
                  "type": "string",
                  "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType",
                  "readOnly": true
                },
                "ciiRASNPAAddress": {
                  "type": "string",
                  "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches the address\n            prefix of the Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                  "readOnly": true
                },
                "ciiRASNPAMask": {
                  "type": "string",
                  "description": "A bit mask with 1 bits indicating the positions in the\n            effective destination address from which embedded SNPA\n            information is to be extracted. For the extraction the\n            first octet of the ciiRASNPAMask object value is aligned\n            with the first octet (AFI) of the NSAP Address. If the\n            ciiRASNPAMask object value and NSAP Address are of\n            different lengths, the shorter of the two is logically\n            padded with zeros before performing the extraction. This\n            object follows the ManualOrAutomatic behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                  "readOnly": true
                },
                "ciiRASNPAPrefix": {
                  "type": "string",
                  "description": "A fixed SNPA prefix for use when the ciiRAMapType is\n            extractDSP. The SNPA Address to use is formed by\n            concatenating the fixed SNPA prefix with a variable SNPA\n            part that is extracted from the effective destination\n            address. For Reachable Address prefixes in which the\n            entire SNPA is embedded in the DSP the SNPA Prefix shall\n            be null. This object follows the ManualOrAutomatic\n            behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                  "readOnly": true
                },
                "ciiRAType": {
                  "type": "string",
                  "description": "The type of Reachable address. Those of type\n            manual are created by the network manager. Those\n            of type automatic are created through propagation\n            of routing information from another routing\n            protocol (eg. IDRP).",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiIPRAEntry": {
            "type": "array",
            "description": "Each entry defines an IP Reachable Address to a network,\n          subnetwork or host.\n          \n          Each IP Reachable Address may have multiple entries in the\n          table, one for each equal cost path to the reachable address.",
            "items": {
              "type": "object",
              "properties": {
                "ciiIPRADestType": {
                  "type": "string",
                  "description": "The type of this IP Reachable Address.  This object\n            follows the ManualOrAutomatic behavior.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "ciiIPRADest": {
                  "type": "string",
                  "description": "The destination of this IP Reachable Address. This is\n            either a network address, subnetwork address or host\n            address. This object follows the ManualOrAutomatic\n            behavior.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "ciiIPRADestPrefixLen": {
                  "type": "string",
                  "description": "The length of the IP Netmask for Reachability Address.\n            This object follows the ManualOrAutomatic behavior.",
                  "x-yang-type": "inet-address:InetAddressPrefixLength",
                  "readOnly": true
                },
                "ciiIPRANextHopIndex": {
                  "type": "integer",
                  "description": "Index of next hop.  Used when there are multiple Equal\n            Cost Multipath alternatives for the same destination.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ciiIPRANextHopType": {
                  "type": "string",
                  "description": "The type of the IP next hop address.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "ciiIPRANextHop": {
                  "type": "string",
                  "description": "The IP next hop to this destination.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "ciiIPRAType": {
                  "type": "string",
                  "description": "The type of this IP Reachable Address. Those of type\n            manual are created by the network manager. Those of type\n            automatic are created through propagation of routing\n            information from another routing protocol.  This object\n            follows the ManualOrAutomatic behavior.",
                  "readOnly": true
                },
                "ciiIPRAExistState": {
                  "type": "string",
                  "description": "The state of this IP Reachable Address. This object\n            follows the ExistenceState and ManualOrAutomatic\n            behaviors.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                },
                "ciiIPRAAdminState": {
                  "type": "string",
                  "description": "The administrative state of the IP Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState",
                  "readOnly": true
                },
                "ciiIPRAMetric": {
                  "type": "string",
                  "description": "The metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
                  "readOnly": true
                },
                "ciiIPRAMetricType": {
                  "type": "string",
                  "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType",
                  "readOnly": true
                },
                "ciiIPRAFullMetric": {
                  "type": "string",
                  "description": "The wide metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric",
                  "readOnly": true
                },
                "ciiIPRASNPAAddress": {
                  "type": "string",
                  "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches this IP\n            Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                  "readOnly": true
                },
                "ciiIPRASourceType": {
                  "type": "string",
                  "description": "The origin of this route.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiLSPSummaryEntry": {
            "type": "array",
            "description": "Each entry provides a summary describing an\n          LSP currently stored in the system.",
            "items": {
              "type": "object",
              "properties": {
                "ciiLSPLevel": {
                  "type": "string",
                  "description": "At which level does this LSP appear?",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel",
                  "readOnly": true
                },
                "ciiLSPID": {
                  "type": "string",
                  "description": "The 8 byte LSP ID, consisting of the SystemID,\n            Circuit ID, and Fragment Number.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLinkStatePDUID",
                  "readOnly": true
                },
                "ciiLSPSeq": {
                  "type": "integer",
                  "description": "The sequence number for this LSP.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiLSPZeroLife": {
                  "type": "boolean",
                  "description": "Is this LSP being purged by this System?",
                  "readOnly": true
                },
                "ciiLSPChecksum": {
                  "type": "string",
                  "description": "The 16 bit Fletcher Checksum.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                  "readOnly": true
                },
                "ciiLSPLifetimeRemain": {
                  "type": "string",
                  "description": "The remaining lifetime in seconds for this LSP.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                  "readOnly": true
                },
                "ciiLSPPDULength": {
                  "type": "string",
                  "description": "The length of this LSP.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                  "readOnly": true
                },
                "ciiLSPAttributes": {
                  "type": "string",
                  "description": "Flags carried by the LSP.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiLSPTLVEntry": {
            "type": "array",
            "description": "Each entry describes an LSP current stored in the\n          system.",
            "items": {
              "type": "object",
              "properties": {
                "ciiLSPLevel": {
                  "type": "string",
                  "description": "ciiLSPLevel",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiLSPID": {
                  "type": "string",
                  "description": "ciiLSPID",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ciiLSPTLVIndex": {
                  "type": "integer",
                  "description": "The index of this TLV in the LSP.  The first TLV has index 1\n            and the Nth TLV has an index of N.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiLSPTLVSeq": {
                  "type": "integer",
                  "description": "The sequence number for this LSP.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ciiLSPTLVChecksum": {
                  "type": "string",
                  "description": "The 16 bit Fletcher Checksum.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                  "readOnly": true
                },
                "ciiLSPTLVType": {
                  "type": "string",
                  "description": "The type of this TLV.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC",
                  "readOnly": true
                },
                "ciiLSPTLVLen": {
                  "type": "string",
                  "description": "The length of this TLV.",
                  "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC",
                  "readOnly": true
                },
                "ciiLSPTLVValue": {
                  "type": "string",
                  "description": "The value of this TLV.",
                  "format": "binary",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciiSysObject": {
            "type": "object",
            "description": "The version number of the IS-IS protocol that\n          is implemented.",
            "properties": {
              "ciiSysVersion": {
                "type": "string",
                "description": "The version number of the IS-IS protocol that\n          is implemented.",
                "readOnly": true
              },
              "ciiSysType": {
                "type": "string",
                "description": "At which levels is the Intermediate System\n          running? This object follows the\n          replaceOnlyWhileDisabled behavior.",
                "readOnly": true
              },
              "ciiSysID": {
                "type": "string",
                "description": "The ID for this Intermediate System.\n          This value is appended to each of the\n          area addresses to form the Network Entity Titles.\n          The derivation of a value for this object is\n          implementation-specific.  Some implementations may\n          automatically assign values and not permit an\n          SNMP write, while others may require the value\n          to be set manually.",
                "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID",
                "readOnly": true
              },
              "ciiSysMaxPathSplits": {
                "type": "integer",
                "description": "Maximum number of paths with equal routing metric value\n          which it is permitted to split between. This object\n          follows the replaceOnlyWhileDisabled behavior.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "ciiSysMaxLSPGenInt": {
                "type": "integer",
                "description": "Maximum interval, in seconds, between generated LSPs\n          by this Intermediate System. This object follows\n          the resettingTimer behavior.  The value must be\n          greater than any value configured for\n          ciiSysLevelMinLSPGenInt, and should be at least 300\n          seconds less than ciiSysMaxAge.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "ciiSysPollESHelloRate": {
                "type": "string",
                "description": "The value, in seconds, to be used for the suggested ES\n          configuration timer in ISH PDUs when soliciting the ES\n          configuration.",
                "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                "readOnly": true
              },
              "ciiSysWaitTime": {
                "type": "string",
                "description": "Number of seconds to delay in 'waiting' state before\n          entering 'on' state. This object follows the resettingTimer\n          behavior.",
                "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                "readOnly": true
              },
              "ciiSysAdminState": {
                "type": "string",
                "description": "The administrative state of this Intermediate\n          System.  Setting this object to the value 'on'\n          when its current value is 'off' enables\n          the Intermediate System.",
                "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState",
                "readOnly": true
              },
              "ciiSysL2toL1Leaking": {
                "type": "boolean",
                "description": "If true, allow the router to leak L2 routes into L1.",
                "readOnly": true
              },
              "ciiSysMaxAge": {
                "type": "string",
                "description": "Value to place in RemainingLifeTime field of\n          the LSPs we generate.\n          This should be at least 300 seconds greater than\n          ciiSysMaxLSPGenInt.",
                "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                "readOnly": true
              },
              "ciiSysReceiveLSPBufferSize": {
                "type": "string",
                "description": "Size of the largest Buffer we are designed or\n          configured to store.  This should be at least\n          as big as the maximum ciiSysLevelOrigLSPBuffSize\n          supported by the system.\n          \n          If resources allow, we will store and flood LSPs\n          larger than ciiSysReceiveLSPBufferSize, as this\n          can help avoid problems in networks with different\n          values for ciiSysLevelOrigLSPBuffSize.",
                "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiCirc": {
            "type": "object",
            "description": "ciiCirc",
            "properties": {
              "ciiNextCircIndex": {
                "type": "string",
                "description": "This object is used to assign values to\n          ciiCircIndex as described in 'Textual\n          Conventions for SNMPv2'.  The network manager\n          reads this object, and then writes the value\n          back as the ciiCircIndex in a SET that creates\n          a new instance of ciiCircEntry.  If the SET\n          fails with the code 'inconsistentValue', then\n          the process must be repeated; If the SET succeeds,\n          then the object is incremented, and the new\n          ciiCircEntry is created according to the manager's\n          directions.",
                "x-yang-type": "diffserv-mib:IndexIntegerNextFree",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiManAreaAddrTable": {
            "type": "object",
            "description": "The set of manual area addresses configured on this\n        Intermediate System.",
            "properties": {
              "ciiManAreaAddrEntry": {
                "type": "array",
                "description": "Each entry contains one area address manually configured\n          on this system",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiManAreaAddr": {
                      "type": "string",
                      "description": "A manually configured area address for this system. This\n            object follows the index behavior.\n            \n            Note: an index for the entry {1, {49.0001} active} in\n            this table would be the ordered pair\n            (1, (0x03 0x49 0x00 0x01)), as the length of an Octet\n            string is part of the OID.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                      "readOnly": true
                    },
                    "ciiManAreaAddrExistState": {
                      "type": "string",
                      "description": "The state of the ciiManAreaAddrEntry. This object\n            follows the Row Status behavior. If the ciiSysAdminState\n            for this Intermediate System is 'on', and an\n            attempt is made to set this object to the value 'destroy'\n            or 'notInService' when this is the only\n            ciiManAreaAddrEntry in state 'active' for this\n            Intermediate System should return inconsistentValue.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiAreaAddrTable": {
            "type": "object",
            "description": "The union of the sets of area addresses reported in all\n        Level 1 LSPs with fragment number zero generated by this\n        Intermediate System, or received from other Intermediate\n        Systems which are reachable via Level 1 routing.",
            "properties": {
              "ciiAreaAddrEntry": {
                "type": "array",
                "description": "Each entry contains one area address reported in a\n          Level 1 LSP generated or received by this Intermediate\n          System.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiAreaAddr": {
                      "type": "string",
                      "description": "An area address reported in a Level 1 LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiSysProtSuppTable": {
            "type": "object",
            "description": "This table contains the manually configured set of\n        protocols supported by this Intermediate System.",
            "properties": {
              "ciiSysProtSuppEntry": {
                "type": "array",
                "description": "Each entry contains one protocol supported by\n          this Intermediate System.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiSysProtSuppProtocol": {
                      "type": "string",
                      "description": "One supported protocol. This object follows the index\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol",
                      "readOnly": true
                    },
                    "ciiSysProtSuppExistState": {
                      "type": "string",
                      "description": "The state of the ciiSysProtSuppEntry. This object\n            follows the RowStatus behavior.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiSummAddrTable": {
            "type": "object",
            "description": "The set of IP summary addresses to use in forming\n        summary TLVs originated by this Intermediate System.\n        \n        An administrator may use a summary address to combine\n        and modify IP Reachability announcements.  If the\n        Intermediate system can reach any subset of the summary\n        address, the summary address will be announced instead,\n        at the configured metric.",
            "properties": {
              "ciiSummAddrEntry": {
                "type": "array",
                "description": "Each entry contains one IP summary address.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiSummAddressType": {
                      "type": "string",
                      "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "ciiSummAddress": {
                      "type": "string",
                      "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "ciiSummAddrPrefixLen": {
                      "type": "string",
                      "description": "The Length of the IP NetMask for this summary address.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength",
                      "readOnly": true
                    },
                    "ciiSummAddrExistState": {
                      "type": "string",
                      "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    },
                    "ciiSummAddrMetric": {
                      "type": "string",
                      "description": "The metric value to announce this summary\n            address with in LSPs generated by this system.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
                      "readOnly": true
                    },
                    "ciiSummAddrFullMetric": {
                      "type": "string",
                      "description": "The wide metric value to announce this summary\n            address with in LSPs generated by this system.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiRedistributeAddrTable": {
            "type": "object",
            "description": "This table provides criteria to decide if a route should\n        be leaked from L2 to L1 when Domain Wide Prefix leaking is\n        enabled.\n        \n        Addresses that match the summary mask in the table will\n        be announced at L1 by routers when ciiSysL2toL1Leaking\n        is enabled.  Routes that fall into the ranges specified\n        are announced as is, without being summarized.  Routes\n        that do not match a summary mask are not announced.",
            "properties": {
              "ciiRedistributeAddrEntry": {
                "type": "array",
                "description": "Each entry contains one IP summary address to\n          manage leaking L2 addresses into L1.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiRedistributeAddrType": {
                      "type": "string",
                      "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "ciiRedistributeAddrAddress": {
                      "type": "string",
                      "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "ciiRedistributeAddrPrefixLen": {
                      "type": "string",
                      "description": "The Length of the IP NetMask for this summary address.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength",
                      "readOnly": true
                    },
                    "ciiRedistributeAddrExistState": {
                      "type": "string",
                      "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiRouterTable": {
            "type": "object",
            "description": "The set of hostnames and router ID.",
            "properties": {
              "ciiRouterEntry": {
                "type": "array",
                "description": "Each entry tracks information about one peer at\n          one level.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiRouterSysID": {
                      "type": "string",
                      "description": "The System ID of the Router Peer.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID",
                      "readOnly": true
                    },
                    "ciiRouterLevel": {
                      "type": "string",
                      "description": "The level of this Intermediate System.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel",
                      "readOnly": true
                    },
                    "ciiRouterHostName": {
                      "type": "string",
                      "description": "The hostname listed in LSP, or zero-length string if none.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "ciiRouterID": {
                      "type": "integer",
                      "description": "The Router ID of the Peer found in LSP, or zero if none.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiSysLevelTable": {
            "type": "object",
            "description": "Level specific information about the System.",
            "properties": {
              "ciiSysLevelEntry": {
                "type": "array",
                "description": "Describe variables defined for Area or Domain.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiSysLevelIndex": {
                      "type": "string",
                      "description": "The level that this entry describes.",
                      "readOnly": true
                    },
                    "ciiSysLevelOrigLSPBuffSize": {
                      "type": "string",
                      "description": "The maximum size of LSPs and SNPs originated by\n            this Intermediate System at this level.\n            This object follows the replaceOnlyWhileDisabled\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLSPBuffSize",
                      "readOnly": true
                    },
                    "ciiSysLevelMinLSPGenInt": {
                      "type": "string",
                      "description": "Minimum interval, in seconds, between successive\n            generation of LSPs with the same LSPID at this level\n            by this Intermediate System.  This object\n            follows the resettingTimer behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                      "readOnly": true
                    },
                    "ciiSysLevelOverloadState": {
                      "type": "string",
                      "description": "The state of the database at this level.\n            The value 'off' indicates that IS-IS is not active at\n            this level.\n            The value 'on' indicates that IS-IS is active at this\n            level, and not overloaded.\n            The value 'waiting' indicates a database that is low on\n            an essential resource, such as memory.\n            The administrator may force the state to 'overloaded'\n            by setting the object ciiSysLevelSetOverload.\n            If the state is 'waiting' or 'overloaded', we originate\n            LSPs with the Overload bit set.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLevelState",
                      "readOnly": true
                    },
                    "ciiSysLevelSetOverload": {
                      "type": "boolean",
                      "description": "Administratively set the overload bit for the level.\n            The overload bit will continue to be set if the\n            implementation runs out of memory, independent of\n            this variable",
                      "readOnly": true
                    },
                    "ciiSysLevelSetOverloadUntil": {
                      "type": "string",
                      "description": "If set, the overload bit should be set, and cleared\n            after sysUpTime exceeds this value.",
                      "x-yang-type": "yang:timeticks",
                      "readOnly": true
                    },
                    "ciiSysLevelMetricStyle": {
                      "type": "string",
                      "description": "Which style of Metric do we generate in our LSPs\n            at this level? This object follows the\n            replaceOnlyWhileDisabled behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle",
                      "readOnly": true
                    },
                    "ciiSysLevelSPFConsiders": {
                      "type": "string",
                      "description": "Which style of Metric do we consider in our\n            SPF computation at this level?",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle",
                      "readOnly": true
                    },
                    "ciiSysLevelTEEnabled": {
                      "type": "boolean",
                      "description": "Do we do Traffic Engineering at this level?",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiCircTable": {
            "type": "object",
            "description": "The table of circuits used by this\n        Intermediate System.",
            "properties": {
              "ciiCircEntry": {
                "type": "array",
                "description": "An ciiCircEntry exists for each circuit used by\n          Integrated IS-IS on this system.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "integer",
                      "description": "The identifier of this circuit, unique within the\n            Intermediate System.  This object follows\n            the index behavior.  This is for SNMP Indexing\n            purposes only and need not have any relation to\n            any protocol value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiCircIfIndex": {
                      "type": "string",
                      "description": "The value of ifIndex for the interface to which this\n            circuit corresponds.   This object cannot be modified\n            after creation",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "ciiCircIfSubIndex": {
                      "type": "integer",
                      "description": "A specifier for the part of the interface ifIndex to which\n            this circuit corresponds, such as a DLCI or VPI/VCI.\n            This object cannot be modified after creation",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiCircAdminState": {
                      "type": "string",
                      "description": "The administrative state of the circuit. This\n            object follows the CiiAdminState behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState",
                      "readOnly": true
                    },
                    "ciiCircExistState": {
                      "type": "string",
                      "description": "The existence state of this circuit. This object follows\n            the RowStatus behavior.  Setting the state to\n            'notInService' halts the generation and processing of\n            IS-IS protocol PDUs on this circuit.  Setting the state\n            to 'destroy' will also erase any configuration associated\n            with the circuit.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    },
                    "ciiCircType": {
                      "type": "string",
                      "description": "The type of the circuit. This object follows the\n            replaceOnlyWhileDisabled behavior. The type specified\n            must be compatible with the type of the interface defined\n            by the value of ciiCircIfIndex.",
                      "readOnly": true
                    },
                    "ciiCircExtDomain": {
                      "type": "boolean",
                      "description": "If true, suppress normal transmission of and\n            interpretation of Intra-domain IS-IS PDUs on this\n            circuit.",
                      "readOnly": true
                    },
                    "ciiCircLevel": {
                      "type": "string",
                      "description": "Indicates which type of packets will be sent and\n            accepted on this circuit. The values used will be\n            modified by the settings of ciiSysType. This\n            object follows the replaceOnlyWhileDisabled behavior.",
                      "readOnly": true
                    },
                    "ciiCircPassiveCircuit": {
                      "type": "boolean",
                      "description": "Should we include this interface in LSPs, even if\n            it is not running the IS-IS Protocol?",
                      "readOnly": true
                    },
                    "ciiCircMeshGroupEnabled": {
                      "type": "string",
                      "description": "Is this port a member of a mesh group, or blocked?\n            Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group.",
                      "readOnly": true
                    },
                    "ciiCircMeshGroup": {
                      "type": "integer",
                      "description": "Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group.  If ciiCircMeshGroupEnabled\n            is inactive or blocked, this value is ignored.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiCircSmallHellos": {
                      "type": "boolean",
                      "description": "Can we send unpadded hellos on LAN circuits?  'false'\n            means LAN Hellos must be padded.\n            Implementations should allow the administrator to read\n            this value.  An implementation need not be able to\n            support unpadded hellos to be conformant.",
                      "readOnly": true
                    },
                    "ciiCircLastUpTime": {
                      "type": "string",
                      "description": "If the circuit is enabled, the value of sysUpTime\n            when ciiCircAdminState most recently entered\n            the state 'on'.  If the circuit is not 'on',\n            the value of sysUpTime when the circuit last\n            entered state 'on', 0 if the circuit has never\n            been 'on'.",
                      "x-yang-type": "yang:timeticks",
                      "readOnly": true
                    },
                    "ciiCirc3WayEnabled": {
                      "type": "boolean",
                      "description": "Is this circuit enabled to run 3Way handshake?",
                      "readOnly": true
                    },
                    "ciiCircExtendedCircID": {
                      "type": "integer",
                      "description": "The value to be used as the extended circuit ID in\n            3Way handshake.  This value is only used if\n            ciiCirc3WayEnabled is true, and must be unique across\n            all circuits on this IS.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiCircLevelTable": {
            "type": "object",
            "description": "Level specific information about circuits used by IS-IS",
            "properties": {
              "ciiCircLevelEntry": {
                "type": "array",
                "description": "An ciiCircLevelEntry exists for each level on\n          each circuit used by Integrated IS-IS on this system.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiCircLevelIndex": {
                      "type": "string",
                      "description": "The level that this entry describes.",
                      "readOnly": true
                    },
                    "ciiCircLevelMetric": {
                      "type": "string",
                      "description": "The metric value of this circuit for this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
                      "readOnly": true
                    },
                    "ciiCircLevelWideMetric": {
                      "type": "string",
                      "description": "The wide metric value of this circuit for this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiWideMetric",
                      "readOnly": true
                    },
                    "ciiCircLevelISPriority": {
                      "type": "string",
                      "description": "The priority for becoming LAN Designated\n            Intermediate System at this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority",
                      "readOnly": true
                    },
                    "ciiCircLevelIDOctet": {
                      "type": "integer",
                      "description": "A one byte identifier that can be used in protocol packets\n            to identify a circuit.  Values of ciiCircLevelIDOctet\n            do not need to be unique.  They are only required to\n            differ on LANs where the Intermediate System is the\n            Designated Intermediate System.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiCircLevelID": {
                      "type": "string",
                      "description": "On a point to point circuit with a fully initialized\n            adjacency to a peer IS, the value of this object is\n            the circuit ID negotiated during adjacency initialization.\n            On a point to point circuit without such an adjacency,\n            the value is the concatenation of the local system ID\n            and the one byte ciiCircLevelIDOctet for this circuit\n            i.e. the value that would be proposed for the circuit ID.\n            \n            On other circuit types, the value returned is the zero\n            length OCTET STRING.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID",
                      "readOnly": true
                    },
                    "ciiCircLevelDesIS": {
                      "type": "string",
                      "description": "The ID of the LAN Designated Intermediate System\n            on this circuit at this level. If, for any reason,\n            this system is not partaking in the relevant\n            Designated Intermediate System election process,\n            then the value returned is the zero length OCTET STRING.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID",
                      "readOnly": true
                    },
                    "ciiCircLevelHelloMultiplier": {
                      "type": "integer",
                      "description": "This value is multiplied by the corresponding HelloTimer\n            and the result in seconds (rounded up) is used as the\n            holding time in transmitted hellos, to be used by\n            receivers of hello packets from this IS",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiCircLevelHelloTimer": {
                      "type": "integer",
                      "description": "Maximum period, in milliseconds, between IIH PDUs\n            on multiaccess networks at this level for LANs.\n            The value at L1 is used as the period between\n            Hellos on L1L2 point to point circuits.  Setting\n            this value at level 2 on an L1L2 point to point\n            circuit will result in an error of InconsistentValue.\n            \n            This object follows the resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiCircLevelDRHelloTimer": {
                      "type": "integer",
                      "description": "Period, in milliseconds, between Hello PDUs on\n            multiaccess networks when this IS is the Designated\n            Intermediate System.  This object follows the\n            resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiCircLevelLSPThrottle": {
                      "type": "string",
                      "description": "Minimal interval of time, in milliseconds, between\n            transmissions of LSPs on an interface at this level.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                      "readOnly": true
                    },
                    "ciiCircLevelMinLSPRetransInt": {
                      "type": "integer",
                      "description": "Minimum interval, in seconds, between re-transmission of\n            an LSP at this level. This object follows the\n            resettingTimer behavior.\n            \n            Note that ciiCircLevelLSPThrottle controls\n            how fast we send back to back LSPs.  This variable\n            controls how fast we re-send the same LSP.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiCircLevelCSNPInterval": {
                      "type": "integer",
                      "description": "Interval of time, in seconds, between periodic\n            transmission of a complete set of CSNPs on\n            multiaccess networks if this router is the\n            designated router at this level.\n            \n            This object follows the resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiCircLevelPartSNPInterval": {
                      "type": "integer",
                      "description": "Minimum interval in seconds between sending Partial\n            Sequence Number PDUs at this level. This object\n            follows the resettingTimer behavior.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiSystemCounterTable": {
            "type": "object",
            "description": "System wide counters for this Intermediate System.",
            "properties": {
              "ciiSystemCounterEntry": {
                "type": "array",
                "description": "System-wide IS-IS counters.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiSysStatLevel": {
                      "type": "string",
                      "description": "The level that this entry describes.",
                      "readOnly": true
                    },
                    "ciiSysStatCorrLSPs": {
                      "type": "integer",
                      "description": "Number of corrupted in-memory LSP frames detected.\n            \n            LSPs received from the wire with a bad checksum\n            are silently dropped and not counted.\n            \n            LSPs received from the wire with parse errors\n            are counted by ciiSysStatLSPErrors.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiSysStatAuthTypeFails": {
                      "type": "integer",
                      "description": "The number of frames with authentication type mismatches\n            recognized by this Intermediate System.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiSysStatAuthFails": {
                      "type": "integer",
                      "description": "The number of frames with authentication failures\n            recognized by this Intermediate System.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiSysStatLSPDbaseOloads": {
                      "type": "integer",
                      "description": "Number of times the LSP database has become\n            overloaded.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiSysStatManAddrDropFromAreas": {
                      "type": "integer",
                      "description": "Number of times a manual address has been dropped from\n            the area.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiSysStatAttmptToExMaxSeqNums": {
                      "type": "integer",
                      "description": "Number of times the IS has attempted to exceed the\n            maximum sequence number.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiSysStatSeqNumSkips": {
                      "type": "integer",
                      "description": "Number of times a sequence number skip has occurred.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiSysStatOwnLSPPurges": {
                      "type": "integer",
                      "description": "Number of times a zero-aged copy of the system's own LSP\n            is received from some other node.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiSysStatIDFieldLenMismatches": {
                      "type": "integer",
                      "description": "Number of times a PDU is received with a different value\n            for ID field length to that of the receiving system.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiSysStatPartChanges": {
                      "type": "integer",
                      "description": "Partition changes",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiSysStatSPFRuns": {
                      "type": "integer",
                      "description": "Number of times we ran SPF at this level.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiSysStatLSPErrors": {
                      "type": "integer",
                      "description": "Number of LSP frames with errors we have received.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiCircuitCounterTable": {
            "type": "object",
            "description": "Circuit specific counters for this\n        Intermediate System.",
            "properties": {
              "ciiCircuitCounterEntry": {
                "type": "array",
                "description": "An ciiCircuitCounterEntry exists for each circuit\n          used by Integrated IS-IS on this system.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiCircuitType": {
                      "type": "string",
                      "description": "What type of circuit saw these counts?\n            \n            The point to point Hello PDU includes\n            both L1 and L2, and ISs form a single\n            adjacency on point to point links.\n            Thus we combine counts on\n            point to point links into one group.",
                      "readOnly": true
                    },
                    "ciiCircAdjChanges": {
                      "type": "integer",
                      "description": "The number of times an adjacency state change has\n            occurred on this circuit.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiCircNumAdj": {
                      "type": "integer",
                      "description": "The number of adjacencies on this circuit.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiCircInitFails": {
                      "type": "integer",
                      "description": "The number of times initialization of this circuit has\n            failed.  This counts events such as PPP NCP failures.\n            Failures to form an adjacency are counted by\n            ciiCircRejAdjs.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiCircRejAdjs": {
                      "type": "integer",
                      "description": "The number of times an adjacency has been rejected on\n            this circuit.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiCircIDFieldLenMismatches": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with an ID\n            field length different to that for this system has been\n            received.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiCircMaxAreaAddrMismatches": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with a\n            max area address field different to that for this\n            system has been received.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiCircAuthTypeFails": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with\n            an auth type field different to that for this\n            system has been received.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiCircAuthFails": {
                      "type": "integer",
                      "description": "The number of times an IS-IS control PDU with\n            the correct auth type has failed to pass authentication\n            validation.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiCircLANDesISChanges": {
                      "type": "integer",
                      "description": "The number of times the Designated IS has changed\n            on this circuit at this level.  If the circuit is\n            point to point, this count is zero.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiPacketCounterTable": {
            "type": "object",
            "description": "Information about IS-IS protocol traffic at one level\n        on one circuit in one direction",
            "properties": {
              "ciiPacketCounterEntry": {
                "type": "array",
                "description": "Information about IS-IS protocol traffic at one level\n          on one circuit in one direction",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiPacketCountLevel": {
                      "type": "string",
                      "description": "The level at which these PDU counts have been collected.",
                      "readOnly": true
                    },
                    "ciiPacketCountDirection": {
                      "type": "string",
                      "description": "Were we sending or receiving these PDUs?",
                      "readOnly": true
                    },
                    "ciiPacketCountIIHellos": {
                      "type": "integer",
                      "description": "The number of IS-IS Hello PDU frames seen in this\n            direction at this level.\n            \n            Point-to-Point IIH PDUs are counted at\n            the lowest enabled level: at L1 on L1 or L1L2 circuits,\n            and at L2 otherwise.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiPacketCountISHellos": {
                      "type": "integer",
                      "description": "The number of ES-IS Hello PDU frames seen in this\n            direction.  ISH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiPacketCountESHellos": {
                      "type": "integer",
                      "description": "The number of ES Hello PDU frames seen in this\n            direction.  ESH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiPacketCountLSPs": {
                      "type": "integer",
                      "description": "The number of IS-IS LSP frames seen in this\n            direction at this level.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiPacketCountCSNPs": {
                      "type": "integer",
                      "description": "The number of IS-IS CSNP frames seen in this\n            direction at this level.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiPacketCountPSNPs": {
                      "type": "integer",
                      "description": "The number of IS-IS PSNP frames seen in this\n            direction at this level.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiPacketCountUnknowns": {
                      "type": "integer",
                      "description": "The number of unknown IS-IS PDU frames seen\n            at this level.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiISAdjTable": {
            "type": "object",
            "description": "The table of adjacencies to Intermediate Systems.",
            "properties": {
              "ciiISAdjEntry": {
                "type": "array",
                "description": "Each entry corresponds to one adjacency to an\n          Intermediate System on this system.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiISAdjIndex": {
                      "type": "integer",
                      "description": "A unique value identifying the IS adjacency from all\n            other such adjacencies on this circuit. This value is\n            automatically assigned by the system when the adjacency\n            is created.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiISAdjState": {
                      "type": "string",
                      "description": "The state of the adjacency",
                      "readOnly": true
                    },
                    "ciiISAdj3WayState": {
                      "type": "string",
                      "description": "The 3Way state of the adjacency.  These are picked\n            to match the historical on-the-wire representation\n            of the 3Way state, and are not intended to match\n            ciiISAdjState.",
                      "readOnly": true
                    },
                    "ciiISAdjNeighSNPAAddress": {
                      "type": "string",
                      "description": "The SNPA address of the neighboring system.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                      "readOnly": true
                    },
                    "ciiISAdjNeighSysType": {
                      "type": "string",
                      "description": "The type of the neighboring system.",
                      "readOnly": true
                    },
                    "ciiISAdjNeighSysID": {
                      "type": "string",
                      "description": "The system ID of the neighboring Intermediate\n            System.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID",
                      "readOnly": true
                    },
                    "ciiISAdjNbrExtendedCircID": {
                      "type": "integer",
                      "description": "The 4 byte Extended Circuit ID learned from the\n            Neighbor during 3-way handshake, or 0.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiISAdjUsage": {
                      "type": "string",
                      "description": "How is the adjacency used?  On a point-to-point link,\n            this might be level1and2, but on a LAN, the usage will\n            be level1 on the adjacency between peers at L1,\n            and level2 for the adjacency between peers at L2.",
                      "readOnly": true
                    },
                    "ciiISAdjHoldTimer": {
                      "type": "string",
                      "description": "The holding time in seconds for this adjacency.\n            This value is based on received IIH PDUs and\n            the elapsed time since receipt.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                      "readOnly": true
                    },
                    "ciiISAdjNeighPriority": {
                      "type": "string",
                      "description": "Priority of the neighboring Intermediate System for\n            becoming the Designated Intermediate System.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority",
                      "readOnly": true
                    },
                    "ciiISAdjLastUpTime": {
                      "type": "string",
                      "description": "If the ciiISAdjState is in state 'up', the value\n            of sysUpTime when the adjacency most recently\n            entered the state 'up',  or 0 if it has never\n            been in state 'up'.",
                      "x-yang-type": "yang:timeticks",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiISAdjAreaAddrTable": {
            "type": "object",
            "description": "This table contains the set of Area Addresses of\n        neighboring Intermediate Systems as reported in received\n        IIH PDUs.",
            "properties": {
              "ciiISAdjAreaAddrEntry": {
                "type": "array",
                "description": "Each entry contains one Area Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "description": "ciiISAdjIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiISAdjAreaAddrIndex": {
                      "type": "integer",
                      "description": "An index for the areas associated with one neighbor.\n            This provides a simple way to walk the table.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiISAdjAreaAddress": {
                      "type": "string",
                      "description": "One Area Address as reported in IIH PDUs received from\n            the neighbor.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiISAdjIPAddrTable": {
            "type": "object",
            "description": "This table contains the set of IP Addresses of\n        neighboring Intermediate Systems as reported in received\n        IIH PDUs.",
            "properties": {
              "ciiISAdjIPAddrEntry": {
                "type": "array",
                "description": "Each entry contains one IP Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "description": "ciiISAdjIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiISAdjIPAddrIndex": {
                      "type": "integer",
                      "description": "An index to this table which identifies the IP addresses\n            to which this entry belongs.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiISAdjIPAddrType": {
                      "type": "string",
                      "description": "The type of one IP Address as reported in IIH PDUs\n            received from the neighbor.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "ciiISAdjIPAddrAddress": {
                      "type": "string",
                      "description": "One IP Address as reported in IIH PDUs received from the\n            neighbor.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiISAdjProtSuppTable": {
            "type": "object",
            "description": "This table contains the set of protocols supported by\n        neighboring Intermediate Systems as reported in received\n        IIH PDUs.",
            "properties": {
              "ciiISAdjProtSuppEntry": {
                "type": "array",
                "description": "Each entry contains one protocol supported by a\n          neighboring Intermediate System as reported in its IIH\n          PDUs.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiISAdjIndex": {
                      "type": "string",
                      "description": "ciiISAdjIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiISAdjProtSuppProtocol": {
                      "type": "string",
                      "description": "One supported protocol as reported in IIH PDUs received\n            from the neighbor.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiRATable": {
            "type": "object",
            "description": "The table of Reachable Addresses to NSAPs or Address\n        Prefixes.",
            "properties": {
              "ciiRAEntry": {
                "type": "array",
                "description": "Each entry defines a Reachable Address to a NSAP or\n          Address Prefix.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiCircIndex": {
                      "type": "string",
                      "description": "ciiCircIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiRAIndex": {
                      "type": "integer",
                      "description": "The identifier for this ciiRAEntry. This value must be\n            unique amongst all Reachable Addresses on the same parent\n            Circuit. This object follows the index and ManualOrAutomatic\n            behaviors.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiRAExistState": {
                      "type": "string",
                      "description": "The existence state of this Reachable Address. This\n            object follows the ManualOrAutomatic behaviors.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    },
                    "ciiRAAdminState": {
                      "type": "string",
                      "description": "The administrative state of the Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState",
                      "readOnly": true
                    },
                    "ciiRAAddrPrefix": {
                      "type": "string",
                      "description": "The destination of this Reachable Address. This is an\n            Address Prefix. This object follows the\n            replaceOnlyWhileDisabled and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                      "readOnly": true
                    },
                    "ciiRAMapType": {
                      "type": "string",
                      "description": "The type of mapping to be employed to ascertain the SNPA\n            Address which should be used in forwarding PDUs for this\n            Reachable Address prefix. This object follows the\n            ManualOrAutomatic behavior. The following values of\n            mapping type are defined:\n            \n                none: The mapping is null because the neighbor SNPA is\n                      implicit by nature of the subnetwork (e.g. a\n                      point-to-point linkage).\n            \n                explicit: The subnetwork addresses in the object\n                      ciiRASNPAAddress is to be used.\n            \n                extractIDI: The SNPA is embedded in the IDI of\n                      the destination NSAP Address. The mapping\n                      algorithm extracts the SNPA to be used\n                      according to the format and encoding rules of\n                      ISO8473/Add2. This SNPA extraction algorithm can\n                      be used in conjunction with Reachable Address\n                      prefixes from the X.121, F.69, E.163 and E.164\n                      addressing subdomains.\n            \n                extractDSP: All, or a suffix, of the SNPA is embedded\n                      in the DSP of the destination address. This SNPA\n                      extraction algorithm extracts the embedded\n                      subnetwork addressing information by performing a\n                      logical AND of the ciiRASNPAMask object value\n                      with the destination address. The part of the\n                      SNPA extracted from the destination NSAP is\n                      appended to the ciiRASNPAPrefix object value to\n                      form the next hop subnetwork addressing\n                      information.",
                      "readOnly": true
                    },
                    "ciiRAMetric": {
                      "type": "string",
                      "description": "The metric value for reaching the specified\n            prefix over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
                      "readOnly": true
                    },
                    "ciiRAMetricType": {
                      "type": "string",
                      "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType",
                      "readOnly": true
                    },
                    "ciiRASNPAAddress": {
                      "type": "string",
                      "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches the address\n            prefix of the Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                      "readOnly": true
                    },
                    "ciiRASNPAMask": {
                      "type": "string",
                      "description": "A bit mask with 1 bits indicating the positions in the\n            effective destination address from which embedded SNPA\n            information is to be extracted. For the extraction the\n            first octet of the ciiRASNPAMask object value is aligned\n            with the first octet (AFI) of the NSAP Address. If the\n            ciiRASNPAMask object value and NSAP Address are of\n            different lengths, the shorter of the two is logically\n            padded with zeros before performing the extraction. This\n            object follows the ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                      "readOnly": true
                    },
                    "ciiRASNPAPrefix": {
                      "type": "string",
                      "description": "A fixed SNPA prefix for use when the ciiRAMapType is\n            extractDSP. The SNPA Address to use is formed by\n            concatenating the fixed SNPA prefix with a variable SNPA\n            part that is extracted from the effective destination\n            address. For Reachable Address prefixes in which the\n            entire SNPA is embedded in the DSP the SNPA Prefix shall\n            be null. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                      "readOnly": true
                    },
                    "ciiRAType": {
                      "type": "string",
                      "description": "The type of Reachable address. Those of type\n            manual are created by the network manager. Those\n            of type automatic are created through propagation\n            of routing information from another routing\n            protocol (eg. IDRP).",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiIPRATable": {
            "type": "object",
            "description": "The table of IP Reachable Addresses to networks,\n        subnetworks or hosts either manually configured or\n        learned from another protocol.",
            "properties": {
              "ciiIPRAEntry": {
                "type": "array",
                "description": "Each entry defines an IP Reachable Address to a network,\n          subnetwork or host.\n          \n          Each IP Reachable Address may have multiple entries in the\n          table, one for each equal cost path to the reachable address.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiIPRADestType": {
                      "type": "string",
                      "description": "The type of this IP Reachable Address.  This object\n            follows the ManualOrAutomatic behavior.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "ciiIPRADest": {
                      "type": "string",
                      "description": "The destination of this IP Reachable Address. This is\n            either a network address, subnetwork address or host\n            address. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "ciiIPRADestPrefixLen": {
                      "type": "string",
                      "description": "The length of the IP Netmask for Reachability Address.\n            This object follows the ManualOrAutomatic behavior.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength",
                      "readOnly": true
                    },
                    "ciiIPRANextHopIndex": {
                      "type": "integer",
                      "description": "Index of next hop.  Used when there are multiple Equal\n            Cost Multipath alternatives for the same destination.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ciiIPRANextHopType": {
                      "type": "string",
                      "description": "The type of the IP next hop address.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "ciiIPRANextHop": {
                      "type": "string",
                      "description": "The IP next hop to this destination.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "ciiIPRAType": {
                      "type": "string",
                      "description": "The type of this IP Reachable Address. Those of type\n            manual are created by the network manager. Those of type\n            automatic are created through propagation of routing\n            information from another routing protocol.  This object\n            follows the ManualOrAutomatic behavior.",
                      "readOnly": true
                    },
                    "ciiIPRAExistState": {
                      "type": "string",
                      "description": "The state of this IP Reachable Address. This object\n            follows the ExistenceState and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    },
                    "ciiIPRAAdminState": {
                      "type": "string",
                      "description": "The administrative state of the IP Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState",
                      "readOnly": true
                    },
                    "ciiIPRAMetric": {
                      "type": "string",
                      "description": "The metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
                      "readOnly": true
                    },
                    "ciiIPRAMetricType": {
                      "type": "string",
                      "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType",
                      "readOnly": true
                    },
                    "ciiIPRAFullMetric": {
                      "type": "string",
                      "description": "The wide metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric",
                      "readOnly": true
                    },
                    "ciiIPRASNPAAddress": {
                      "type": "string",
                      "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches this IP\n            Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
                      "readOnly": true
                    },
                    "ciiIPRASourceType": {
                      "type": "string",
                      "description": "The origin of this route.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiLSPSummaryTable": {
            "type": "object",
            "description": "The table of LSP Headers.",
            "properties": {
              "ciiLSPSummaryEntry": {
                "type": "array",
                "description": "Each entry provides a summary describing an\n          LSP currently stored in the system.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiLSPLevel": {
                      "type": "string",
                      "description": "At which level does this LSP appear?",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel",
                      "readOnly": true
                    },
                    "ciiLSPID": {
                      "type": "string",
                      "description": "The 8 byte LSP ID, consisting of the SystemID,\n            Circuit ID, and Fragment Number.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLinkStatePDUID",
                      "readOnly": true
                    },
                    "ciiLSPSeq": {
                      "type": "integer",
                      "description": "The sequence number for this LSP.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiLSPZeroLife": {
                      "type": "boolean",
                      "description": "Is this LSP being purged by this System?",
                      "readOnly": true
                    },
                    "ciiLSPChecksum": {
                      "type": "string",
                      "description": "The 16 bit Fletcher Checksum.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                      "readOnly": true
                    },
                    "ciiLSPLifetimeRemain": {
                      "type": "string",
                      "description": "The remaining lifetime in seconds for this LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                      "readOnly": true
                    },
                    "ciiLSPPDULength": {
                      "type": "string",
                      "description": "The length of this LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                      "readOnly": true
                    },
                    "ciiLSPAttributes": {
                      "type": "string",
                      "description": "Flags carried by the LSP.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciiLSPTLVTable": {
            "type": "object",
            "description": "The contents of each LSP.",
            "properties": {
              "ciiLSPTLVEntry": {
                "type": "array",
                "description": "Each entry describes an LSP current stored in the\n          system.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ciiLSPLevel": {
                      "type": "string",
                      "description": "ciiLSPLevel",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiLSPID": {
                      "type": "string",
                      "description": "ciiLSPID",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ciiLSPTLVIndex": {
                      "type": "integer",
                      "description": "The index of this TLV in the LSP.  The first TLV has index 1\n            and the Nth TLV has an index of N.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiLSPTLVSeq": {
                      "type": "integer",
                      "description": "The sequence number for this LSP.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ciiLSPTLVChecksum": {
                      "type": "string",
                      "description": "The 16 bit Fletcher Checksum.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
                      "readOnly": true
                    },
                    "ciiLSPTLVType": {
                      "type": "string",
                      "description": "The type of this TLV.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC",
                      "readOnly": true
                    },
                    "ciiLSPTLVLen": {
                      "type": "string",
                      "description": "The length of this TLV.",
                      "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC",
                      "readOnly": true
                    },
                    "ciiLSPTLVValue": {
                      "type": "string",
                      "description": "The value of this TLV.",
                      "format": "binary",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_object-1": {
        "type": "object",
        "description": "The index value used in this notification\n          to indicate the system level.",
        "properties": {
          "ciiNotifIsLevelIndex": {
            "type": "string",
            "description": "The index value used in this notification\n          to indicate the system level.",
            "readOnly": true
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_object-2": {
        "type": "object",
        "description": "An Octet String that uniquely identifies\n          a Link State PDU.",
        "properties": {
          "ciiPduLspId": {
            "type": "string",
            "description": "An Octet String that uniquely identifies\n          a Link State PDU.",
            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLinkStatePDUID",
            "readOnly": true
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_object-3": {
        "type": "object",
        "description": "object-3",
        "properties": {
          "ciiCircIndex": {
            "type": "string",
            "description": "ciiCircIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "ciiCircIfIndex": {
            "type": "string",
            "description": "ciiCircIfIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_object-4": {
        "type": "object",
        "description": "Holds up to 64 initial bytes of a PDU that\n          triggered the notification.",
        "properties": {
          "ciiPduFragment": {
            "type": "string",
            "description": "Holds up to 64 initial bytes of a PDU that\n          triggered the notification.",
            "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiPDUHeader",
            "readOnly": true
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_object-5": {
        "type": "object",
        "description": "An offset to a problem in a PDU.  If the problem\n          is a malformed TLV, this points to the beginning\n          of the TLV.  If the problem is in the header, this\n          points to the byte that is suspicious.",
        "properties": {
          "ciiErrorOffset": {
            "type": "integer",
            "description": "An offset to a problem in a PDU.  If the problem\n          is a malformed TLV, this points to the beginning\n          of the TLV.  If the problem is in the header, this\n          points to the byte that is suspicious.",
            "minimum": 0,
            "maximum": 4294967295,
            "readOnly": true
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_object-6": {
        "type": "object",
        "description": "The type for a malformed TLV.",
        "properties": {
          "ciiErrorTLVType": {
            "type": "integer",
            "description": "The type for a malformed TLV.",
            "minimum": 0,
            "maximum": 4294967295,
            "readOnly": true
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiManAreaAddrEntry": {
        "type": "array",
        "description": "Each entry contains one area address manually configured\n          on this system",
        "items": {
          "type": "object",
          "properties": {
            "ciiManAreaAddr": {
              "type": "string",
              "description": "A manually configured area address for this system. This\n            object follows the index behavior.\n            \n            Note: an index for the entry {1, {49.0001} active} in\n            this table would be the ordered pair\n            (1, (0x03 0x49 0x00 0x01)), as the length of an Octet\n            string is part of the OID.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
              "readOnly": true
            },
            "ciiManAreaAddrExistState": {
              "type": "string",
              "description": "The state of the ciiManAreaAddrEntry. This object\n            follows the Row Status behavior. If the ciiSysAdminState\n            for this Intermediate System is 'on', and an\n            attempt is made to set this object to the value 'destroy'\n            or 'notInService' when this is the only\n            ciiManAreaAddrEntry in state 'active' for this\n            Intermediate System should return inconsistentValue.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiAreaAddrEntry": {
        "type": "array",
        "description": "Each entry contains one area address reported in a\n          Level 1 LSP generated or received by this Intermediate\n          System.",
        "items": {
          "type": "object",
          "properties": {
            "ciiAreaAddr": {
              "type": "string",
              "description": "An area address reported in a Level 1 LSP.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiSysProtSuppEntry": {
        "type": "array",
        "description": "Each entry contains one protocol supported by\n          this Intermediate System.",
        "items": {
          "type": "object",
          "properties": {
            "ciiSysProtSuppProtocol": {
              "type": "string",
              "description": "One supported protocol. This object follows the index\n            behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol",
              "readOnly": true
            },
            "ciiSysProtSuppExistState": {
              "type": "string",
              "description": "The state of the ciiSysProtSuppEntry. This object\n            follows the RowStatus behavior.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiSummAddrEntry": {
        "type": "array",
        "description": "Each entry contains one IP summary address.",
        "items": {
          "type": "object",
          "properties": {
            "ciiSummAddressType": {
              "type": "string",
              "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "ciiSummAddress": {
              "type": "string",
              "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "ciiSummAddrPrefixLen": {
              "type": "string",
              "description": "The Length of the IP NetMask for this summary address.",
              "x-yang-type": "inet-address:InetAddressPrefixLength",
              "readOnly": true
            },
            "ciiSummAddrExistState": {
              "type": "string",
              "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            },
            "ciiSummAddrMetric": {
              "type": "string",
              "description": "The metric value to announce this summary\n            address with in LSPs generated by this system.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
              "readOnly": true
            },
            "ciiSummAddrFullMetric": {
              "type": "string",
              "description": "The wide metric value to announce this summary\n            address with in LSPs generated by this system.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiRedistributeAddrEntry": {
        "type": "array",
        "description": "Each entry contains one IP summary address to\n          manage leaking L2 addresses into L1.",
        "items": {
          "type": "object",
          "properties": {
            "ciiRedistributeAddrType": {
              "type": "string",
              "description": "The Type of IP address for this summary address.\n            This object follows the index behavior.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "ciiRedistributeAddrAddress": {
              "type": "string",
              "description": "The IP Address value for this summary address.\n            This object follows the index behavior.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "ciiRedistributeAddrPrefixLen": {
              "type": "string",
              "description": "The Length of the IP NetMask for this summary address.",
              "x-yang-type": "inet-address:InetAddressPrefixLength",
              "readOnly": true
            },
            "ciiRedistributeAddrExistState": {
              "type": "string",
              "description": "The existence state of this summary address. This object\n            follows the row status behavior.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiRouterEntry": {
        "type": "array",
        "description": "Each entry tracks information about one peer at\n          one level.",
        "items": {
          "type": "object",
          "properties": {
            "ciiRouterSysID": {
              "type": "string",
              "description": "The System ID of the Router Peer.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID",
              "readOnly": true
            },
            "ciiRouterLevel": {
              "type": "string",
              "description": "The level of this Intermediate System.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel",
              "readOnly": true
            },
            "ciiRouterHostName": {
              "type": "string",
              "description": "The hostname listed in LSP, or zero-length string if none.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "ciiRouterID": {
              "type": "integer",
              "description": "The Router ID of the Peer found in LSP, or zero if none.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiSysLevelEntry": {
        "type": "array",
        "description": "Describe variables defined for Area or Domain.",
        "items": {
          "type": "object",
          "properties": {
            "ciiSysLevelIndex": {
              "type": "string",
              "description": "The level that this entry describes.",
              "readOnly": true
            },
            "ciiSysLevelOrigLSPBuffSize": {
              "type": "string",
              "description": "The maximum size of LSPs and SNPs originated by\n            this Intermediate System at this level.\n            This object follows the replaceOnlyWhileDisabled\n            behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLSPBuffSize",
              "readOnly": true
            },
            "ciiSysLevelMinLSPGenInt": {
              "type": "string",
              "description": "Minimum interval, in seconds, between successive\n            generation of LSPs with the same LSPID at this level\n            by this Intermediate System.  This object\n            follows the resettingTimer behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
              "readOnly": true
            },
            "ciiSysLevelOverloadState": {
              "type": "string",
              "description": "The state of the database at this level.\n            The value 'off' indicates that IS-IS is not active at\n            this level.\n            The value 'on' indicates that IS-IS is active at this\n            level, and not overloaded.\n            The value 'waiting' indicates a database that is low on\n            an essential resource, such as memory.\n            The administrator may force the state to 'overloaded'\n            by setting the object ciiSysLevelSetOverload.\n            If the state is 'waiting' or 'overloaded', we originate\n            LSPs with the Overload bit set.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLevelState",
              "readOnly": true
            },
            "ciiSysLevelSetOverload": {
              "type": "boolean",
              "description": "Administratively set the overload bit for the level.\n            The overload bit will continue to be set if the\n            implementation runs out of memory, independent of\n            this variable",
              "readOnly": true
            },
            "ciiSysLevelSetOverloadUntil": {
              "type": "string",
              "description": "If set, the overload bit should be set, and cleared\n            after sysUpTime exceeds this value.",
              "x-yang-type": "yang:timeticks",
              "readOnly": true
            },
            "ciiSysLevelMetricStyle": {
              "type": "string",
              "description": "Which style of Metric do we generate in our LSPs\n            at this level? This object follows the\n            replaceOnlyWhileDisabled behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle",
              "readOnly": true
            },
            "ciiSysLevelSPFConsiders": {
              "type": "string",
              "description": "Which style of Metric do we consider in our\n            SPF computation at this level?",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricStyle",
              "readOnly": true
            },
            "ciiSysLevelTEEnabled": {
              "type": "boolean",
              "description": "Do we do Traffic Engineering at this level?",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiCircEntry": {
        "type": "array",
        "description": "An ciiCircEntry exists for each circuit used by\n          Integrated IS-IS on this system.",
        "items": {
          "type": "object",
          "properties": {
            "ciiCircIndex": {
              "type": "integer",
              "description": "The identifier of this circuit, unique within the\n            Intermediate System.  This object follows\n            the index behavior.  This is for SNMP Indexing\n            purposes only and need not have any relation to\n            any protocol value.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiCircIfIndex": {
              "type": "string",
              "description": "The value of ifIndex for the interface to which this\n            circuit corresponds.   This object cannot be modified\n            after creation",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "ciiCircIfSubIndex": {
              "type": "integer",
              "description": "A specifier for the part of the interface ifIndex to which\n            this circuit corresponds, such as a DLCI or VPI/VCI.\n            This object cannot be modified after creation",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiCircAdminState": {
              "type": "string",
              "description": "The administrative state of the circuit. This\n            object follows the CiiAdminState behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState",
              "readOnly": true
            },
            "ciiCircExistState": {
              "type": "string",
              "description": "The existence state of this circuit. This object follows\n            the RowStatus behavior.  Setting the state to\n            'notInService' halts the generation and processing of\n            IS-IS protocol PDUs on this circuit.  Setting the state\n            to 'destroy' will also erase any configuration associated\n            with the circuit.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            },
            "ciiCircType": {
              "type": "string",
              "description": "The type of the circuit. This object follows the\n            replaceOnlyWhileDisabled behavior. The type specified\n            must be compatible with the type of the interface defined\n            by the value of ciiCircIfIndex.",
              "readOnly": true
            },
            "ciiCircExtDomain": {
              "type": "boolean",
              "description": "If true, suppress normal transmission of and\n            interpretation of Intra-domain IS-IS PDUs on this\n            circuit.",
              "readOnly": true
            },
            "ciiCircLevel": {
              "type": "string",
              "description": "Indicates which type of packets will be sent and\n            accepted on this circuit. The values used will be\n            modified by the settings of ciiSysType. This\n            object follows the replaceOnlyWhileDisabled behavior.",
              "readOnly": true
            },
            "ciiCircPassiveCircuit": {
              "type": "boolean",
              "description": "Should we include this interface in LSPs, even if\n            it is not running the IS-IS Protocol?",
              "readOnly": true
            },
            "ciiCircMeshGroupEnabled": {
              "type": "string",
              "description": "Is this port a member of a mesh group, or blocked?\n            Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group.",
              "readOnly": true
            },
            "ciiCircMeshGroup": {
              "type": "integer",
              "description": "Circuits in the same mesh group act as a virtual\n            multiaccess network.  LSPs seen on one circuit in\n            a mesh group will not be flooded to another circuit\n            in the same mesh group.  If ciiCircMeshGroupEnabled\n            is inactive or blocked, this value is ignored.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiCircSmallHellos": {
              "type": "boolean",
              "description": "Can we send unpadded hellos on LAN circuits?  'false'\n            means LAN Hellos must be padded.\n            Implementations should allow the administrator to read\n            this value.  An implementation need not be able to\n            support unpadded hellos to be conformant.",
              "readOnly": true
            },
            "ciiCircLastUpTime": {
              "type": "string",
              "description": "If the circuit is enabled, the value of sysUpTime\n            when ciiCircAdminState most recently entered\n            the state 'on'.  If the circuit is not 'on',\n            the value of sysUpTime when the circuit last\n            entered state 'on', 0 if the circuit has never\n            been 'on'.",
              "x-yang-type": "yang:timeticks",
              "readOnly": true
            },
            "ciiCirc3WayEnabled": {
              "type": "boolean",
              "description": "Is this circuit enabled to run 3Way handshake?",
              "readOnly": true
            },
            "ciiCircExtendedCircID": {
              "type": "integer",
              "description": "The value to be used as the extended circuit ID in\n            3Way handshake.  This value is only used if\n            ciiCirc3WayEnabled is true, and must be unique across\n            all circuits on this IS.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiCircLevelEntry": {
        "type": "array",
        "description": "An ciiCircLevelEntry exists for each level on\n          each circuit used by Integrated IS-IS on this system.",
        "items": {
          "type": "object",
          "properties": {
            "ciiCircIndex": {
              "type": "string",
              "description": "ciiCircIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiCircLevelIndex": {
              "type": "string",
              "description": "The level that this entry describes.",
              "readOnly": true
            },
            "ciiCircLevelMetric": {
              "type": "string",
              "description": "The metric value of this circuit for this level.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
              "readOnly": true
            },
            "ciiCircLevelWideMetric": {
              "type": "string",
              "description": "The wide metric value of this circuit for this level.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiWideMetric",
              "readOnly": true
            },
            "ciiCircLevelISPriority": {
              "type": "string",
              "description": "The priority for becoming LAN Designated\n            Intermediate System at this level.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority",
              "readOnly": true
            },
            "ciiCircLevelIDOctet": {
              "type": "integer",
              "description": "A one byte identifier that can be used in protocol packets\n            to identify a circuit.  Values of ciiCircLevelIDOctet\n            do not need to be unique.  They are only required to\n            differ on LANs where the Intermediate System is the\n            Designated Intermediate System.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiCircLevelID": {
              "type": "string",
              "description": "On a point to point circuit with a fully initialized\n            adjacency to a peer IS, the value of this object is\n            the circuit ID negotiated during adjacency initialization.\n            On a point to point circuit without such an adjacency,\n            the value is the concatenation of the local system ID\n            and the one byte ciiCircLevelIDOctet for this circuit\n            i.e. the value that would be proposed for the circuit ID.\n            \n            On other circuit types, the value returned is the zero\n            length OCTET STRING.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID",
              "readOnly": true
            },
            "ciiCircLevelDesIS": {
              "type": "string",
              "description": "The ID of the LAN Designated Intermediate System\n            on this circuit at this level. If, for any reason,\n            this system is not partaking in the relevant\n            Designated Intermediate System election process,\n            then the value returned is the zero length OCTET STRING.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiCircuitID",
              "readOnly": true
            },
            "ciiCircLevelHelloMultiplier": {
              "type": "integer",
              "description": "This value is multiplied by the corresponding HelloTimer\n            and the result in seconds (rounded up) is used as the\n            holding time in transmitted hellos, to be used by\n            receivers of hello packets from this IS",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiCircLevelHelloTimer": {
              "type": "integer",
              "description": "Maximum period, in milliseconds, between IIH PDUs\n            on multiaccess networks at this level for LANs.\n            The value at L1 is used as the period between\n            Hellos on L1L2 point to point circuits.  Setting\n            this value at level 2 on an L1L2 point to point\n            circuit will result in an error of InconsistentValue.\n            \n            This object follows the resettingTimer behavior.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiCircLevelDRHelloTimer": {
              "type": "integer",
              "description": "Period, in milliseconds, between Hello PDUs on\n            multiaccess networks when this IS is the Designated\n            Intermediate System.  This object follows the\n            resettingTimer behavior.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiCircLevelLSPThrottle": {
              "type": "string",
              "description": "Minimal interval of time, in milliseconds, between\n            transmissions of LSPs on an interface at this level.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
              "readOnly": true
            },
            "ciiCircLevelMinLSPRetransInt": {
              "type": "integer",
              "description": "Minimum interval, in seconds, between re-transmission of\n            an LSP at this level. This object follows the\n            resettingTimer behavior.\n            \n            Note that ciiCircLevelLSPThrottle controls\n            how fast we send back to back LSPs.  This variable\n            controls how fast we re-send the same LSP.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiCircLevelCSNPInterval": {
              "type": "integer",
              "description": "Interval of time, in seconds, between periodic\n            transmission of a complete set of CSNPs on\n            multiaccess networks if this router is the\n            designated router at this level.\n            \n            This object follows the resettingTimer behavior.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiCircLevelPartSNPInterval": {
              "type": "integer",
              "description": "Minimum interval in seconds between sending Partial\n            Sequence Number PDUs at this level. This object\n            follows the resettingTimer behavior.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiSystemCounterEntry": {
        "type": "array",
        "description": "System-wide IS-IS counters.",
        "items": {
          "type": "object",
          "properties": {
            "ciiSysStatLevel": {
              "type": "string",
              "description": "The level that this entry describes.",
              "readOnly": true
            },
            "ciiSysStatCorrLSPs": {
              "type": "integer",
              "description": "Number of corrupted in-memory LSP frames detected.\n            \n            LSPs received from the wire with a bad checksum\n            are silently dropped and not counted.\n            \n            LSPs received from the wire with parse errors\n            are counted by ciiSysStatLSPErrors.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiSysStatAuthTypeFails": {
              "type": "integer",
              "description": "The number of frames with authentication type mismatches\n            recognized by this Intermediate System.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiSysStatAuthFails": {
              "type": "integer",
              "description": "The number of frames with authentication failures\n            recognized by this Intermediate System.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiSysStatLSPDbaseOloads": {
              "type": "integer",
              "description": "Number of times the LSP database has become\n            overloaded.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiSysStatManAddrDropFromAreas": {
              "type": "integer",
              "description": "Number of times a manual address has been dropped from\n            the area.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiSysStatAttmptToExMaxSeqNums": {
              "type": "integer",
              "description": "Number of times the IS has attempted to exceed the\n            maximum sequence number.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiSysStatSeqNumSkips": {
              "type": "integer",
              "description": "Number of times a sequence number skip has occurred.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiSysStatOwnLSPPurges": {
              "type": "integer",
              "description": "Number of times a zero-aged copy of the system's own LSP\n            is received from some other node.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiSysStatIDFieldLenMismatches": {
              "type": "integer",
              "description": "Number of times a PDU is received with a different value\n            for ID field length to that of the receiving system.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiSysStatPartChanges": {
              "type": "integer",
              "description": "Partition changes",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiSysStatSPFRuns": {
              "type": "integer",
              "description": "Number of times we ran SPF at this level.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiSysStatLSPErrors": {
              "type": "integer",
              "description": "Number of LSP frames with errors we have received.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiCircuitCounterEntry": {
        "type": "array",
        "description": "An ciiCircuitCounterEntry exists for each circuit\n          used by Integrated IS-IS on this system.",
        "items": {
          "type": "object",
          "properties": {
            "ciiCircIndex": {
              "type": "string",
              "description": "ciiCircIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiCircuitType": {
              "type": "string",
              "description": "What type of circuit saw these counts?\n            \n            The point to point Hello PDU includes\n            both L1 and L2, and ISs form a single\n            adjacency on point to point links.\n            Thus we combine counts on\n            point to point links into one group.",
              "readOnly": true
            },
            "ciiCircAdjChanges": {
              "type": "integer",
              "description": "The number of times an adjacency state change has\n            occurred on this circuit.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiCircNumAdj": {
              "type": "integer",
              "description": "The number of adjacencies on this circuit.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiCircInitFails": {
              "type": "integer",
              "description": "The number of times initialization of this circuit has\n            failed.  This counts events such as PPP NCP failures.\n            Failures to form an adjacency are counted by\n            ciiCircRejAdjs.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiCircRejAdjs": {
              "type": "integer",
              "description": "The number of times an adjacency has been rejected on\n            this circuit.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiCircIDFieldLenMismatches": {
              "type": "integer",
              "description": "The number of times an IS-IS control PDU with an ID\n            field length different to that for this system has been\n            received.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiCircMaxAreaAddrMismatches": {
              "type": "integer",
              "description": "The number of times an IS-IS control PDU with a\n            max area address field different to that for this\n            system has been received.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiCircAuthTypeFails": {
              "type": "integer",
              "description": "The number of times an IS-IS control PDU with\n            an auth type field different to that for this\n            system has been received.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiCircAuthFails": {
              "type": "integer",
              "description": "The number of times an IS-IS control PDU with\n            the correct auth type has failed to pass authentication\n            validation.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiCircLANDesISChanges": {
              "type": "integer",
              "description": "The number of times the Designated IS has changed\n            on this circuit at this level.  If the circuit is\n            point to point, this count is zero.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiPacketCounterEntry": {
        "type": "array",
        "description": "Information about IS-IS protocol traffic at one level\n          on one circuit in one direction",
        "items": {
          "type": "object",
          "properties": {
            "ciiCircIndex": {
              "type": "string",
              "description": "ciiCircIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiPacketCountLevel": {
              "type": "string",
              "description": "The level at which these PDU counts have been collected.",
              "readOnly": true
            },
            "ciiPacketCountDirection": {
              "type": "string",
              "description": "Were we sending or receiving these PDUs?",
              "readOnly": true
            },
            "ciiPacketCountIIHellos": {
              "type": "integer",
              "description": "The number of IS-IS Hello PDU frames seen in this\n            direction at this level.\n            \n            Point-to-Point IIH PDUs are counted at\n            the lowest enabled level: at L1 on L1 or L1L2 circuits,\n            and at L2 otherwise.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiPacketCountISHellos": {
              "type": "integer",
              "description": "The number of ES-IS Hello PDU frames seen in this\n            direction.  ISH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiPacketCountESHellos": {
              "type": "integer",
              "description": "The number of ES Hello PDU frames seen in this\n            direction.  ESH PDUs are counted at the\n            lowest enabled level: at L1 on L1 or L1L2\n            circuits, and at L2 otherwise.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiPacketCountLSPs": {
              "type": "integer",
              "description": "The number of IS-IS LSP frames seen in this\n            direction at this level.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiPacketCountCSNPs": {
              "type": "integer",
              "description": "The number of IS-IS CSNP frames seen in this\n            direction at this level.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiPacketCountPSNPs": {
              "type": "integer",
              "description": "The number of IS-IS PSNP frames seen in this\n            direction at this level.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiPacketCountUnknowns": {
              "type": "integer",
              "description": "The number of unknown IS-IS PDU frames seen\n            at this level.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiISAdjEntry": {
        "type": "array",
        "description": "Each entry corresponds to one adjacency to an\n          Intermediate System on this system.",
        "items": {
          "type": "object",
          "properties": {
            "ciiCircIndex": {
              "type": "string",
              "description": "ciiCircIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiISAdjIndex": {
              "type": "integer",
              "description": "A unique value identifying the IS adjacency from all\n            other such adjacencies on this circuit. This value is\n            automatically assigned by the system when the adjacency\n            is created.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiISAdjState": {
              "type": "string",
              "description": "The state of the adjacency",
              "readOnly": true
            },
            "ciiISAdj3WayState": {
              "type": "string",
              "description": "The 3Way state of the adjacency.  These are picked\n            to match the historical on-the-wire representation\n            of the 3Way state, and are not intended to match\n            ciiISAdjState.",
              "readOnly": true
            },
            "ciiISAdjNeighSNPAAddress": {
              "type": "string",
              "description": "The SNPA address of the neighboring system.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
              "readOnly": true
            },
            "ciiISAdjNeighSysType": {
              "type": "string",
              "description": "The type of the neighboring system.",
              "readOnly": true
            },
            "ciiISAdjNeighSysID": {
              "type": "string",
              "description": "The system ID of the neighboring Intermediate\n            System.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSystemID",
              "readOnly": true
            },
            "ciiISAdjNbrExtendedCircID": {
              "type": "integer",
              "description": "The 4 byte Extended Circuit ID learned from the\n            Neighbor during 3-way handshake, or 0.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiISAdjUsage": {
              "type": "string",
              "description": "How is the adjacency used?  On a point-to-point link,\n            this might be level1and2, but on a LAN, the usage will\n            be level1 on the adjacency between peers at L1,\n            and level2 for the adjacency between peers at L2.",
              "readOnly": true
            },
            "ciiISAdjHoldTimer": {
              "type": "string",
              "description": "The holding time in seconds for this adjacency.\n            This value is based on received IIH PDUs and\n            the elapsed time since receipt.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
              "readOnly": true
            },
            "ciiISAdjNeighPriority": {
              "type": "string",
              "description": "Priority of the neighboring Intermediate System for\n            becoming the Designated Intermediate System.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISPriority",
              "readOnly": true
            },
            "ciiISAdjLastUpTime": {
              "type": "string",
              "description": "If the ciiISAdjState is in state 'up', the value\n            of sysUpTime when the adjacency most recently\n            entered the state 'up',  or 0 if it has never\n            been in state 'up'.",
              "x-yang-type": "yang:timeticks",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiISAdjAreaAddrEntry": {
        "type": "array",
        "description": "Each entry contains one Area Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
        "items": {
          "type": "object",
          "properties": {
            "ciiCircIndex": {
              "type": "string",
              "description": "ciiCircIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiISAdjIndex": {
              "type": "string",
              "description": "ciiISAdjIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiISAdjAreaAddrIndex": {
              "type": "integer",
              "description": "An index for the areas associated with one neighbor.\n            This provides a simple way to walk the table.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiISAdjAreaAddress": {
              "type": "string",
              "description": "One Area Address as reported in IIH PDUs received from\n            the neighbor.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiISAdjIPAddrEntry": {
        "type": "array",
        "description": "Each entry contains one IP Address reported by a\n          neighboring Intermediate System in its IIH PDUs.",
        "items": {
          "type": "object",
          "properties": {
            "ciiCircIndex": {
              "type": "string",
              "description": "ciiCircIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiISAdjIndex": {
              "type": "string",
              "description": "ciiISAdjIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiISAdjIPAddrIndex": {
              "type": "integer",
              "description": "An index to this table which identifies the IP addresses\n            to which this entry belongs.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiISAdjIPAddrType": {
              "type": "string",
              "description": "The type of one IP Address as reported in IIH PDUs\n            received from the neighbor.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "ciiISAdjIPAddrAddress": {
              "type": "string",
              "description": "One IP Address as reported in IIH PDUs received from the\n            neighbor.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiISAdjProtSuppEntry": {
        "type": "array",
        "description": "Each entry contains one protocol supported by a\n          neighboring Intermediate System as reported in its IIH\n          PDUs.",
        "items": {
          "type": "object",
          "properties": {
            "ciiCircIndex": {
              "type": "string",
              "description": "ciiCircIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiISAdjIndex": {
              "type": "string",
              "description": "ciiISAdjIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiISAdjProtSuppProtocol": {
              "type": "string",
              "description": "One supported protocol as reported in IIH PDUs received\n            from the neighbor.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiSupportedProtocol",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiRAEntry": {
        "type": "array",
        "description": "Each entry defines a Reachable Address to a NSAP or\n          Address Prefix.",
        "items": {
          "type": "object",
          "properties": {
            "ciiCircIndex": {
              "type": "string",
              "description": "ciiCircIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiRAIndex": {
              "type": "integer",
              "description": "The identifier for this ciiRAEntry. This value must be\n            unique amongst all Reachable Addresses on the same parent\n            Circuit. This object follows the index and ManualOrAutomatic\n            behaviors.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiRAExistState": {
              "type": "string",
              "description": "The existence state of this Reachable Address. This\n            object follows the ManualOrAutomatic behaviors.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            },
            "ciiRAAdminState": {
              "type": "string",
              "description": "The administrative state of the Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState",
              "readOnly": true
            },
            "ciiRAAddrPrefix": {
              "type": "string",
              "description": "The destination of this Reachable Address. This is an\n            Address Prefix. This object follows the\n            replaceOnlyWhileDisabled and ManualOrAutomatic\n            behaviors.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
              "readOnly": true
            },
            "ciiRAMapType": {
              "type": "string",
              "description": "The type of mapping to be employed to ascertain the SNPA\n            Address which should be used in forwarding PDUs for this\n            Reachable Address prefix. This object follows the\n            ManualOrAutomatic behavior. The following values of\n            mapping type are defined:\n            \n                none: The mapping is null because the neighbor SNPA is\n                      implicit by nature of the subnetwork (e.g. a\n                      point-to-point linkage).\n            \n                explicit: The subnetwork addresses in the object\n                      ciiRASNPAAddress is to be used.\n            \n                extractIDI: The SNPA is embedded in the IDI of\n                      the destination NSAP Address. The mapping\n                      algorithm extracts the SNPA to be used\n                      according to the format and encoding rules of\n                      ISO8473/Add2. This SNPA extraction algorithm can\n                      be used in conjunction with Reachable Address\n                      prefixes from the X.121, F.69, E.163 and E.164\n                      addressing subdomains.\n            \n                extractDSP: All, or a suffix, of the SNPA is embedded\n                      in the DSP of the destination address. This SNPA\n                      extraction algorithm extracts the embedded\n                      subnetwork addressing information by performing a\n                      logical AND of the ciiRASNPAMask object value\n                      with the destination address. The part of the\n                      SNPA extracted from the destination NSAP is\n                      appended to the ciiRASNPAPrefix object value to\n                      form the next hop subnetwork addressing\n                      information.",
              "readOnly": true
            },
            "ciiRAMetric": {
              "type": "string",
              "description": "The metric value for reaching the specified\n            prefix over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
              "readOnly": true
            },
            "ciiRAMetricType": {
              "type": "string",
              "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType",
              "readOnly": true
            },
            "ciiRASNPAAddress": {
              "type": "string",
              "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches the address\n            prefix of the Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
              "readOnly": true
            },
            "ciiRASNPAMask": {
              "type": "string",
              "description": "A bit mask with 1 bits indicating the positions in the\n            effective destination address from which embedded SNPA\n            information is to be extracted. For the extraction the\n            first octet of the ciiRASNPAMask object value is aligned\n            with the first octet (AFI) of the NSAP Address. If the\n            ciiRASNPAMask object value and NSAP Address are of\n            different lengths, the shorter of the two is logically\n            padded with zeros before performing the extraction. This\n            object follows the ManualOrAutomatic behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
              "readOnly": true
            },
            "ciiRASNPAPrefix": {
              "type": "string",
              "description": "A fixed SNPA prefix for use when the ciiRAMapType is\n            extractDSP. The SNPA Address to use is formed by\n            concatenating the fixed SNPA prefix with a variable SNPA\n            part that is extracted from the effective destination\n            address. For Reachable Address prefixes in which the\n            entire SNPA is embedded in the DSP the SNPA Prefix shall\n            be null. This object follows the ManualOrAutomatic\n            behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
              "readOnly": true
            },
            "ciiRAType": {
              "type": "string",
              "description": "The type of Reachable address. Those of type\n            manual are created by the network manager. Those\n            of type automatic are created through propagation\n            of routing information from another routing\n            protocol (eg. IDRP).",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiIPRAEntry": {
        "type": "array",
        "description": "Each entry defines an IP Reachable Address to a network,\n          subnetwork or host.\n          \n          Each IP Reachable Address may have multiple entries in the\n          table, one for each equal cost path to the reachable address.",
        "items": {
          "type": "object",
          "properties": {
            "ciiIPRADestType": {
              "type": "string",
              "description": "The type of this IP Reachable Address.  This object\n            follows the ManualOrAutomatic behavior.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "ciiIPRADest": {
              "type": "string",
              "description": "The destination of this IP Reachable Address. This is\n            either a network address, subnetwork address or host\n            address. This object follows the ManualOrAutomatic\n            behavior.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "ciiIPRADestPrefixLen": {
              "type": "string",
              "description": "The length of the IP Netmask for Reachability Address.\n            This object follows the ManualOrAutomatic behavior.",
              "x-yang-type": "inet-address:InetAddressPrefixLength",
              "readOnly": true
            },
            "ciiIPRANextHopIndex": {
              "type": "integer",
              "description": "Index of next hop.  Used when there are multiple Equal\n            Cost Multipath alternatives for the same destination.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ciiIPRANextHopType": {
              "type": "string",
              "description": "The type of the IP next hop address.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "ciiIPRANextHop": {
              "type": "string",
              "description": "The IP next hop to this destination.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "ciiIPRAType": {
              "type": "string",
              "description": "The type of this IP Reachable Address. Those of type\n            manual are created by the network manager. Those of type\n            automatic are created through propagation of routing\n            information from another routing protocol.  This object\n            follows the ManualOrAutomatic behavior.",
              "readOnly": true
            },
            "ciiIPRAExistState": {
              "type": "string",
              "description": "The state of this IP Reachable Address. This object\n            follows the ExistenceState and ManualOrAutomatic\n            behaviors.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            },
            "ciiIPRAAdminState": {
              "type": "string",
              "description": "The administrative state of the IP Reachable Address. This\n            object follows the CiiAdminState and ManualOrAutomatic\n            behaviors.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiAdminState",
              "readOnly": true
            },
            "ciiIPRAMetric": {
              "type": "string",
              "description": "The metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiDefaultMetric",
              "readOnly": true
            },
            "ciiIPRAMetricType": {
              "type": "string",
              "description": "Indicates whether the metric is internal or\n            external. This object follows the ManualOrAutomatic\n            behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiMetricType",
              "readOnly": true
            },
            "ciiIPRAFullMetric": {
              "type": "string",
              "description": "The wide metric value for reaching the specified\n            destination over this circuit. This object follows the\n            ManualOrAutomatic behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiFullMetric",
              "readOnly": true
            },
            "ciiIPRASNPAAddress": {
              "type": "string",
              "description": "The SNPA Address to which a PDU may be forwarded in\n            order to reach a destination which matches this IP\n            Reachable Address. This object follows the\n            ManualOrAutomatic behavior.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiOSINSAddress",
              "readOnly": true
            },
            "ciiIPRASourceType": {
              "type": "string",
              "description": "The origin of this route.",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiLSPSummaryEntry": {
        "type": "array",
        "description": "Each entry provides a summary describing an\n          LSP currently stored in the system.",
        "items": {
          "type": "object",
          "properties": {
            "ciiLSPLevel": {
              "type": "string",
              "description": "At which level does this LSP appear?",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiISLevel",
              "readOnly": true
            },
            "ciiLSPID": {
              "type": "string",
              "description": "The 8 byte LSP ID, consisting of the SystemID,\n            Circuit ID, and Fragment Number.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiLinkStatePDUID",
              "readOnly": true
            },
            "ciiLSPSeq": {
              "type": "integer",
              "description": "The sequence number for this LSP.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiLSPZeroLife": {
              "type": "boolean",
              "description": "Is this LSP being purged by this System?",
              "readOnly": true
            },
            "ciiLSPChecksum": {
              "type": "string",
              "description": "The 16 bit Fletcher Checksum.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
              "readOnly": true
            },
            "ciiLSPLifetimeRemain": {
              "type": "string",
              "description": "The remaining lifetime in seconds for this LSP.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
              "readOnly": true
            },
            "ciiLSPPDULength": {
              "type": "string",
              "description": "The length of this LSP.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
              "readOnly": true
            },
            "ciiLSPAttributes": {
              "type": "string",
              "description": "Flags carried by the LSP.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-IETF-ISIS-MIB_ciiLSPTLVEntry": {
        "type": "array",
        "description": "Each entry describes an LSP current stored in the\n          system.",
        "items": {
          "type": "object",
          "properties": {
            "ciiLSPLevel": {
              "type": "string",
              "description": "ciiLSPLevel",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiLSPID": {
              "type": "string",
              "description": "ciiLSPID",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ciiLSPTLVIndex": {
              "type": "integer",
              "description": "The index of this TLV in the LSP.  The first TLV has index 1\n            and the Nth TLV has an index of N.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiLSPTLVSeq": {
              "type": "integer",
              "description": "The sequence number for this LSP.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ciiLSPTLVChecksum": {
              "type": "string",
              "description": "The 16 bit Fletcher Checksum.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned16TC",
              "readOnly": true
            },
            "ciiLSPTLVType": {
              "type": "string",
              "description": "The type of this TLV.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC",
              "readOnly": true
            },
            "ciiLSPTLVLen": {
              "type": "string",
              "description": "The length of this TLV.",
              "x-yang-type": "CISCO-IETF-ISIS-MIB:CiiUnsigned8TC",
              "readOnly": true
            },
            "ciiLSPTLVValue": {
              "type": "string",
              "description": "The value of this TLV.",
              "format": "binary",
              "readOnly": true
            }
          }
        }
      },
      "restconf-error": {
        "type": "object",
        "description": "Standard RESTCONF error response (RFC 8040 Section 7.1)",
        "properties": {
          "ietf-restconf:errors": {
            "type": "object",
            "properties": {
              "error": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "error-type": {
                      "type": "string",
                      "enum": [
                        "transport",
                        "rpc",
                        "protocol",
                        "application"
                      ],
                      "description": "Layer where the error occurred"
                    },
                    "error-tag": {
                      "type": "string",
                      "description": "Enumerated error tag (e.g. invalid-value, data-missing, access-denied)"
                    },
                    "error-severity": {
                      "type": "string",
                      "enum": [
                        "error",
                        "warning"
                      ],
                      "description": "Error severity"
                    },
                    "error-app-tag": {
                      "type": "string",
                      "description": "Application-specific error tag"
                    },
                    "error-path": {
                      "type": "string",
                      "description": "YANG instance-identifier of the error node"
                    },
                    "error-message": {
                      "type": "string",
                      "description": "Human-readable error description"
                    }
                  },
                  "required": [
                    "error-type",
                    "error-tag"
                  ]
                }
              }
            }
          }
        },
        "example": {
          "ietf-restconf:errors": {
            "error": [
              {
                "error-type": "protocol",
                "error-tag": "invalid-value",
                "error-severity": "error",
                "error-message": "Invalid input parameter"
              }
            ]
          }
        }
      }
    },
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic"
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ],
  "tags": [
    {
      "name": "CISCO-IETF-ISIS-MIB",
      "description": "MIB operations for CISCO-IETF-ISIS-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
