{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-EIGRP-MIB",
    "description": "MIB data from `CISCO-EIGRP-MIB` module.\n\n**Root containers:** 1 (CISCO-EIGRP-MIB)\n**Paths:** 110 | **Descendants:** 119\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-EIGRP-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB": {
      "get": {
        "summary": "Get CISCO-EIGRP-MIB",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpVpnTable": {
                      "type": "object",
                      "properties": {
                        "cEigrpVpnEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cEigrpVpnId": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cEigrpVpnName": {
                                "type": "string",
                                "example": "example-1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cEigrpTraffStatsTable": {
                      "type": "object",
                      "properties": {
                        "cEigrpTraffStatsEntry": {
                          "type": "object",
                          "properties": {
                            "cEigrpVpnId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cEigrpAsNumber": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 10
                            },
                            "cEigrpNbrCount": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 10
                            },
                            "cEigrpHellosSent": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpHellosRcvd": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpUpdatesSent": {
                              "type": "string",
                              "example": "2025-03-15"
                            },
                            "cEigrpUpdatesRcvd": {
                              "type": "string",
                              "example": "2025-03-15"
                            },
                            "cEigrpQueriesSent": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpQueriesRcvd": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpRepliesSent": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpRepliesRcvd": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpAcksSent": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpAcksRcvd": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpInputQHighMark": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpInputQDrops": {
                              "type": "string",
                              "example": "0"
                            },
                            "cEigrpSiaQueriesSent": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpSiaQueriesRcvd": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpAsRouterIdType": {
                              "type": "string",
                              "example": "1"
                            },
                            "cEigrpAsRouterId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cEigrpTopoRoutes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpHeadSerial": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpNextSerial": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpXmitPendReplies": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpXmitDummies": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cEigrpTopoTable": {
                      "type": "object",
                      "properties": {
                        "cEigrpTopoEntry": {
                          "type": "object",
                          "properties": {
                            "cEigrpVpnId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cEigrpAsNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "cEigrpDestNetType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpDestNet": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpDestNetPrefixLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpActive": {
                              "type": "boolean",
                              "example": true
                            },
                            "cEigrpStuckInActive": {
                              "type": "boolean",
                              "example": true
                            },
                            "cEigrpDestSuccessors": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpFdistance": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpRouteOriginType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpRouteOriginAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpRouteOriginAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpNextHopAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cEigrpNextHopAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cEigrpNextHopInterface": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpDistance": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpReportDistance": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cEigrpPeerTable": {
                      "type": "object",
                      "properties": {
                        "cEigrpPeerEntry": {
                          "type": "object",
                          "properties": {
                            "cEigrpVpnId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cEigrpAsNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "cEigrpHandle": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpPeerAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpPeerAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpPeerIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpHoldTime": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpUpTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "cEigrpSrtt": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpRto": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpPktsEnqueued": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpLastSeq": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpVersion": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpRetrans": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpRetries": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cEigrpInterfaceTable": {
                      "type": "object",
                      "properties": {
                        "cEigrpInterfaceEntry": {
                          "type": "object",
                          "properties": {
                            "cEigrpVpnId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cEigrpAsNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpPeerCount": {
                              "type": "string",
                              "example": "10"
                            },
                            "cEigrpXmitReliableQ": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpXmitUnreliableQ": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpMeanSrtt": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpPacingReliable": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpPacingUnreliable": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpMFlowTimer": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpPendingRoutes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpHelloInterval": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cEigrpXmitNextSerial": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpUMcasts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpRMcasts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpUUcasts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpRUcasts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpMcastExcepts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpCRpkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpAcksSuppressed": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpRetransSent": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpOOSrvcd": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpAuthMode": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpAuthKeyChain": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "cEigrpVpnId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cEigrpAsNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "cEigrpHandle": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpPeerAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "cEigrpVpnId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cEigrpAsNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "cEigrpHandle": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpPeerAddr": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "cEigrpVpnId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cEigrpAsNumber": {
                              "type": "string",
                              "example": "10"
                            },
                            "cEigrpDestNetType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpDestNet": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpDestNetPrefixLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cEigrpStuckInActive": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:CISCO-EIGRP-MIB": {
                    "cEigrpVpnTable": {
                      "cEigrpVpnEntry": [
                        {
                          "cEigrpVpnId": 1,
                          "cEigrpVpnName": "example-1"
                        }
                      ]
                    },
                    "cEigrpTraffStatsTable": {
                      "cEigrpTraffStatsEntry": {
                        "cEigrpVpnId": "1",
                        "cEigrpAsNumber": 10,
                        "cEigrpNbrCount": 10,
                        "cEigrpHellosSent": "configured-value",
                        "cEigrpHellosRcvd": "configured-value",
                        "cEigrpUpdatesSent": "2025-03-15",
                        "cEigrpUpdatesRcvd": "2025-03-15",
                        "cEigrpQueriesSent": "configured-value",
                        "cEigrpQueriesRcvd": "configured-value",
                        "cEigrpRepliesSent": "configured-value",
                        "cEigrpRepliesRcvd": "configured-value",
                        "cEigrpAcksSent": "configured-value",
                        "cEigrpAcksRcvd": "configured-value",
                        "cEigrpInputQHighMark": 1,
                        "cEigrpInputQDrops": "0",
                        "cEigrpSiaQueriesSent": "configured-value",
                        "cEigrpSiaQueriesRcvd": "configured-value",
                        "cEigrpAsRouterIdType": "1",
                        "cEigrpAsRouterId": "1",
                        "cEigrpTopoRoutes": "configured-value",
                        "cEigrpHeadSerial": "configured-value",
                        "cEigrpNextSerial": "configured-value",
                        "cEigrpXmitPendReplies": 1,
                        "cEigrpXmitDummies": 1
                      }
                    },
                    "cEigrpTopoTable": {
                      "cEigrpTopoEntry": {
                        "cEigrpVpnId": "1",
                        "cEigrpAsNumber": "10",
                        "cEigrpDestNetType": "configured-value",
                        "cEigrpDestNet": "configured-value",
                        "cEigrpDestNetPrefixLen": "configured-value",
                        "cEigrpActive": true,
                        "cEigrpStuckInActive": true,
                        "cEigrpDestSuccessors": 1,
                        "cEigrpFdistance": 1,
                        "cEigrpRouteOriginType": "configured-value",
                        "cEigrpRouteOriginAddrType": "configured-value",
                        "cEigrpRouteOriginAddr": "configured-value",
                        "cEigrpNextHopAddressType": "10.1.1.1",
                        "cEigrpNextHopAddress": "10.1.1.1",
                        "cEigrpNextHopInterface": "configured-value",
                        "cEigrpDistance": 1,
                        "cEigrpReportDistance": 1
                      }
                    },
                    "cEigrpPeerTable": {
                      "cEigrpPeerEntry": {
                        "cEigrpVpnId": "1",
                        "cEigrpAsNumber": "10",
                        "cEigrpHandle": 1,
                        "cEigrpPeerAddrType": "configured-value",
                        "cEigrpPeerAddr": "configured-value",
                        "cEigrpPeerIfIndex": "configured-value",
                        "cEigrpHoldTime": 1,
                        "cEigrpUpTime": "651780",
                        "cEigrpSrtt": 1,
                        "cEigrpRto": 1,
                        "cEigrpPktsEnqueued": 1,
                        "cEigrpLastSeq": 1,
                        "cEigrpVersion": "configured-value",
                        "cEigrpRetrans": "configured-value",
                        "cEigrpRetries": 1
                      }
                    },
                    "cEigrpInterfaceTable": {
                      "cEigrpInterfaceEntry": {
                        "cEigrpVpnId": "1",
                        "cEigrpAsNumber": "10",
                        "ifIndex": "configured-value",
                        "cEigrpPeerCount": "10",
                        "cEigrpXmitReliableQ": "configured-value",
                        "cEigrpXmitUnreliableQ": "configured-value",
                        "cEigrpMeanSrtt": 1,
                        "cEigrpPacingReliable": 1,
                        "cEigrpPacingUnreliable": 1,
                        "cEigrpMFlowTimer": 1,
                        "cEigrpPendingRoutes": "configured-value",
                        "cEigrpHelloInterval": 1,
                        "cEigrpXmitNextSerial": "configured-value",
                        "cEigrpUMcasts": "configured-value",
                        "cEigrpRMcasts": "configured-value",
                        "cEigrpUUcasts": "configured-value",
                        "cEigrpRUcasts": "configured-value",
                        "cEigrpMcastExcepts": "configured-value",
                        "cEigrpCRpkts": "configured-value",
                        "cEigrpAcksSuppressed": "configured-value",
                        "cEigrpRetransSent": "configured-value",
                        "cEigrpOOSrvcd": "configured-value",
                        "cEigrpAuthMode": "default",
                        "cEigrpAuthKeyChain": "configured-value"
                      },
                      "object-1": {
                        "cEigrpVpnId": "1",
                        "cEigrpAsNumber": "10",
                        "cEigrpHandle": "configured-value",
                        "cEigrpPeerAddrType": "configured-value"
                      },
                      "object-2": {
                        "cEigrpVpnId": "1",
                        "cEigrpAsNumber": "10",
                        "cEigrpHandle": "configured-value",
                        "cEigrpPeerAddr": "configured-value"
                      },
                      "object-3": {
                        "cEigrpVpnId": "1",
                        "cEigrpAsNumber": "10",
                        "cEigrpDestNetType": "configured-value",
                        "cEigrpDestNet": "configured-value",
                        "cEigrpDestNetPrefixLen": "configured-value",
                        "cEigrpStuckInActive": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-EIGRP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpVpnTable": {
      "get": {
        "summary": "Get cEigrpVpnTable",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpVpnTable",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpVpnEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cEigrpVpnId": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cEigrpVpnName": {
                            "type": "string",
                            "example": "example-1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVpnTable": {
                    "cEigrpVpnEntry": [
                      {
                        "cEigrpVpnId": 1,
                        "cEigrpVpnName": "example-1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVpnTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpVpnTable/cEigrpVpnEntry": {
      "get": {
        "summary": "Get cEigrpVpnEntry",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpVpnTable-cEigrpVpnEntry",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cEigrpVpnId": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cEigrpVpnName": {
                        "type": "string",
                        "example": "example-1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVpnEntry": [
                    {
                      "cEigrpVpnId": 1,
                      "cEigrpVpnName": "example-1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVpnEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpVpnTable/cEigrpVpnEntry/cEigrpVpnId": {
      "get": {
        "summary": "Get cEigrpVpnId",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpVpnTable-cEigrpVpnEntry-cEigrpVpnId",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVpnId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVpnId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpVpnTable/cEigrpVpnEntry/cEigrpVpnName": {
      "get": {
        "summary": "Get cEigrpVpnName",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpVpnTable-cEigrpVpnEntry-cEigrpVpnName",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVpnName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVpnName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable": {
      "get": {
        "summary": "Get cEigrpTraffStatsTable",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpTraffStatsEntry": {
                      "type": "object",
                      "properties": {
                        "cEigrpVpnId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cEigrpAsNumber": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 10
                        },
                        "cEigrpNbrCount": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 10
                        },
                        "cEigrpHellosSent": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpHellosRcvd": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpUpdatesSent": {
                          "type": "string",
                          "example": "2025-03-15"
                        },
                        "cEigrpUpdatesRcvd": {
                          "type": "string",
                          "example": "2025-03-15"
                        },
                        "cEigrpQueriesSent": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpQueriesRcvd": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpRepliesSent": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpRepliesRcvd": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpAcksSent": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpAcksRcvd": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpInputQHighMark": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpInputQDrops": {
                          "type": "string",
                          "example": "0"
                        },
                        "cEigrpSiaQueriesSent": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpSiaQueriesRcvd": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpAsRouterIdType": {
                          "type": "string",
                          "example": "1"
                        },
                        "cEigrpAsRouterId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cEigrpTopoRoutes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpHeadSerial": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpNextSerial": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpXmitPendReplies": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpXmitDummies": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpTraffStatsTable": {
                    "cEigrpTraffStatsEntry": {
                      "cEigrpVpnId": "1",
                      "cEigrpAsNumber": 10,
                      "cEigrpNbrCount": 10,
                      "cEigrpHellosSent": "configured-value",
                      "cEigrpHellosRcvd": "configured-value",
                      "cEigrpUpdatesSent": "2025-03-15",
                      "cEigrpUpdatesRcvd": "2025-03-15",
                      "cEigrpQueriesSent": "configured-value",
                      "cEigrpQueriesRcvd": "configured-value",
                      "cEigrpRepliesSent": "configured-value",
                      "cEigrpRepliesRcvd": "configured-value",
                      "cEigrpAcksSent": "configured-value",
                      "cEigrpAcksRcvd": "configured-value",
                      "cEigrpInputQHighMark": 1,
                      "cEigrpInputQDrops": "0",
                      "cEigrpSiaQueriesSent": "configured-value",
                      "cEigrpSiaQueriesRcvd": "configured-value",
                      "cEigrpAsRouterIdType": "1",
                      "cEigrpAsRouterId": "1",
                      "cEigrpTopoRoutes": "configured-value",
                      "cEigrpHeadSerial": "configured-value",
                      "cEigrpNextSerial": "configured-value",
                      "cEigrpXmitPendReplies": 1,
                      "cEigrpXmitDummies": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpTraffStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry": {
      "get": {
        "summary": "Get cEigrpTraffStatsEntry",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpVpnId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cEigrpAsNumber": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 10
                    },
                    "cEigrpNbrCount": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 10
                    },
                    "cEigrpHellosSent": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpHellosRcvd": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpUpdatesSent": {
                      "type": "string",
                      "example": "2025-03-15"
                    },
                    "cEigrpUpdatesRcvd": {
                      "type": "string",
                      "example": "2025-03-15"
                    },
                    "cEigrpQueriesSent": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpQueriesRcvd": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpRepliesSent": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpRepliesRcvd": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpAcksSent": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpAcksRcvd": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpInputQHighMark": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpInputQDrops": {
                      "type": "string",
                      "example": "0"
                    },
                    "cEigrpSiaQueriesSent": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpSiaQueriesRcvd": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpAsRouterIdType": {
                      "type": "string",
                      "example": "1"
                    },
                    "cEigrpAsRouterId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cEigrpTopoRoutes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpHeadSerial": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpNextSerial": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpXmitPendReplies": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpXmitDummies": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpTraffStatsEntry": {
                    "cEigrpVpnId": "1",
                    "cEigrpAsNumber": 10,
                    "cEigrpNbrCount": 10,
                    "cEigrpHellosSent": "configured-value",
                    "cEigrpHellosRcvd": "configured-value",
                    "cEigrpUpdatesSent": "2025-03-15",
                    "cEigrpUpdatesRcvd": "2025-03-15",
                    "cEigrpQueriesSent": "configured-value",
                    "cEigrpQueriesRcvd": "configured-value",
                    "cEigrpRepliesSent": "configured-value",
                    "cEigrpRepliesRcvd": "configured-value",
                    "cEigrpAcksSent": "configured-value",
                    "cEigrpAcksRcvd": "configured-value",
                    "cEigrpInputQHighMark": 1,
                    "cEigrpInputQDrops": "0",
                    "cEigrpSiaQueriesSent": "configured-value",
                    "cEigrpSiaQueriesRcvd": "configured-value",
                    "cEigrpAsRouterIdType": "1",
                    "cEigrpAsRouterId": "1",
                    "cEigrpTopoRoutes": "configured-value",
                    "cEigrpHeadSerial": "configured-value",
                    "cEigrpNextSerial": "configured-value",
                    "cEigrpXmitPendReplies": 1,
                    "cEigrpXmitDummies": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpTraffStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpVpnId": {
      "get": {
        "summary": "Get cEigrpVpnId",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpVpnId",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVpnId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVpnId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpAsNumber": {
      "get": {
        "summary": "Get cEigrpAsNumber",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpAsNumber",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 10
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAsNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAsNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpNbrCount": {
      "get": {
        "summary": "Get cEigrpNbrCount",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpNbrCount",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 10
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpNbrCount": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpNbrCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpHellosSent": {
      "get": {
        "summary": "Get cEigrpHellosSent",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpHellosSent",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpHellosSent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpHellosSent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpHellosRcvd": {
      "get": {
        "summary": "Get cEigrpHellosRcvd",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpHellosRcvd",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpHellosRcvd": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpHellosRcvd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpUpdatesSent": {
      "get": {
        "summary": "Get cEigrpUpdatesSent",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpUpdatesSent",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpUpdatesSent": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpUpdatesSent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpUpdatesRcvd": {
      "get": {
        "summary": "Get cEigrpUpdatesRcvd",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpUpdatesRcvd",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpUpdatesRcvd": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpUpdatesRcvd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpQueriesSent": {
      "get": {
        "summary": "Get cEigrpQueriesSent",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpQueriesSent",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpQueriesSent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpQueriesSent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpQueriesRcvd": {
      "get": {
        "summary": "Get cEigrpQueriesRcvd",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpQueriesRcvd",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpQueriesRcvd": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpQueriesRcvd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpRepliesSent": {
      "get": {
        "summary": "Get cEigrpRepliesSent",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpRepliesSent",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpRepliesSent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpRepliesSent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpRepliesRcvd": {
      "get": {
        "summary": "Get cEigrpRepliesRcvd",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpRepliesRcvd",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpRepliesRcvd": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpRepliesRcvd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpAcksSent": {
      "get": {
        "summary": "Get cEigrpAcksSent",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpAcksSent",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAcksSent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAcksSent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpAcksRcvd": {
      "get": {
        "summary": "Get cEigrpAcksRcvd",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpAcksRcvd",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAcksRcvd": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAcksRcvd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpInputQHighMark": {
      "get": {
        "summary": "Get cEigrpInputQHighMark",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpInputQHighMark",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpInputQHighMark": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpInputQHighMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpInputQDrops": {
      "get": {
        "summary": "Get cEigrpInputQDrops",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpInputQDrops",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpInputQDrops": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpInputQDrops from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpSiaQueriesSent": {
      "get": {
        "summary": "Get cEigrpSiaQueriesSent",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpSiaQueriesSent",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpSiaQueriesSent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpSiaQueriesSent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpSiaQueriesRcvd": {
      "get": {
        "summary": "Get cEigrpSiaQueriesRcvd",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpSiaQueriesRcvd",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpSiaQueriesRcvd": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpSiaQueriesRcvd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpAsRouterIdType": {
      "get": {
        "summary": "Get cEigrpAsRouterIdType",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpAsRouterIdType",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAsRouterIdType": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAsRouterIdType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpAsRouterId": {
      "get": {
        "summary": "Get cEigrpAsRouterId",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpAsRouterId",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAsRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAsRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpTopoRoutes": {
      "get": {
        "summary": "Get cEigrpTopoRoutes",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpTopoRoutes",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpTopoRoutes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpTopoRoutes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpHeadSerial": {
      "get": {
        "summary": "Get cEigrpHeadSerial",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpHeadSerial",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpHeadSerial": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpHeadSerial from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpNextSerial": {
      "get": {
        "summary": "Get cEigrpNextSerial",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpNextSerial",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpNextSerial": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpNextSerial from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpXmitPendReplies": {
      "get": {
        "summary": "Get cEigrpXmitPendReplies",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpXmitPendReplies",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpXmitPendReplies": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpXmitPendReplies from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTraffStatsTable/cEigrpTraffStatsEntry/cEigrpXmitDummies": {
      "get": {
        "summary": "Get cEigrpXmitDummies",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTraffStatsTable-cEigrpTraffStatsEntry-cEigrpXmitDummies",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpXmitDummies": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpXmitDummies from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable": {
      "get": {
        "summary": "Get cEigrpTopoTable",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpTopoEntry": {
                      "type": "object",
                      "properties": {
                        "cEigrpVpnId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cEigrpAsNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "cEigrpDestNetType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpDestNet": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpDestNetPrefixLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpActive": {
                          "type": "boolean",
                          "example": true
                        },
                        "cEigrpStuckInActive": {
                          "type": "boolean",
                          "example": true
                        },
                        "cEigrpDestSuccessors": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpFdistance": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpRouteOriginType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpRouteOriginAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpRouteOriginAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpNextHopAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cEigrpNextHopAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cEigrpNextHopInterface": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpDistance": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpReportDistance": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpTopoTable": {
                    "cEigrpTopoEntry": {
                      "cEigrpVpnId": "1",
                      "cEigrpAsNumber": "10",
                      "cEigrpDestNetType": "configured-value",
                      "cEigrpDestNet": "configured-value",
                      "cEigrpDestNetPrefixLen": "configured-value",
                      "cEigrpActive": true,
                      "cEigrpStuckInActive": true,
                      "cEigrpDestSuccessors": 1,
                      "cEigrpFdistance": 1,
                      "cEigrpRouteOriginType": "configured-value",
                      "cEigrpRouteOriginAddrType": "configured-value",
                      "cEigrpRouteOriginAddr": "configured-value",
                      "cEigrpNextHopAddressType": "10.1.1.1",
                      "cEigrpNextHopAddress": "10.1.1.1",
                      "cEigrpNextHopInterface": "configured-value",
                      "cEigrpDistance": 1,
                      "cEigrpReportDistance": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpTopoTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry": {
      "get": {
        "summary": "Get cEigrpTopoEntry",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpVpnId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cEigrpAsNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "cEigrpDestNetType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpDestNet": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpDestNetPrefixLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpActive": {
                      "type": "boolean",
                      "example": true
                    },
                    "cEigrpStuckInActive": {
                      "type": "boolean",
                      "example": true
                    },
                    "cEigrpDestSuccessors": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpFdistance": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpRouteOriginType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpRouteOriginAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpRouteOriginAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpNextHopAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cEigrpNextHopAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cEigrpNextHopInterface": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpDistance": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpReportDistance": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpTopoEntry": {
                    "cEigrpVpnId": "1",
                    "cEigrpAsNumber": "10",
                    "cEigrpDestNetType": "configured-value",
                    "cEigrpDestNet": "configured-value",
                    "cEigrpDestNetPrefixLen": "configured-value",
                    "cEigrpActive": true,
                    "cEigrpStuckInActive": true,
                    "cEigrpDestSuccessors": 1,
                    "cEigrpFdistance": 1,
                    "cEigrpRouteOriginType": "configured-value",
                    "cEigrpRouteOriginAddrType": "configured-value",
                    "cEigrpRouteOriginAddr": "configured-value",
                    "cEigrpNextHopAddressType": "10.1.1.1",
                    "cEigrpNextHopAddress": "10.1.1.1",
                    "cEigrpNextHopInterface": "configured-value",
                    "cEigrpDistance": 1,
                    "cEigrpReportDistance": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpTopoEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpVpnId": {
      "get": {
        "summary": "Get cEigrpVpnId",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpVpnId",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVpnId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVpnId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpAsNumber": {
      "get": {
        "summary": "Get cEigrpAsNumber",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpAsNumber",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAsNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAsNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpDestNetType": {
      "get": {
        "summary": "Get cEigrpDestNetType",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpDestNetType",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpDestNetType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpDestNetType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpDestNet": {
      "get": {
        "summary": "Get cEigrpDestNet",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpDestNet",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpDestNet": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpDestNet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpDestNetPrefixLen": {
      "get": {
        "summary": "Get cEigrpDestNetPrefixLen",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpDestNetPrefixLen",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpDestNetPrefixLen": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpDestNetPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpActive": {
      "get": {
        "summary": "Get cEigrpActive",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpActive",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpActive": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpActive from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpStuckInActive": {
      "get": {
        "summary": "Get cEigrpStuckInActive",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpStuckInActive",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpStuckInActive": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpStuckInActive from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpDestSuccessors": {
      "get": {
        "summary": "Get cEigrpDestSuccessors",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpDestSuccessors",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpDestSuccessors": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpDestSuccessors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpFdistance": {
      "get": {
        "summary": "Get cEigrpFdistance",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpFdistance",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpFdistance": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpFdistance from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpRouteOriginType": {
      "get": {
        "summary": "Get cEigrpRouteOriginType",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpRouteOriginType",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpRouteOriginType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpRouteOriginType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpRouteOriginAddrType": {
      "get": {
        "summary": "Get cEigrpRouteOriginAddrType",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpRouteOriginAddrType",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpRouteOriginAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpRouteOriginAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpRouteOriginAddr": {
      "get": {
        "summary": "Get cEigrpRouteOriginAddr",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpRouteOriginAddr",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpRouteOriginAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpRouteOriginAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpNextHopAddressType": {
      "get": {
        "summary": "Get cEigrpNextHopAddressType",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpNextHopAddressType",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpNextHopAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpNextHopAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpNextHopAddress": {
      "get": {
        "summary": "Get cEigrpNextHopAddress",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpNextHopAddress",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpNextHopAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpNextHopAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpNextHopInterface": {
      "get": {
        "summary": "Get cEigrpNextHopInterface",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpNextHopInterface",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpNextHopInterface": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpNextHopInterface from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpDistance": {
      "get": {
        "summary": "Get cEigrpDistance",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpDistance",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpDistance": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpDistance from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpTopoTable/cEigrpTopoEntry/cEigrpReportDistance": {
      "get": {
        "summary": "Get cEigrpReportDistance",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpTopoTable-cEigrpTopoEntry-cEigrpReportDistance",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpReportDistance": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpReportDistance from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable": {
      "get": {
        "summary": "Get cEigrpPeerTable",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpPeerEntry": {
                      "type": "object",
                      "properties": {
                        "cEigrpVpnId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cEigrpAsNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "cEigrpHandle": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpPeerAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpPeerAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpPeerIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpHoldTime": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpUpTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "cEigrpSrtt": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpRto": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpPktsEnqueued": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpLastSeq": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpRetrans": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpRetries": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPeerTable": {
                    "cEigrpPeerEntry": {
                      "cEigrpVpnId": "1",
                      "cEigrpAsNumber": "10",
                      "cEigrpHandle": 1,
                      "cEigrpPeerAddrType": "configured-value",
                      "cEigrpPeerAddr": "configured-value",
                      "cEigrpPeerIfIndex": "configured-value",
                      "cEigrpHoldTime": 1,
                      "cEigrpUpTime": "651780",
                      "cEigrpSrtt": 1,
                      "cEigrpRto": 1,
                      "cEigrpPktsEnqueued": 1,
                      "cEigrpLastSeq": 1,
                      "cEigrpVersion": "configured-value",
                      "cEigrpRetrans": "configured-value",
                      "cEigrpRetries": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPeerTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry": {
      "get": {
        "summary": "Get cEigrpPeerEntry",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpVpnId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cEigrpAsNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "cEigrpHandle": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpPeerAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpPeerAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpPeerIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpHoldTime": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpUpTime": {
                      "type": "string",
                      "example": "651780"
                    },
                    "cEigrpSrtt": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpRto": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpPktsEnqueued": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpLastSeq": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpRetrans": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpRetries": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPeerEntry": {
                    "cEigrpVpnId": "1",
                    "cEigrpAsNumber": "10",
                    "cEigrpHandle": 1,
                    "cEigrpPeerAddrType": "configured-value",
                    "cEigrpPeerAddr": "configured-value",
                    "cEigrpPeerIfIndex": "configured-value",
                    "cEigrpHoldTime": 1,
                    "cEigrpUpTime": "651780",
                    "cEigrpSrtt": 1,
                    "cEigrpRto": 1,
                    "cEigrpPktsEnqueued": 1,
                    "cEigrpLastSeq": 1,
                    "cEigrpVersion": "configured-value",
                    "cEigrpRetrans": "configured-value",
                    "cEigrpRetries": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPeerEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpVpnId": {
      "get": {
        "summary": "Get cEigrpVpnId",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpVpnId",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVpnId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVpnId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpAsNumber": {
      "get": {
        "summary": "Get cEigrpAsNumber",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpAsNumber",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAsNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAsNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpHandle": {
      "get": {
        "summary": "Get cEigrpHandle",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpHandle",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpHandle": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpHandle from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpPeerAddrType": {
      "get": {
        "summary": "Get cEigrpPeerAddrType",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpPeerAddrType",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPeerAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPeerAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpPeerAddr": {
      "get": {
        "summary": "Get cEigrpPeerAddr",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpPeerAddr",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPeerAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPeerAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpPeerIfIndex": {
      "get": {
        "summary": "Get cEigrpPeerIfIndex",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpPeerIfIndex",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPeerIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPeerIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpHoldTime": {
      "get": {
        "summary": "Get cEigrpHoldTime",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpHoldTime",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpHoldTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpHoldTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpUpTime": {
      "get": {
        "summary": "Get cEigrpUpTime",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpUpTime",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "651780"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpUpTime": "651780"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpUpTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpSrtt": {
      "get": {
        "summary": "Get cEigrpSrtt",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpSrtt",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpSrtt": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpSrtt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpRto": {
      "get": {
        "summary": "Get cEigrpRto",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpRto",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpRto": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpRto from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpPktsEnqueued": {
      "get": {
        "summary": "Get cEigrpPktsEnqueued",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpPktsEnqueued",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPktsEnqueued": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPktsEnqueued from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpLastSeq": {
      "get": {
        "summary": "Get cEigrpLastSeq",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpLastSeq",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpLastSeq": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpLastSeq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpVersion": {
      "get": {
        "summary": "Get cEigrpVersion",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpVersion",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpRetrans": {
      "get": {
        "summary": "Get cEigrpRetrans",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpRetrans",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpRetrans": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpRetrans from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpPeerTable/cEigrpPeerEntry/cEigrpRetries": {
      "get": {
        "summary": "Get cEigrpRetries",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpPeerTable-cEigrpPeerEntry-cEigrpRetries",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpRetries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpRetries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable": {
      "get": {
        "summary": "Get cEigrpInterfaceTable",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpInterfaceEntry": {
                      "type": "object",
                      "properties": {
                        "cEigrpVpnId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cEigrpAsNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpPeerCount": {
                          "type": "string",
                          "example": "10"
                        },
                        "cEigrpXmitReliableQ": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpXmitUnreliableQ": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpMeanSrtt": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpPacingReliable": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpPacingUnreliable": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpMFlowTimer": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpPendingRoutes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpHelloInterval": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cEigrpXmitNextSerial": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpUMcasts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpRMcasts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpUUcasts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpRUcasts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpMcastExcepts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpCRpkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpAcksSuppressed": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpRetransSent": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpOOSrvcd": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpAuthMode": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpAuthKeyChain": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "cEigrpVpnId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cEigrpAsNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "cEigrpHandle": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpPeerAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "cEigrpVpnId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cEigrpAsNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "cEigrpHandle": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpPeerAddr": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "cEigrpVpnId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cEigrpAsNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "cEigrpDestNetType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpDestNet": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpDestNetPrefixLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cEigrpStuckInActive": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpInterfaceTable": {
                    "cEigrpInterfaceEntry": {
                      "cEigrpVpnId": "1",
                      "cEigrpAsNumber": "10",
                      "ifIndex": "configured-value",
                      "cEigrpPeerCount": "10",
                      "cEigrpXmitReliableQ": "configured-value",
                      "cEigrpXmitUnreliableQ": "configured-value",
                      "cEigrpMeanSrtt": 1,
                      "cEigrpPacingReliable": 1,
                      "cEigrpPacingUnreliable": 1,
                      "cEigrpMFlowTimer": 1,
                      "cEigrpPendingRoutes": "configured-value",
                      "cEigrpHelloInterval": 1,
                      "cEigrpXmitNextSerial": "configured-value",
                      "cEigrpUMcasts": "configured-value",
                      "cEigrpRMcasts": "configured-value",
                      "cEigrpUUcasts": "configured-value",
                      "cEigrpRUcasts": "configured-value",
                      "cEigrpMcastExcepts": "configured-value",
                      "cEigrpCRpkts": "configured-value",
                      "cEigrpAcksSuppressed": "configured-value",
                      "cEigrpRetransSent": "configured-value",
                      "cEigrpOOSrvcd": "configured-value",
                      "cEigrpAuthMode": "default",
                      "cEigrpAuthKeyChain": "configured-value"
                    },
                    "object-1": {
                      "cEigrpVpnId": "1",
                      "cEigrpAsNumber": "10",
                      "cEigrpHandle": "configured-value",
                      "cEigrpPeerAddrType": "configured-value"
                    },
                    "object-2": {
                      "cEigrpVpnId": "1",
                      "cEigrpAsNumber": "10",
                      "cEigrpHandle": "configured-value",
                      "cEigrpPeerAddr": "configured-value"
                    },
                    "object-3": {
                      "cEigrpVpnId": "1",
                      "cEigrpAsNumber": "10",
                      "cEigrpDestNetType": "configured-value",
                      "cEigrpDestNet": "configured-value",
                      "cEigrpDestNetPrefixLen": "configured-value",
                      "cEigrpStuckInActive": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpInterfaceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry": {
      "get": {
        "summary": "Get cEigrpInterfaceEntry",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpVpnId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cEigrpAsNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpPeerCount": {
                      "type": "string",
                      "example": "10"
                    },
                    "cEigrpXmitReliableQ": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpXmitUnreliableQ": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpMeanSrtt": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpPacingReliable": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpPacingUnreliable": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpMFlowTimer": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpPendingRoutes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpHelloInterval": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cEigrpXmitNextSerial": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpUMcasts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpRMcasts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpUUcasts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpRUcasts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpMcastExcepts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpCRpkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpAcksSuppressed": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpRetransSent": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpOOSrvcd": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpAuthMode": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpAuthKeyChain": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpInterfaceEntry": {
                    "cEigrpVpnId": "1",
                    "cEigrpAsNumber": "10",
                    "ifIndex": "configured-value",
                    "cEigrpPeerCount": "10",
                    "cEigrpXmitReliableQ": "configured-value",
                    "cEigrpXmitUnreliableQ": "configured-value",
                    "cEigrpMeanSrtt": 1,
                    "cEigrpPacingReliable": 1,
                    "cEigrpPacingUnreliable": 1,
                    "cEigrpMFlowTimer": 1,
                    "cEigrpPendingRoutes": "configured-value",
                    "cEigrpHelloInterval": 1,
                    "cEigrpXmitNextSerial": "configured-value",
                    "cEigrpUMcasts": "configured-value",
                    "cEigrpRMcasts": "configured-value",
                    "cEigrpUUcasts": "configured-value",
                    "cEigrpRUcasts": "configured-value",
                    "cEigrpMcastExcepts": "configured-value",
                    "cEigrpCRpkts": "configured-value",
                    "cEigrpAcksSuppressed": "configured-value",
                    "cEigrpRetransSent": "configured-value",
                    "cEigrpOOSrvcd": "configured-value",
                    "cEigrpAuthMode": "default",
                    "cEigrpAuthKeyChain": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpInterfaceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpVpnId": {
      "get": {
        "summary": "Get cEigrpVpnId",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpVpnId",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVpnId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVpnId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpAsNumber": {
      "get": {
        "summary": "Get cEigrpAsNumber",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpAsNumber",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAsNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAsNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-ifIndex",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpPeerCount": {
      "get": {
        "summary": "Get cEigrpPeerCount",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpPeerCount",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPeerCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPeerCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpXmitReliableQ": {
      "get": {
        "summary": "Get cEigrpXmitReliableQ",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpXmitReliableQ",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpXmitReliableQ": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpXmitReliableQ from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpXmitUnreliableQ": {
      "get": {
        "summary": "Get cEigrpXmitUnreliableQ",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpXmitUnreliableQ",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpXmitUnreliableQ": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpXmitUnreliableQ from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpMeanSrtt": {
      "get": {
        "summary": "Get cEigrpMeanSrtt",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpMeanSrtt",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpMeanSrtt": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpMeanSrtt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpPacingReliable": {
      "get": {
        "summary": "Get cEigrpPacingReliable",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpPacingReliable",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPacingReliable": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPacingReliable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpPacingUnreliable": {
      "get": {
        "summary": "Get cEigrpPacingUnreliable",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpPacingUnreliable",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPacingUnreliable": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPacingUnreliable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpMFlowTimer": {
      "get": {
        "summary": "Get cEigrpMFlowTimer",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpMFlowTimer",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpMFlowTimer": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpMFlowTimer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpPendingRoutes": {
      "get": {
        "summary": "Get cEigrpPendingRoutes",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpPendingRoutes",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPendingRoutes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPendingRoutes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpHelloInterval": {
      "get": {
        "summary": "Get cEigrpHelloInterval",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpHelloInterval",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpHelloInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpHelloInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpXmitNextSerial": {
      "get": {
        "summary": "Get cEigrpXmitNextSerial",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpXmitNextSerial",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpXmitNextSerial": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpXmitNextSerial from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpUMcasts": {
      "get": {
        "summary": "Get cEigrpUMcasts",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpUMcasts",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpUMcasts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpUMcasts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpRMcasts": {
      "get": {
        "summary": "Get cEigrpRMcasts",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpRMcasts",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpRMcasts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpRMcasts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpUUcasts": {
      "get": {
        "summary": "Get cEigrpUUcasts",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpUUcasts",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpUUcasts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpUUcasts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpRUcasts": {
      "get": {
        "summary": "Get cEigrpRUcasts",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpRUcasts",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpRUcasts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpRUcasts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpMcastExcepts": {
      "get": {
        "summary": "Get cEigrpMcastExcepts",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpMcastExcepts",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpMcastExcepts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpMcastExcepts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpCRpkts": {
      "get": {
        "summary": "Get cEigrpCRpkts",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpCRpkts",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpCRpkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpCRpkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpAcksSuppressed": {
      "get": {
        "summary": "Get cEigrpAcksSuppressed",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpAcksSuppressed",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAcksSuppressed": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAcksSuppressed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpRetransSent": {
      "get": {
        "summary": "Get cEigrpRetransSent",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpRetransSent",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpRetransSent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpRetransSent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpOOSrvcd": {
      "get": {
        "summary": "Get cEigrpOOSrvcd",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpOOSrvcd",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpOOSrvcd": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpOOSrvcd from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpAuthMode": {
      "get": {
        "summary": "Get cEigrpAuthMode",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpAuthMode",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAuthMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAuthMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/cEigrpInterfaceEntry/cEigrpAuthKeyChain": {
      "get": {
        "summary": "Get cEigrpAuthKeyChain",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-cEigrpInterfaceEntry-cEigrpAuthKeyChain",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAuthKeyChain": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAuthKeyChain from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-1",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpVpnId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cEigrpAsNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "cEigrpHandle": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpPeerAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:object-1": {
                    "cEigrpVpnId": "1",
                    "cEigrpAsNumber": "10",
                    "cEigrpHandle": "configured-value",
                    "cEigrpPeerAddrType": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-1/cEigrpVpnId": {
      "get": {
        "summary": "Get cEigrpVpnId",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-1-cEigrpVpnId",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVpnId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVpnId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-1/cEigrpAsNumber": {
      "get": {
        "summary": "Get cEigrpAsNumber",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-1-cEigrpAsNumber",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAsNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAsNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-1/cEigrpHandle": {
      "get": {
        "summary": "Get cEigrpHandle",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-1-cEigrpHandle",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpHandle": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpHandle from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-1/cEigrpPeerAddrType": {
      "get": {
        "summary": "Get cEigrpPeerAddrType",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-1-cEigrpPeerAddrType",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPeerAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPeerAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-2",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpVpnId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cEigrpAsNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "cEigrpHandle": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpPeerAddr": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:object-2": {
                    "cEigrpVpnId": "1",
                    "cEigrpAsNumber": "10",
                    "cEigrpHandle": "configured-value",
                    "cEigrpPeerAddr": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-2/cEigrpVpnId": {
      "get": {
        "summary": "Get cEigrpVpnId",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-2-cEigrpVpnId",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVpnId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVpnId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-2/cEigrpAsNumber": {
      "get": {
        "summary": "Get cEigrpAsNumber",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-2-cEigrpAsNumber",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAsNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAsNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-2/cEigrpHandle": {
      "get": {
        "summary": "Get cEigrpHandle",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-2-cEigrpHandle",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpHandle": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpHandle from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-2/cEigrpPeerAddr": {
      "get": {
        "summary": "Get cEigrpPeerAddr",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-2-cEigrpPeerAddr",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpPeerAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpPeerAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-3",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cEigrpVpnId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cEigrpAsNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "cEigrpDestNetType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpDestNet": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpDestNetPrefixLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cEigrpStuckInActive": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:object-3": {
                    "cEigrpVpnId": "1",
                    "cEigrpAsNumber": "10",
                    "cEigrpDestNetType": "configured-value",
                    "cEigrpDestNet": "configured-value",
                    "cEigrpDestNetPrefixLen": "configured-value",
                    "cEigrpStuckInActive": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-3/cEigrpVpnId": {
      "get": {
        "summary": "Get cEigrpVpnId",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-3-cEigrpVpnId",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpVpnId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpVpnId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-3/cEigrpAsNumber": {
      "get": {
        "summary": "Get cEigrpAsNumber",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-3-cEigrpAsNumber",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpAsNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpAsNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-3/cEigrpDestNetType": {
      "get": {
        "summary": "Get cEigrpDestNetType",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-3-cEigrpDestNetType",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpDestNetType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpDestNetType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-3/cEigrpDestNet": {
      "get": {
        "summary": "Get cEigrpDestNet",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-3-cEigrpDestNet",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpDestNet": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpDestNet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-3/cEigrpDestNetPrefixLen": {
      "get": {
        "summary": "Get cEigrpDestNetPrefixLen",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-3-cEigrpDestNetPrefixLen",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpDestNetPrefixLen": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpDestNetPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-EIGRP-MIB:CISCO-EIGRP-MIB/cEigrpInterfaceTable/object-3/cEigrpStuckInActive": {
      "get": {
        "summary": "Get cEigrpStuckInActive",
        "operationId": "get-CISCO-EIGRP-MIB:CISCO-EIGRP-MIB-cEigrpInterfaceTable-object-3-cEigrpStuckInActive",
        "tags": [
          "CISCO-EIGRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-EIGRP-MIB:cEigrpStuckInActive": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cEigrpStuckInActive from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    }
  },
  "components": {
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic",
        "description": "RESTCONF basic authentication (RFC 8040)"
      }
    },
    "parameters": {
      "accept": {
        "name": "Accept",
        "in": "header",
        "required": false,
        "schema": {
          "type": "string",
          "default": "application/yang-data+json"
        }
      },
      "depth": {
        "name": "depth",
        "in": "query",
        "required": false,
        "description": "Limit response depth (RFC 8040)",
        "schema": {
          "type": "string",
          "default": "unbounded"
        }
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ]
}
