{
  "openapi": "3.0.0",
  "info": {
    "title": "IP-MIB MIB API",
    "version": "1.0.0",
    "description": "The MIB module for managing IP and ICMP implementations, but\n    excluding their management of IP routes.\n    \n    Copyright (C) The Internet Society (2006).  This version of\n    this MIB module is part of RFC 4293; see the RFC itself for\n    full legal notices.\n\n⚠️ **IMPORTANT - MIB DATA ACCESS**:\nThis YANG model exists for SMIv2-to-YANG translation purposes, but MIB data on IOS-XE devices is primarily accessed via **SNMP protocol**, not RESTCONF.\n\n**RESTCONF Limitation**: Many MIB paths may return 404 errors via RESTCONF `/data` endpoints because the device exposes MIB data through SNMP, not the YANG datastore.\n\n**Recommended Access Methods**:\n- Use SNMP (v2c/v3) to query MIB data directly\n- Use NETCONF `<get>` operations for devices supporting YANG-modeled MIB access\n- Check device capabilities: some newer IOS-XE versions may support limited RESTCONF access to specific MIBs\n\n**YANG Model Purpose**: These YANG models define the structure of SNMP MIBs in YANG format for tooling compatibility, but do not guarantee RESTCONF data availability.\n\n\n**📊 YANG Tree:** [View IP-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/IP-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "IP-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}/restconf",
      "description": "RESTCONF server",
      "variables": {
        "device": {
          "default": "10.1.1.1",
          "description": "Device hostname or IP address"
        }
      }
    }
  ],
  "paths": {
    "/data/IP-MIB:ip": {
      "get": {
        "summary": "Get ip data",
        "description": "Retrieve ip operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "ip",
                  "properties": {
                    "ipForwarding": {
                      "type": "string",
                      "description": "The indication of whether this entity is acting as an IPv4\n          router in respect to the forwarding of datagrams received\n          by, but not addressed to, this entity.  IPv4 routers forward\n          datagrams.  IPv4 hosts do not (except those source-routed\n          via the host).\n          \n          When this object is written, the entity should save the\n          change to non-volatile storage and restore the object from\n          non-volatile storage upon re-initialization of the system.\n          Note: a stronger requirement is not used because this object\n          was previously defined."
                    },
                    "ipDefaultTTL": {
                      "type": "integer",
                      "description": "The default value inserted into the Time-To-Live field of\n          the IPv4 header of datagrams originated at this entity,\n          whenever a TTL value is not supplied by the transport layer\n          \n          \n          protocol.\n          \n          When this object is written, the entity should save the\n          change to non-volatile storage and restore the object from\n          non-volatile storage upon re-initialization of the system.\n          Note: a stronger requirement is not used because this object\n          was previously defined.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ipInReceives": {
                      "type": "integer",
                      "description": "The total number of input datagrams received from\n          interfaces, including those received in error.\n          \n          This object has been deprecated, as a new IP version-neutral\n          \n          \n          table has been added.  It is loosely replaced by\n          ipSystemStatsInRecieves.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipInHdrErrors": {
                      "type": "integer",
                      "description": "The number of input datagrams discarded due to errors in\n          their IPv4 headers, including bad checksums, version number\n          mismatch, other format errors, time-to-live exceeded, errors\n          discovered in processing their IPv4 options, etc.\n          \n          This object has been deprecated as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsInHdrErrors.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipInAddrErrors": {
                      "type": "integer",
                      "description": "The number of input datagrams discarded because the IPv4\n          address in their IPv4 header's destination field was not a\n          valid address to be received at this entity.  This count\n          includes invalid addresses (e.g., 0.0.0.0) and addresses of\n          unsupported Classes (e.g., Class E).  For entities which are\n          not IPv4 routers, and therefore do not forward datagrams,\n          this counter includes datagrams discarded because the\n          destination address was not a local address.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsInAddrErrors.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n          their final IPv4 destination, as a result of which an\n          attempt was made to find a route to forward them to that\n          final destination.  In entities which do not act as IPv4\n          routers, this counter will include only those packets which\n          \n          \n          were Source-Routed via this entity, and the Source-Route\n          option processing was successful.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsInForwDatagrams.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipInUnknownProtos": {
                      "type": "integer",
                      "description": "The number of locally-addressed datagrams received\n          successfully but discarded because of an unknown or\n          unsupported protocol.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsInUnknownProtos.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipInDiscards": {
                      "type": "integer",
                      "description": "The number of input IPv4 datagrams for which no problems\n          were encountered to prevent their continued processing, but\n          which were discarded (e.g., for lack of buffer space).  Note\n          that this counter does not include any datagrams discarded\n          while awaiting re-assembly.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsInDiscards.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipInDelivers": {
                      "type": "integer",
                      "description": "The total number of input datagrams successfully delivered\n          to IPv4 user-protocols (including ICMP).\n          \n          This object has been deprecated as a new IP version neutral\n          table has been added.  It is loosely replaced by\n          \n          \n          ipSystemStatsIndelivers.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipOutRequests": {
                      "type": "integer",
                      "description": "The total number of IPv4 datagrams which local IPv4 user\n          protocols (including ICMP) supplied to IPv4 in requests for\n          transmission.  Note that this counter does not include any\n          datagrams counted in ipForwDatagrams.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutRequests.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipOutDiscards": {
                      "type": "integer",
                      "description": "The number of output IPv4 datagrams for which no problem was\n          encountered to prevent their transmission to their\n          destination, but which were discarded (e.g., for lack of\n          buffer space).  Note that this counter would include\n          datagrams counted in ipForwDatagrams if any such packets met\n          this (discretionary) discard criterion.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutDiscards.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipOutNoRoutes": {
                      "type": "integer",
                      "description": "The number of IPv4 datagrams discarded because no route\n          could be found to transmit them to their destination.  Note\n          that this counter includes any packets counted in\n          ipForwDatagrams which meet this `no-route' criterion.  Note\n          that this includes any datagrams which a host cannot route\n          because all of its default routers are down.\n          \n          This object has been deprecated, as a new IP version-neutral\n          \n          \n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutNoRoutes.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipReasmTimeout": {
                      "type": "integer",
                      "description": "The maximum number of seconds that received fragments are\n          held while they are awaiting reassembly at this entity.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ipReasmReqds": {
                      "type": "integer",
                      "description": "The number of IPv4 fragments received which needed to be\n          reassembled at this entity.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsReasmReqds.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipReasmOKs": {
                      "type": "integer",
                      "description": "The number of IPv4 datagrams successfully re-assembled.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsReasmOKs.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipReasmFails": {
                      "type": "integer",
                      "description": "The number of failures detected by the IPv4 re-assembly\n          algorithm (for whatever reason: timed out, errors, etc).\n          Note that this is not necessarily a count of discarded IPv4\n          fragments since some algorithms (notably the algorithm in\n          RFC 815) can lose track of the number of fragments by\n          combining them as they are received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsReasmFails.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipFragOKs": {
                      "type": "integer",
                      "description": "The number of IPv4 datagrams that have been successfully\n          fragmented at this entity.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutFragOKs.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipFragFails": {
                      "type": "integer",
                      "description": "The number of IPv4 datagrams that have been discarded\n          because they needed to be fragmented at this entity but\n          could not be, e.g., because their Don't Fragment flag was\n          set.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutFragFails.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipFragCreates": {
                      "type": "integer",
                      "description": "The number of IPv4 datagram fragments that have been\n          generated as a result of fragmentation at this entity.\n          \n          This object has been deprecated as a new IP version neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutFragCreates.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipRoutingDiscards": {
                      "type": "integer",
                      "description": "The number of routing entries which were chosen to be\n          discarded even though they are valid.  One possible reason\n          for discarding such an entry could be to free-up buffer\n          space for other routing entries.\n          \n          \n          This object was defined in pre-IPv6 versions of the IP MIB.\n          It was implicitly IPv4 only, but the original specifications\n          did not indicate this protocol restriction.  In order to\n          clarify the specifications, this object has been deprecated\n          and a similar, but more thoroughly clarified, object has\n          been added to the IP-FORWARD-MIB.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6IpForwarding": {
                      "type": "string",
                      "description": "The indication of whether this entity is acting as an IPv6\n          router on any interface in respect to the forwarding of\n          datagrams received by, but not addressed to, this entity.\n          IPv6 routers forward datagrams.  IPv6 hosts do not (except\n          those source-routed via the host).\n          \n          When this object is written, the entity SHOULD save the\n          change to non-volatile storage and restore the object from\n          non-volatile storage upon re-initialization of the system."
                    },
                    "ipv6IpDefaultHopLimit": {
                      "type": "integer",
                      "description": "The default value inserted into the Hop Limit field of the\n          IPv6 header of datagrams originated at this entity whenever\n          a Hop Limit value is not supplied by the transport layer\n          protocol.\n          \n          When this object is written, the entity SHOULD save the\n          change to non-volatile storage and restore the object from\n          non-volatile storage upon re-initialization of the system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ipv4InterfaceTableLastChange": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion at which\n          a row in the ipv4InterfaceTable was added or deleted, or\n          when an ipv4InterfaceReasmMaxSize or an\n          ipv4InterfaceEnableStatus object was modified.\n          \n          If new objects are added to the ipv4InterfaceTable that\n          require the ipv4InterfaceTableLastChange to be updated when\n          they are modified, they must specify that requirement in\n          their description clause.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipv6InterfaceTableLastChange": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion at which\n          a row in the ipv6InterfaceTable was added or deleted or when\n          an ipv6InterfaceReasmMaxSize, ipv6InterfaceIdentifier,\n          ipv6InterfaceEnableStatus, ipv6InterfaceReachableTime,\n          ipv6InterfaceRetransmitTime, or ipv6InterfaceForwarding\n          object was modified.\n          \n          If new objects are added to the ipv6InterfaceTable that\n          require the ipv6InterfaceTableLastChange to be updated when\n          they are modified, they must specify that requirement in\n          their description clause.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipAddressSpinLock": {
                      "type": "string",
                      "description": "An advisory lock used to allow cooperating SNMP managers to\n          coordinate their use of the set operation in creating or\n          modifying rows within this table.\n          \n          In order to use this lock to coordinate the use of set\n          operations, managers should first retrieve\n          ipAddressTableSpinLock.  They should then determine the\n          appropriate row to create or modify.  Finally, they should\n          issue the appropriate set command, including the retrieved\n          value of ipAddressSpinLock.  If another manager has altered\n          the table in the meantime, then the value of\n          ipAddressSpinLock will have changed, and the creation will\n          fail as it will be specifying an incorrect value for\n          ipAddressSpinLock.  It is suggested, but not required, that\n          the ipAddressSpinLock be the first var bind for each set of\n          objects representing a 'row' in a PDU.",
                      "x-yang-type": "snmpv2-tc:TestAndIncr"
                    },
                    "ipv6RouterAdvertSpinLock": {
                      "type": "string",
                      "description": "An advisory lock used to allow cooperating SNMP managers to\n          coordinate their use of the set operation in creating or\n          modifying rows within this table.\n          \n          In order to use this lock to coordinate the use of set\n          operations, managers should first retrieve\n          ipv6RouterAdvertSpinLock.  They should then determine the\n          appropriate row to create or modify.  Finally, they should\n          issue the appropriate set command including the retrieved\n          value of ipv6RouterAdvertSpinLock.  If another manager has\n          altered the table in the meantime, then the value of\n          ipv6RouterAdvertSpinLock will have changed and the creation\n          will fail as it will be specifying an incorrect value for\n          ipv6RouterAdvertSpinLock.  It is suggested, but not\n          required, that the ipv6RouterAdvertSpinLock be the first var\n          bind for each set of objects representing a 'row' in a PDU.",
                      "x-yang-type": "snmpv2-tc:TestAndIncr"
                    }
                  }
                },
                "example": {
                  "IP-MIB:ip": {
                    "ipForwarding": "192.168.1.1",
                    "ipDefaultTTL": -2147483648,
                    "ipInReceives": 0,
                    "ipInHdrErrors": 0,
                    "ipInAddrErrors": 0,
                    "ipForwDatagrams": 0,
                    "ipInUnknownProtos": 0,
                    "ipInDiscards": 0,
                    "ipInDelivers": 0,
                    "ipOutRequests": 0,
                    "ipOutDiscards": 0,
                    "ipOutNoRoutes": 0,
                    "ipReasmTimeout": -2147483648,
                    "ipReasmReqds": 0,
                    "ipReasmOKs": 0,
                    "ipReasmFails": 0,
                    "ipFragOKs": 0,
                    "ipFragFails": 0,
                    "ipFragCreates": 0,
                    "ipRoutingDiscards": 0,
                    "ipv6IpForwarding": "2001:db8::1",
                    "ipv6IpDefaultHopLimit": -2147483648,
                    "ipv4InterfaceTableLastChange": "192.168.1.1",
                    "ipv6InterfaceTableLastChange": "2001:db8::1",
                    "ipAddressSpinLock": "192.168.1.1",
                    "ipv6RouterAdvertSpinLock": "2001:db8::1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ip",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ip",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipTrafficStats": {
      "get": {
        "summary": "Get ipTrafficStats data",
        "description": "Retrieve ipTrafficStats operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The value of sysUpTime on the most recent occasion at which\n          a row in the ipIfStatsTable was added or deleted.\n          \n          If new objects are added to the ipIfStatsTable that require\n          the ipIfStatsTableLastChange to be updated when they are\n          modified, they must specify that requirement in their\n          description clause.",
                  "properties": {
                    "ipIfStatsTableLastChange": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion at which\n          a row in the ipIfStatsTable was added or deleted.\n          \n          If new objects are added to the ipIfStatsTable that require\n          the ipIfStatsTableLastChange to be updated when they are\n          modified, they must specify that requirement in their\n          description clause.",
                      "x-yang-type": "yang:timestamp"
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipTrafficStats": {
                    "ipIfStatsTableLastChange": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipTrafficStats",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipTrafficStats",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:icmp": {
      "get": {
        "summary": "Get icmp data",
        "description": "Retrieve icmp operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The total number of ICMP messages which the entity received.\n          Note that this counter includes all those counted by\n          icmpInErrors.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          icmpStatsInMsgs.",
                  "properties": {
                    "icmpInMsgs": {
                      "type": "integer",
                      "description": "The total number of ICMP messages which the entity received.\n          Note that this counter includes all those counted by\n          icmpInErrors.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          icmpStatsInMsgs.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInErrors": {
                      "type": "integer",
                      "description": "The number of ICMP messages which the entity received but\n          determined as having ICMP-specific errors (bad ICMP\n          checksums, bad length, etc.).\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          icmpStatsInErrors.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInDestUnreachs": {
                      "type": "integer",
                      "description": "The number of ICMP Destination Unreachable messages\n          received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInTimeExcds": {
                      "type": "integer",
                      "description": "The number of ICMP Time Exceeded messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInParmProbs": {
                      "type": "integer",
                      "description": "The number of ICMP Parameter Problem messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInSrcQuenchs": {
                      "type": "integer",
                      "description": "The number of ICMP Source Quench messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInRedirects": {
                      "type": "integer",
                      "description": "The number of ICMP Redirect messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInEchos": {
                      "type": "integer",
                      "description": "The number of ICMP Echo (request) messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInEchoReps": {
                      "type": "integer",
                      "description": "The number of ICMP Echo Reply messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInTimestamps": {
                      "type": "integer",
                      "description": "The number of ICMP Timestamp (request) messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInTimestampReps": {
                      "type": "integer",
                      "description": "The number of ICMP Timestamp Reply messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInAddrMasks": {
                      "type": "integer",
                      "description": "The number of ICMP Address Mask Request messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpInAddrMaskReps": {
                      "type": "integer",
                      "description": "The number of ICMP Address Mask Reply messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutMsgs": {
                      "type": "integer",
                      "description": "The total number of ICMP messages which this entity\n          attempted to send.  Note that this counter includes all\n          those counted by icmpOutErrors.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          icmpStatsOutMsgs.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutErrors": {
                      "type": "integer",
                      "description": "The number of ICMP messages which this entity did not send\n          due to problems discovered within ICMP, such as a lack of\n          buffers.  This value should not include errors discovered\n          outside the ICMP layer, such as the inability of IP to route\n          the resultant datagram.  In some implementations, there may\n          be no types of error which contribute to this counter's\n          value.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          icmpStatsOutErrors.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutDestUnreachs": {
                      "type": "integer",
                      "description": "The number of ICMP Destination Unreachable messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutTimeExcds": {
                      "type": "integer",
                      "description": "The number of ICMP Time Exceeded messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutParmProbs": {
                      "type": "integer",
                      "description": "The number of ICMP Parameter Problem messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutSrcQuenchs": {
                      "type": "integer",
                      "description": "The number of ICMP Source Quench messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutRedirects": {
                      "type": "integer",
                      "description": "The number of ICMP Redirect messages sent.  For a host, this\n          object will always be zero, since hosts do not send\n          redirects.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutEchos": {
                      "type": "integer",
                      "description": "The number of ICMP Echo (request) messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutEchoReps": {
                      "type": "integer",
                      "description": "The number of ICMP Echo Reply messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutTimestamps": {
                      "type": "integer",
                      "description": "The number of ICMP Timestamp (request) messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutTimestampReps": {
                      "type": "integer",
                      "description": "The number of ICMP Timestamp Reply messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutAddrMasks": {
                      "type": "integer",
                      "description": "The number of ICMP Address Mask Request messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpOutAddrMaskReps": {
                      "type": "integer",
                      "description": "The number of ICMP Address Mask Reply messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:icmp": {
                    "icmpInMsgs": 0,
                    "icmpInErrors": 0,
                    "icmpInDestUnreachs": 0,
                    "icmpInTimeExcds": 0,
                    "icmpInParmProbs": 0,
                    "icmpInSrcQuenchs": 0,
                    "icmpInRedirects": 0,
                    "icmpInEchos": 0,
                    "icmpInEchoReps": 0,
                    "icmpInTimestamps": 0,
                    "icmpInTimestampReps": 0,
                    "icmpInAddrMasks": 0,
                    "icmpInAddrMaskReps": 0,
                    "icmpOutMsgs": 0,
                    "icmpOutErrors": 0,
                    "icmpOutDestUnreachs": 0,
                    "icmpOutTimeExcds": 0,
                    "icmpOutParmProbs": 0,
                    "icmpOutSrcQuenchs": 0,
                    "icmpOutRedirects": 0,
                    "icmpOutEchos": 0,
                    "icmpOutEchoReps": 0,
                    "icmpOutTimestamps": 0,
                    "icmpOutTimestampReps": 0,
                    "icmpOutAddrMasks": 0,
                    "icmpOutAddrMaskReps": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-icmp",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/icmp",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipAddrTable": {
      "get": {
        "summary": "Get ipAddrTable data",
        "description": "Retrieve ipAddrTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table of addressing information relevant to this\n        entity's IPv4 addresses.\n        \n        This table has been deprecated, as a new IP version-neutral\n        table has been added.  It is loosely replaced by the\n        ipAddressTable although several objects that weren't deemed\n        useful weren't carried forward while another\n        (ipAdEntReasmMaxSize) was moved to the ipv4InterfaceTable.",
                  "properties": {
                    "ipAddrEntry": {
                      "type": "array",
                      "description": "The addressing information for one of this entity's IPv4\n          addresses.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipAdEntAddr": {
                            "type": "string",
                            "description": "The IPv4 address to which this entry's addressing\n            information pertains.",
                            "format": "inet:ipv4-address"
                          },
                          "ipAdEntIfIndex": {
                            "type": "integer",
                            "description": "The index value which uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ipAdEntNetMask": {
                            "type": "string",
                            "description": "The subnet mask associated with the IPv4 address of this\n            entry.  The value of the mask is an IPv4 address with all\n            the network bits set to 1 and all the hosts bits set to 0.",
                            "format": "inet:ipv4-address"
                          },
                          "ipAdEntBcastAddr": {
                            "type": "integer",
                            "description": "The value of the least-significant bit in the IPv4 broadcast\n            address used for sending datagrams on the (logical)\n            interface associated with the IPv4 address of this entry.\n            For example, when the Internet standard all-ones broadcast\n            address is used, the value will be 1.  This value applies to\n            both the subnet and network broadcast addresses used by the\n            entity on this (logical) interface.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ipAdEntReasmMaxSize": {
                            "type": "integer",
                            "description": "The size of the largest IPv4 datagram which this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddrTable": {
                    "ipAddrEntry": [
                      {
                        "ipAdEntAddr": "192.168.1.1",
                        "ipAdEntIfIndex": 1,
                        "ipAdEntNetMask": "192.168.1.1",
                        "ipAdEntBcastAddr": -2147483648,
                        "ipAdEntReasmMaxSize": -2147483648
                      },
                      {
                        "ipAdEntAddr": "192.168.1.1",
                        "ipAdEntIfIndex": 2,
                        "ipAdEntNetMask": "192.168.1.1",
                        "ipAdEntBcastAddr": -2147483648,
                        "ipAdEntReasmMaxSize": -2147483648
                      },
                      {
                        "ipAdEntAddr": "192.168.1.1",
                        "ipAdEntIfIndex": 3,
                        "ipAdEntNetMask": "192.168.1.1",
                        "ipAdEntBcastAddr": -2147483648,
                        "ipAdEntReasmMaxSize": -2147483648
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddrTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipAddrTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipAddrTable/ipAddrEntry": {
      "get": {
        "summary": "Get ipAddrEntry list",
        "description": "Retrieve list of ipAddrEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "The addressing information for one of this entity's IPv4\n          addresses.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipAdEntAddr": {
                        "type": "string",
                        "description": "The IPv4 address to which this entry's addressing\n            information pertains.",
                        "format": "inet:ipv4-address"
                      },
                      "ipAdEntIfIndex": {
                        "type": "integer",
                        "description": "The index value which uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ipAdEntNetMask": {
                        "type": "string",
                        "description": "The subnet mask associated with the IPv4 address of this\n            entry.  The value of the mask is an IPv4 address with all\n            the network bits set to 1 and all the hosts bits set to 0.",
                        "format": "inet:ipv4-address"
                      },
                      "ipAdEntBcastAddr": {
                        "type": "integer",
                        "description": "The value of the least-significant bit in the IPv4 broadcast\n            address used for sending datagrams on the (logical)\n            interface associated with the IPv4 address of this entry.\n            For example, when the Internet standard all-ones broadcast\n            address is used, the value will be 1.  This value applies to\n            both the subnet and network broadcast addresses used by the\n            entity on this (logical) interface.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ipAdEntReasmMaxSize": {
                        "type": "integer",
                        "description": "The size of the largest IPv4 datagram which this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddrEntry": [
                    {
                      "ipAdEntAddr": "192.168.1.1",
                      "ipAdEntIfIndex": 1,
                      "ipAdEntNetMask": "192.168.1.1",
                      "ipAdEntBcastAddr": -2147483648,
                      "ipAdEntReasmMaxSize": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddrEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipAddrTable/ipAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipAddrTable/ipAddrEntry={ipAdEntAddr}": {
      "get": {
        "summary": "Get ipAddrEntry entry",
        "description": "Retrieve specific ipAddrEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipAdEntAddr",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipAdEntAddr": {
                      "type": "string",
                      "description": "The IPv4 address to which this entry's addressing\n            information pertains.",
                      "format": "inet:ipv4-address"
                    },
                    "ipAdEntIfIndex": {
                      "type": "integer",
                      "description": "The index value which uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ipAdEntNetMask": {
                      "type": "string",
                      "description": "The subnet mask associated with the IPv4 address of this\n            entry.  The value of the mask is an IPv4 address with all\n            the network bits set to 1 and all the hosts bits set to 0.",
                      "format": "inet:ipv4-address"
                    },
                    "ipAdEntBcastAddr": {
                      "type": "integer",
                      "description": "The value of the least-significant bit in the IPv4 broadcast\n            address used for sending datagrams on the (logical)\n            interface associated with the IPv4 address of this entry.\n            For example, when the Internet standard all-ones broadcast\n            address is used, the value will be 1.  This value applies to\n            both the subnet and network broadcast addresses used by the\n            entity on this (logical) interface.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ipAdEntReasmMaxSize": {
                      "type": "integer",
                      "description": "The size of the largest IPv4 datagram which this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddrEntry": {
                    "ipAdEntAddr": "192.168.1.1",
                    "ipAdEntIfIndex": 1,
                    "ipAdEntNetMask": "192.168.1.1",
                    "ipAdEntBcastAddr": -2147483648,
                    "ipAdEntReasmMaxSize": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddrEntry-2"
      },
      "x-yang-path": "/ipAddrTable/ipAddrEntry={ipAdEntAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipAdEntAddr"
      ]
    },
    "/data/IP-MIB:ipNetToMediaTable": {
      "get": {
        "summary": "Get ipNetToMediaTable data",
        "description": "Retrieve ipNetToMediaTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The IPv4 Address Translation table used for mapping from\n        IPv4 addresses to physical addresses.\n        \n        This table has been deprecated, as a new IP version-neutral\n        table has been added.  It is loosely replaced by the\n        ipNetToPhysicalTable.",
                  "properties": {
                    "ipNetToMediaEntry": {
                      "type": "array",
                      "description": "Each entry contains one IpAddress to `physical' address\n          equivalence.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipNetToMediaIfIndex": {
                            "type": "integer",
                            "description": "The interface on which this entry's equivalence is\n            effective.  The interface identified by a particular value\n            of this index is the same interface as identified by the\n            \n            \n            same value of the IF-MIB's ifIndex.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ipNetToMediaPhysAddress": {
                            "type": "string",
                            "description": "The media-dependent `physical' address.  This object should\n            return 0 when this entry is in the 'incomplete' state.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined.",
                            "x-yang-type": "yang:phys-address"
                          },
                          "ipNetToMediaNetAddress": {
                            "type": "string",
                            "description": "The IpAddress corresponding to the media-dependent\n            `physical' address.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                            "format": "inet:ipv4-address"
                          },
                          "ipNetToMediaType": {
                            "type": "string",
                            "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            \n            \n            of invalidating the corresponding entry in the\n            ipNetToMediaTable.  That is, it effectively dis-associates\n            the interface identified with said entry from the mapping\n            identified with said entry.  It is an implementation-\n            specific matter as to whether the agent removes an\n            invalidated entry from the table.  Accordingly, management\n            stations must be prepared to receive tabular information\n            from agents that corresponds to entries not currently in\n            use.  Proper interpretation of such entries requires\n            examination of the relevant ipNetToMediaType object.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipNetToMediaTable": {
                    "ipNetToMediaEntry": [
                      {
                        "ipNetToMediaIfIndex": 1,
                        "ipNetToMediaPhysAddress": "00:11:22:33:44:55",
                        "ipNetToMediaNetAddress": "192.168.1.1",
                        "ipNetToMediaType": "192.168.1.1"
                      },
                      {
                        "ipNetToMediaIfIndex": 2,
                        "ipNetToMediaPhysAddress": "00:11:22:33:44:55",
                        "ipNetToMediaNetAddress": "192.168.1.1",
                        "ipNetToMediaType": "192.168.1.1"
                      },
                      {
                        "ipNetToMediaIfIndex": 3,
                        "ipNetToMediaPhysAddress": "00:11:22:33:44:55",
                        "ipNetToMediaNetAddress": "192.168.1.1",
                        "ipNetToMediaType": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipNetToMediaTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipNetToMediaTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipNetToMediaTable/ipNetToMediaEntry": {
      "get": {
        "summary": "Get ipNetToMediaEntry list",
        "description": "Retrieve list of ipNetToMediaEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one IpAddress to `physical' address\n          equivalence.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipNetToMediaIfIndex": {
                        "type": "integer",
                        "description": "The interface on which this entry's equivalence is\n            effective.  The interface identified by a particular value\n            of this index is the same interface as identified by the\n            \n            \n            same value of the IF-MIB's ifIndex.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ipNetToMediaPhysAddress": {
                        "type": "string",
                        "description": "The media-dependent `physical' address.  This object should\n            return 0 when this entry is in the 'incomplete' state.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined.",
                        "x-yang-type": "yang:phys-address"
                      },
                      "ipNetToMediaNetAddress": {
                        "type": "string",
                        "description": "The IpAddress corresponding to the media-dependent\n            `physical' address.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                        "format": "inet:ipv4-address"
                      },
                      "ipNetToMediaType": {
                        "type": "string",
                        "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            \n            \n            of invalidating the corresponding entry in the\n            ipNetToMediaTable.  That is, it effectively dis-associates\n            the interface identified with said entry from the mapping\n            identified with said entry.  It is an implementation-\n            specific matter as to whether the agent removes an\n            invalidated entry from the table.  Accordingly, management\n            stations must be prepared to receive tabular information\n            from agents that corresponds to entries not currently in\n            use.  Proper interpretation of such entries requires\n            examination of the relevant ipNetToMediaType object.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined."
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipNetToMediaEntry": [
                    {
                      "ipNetToMediaIfIndex": 1,
                      "ipNetToMediaPhysAddress": "00:11:22:33:44:55",
                      "ipNetToMediaNetAddress": "192.168.1.1",
                      "ipNetToMediaType": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipNetToMediaEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipNetToMediaTable/ipNetToMediaEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv4InterfaceTable": {
      "get": {
        "summary": "Get ipv4InterfaceTable data",
        "description": "Retrieve ipv4InterfaceTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table containing per-interface IPv4-specific\n        information.",
                  "properties": {
                    "ipv4InterfaceEntry": {
                      "type": "array",
                      "description": "An entry containing IPv4-specific information for a specific\n          interface.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipv4InterfaceIfIndex": {
                            "type": "string",
                            "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "ipv4InterfaceReasmMaxSize": {
                            "type": "integer",
                            "description": "The size of the largest IPv4 datagram that this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ipv4InterfaceEnableStatus": {
                            "type": "string",
                            "description": "The indication of whether IPv4 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv4 stack.  The IF-MIB should be used to control the state\n            of the interface."
                          },
                          "ipv4InterfaceRetransmitTime": {
                            "type": "integer",
                            "description": "The time between retransmissions of ARP requests to a\n            neighbor when resolving the address or when probing the\n            reachability of a neighbor.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv4InterfaceTable": {
                    "ipv4InterfaceEntry": [
                      {
                        "ipv4InterfaceIfIndex": "1",
                        "ipv4InterfaceReasmMaxSize": -2147483648,
                        "ipv4InterfaceEnableStatus": "192.168.1.1",
                        "ipv4InterfaceRetransmitTime": 0
                      },
                      {
                        "ipv4InterfaceIfIndex": "2",
                        "ipv4InterfaceReasmMaxSize": -2147483648,
                        "ipv4InterfaceEnableStatus": "192.168.1.1",
                        "ipv4InterfaceRetransmitTime": 0
                      },
                      {
                        "ipv4InterfaceIfIndex": "3",
                        "ipv4InterfaceReasmMaxSize": -2147483648,
                        "ipv4InterfaceEnableStatus": "192.168.1.1",
                        "ipv4InterfaceRetransmitTime": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv4InterfaceTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv4InterfaceTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv4InterfaceTable/ipv4InterfaceEntry": {
      "get": {
        "summary": "Get ipv4InterfaceEntry list",
        "description": "Retrieve list of ipv4InterfaceEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry containing IPv4-specific information for a specific\n          interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipv4InterfaceIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipv4InterfaceReasmMaxSize": {
                        "type": "integer",
                        "description": "The size of the largest IPv4 datagram that this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ipv4InterfaceEnableStatus": {
                        "type": "string",
                        "description": "The indication of whether IPv4 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv4 stack.  The IF-MIB should be used to control the state\n            of the interface."
                      },
                      "ipv4InterfaceRetransmitTime": {
                        "type": "integer",
                        "description": "The time between retransmissions of ARP requests to a\n            neighbor when resolving the address or when probing the\n            reachability of a neighbor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv4InterfaceEntry": [
                    {
                      "ipv4InterfaceIfIndex": "192.168.1.1",
                      "ipv4InterfaceReasmMaxSize": -2147483648,
                      "ipv4InterfaceEnableStatus": "192.168.1.1",
                      "ipv4InterfaceRetransmitTime": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv4InterfaceEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv4InterfaceTable/ipv4InterfaceEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv4InterfaceTable/ipv4InterfaceEntry={ipv4InterfaceIfIndex}": {
      "get": {
        "summary": "Get ipv4InterfaceEntry entry",
        "description": "Retrieve specific ipv4InterfaceEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipv4InterfaceIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipv4InterfaceIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipv4InterfaceReasmMaxSize": {
                      "type": "integer",
                      "description": "The size of the largest IPv4 datagram that this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ipv4InterfaceEnableStatus": {
                      "type": "string",
                      "description": "The indication of whether IPv4 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv4 stack.  The IF-MIB should be used to control the state\n            of the interface."
                    },
                    "ipv4InterfaceRetransmitTime": {
                      "type": "integer",
                      "description": "The time between retransmissions of ARP requests to a\n            neighbor when resolving the address or when probing the\n            reachability of a neighbor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv4InterfaceEntry": {
                    "ipv4InterfaceIfIndex": "192.168.1.1",
                    "ipv4InterfaceReasmMaxSize": -2147483648,
                    "ipv4InterfaceEnableStatus": "192.168.1.1",
                    "ipv4InterfaceRetransmitTime": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv4InterfaceEntry-2"
      },
      "x-yang-path": "/ipv4InterfaceTable/ipv4InterfaceEntry={ipv4InterfaceIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipv4InterfaceIfIndex"
      ]
    },
    "/data/IP-MIB:ipv6InterfaceTable": {
      "get": {
        "summary": "Get ipv6InterfaceTable data",
        "description": "Retrieve ipv6InterfaceTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table containing per-interface IPv6-specific\n        information.",
                  "properties": {
                    "ipv6InterfaceEntry": {
                      "type": "array",
                      "description": "An entry containing IPv6-specific information for a given\n          interface.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipv6InterfaceIfIndex": {
                            "type": "string",
                            "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "ipv6InterfaceReasmMaxSize": {
                            "type": "integer",
                            "description": "The size of the largest IPv6 datagram that this entity can\n            re-assemble from incoming IPv6 fragmented datagrams received\n            on this interface.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipv6InterfaceIdentifier": {
                            "type": "string",
                            "description": "The Interface Identifier for this interface.  The Interface\n            Identifier is combined with an address prefix to form an\n            interface address.\n            \n            By default, the Interface Identifier is auto-configured\n            according to the rules of the link type to which this\n            interface is attached.\n            \n            \n            A zero length identifier may be used where appropriate.  One\n            possible example is a loopback interface.",
                            "x-yang-type": "IP-MIB:Ipv6AddressIfIdentifierTC"
                          },
                          "ipv6InterfaceEnableStatus": {
                            "type": "string",
                            "description": "The indication of whether IPv6 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv6 stack.  The IF-MIB should be used to control the state\n            of the interface.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system."
                          },
                          "ipv6InterfaceReachableTime": {
                            "type": "integer",
                            "description": "The time a neighbor is considered reachable after receiving\n            a reachability confirmation.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipv6InterfaceRetransmitTime": {
                            "type": "integer",
                            "description": "The time between retransmissions of Neighbor Solicitation\n            messages to a neighbor when resolving the address or when\n            probing the reachability of a neighbor.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipv6InterfaceForwarding": {
                            "type": "string",
                            "description": "The indication of whether this entity is acting as an IPv6\n            router on this interface with respect to the forwarding of\n            datagrams received by, but not addressed to, this entity.\n            IPv6 routers forward datagrams.  IPv6 hosts do not (except\n            those source-routed via the host).\n            \n            This object is constrained by ipv6IpForwarding and is\n            ignored if ipv6IpForwarding is set to notForwarding.  Those\n            systems that do not provide per-interface control of the\n            forwarding function should set this object to forwarding for\n            all interfaces and allow the ipv6IpForwarding object to\n            control the forwarding capability.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6InterfaceTable": {
                    "ipv6InterfaceEntry": [
                      {
                        "ipv6InterfaceIfIndex": "1",
                        "ipv6InterfaceReasmMaxSize": 0,
                        "ipv6InterfaceIdentifier": "2001:db8::1",
                        "ipv6InterfaceEnableStatus": "2001:db8::1",
                        "ipv6InterfaceReachableTime": 0,
                        "ipv6InterfaceRetransmitTime": 0,
                        "ipv6InterfaceForwarding": "2001:db8::1"
                      },
                      {
                        "ipv6InterfaceIfIndex": "2",
                        "ipv6InterfaceReasmMaxSize": 0,
                        "ipv6InterfaceIdentifier": "2001:db8::1",
                        "ipv6InterfaceEnableStatus": "2001:db8::1",
                        "ipv6InterfaceReachableTime": 0,
                        "ipv6InterfaceRetransmitTime": 0,
                        "ipv6InterfaceForwarding": "2001:db8::1"
                      },
                      {
                        "ipv6InterfaceIfIndex": "3",
                        "ipv6InterfaceReasmMaxSize": 0,
                        "ipv6InterfaceIdentifier": "2001:db8::1",
                        "ipv6InterfaceEnableStatus": "2001:db8::1",
                        "ipv6InterfaceReachableTime": 0,
                        "ipv6InterfaceRetransmitTime": 0,
                        "ipv6InterfaceForwarding": "2001:db8::1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6InterfaceTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv6InterfaceTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6InterfaceTable/ipv6InterfaceEntry": {
      "get": {
        "summary": "Get ipv6InterfaceEntry list",
        "description": "Retrieve list of ipv6InterfaceEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry containing IPv6-specific information for a given\n          interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipv6InterfaceIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipv6InterfaceReasmMaxSize": {
                        "type": "integer",
                        "description": "The size of the largest IPv6 datagram that this entity can\n            re-assemble from incoming IPv6 fragmented datagrams received\n            on this interface.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6InterfaceIdentifier": {
                        "type": "string",
                        "description": "The Interface Identifier for this interface.  The Interface\n            Identifier is combined with an address prefix to form an\n            interface address.\n            \n            By default, the Interface Identifier is auto-configured\n            according to the rules of the link type to which this\n            interface is attached.\n            \n            \n            A zero length identifier may be used where appropriate.  One\n            possible example is a loopback interface.",
                        "x-yang-type": "IP-MIB:Ipv6AddressIfIdentifierTC"
                      },
                      "ipv6InterfaceEnableStatus": {
                        "type": "string",
                        "description": "The indication of whether IPv6 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv6 stack.  The IF-MIB should be used to control the state\n            of the interface.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system."
                      },
                      "ipv6InterfaceReachableTime": {
                        "type": "integer",
                        "description": "The time a neighbor is considered reachable after receiving\n            a reachability confirmation.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6InterfaceRetransmitTime": {
                        "type": "integer",
                        "description": "The time between retransmissions of Neighbor Solicitation\n            messages to a neighbor when resolving the address or when\n            probing the reachability of a neighbor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6InterfaceForwarding": {
                        "type": "string",
                        "description": "The indication of whether this entity is acting as an IPv6\n            router on this interface with respect to the forwarding of\n            datagrams received by, but not addressed to, this entity.\n            IPv6 routers forward datagrams.  IPv6 hosts do not (except\n            those source-routed via the host).\n            \n            This object is constrained by ipv6IpForwarding and is\n            ignored if ipv6IpForwarding is set to notForwarding.  Those\n            systems that do not provide per-interface control of the\n            forwarding function should set this object to forwarding for\n            all interfaces and allow the ipv6IpForwarding object to\n            control the forwarding capability.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system."
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6InterfaceEntry": [
                    {
                      "ipv6InterfaceIfIndex": "2001:db8::1",
                      "ipv6InterfaceReasmMaxSize": 0,
                      "ipv6InterfaceIdentifier": "2001:db8::1",
                      "ipv6InterfaceEnableStatus": "2001:db8::1",
                      "ipv6InterfaceReachableTime": 0,
                      "ipv6InterfaceRetransmitTime": 0,
                      "ipv6InterfaceForwarding": "2001:db8::1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6InterfaceEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv6InterfaceTable/ipv6InterfaceEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6InterfaceTable/ipv6InterfaceEntry={ipv6InterfaceIfIndex}": {
      "get": {
        "summary": "Get ipv6InterfaceEntry entry",
        "description": "Retrieve specific ipv6InterfaceEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipv6InterfaceIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipv6InterfaceIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipv6InterfaceReasmMaxSize": {
                      "type": "integer",
                      "description": "The size of the largest IPv6 datagram that this entity can\n            re-assemble from incoming IPv6 fragmented datagrams received\n            on this interface.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6InterfaceIdentifier": {
                      "type": "string",
                      "description": "The Interface Identifier for this interface.  The Interface\n            Identifier is combined with an address prefix to form an\n            interface address.\n            \n            By default, the Interface Identifier is auto-configured\n            according to the rules of the link type to which this\n            interface is attached.\n            \n            \n            A zero length identifier may be used where appropriate.  One\n            possible example is a loopback interface.",
                      "x-yang-type": "IP-MIB:Ipv6AddressIfIdentifierTC"
                    },
                    "ipv6InterfaceEnableStatus": {
                      "type": "string",
                      "description": "The indication of whether IPv6 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv6 stack.  The IF-MIB should be used to control the state\n            of the interface.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system."
                    },
                    "ipv6InterfaceReachableTime": {
                      "type": "integer",
                      "description": "The time a neighbor is considered reachable after receiving\n            a reachability confirmation.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6InterfaceRetransmitTime": {
                      "type": "integer",
                      "description": "The time between retransmissions of Neighbor Solicitation\n            messages to a neighbor when resolving the address or when\n            probing the reachability of a neighbor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6InterfaceForwarding": {
                      "type": "string",
                      "description": "The indication of whether this entity is acting as an IPv6\n            router on this interface with respect to the forwarding of\n            datagrams received by, but not addressed to, this entity.\n            IPv6 routers forward datagrams.  IPv6 hosts do not (except\n            those source-routed via the host).\n            \n            This object is constrained by ipv6IpForwarding and is\n            ignored if ipv6IpForwarding is set to notForwarding.  Those\n            systems that do not provide per-interface control of the\n            forwarding function should set this object to forwarding for\n            all interfaces and allow the ipv6IpForwarding object to\n            control the forwarding capability.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system."
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6InterfaceEntry": {
                    "ipv6InterfaceIfIndex": "2001:db8::1",
                    "ipv6InterfaceReasmMaxSize": 0,
                    "ipv6InterfaceIdentifier": "2001:db8::1",
                    "ipv6InterfaceEnableStatus": "2001:db8::1",
                    "ipv6InterfaceReachableTime": 0,
                    "ipv6InterfaceRetransmitTime": 0,
                    "ipv6InterfaceForwarding": "2001:db8::1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6InterfaceEntry-2"
      },
      "x-yang-path": "/ipv6InterfaceTable/ipv6InterfaceEntry={ipv6InterfaceIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipv6InterfaceIfIndex"
      ]
    },
    "/data/IP-MIB:ipSystemStatsTable": {
      "get": {
        "summary": "Get ipSystemStatsTable data",
        "description": "Retrieve ipSystemStatsTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table containing system wide, IP version specific\n        traffic statistics.  This table and the ipIfStatsTable\n        contain similar objects whose difference is in their\n        granularity.  Where this table contains system wide traffic\n        statistics, the ipIfStatsTable contains the same statistics\n        but counted on a per-interface basis.",
                  "properties": {
                    "ipSystemStatsEntry": {
                      "type": "array",
                      "description": "A statistics entry containing system-wide objects for a\n          particular IP version.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipSystemStatsIPVersion": {
                            "type": "string",
                            "description": "The IP version of this row.",
                            "format": "inet:ip-version"
                          },
                          "ipSystemStatsInReceives": {
                            "type": "integer",
                            "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCInReceives": {
                            "type": "integer",
                            "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipSystemStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsInOctets": {
                            "type": "integer",
                            "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipSystemStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCInOctets": {
                            "type": "integer",
                            "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipSystemStatsInOctets, but allows for larger\n            \n            \n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsInHdrErrors": {
                            "type": "integer",
                            "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsInNoRoutes": {
                            "type": "integer",
                            "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsInAddrErrors": {
                            "type": "integer",
                            "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities\n            that are not IP routers and therefore do not forward\n            \n            \n            datagrams, this counter includes datagrams discarded\n            because the destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsInUnknownProtos": {
                            "type": "integer",
                            "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsInTruncatedPkts": {
                            "type": "integer",
                            "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsInForwDatagrams": {
                            "type": "integer",
                            "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCInForwDatagrams": {
                            "type": "integer",
                            "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            ipSystemStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsReasmReqds": {
                            "type": "integer",
                            "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            \n            \n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsReasmOKs": {
                            "type": "integer",
                            "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsReasmFails": {
                            "type": "integer",
                            "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsInDiscards": {
                            "type": "integer",
                            "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsInDelivers": {
                            "type": "integer",
                            "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCInDelivers": {
                            "type": "integer",
                            "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipSystemStatsInDelivers, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsOutRequests": {
                            "type": "integer",
                            "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipSystemStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCOutRequests": {
                            "type": "integer",
                            "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            ipSystemStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsOutNoRoutes": {
                            "type": "integer",
                            "description": "The number of locally generated IP datagrams discarded\n            because no route could be found to transmit them to their\n            destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsOutForwDatagrams": {
                            "type": "integer",
                            "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCOutForwDatagrams": {
                            "type": "integer",
                            "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipSystemStatsOutForwDatagrams,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsOutDiscards": {
                            "type": "integer",
                            "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            \n            \n            datagrams counted in ipSystemStatsOutForwDatagrams if any\n            such datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsOutFragReqds": {
                            "type": "integer",
                            "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsOutFragOKs": {
                            "type": "integer",
                            "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsOutFragFails": {
                            "type": "integer",
                            "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsOutFragCreates": {
                            "type": "integer",
                            "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsOutTransmits": {
                            "type": "integer",
                            "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCOutTransmits": {
                            "type": "integer",
                            "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipSystemStatsOutTransmits, but allows\n            for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsOutOctets": {
                            "type": "integer",
                            "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipSystemStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCOutOctets": {
                            "type": "integer",
                            "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipSystemStatsOutOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsInMcastPkts": {
                            "type": "integer",
                            "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCInMcastPkts": {
                            "type": "integer",
                            "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInMcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsInMcastOctets": {
                            "type": "integer",
                            "description": "The total number of octets received in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipSystemStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCInMcastOctets": {
                            "type": "integer",
                            "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsOutMcastPkts": {
                            "type": "integer",
                            "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCOutMcastPkts": {
                            "type": "integer",
                            "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutMcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsOutMcastOctets": {
                            "type": "integer",
                            "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            \n            \n            ipSystemStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCOutMcastOctets": {
                            "type": "integer",
                            "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsInBcastPkts": {
                            "type": "integer",
                            "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCInBcastPkts": {
                            "type": "integer",
                            "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInBcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsOutBcastPkts": {
                            "type": "integer",
                            "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipSystemStatsHCOutBcastPkts": {
                            "type": "integer",
                            "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutBcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipSystemStatsDiscontinuityTime": {
                            "type": "string",
                            "description": "The value of sysUpTime on the most recent occasion at which\n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                            "x-yang-type": "yang:timestamp"
                          },
                          "ipSystemStatsRefreshRate": {
                            "type": "integer",
                            "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipSystemStatsTable": {
                    "ipSystemStatsEntry": [
                      {
                        "ipSystemStatsIPVersion": "192.168.1.1",
                        "ipSystemStatsInReceives": 0,
                        "ipSystemStatsHCInReceives": 0,
                        "ipSystemStatsInOctets": 1234567890,
                        "ipSystemStatsHCInOctets": 1234567890,
                        "ipSystemStatsInHdrErrors": 0,
                        "ipSystemStatsInNoRoutes": 0,
                        "ipSystemStatsInAddrErrors": 0,
                        "ipSystemStatsInUnknownProtos": 0,
                        "ipSystemStatsInTruncatedPkts": 0,
                        "ipSystemStatsInForwDatagrams": 0,
                        "ipSystemStatsHCInForwDatagrams": 0,
                        "ipSystemStatsReasmReqds": 0,
                        "ipSystemStatsReasmOKs": 0,
                        "ipSystemStatsReasmFails": 0,
                        "ipSystemStatsInDiscards": 0,
                        "ipSystemStatsInDelivers": 0,
                        "ipSystemStatsHCInDelivers": 0,
                        "ipSystemStatsOutRequests": 0,
                        "ipSystemStatsHCOutRequests": 0,
                        "ipSystemStatsOutNoRoutes": 0,
                        "ipSystemStatsOutForwDatagrams": 0,
                        "ipSystemStatsHCOutForwDatagrams": 0,
                        "ipSystemStatsOutDiscards": 0,
                        "ipSystemStatsOutFragReqds": 0,
                        "ipSystemStatsOutFragOKs": 0,
                        "ipSystemStatsOutFragFails": 0,
                        "ipSystemStatsOutFragCreates": 0,
                        "ipSystemStatsOutTransmits": 0,
                        "ipSystemStatsHCOutTransmits": 0,
                        "ipSystemStatsOutOctets": 1234567890,
                        "ipSystemStatsHCOutOctets": 1234567890,
                        "ipSystemStatsInMcastPkts": 0,
                        "ipSystemStatsHCInMcastPkts": 0,
                        "ipSystemStatsInMcastOctets": 1234567890,
                        "ipSystemStatsHCInMcastOctets": 1234567890,
                        "ipSystemStatsOutMcastPkts": 0,
                        "ipSystemStatsHCOutMcastPkts": 0,
                        "ipSystemStatsOutMcastOctets": 1234567890,
                        "ipSystemStatsHCOutMcastOctets": 1234567890,
                        "ipSystemStatsInBcastPkts": 0,
                        "ipSystemStatsHCInBcastPkts": 0,
                        "ipSystemStatsOutBcastPkts": 0,
                        "ipSystemStatsHCOutBcastPkts": 0,
                        "ipSystemStatsDiscontinuityTime": "192.168.1.1",
                        "ipSystemStatsRefreshRate": 0
                      },
                      {
                        "ipSystemStatsIPVersion": "192.168.1.1",
                        "ipSystemStatsInReceives": 0,
                        "ipSystemStatsHCInReceives": 0,
                        "ipSystemStatsInOctets": 1234567890,
                        "ipSystemStatsHCInOctets": 1234567890,
                        "ipSystemStatsInHdrErrors": 0,
                        "ipSystemStatsInNoRoutes": 0,
                        "ipSystemStatsInAddrErrors": 0,
                        "ipSystemStatsInUnknownProtos": 0,
                        "ipSystemStatsInTruncatedPkts": 0,
                        "ipSystemStatsInForwDatagrams": 0,
                        "ipSystemStatsHCInForwDatagrams": 0,
                        "ipSystemStatsReasmReqds": 0,
                        "ipSystemStatsReasmOKs": 0,
                        "ipSystemStatsReasmFails": 0,
                        "ipSystemStatsInDiscards": 0,
                        "ipSystemStatsInDelivers": 0,
                        "ipSystemStatsHCInDelivers": 0,
                        "ipSystemStatsOutRequests": 0,
                        "ipSystemStatsHCOutRequests": 0,
                        "ipSystemStatsOutNoRoutes": 0,
                        "ipSystemStatsOutForwDatagrams": 0,
                        "ipSystemStatsHCOutForwDatagrams": 0,
                        "ipSystemStatsOutDiscards": 0,
                        "ipSystemStatsOutFragReqds": 0,
                        "ipSystemStatsOutFragOKs": 0,
                        "ipSystemStatsOutFragFails": 0,
                        "ipSystemStatsOutFragCreates": 0,
                        "ipSystemStatsOutTransmits": 0,
                        "ipSystemStatsHCOutTransmits": 0,
                        "ipSystemStatsOutOctets": 1234567890,
                        "ipSystemStatsHCOutOctets": 1234567890,
                        "ipSystemStatsInMcastPkts": 0,
                        "ipSystemStatsHCInMcastPkts": 0,
                        "ipSystemStatsInMcastOctets": 1234567890,
                        "ipSystemStatsHCInMcastOctets": 1234567890,
                        "ipSystemStatsOutMcastPkts": 0,
                        "ipSystemStatsHCOutMcastPkts": 0,
                        "ipSystemStatsOutMcastOctets": 1234567890,
                        "ipSystemStatsHCOutMcastOctets": 1234567890,
                        "ipSystemStatsInBcastPkts": 0,
                        "ipSystemStatsHCInBcastPkts": 0,
                        "ipSystemStatsOutBcastPkts": 0,
                        "ipSystemStatsHCOutBcastPkts": 0,
                        "ipSystemStatsDiscontinuityTime": "192.168.1.1",
                        "ipSystemStatsRefreshRate": 0
                      },
                      {
                        "ipSystemStatsIPVersion": "192.168.1.1",
                        "ipSystemStatsInReceives": 0,
                        "ipSystemStatsHCInReceives": 0,
                        "ipSystemStatsInOctets": 1234567890,
                        "ipSystemStatsHCInOctets": 1234567890,
                        "ipSystemStatsInHdrErrors": 0,
                        "ipSystemStatsInNoRoutes": 0,
                        "ipSystemStatsInAddrErrors": 0,
                        "ipSystemStatsInUnknownProtos": 0,
                        "ipSystemStatsInTruncatedPkts": 0,
                        "ipSystemStatsInForwDatagrams": 0,
                        "ipSystemStatsHCInForwDatagrams": 0,
                        "ipSystemStatsReasmReqds": 0,
                        "ipSystemStatsReasmOKs": 0,
                        "ipSystemStatsReasmFails": 0,
                        "ipSystemStatsInDiscards": 0,
                        "ipSystemStatsInDelivers": 0,
                        "ipSystemStatsHCInDelivers": 0,
                        "ipSystemStatsOutRequests": 0,
                        "ipSystemStatsHCOutRequests": 0,
                        "ipSystemStatsOutNoRoutes": 0,
                        "ipSystemStatsOutForwDatagrams": 0,
                        "ipSystemStatsHCOutForwDatagrams": 0,
                        "ipSystemStatsOutDiscards": 0,
                        "ipSystemStatsOutFragReqds": 0,
                        "ipSystemStatsOutFragOKs": 0,
                        "ipSystemStatsOutFragFails": 0,
                        "ipSystemStatsOutFragCreates": 0,
                        "ipSystemStatsOutTransmits": 0,
                        "ipSystemStatsHCOutTransmits": 0,
                        "ipSystemStatsOutOctets": 1234567890,
                        "ipSystemStatsHCOutOctets": 1234567890,
                        "ipSystemStatsInMcastPkts": 0,
                        "ipSystemStatsHCInMcastPkts": 0,
                        "ipSystemStatsInMcastOctets": 1234567890,
                        "ipSystemStatsHCInMcastOctets": 1234567890,
                        "ipSystemStatsOutMcastPkts": 0,
                        "ipSystemStatsHCOutMcastPkts": 0,
                        "ipSystemStatsOutMcastOctets": 1234567890,
                        "ipSystemStatsHCOutMcastOctets": 1234567890,
                        "ipSystemStatsInBcastPkts": 0,
                        "ipSystemStatsHCInBcastPkts": 0,
                        "ipSystemStatsOutBcastPkts": 0,
                        "ipSystemStatsHCOutBcastPkts": 0,
                        "ipSystemStatsDiscontinuityTime": "192.168.1.1",
                        "ipSystemStatsRefreshRate": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipSystemStatsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipSystemStatsTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipSystemStatsTable/ipSystemStatsEntry": {
      "get": {
        "summary": "Get ipSystemStatsEntry list",
        "description": "Retrieve list of ipSystemStatsEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A statistics entry containing system-wide objects for a\n          particular IP version.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipSystemStatsIPVersion": {
                        "type": "string",
                        "description": "The IP version of this row.",
                        "format": "inet:ip-version"
                      },
                      "ipSystemStatsInReceives": {
                        "type": "integer",
                        "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInReceives": {
                        "type": "integer",
                        "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipSystemStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsInOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipSystemStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipSystemStatsInOctets, but allows for larger\n            \n            \n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsInHdrErrors": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInNoRoutes": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInAddrErrors": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities\n            that are not IP routers and therefore do not forward\n            \n            \n            datagrams, this counter includes datagrams discarded\n            because the destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInUnknownProtos": {
                        "type": "integer",
                        "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInTruncatedPkts": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInForwDatagrams": {
                        "type": "integer",
                        "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInForwDatagrams": {
                        "type": "integer",
                        "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            ipSystemStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsReasmReqds": {
                        "type": "integer",
                        "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            \n            \n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsReasmOKs": {
                        "type": "integer",
                        "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsReasmFails": {
                        "type": "integer",
                        "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInDiscards": {
                        "type": "integer",
                        "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInDelivers": {
                        "type": "integer",
                        "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInDelivers": {
                        "type": "integer",
                        "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipSystemStatsInDelivers, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutRequests": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipSystemStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutRequests": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            ipSystemStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutNoRoutes": {
                        "type": "integer",
                        "description": "The number of locally generated IP datagrams discarded\n            because no route could be found to transmit them to their\n            destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutForwDatagrams": {
                        "type": "integer",
                        "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutForwDatagrams": {
                        "type": "integer",
                        "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipSystemStatsOutForwDatagrams,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutDiscards": {
                        "type": "integer",
                        "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            \n            \n            datagrams counted in ipSystemStatsOutForwDatagrams if any\n            such datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutFragReqds": {
                        "type": "integer",
                        "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutFragOKs": {
                        "type": "integer",
                        "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutFragFails": {
                        "type": "integer",
                        "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutFragCreates": {
                        "type": "integer",
                        "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutTransmits": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutTransmits": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipSystemStatsOutTransmits, but allows\n            for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutOctets": {
                        "type": "integer",
                        "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipSystemStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutOctets": {
                        "type": "integer",
                        "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipSystemStatsOutOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsInMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInMcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsInMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipSystemStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutMcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            \n            \n            ipSystemStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsInBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInBcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutBcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsDiscontinuityTime": {
                        "type": "string",
                        "description": "The value of sysUpTime on the most recent occasion at which\n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "ipSystemStatsRefreshRate": {
                        "type": "integer",
                        "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipSystemStatsEntry": [
                    {
                      "ipSystemStatsIPVersion": "192.168.1.1",
                      "ipSystemStatsInReceives": 0,
                      "ipSystemStatsHCInReceives": 0,
                      "ipSystemStatsInOctets": 1234567890,
                      "ipSystemStatsHCInOctets": 1234567890,
                      "ipSystemStatsInHdrErrors": 0,
                      "ipSystemStatsInNoRoutes": 0,
                      "ipSystemStatsInAddrErrors": 0,
                      "ipSystemStatsInUnknownProtos": 0,
                      "ipSystemStatsInTruncatedPkts": 0,
                      "ipSystemStatsInForwDatagrams": 0,
                      "ipSystemStatsHCInForwDatagrams": 0,
                      "ipSystemStatsReasmReqds": 0,
                      "ipSystemStatsReasmOKs": 0,
                      "ipSystemStatsReasmFails": 0,
                      "ipSystemStatsInDiscards": 0,
                      "ipSystemStatsInDelivers": 0,
                      "ipSystemStatsHCInDelivers": 0,
                      "ipSystemStatsOutRequests": 0,
                      "ipSystemStatsHCOutRequests": 0,
                      "ipSystemStatsOutNoRoutes": 0,
                      "ipSystemStatsOutForwDatagrams": 0,
                      "ipSystemStatsHCOutForwDatagrams": 0,
                      "ipSystemStatsOutDiscards": 0,
                      "ipSystemStatsOutFragReqds": 0,
                      "ipSystemStatsOutFragOKs": 0,
                      "ipSystemStatsOutFragFails": 0,
                      "ipSystemStatsOutFragCreates": 0,
                      "ipSystemStatsOutTransmits": 0,
                      "ipSystemStatsHCOutTransmits": 0,
                      "ipSystemStatsOutOctets": 1234567890,
                      "ipSystemStatsHCOutOctets": 1234567890,
                      "ipSystemStatsInMcastPkts": 0,
                      "ipSystemStatsHCInMcastPkts": 0,
                      "ipSystemStatsInMcastOctets": 1234567890,
                      "ipSystemStatsHCInMcastOctets": 1234567890,
                      "ipSystemStatsOutMcastPkts": 0,
                      "ipSystemStatsHCOutMcastPkts": 0,
                      "ipSystemStatsOutMcastOctets": 1234567890,
                      "ipSystemStatsHCOutMcastOctets": 1234567890,
                      "ipSystemStatsInBcastPkts": 0,
                      "ipSystemStatsHCInBcastPkts": 0,
                      "ipSystemStatsOutBcastPkts": 0,
                      "ipSystemStatsHCOutBcastPkts": 0,
                      "ipSystemStatsDiscontinuityTime": "192.168.1.1",
                      "ipSystemStatsRefreshRate": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipSystemStatsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipSystemStatsTable/ipSystemStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipSystemStatsTable/ipSystemStatsEntry={ipSystemStatsIPVersion}": {
      "get": {
        "summary": "Get ipSystemStatsEntry entry",
        "description": "Retrieve specific ipSystemStatsEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipSystemStatsIPVersion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipSystemStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of this row.",
                      "format": "inet:ip-version"
                    },
                    "ipSystemStatsInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipSystemStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipSystemStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipSystemStatsInOctets, but allows for larger\n            \n            \n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsInHdrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInNoRoutes": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInAddrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities\n            that are not IP routers and therefore do not forward\n            \n            \n            datagrams, this counter includes datagrams discarded\n            because the destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInUnknownProtos": {
                      "type": "integer",
                      "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInTruncatedPkts": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            ipSystemStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsReasmReqds": {
                      "type": "integer",
                      "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            \n            \n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsReasmOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsReasmFails": {
                      "type": "integer",
                      "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInDiscards": {
                      "type": "integer",
                      "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipSystemStatsInDelivers, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipSystemStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            ipSystemStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutNoRoutes": {
                      "type": "integer",
                      "description": "The number of locally generated IP datagrams discarded\n            because no route could be found to transmit them to their\n            destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipSystemStatsOutForwDatagrams,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutDiscards": {
                      "type": "integer",
                      "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            \n            \n            datagrams counted in ipSystemStatsOutForwDatagrams if any\n            such datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutFragReqds": {
                      "type": "integer",
                      "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutFragOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutFragFails": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutFragCreates": {
                      "type": "integer",
                      "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipSystemStatsOutTransmits, but allows\n            for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipSystemStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipSystemStatsOutOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInMcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipSystemStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutMcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            \n            \n            ipSystemStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInBcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutBcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsDiscontinuityTime": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion at which\n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipSystemStatsRefreshRate": {
                      "type": "integer",
                      "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipSystemStatsEntry": {
                    "ipSystemStatsIPVersion": "192.168.1.1",
                    "ipSystemStatsInReceives": 0,
                    "ipSystemStatsHCInReceives": 0,
                    "ipSystemStatsInOctets": 1234567890,
                    "ipSystemStatsHCInOctets": 1234567890,
                    "ipSystemStatsInHdrErrors": 0,
                    "ipSystemStatsInNoRoutes": 0,
                    "ipSystemStatsInAddrErrors": 0,
                    "ipSystemStatsInUnknownProtos": 0,
                    "ipSystemStatsInTruncatedPkts": 0,
                    "ipSystemStatsInForwDatagrams": 0,
                    "ipSystemStatsHCInForwDatagrams": 0,
                    "ipSystemStatsReasmReqds": 0,
                    "ipSystemStatsReasmOKs": 0,
                    "ipSystemStatsReasmFails": 0,
                    "ipSystemStatsInDiscards": 0,
                    "ipSystemStatsInDelivers": 0,
                    "ipSystemStatsHCInDelivers": 0,
                    "ipSystemStatsOutRequests": 0,
                    "ipSystemStatsHCOutRequests": 0,
                    "ipSystemStatsOutNoRoutes": 0,
                    "ipSystemStatsOutForwDatagrams": 0,
                    "ipSystemStatsHCOutForwDatagrams": 0,
                    "ipSystemStatsOutDiscards": 0,
                    "ipSystemStatsOutFragReqds": 0,
                    "ipSystemStatsOutFragOKs": 0,
                    "ipSystemStatsOutFragFails": 0,
                    "ipSystemStatsOutFragCreates": 0,
                    "ipSystemStatsOutTransmits": 0,
                    "ipSystemStatsHCOutTransmits": 0,
                    "ipSystemStatsOutOctets": 1234567890,
                    "ipSystemStatsHCOutOctets": 1234567890,
                    "ipSystemStatsInMcastPkts": 0,
                    "ipSystemStatsHCInMcastPkts": 0,
                    "ipSystemStatsInMcastOctets": 1234567890,
                    "ipSystemStatsHCInMcastOctets": 1234567890,
                    "ipSystemStatsOutMcastPkts": 0,
                    "ipSystemStatsHCOutMcastPkts": 0,
                    "ipSystemStatsOutMcastOctets": 1234567890,
                    "ipSystemStatsHCOutMcastOctets": 1234567890,
                    "ipSystemStatsInBcastPkts": 0,
                    "ipSystemStatsHCInBcastPkts": 0,
                    "ipSystemStatsOutBcastPkts": 0,
                    "ipSystemStatsHCOutBcastPkts": 0,
                    "ipSystemStatsDiscontinuityTime": "192.168.1.1",
                    "ipSystemStatsRefreshRate": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipSystemStatsEntry-2"
      },
      "x-yang-path": "/ipSystemStatsTable/ipSystemStatsEntry={ipSystemStatsIPVersion}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipSystemStatsIPVersion"
      ]
    },
    "/data/IP-MIB:ipIfStatsTable": {
      "get": {
        "summary": "Get ipIfStatsTable data",
        "description": "Retrieve ipIfStatsTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table containing per-interface traffic statistics.  This\n        table and the ipSystemStatsTable contain similar objects\n        whose difference is in their granularity.  Where this table\n        contains per-interface statistics, the ipSystemStatsTable\n        contains the same statistics, but counted on a system wide\n        basis.",
                  "properties": {
                    "ipIfStatsEntry": {
                      "type": "array",
                      "description": "An interface statistics entry containing objects for a\n          particular interface and version of IP.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipIfStatsIPVersion": {
                            "type": "string",
                            "description": "The IP version of this row.",
                            "format": "inet:ip-version"
                          },
                          "ipIfStatsIfIndex": {
                            "type": "string",
                            "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "ipIfStatsInReceives": {
                            "type": "integer",
                            "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCInReceives": {
                            "type": "integer",
                            "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipIfStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsInOctets": {
                            "type": "integer",
                            "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipIfStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCInOctets": {
                            "type": "integer",
                            "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipIfStatsInOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsInHdrErrors": {
                            "type": "integer",
                            "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsInNoRoutes": {
                            "type": "integer",
                            "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsInAddrErrors": {
                            "type": "integer",
                            "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities that\n            are not IP routers and therefore do not forward datagrams,\n            this counter includes datagrams discarded because the\n            destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsInUnknownProtos": {
                            "type": "integer",
                            "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsInTruncatedPkts": {
                            "type": "integer",
                            "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsInForwDatagrams": {
                            "type": "integer",
                            "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCInForwDatagrams": {
                            "type": "integer",
                            "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            \n            \n            ipIfStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsReasmReqds": {
                            "type": "integer",
                            "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsReasmOKs": {
                            "type": "integer",
                            "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsReasmFails": {
                            "type": "integer",
                            "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsInDiscards": {
                            "type": "integer",
                            "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsInDelivers": {
                            "type": "integer",
                            "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            \n            \n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCInDelivers": {
                            "type": "integer",
                            "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipIfStatsInDelivers, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsOutRequests": {
                            "type": "integer",
                            "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipIfStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCOutRequests": {
                            "type": "integer",
                            "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            \n            \n            ipIfStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsOutForwDatagrams": {
                            "type": "integer",
                            "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCOutForwDatagrams": {
                            "type": "integer",
                            "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipIfStatsOutForwDatagrams, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsOutDiscards": {
                            "type": "integer",
                            "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            datagrams counted in ipIfStatsOutForwDatagrams if any such\n            datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsOutFragReqds": {
                            "type": "integer",
                            "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsOutFragOKs": {
                            "type": "integer",
                            "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            \n            \n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsOutFragFails": {
                            "type": "integer",
                            "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsOutFragCreates": {
                            "type": "integer",
                            "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsOutTransmits": {
                            "type": "integer",
                            "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCOutTransmits": {
                            "type": "integer",
                            "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipIfStatsOutTransmits, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsOutOctets": {
                            "type": "integer",
                            "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipIfStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCOutOctets": {
                            "type": "integer",
                            "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipIfStatsOutOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsInMcastPkts": {
                            "type": "integer",
                            "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCInMcastPkts": {
                            "type": "integer",
                            "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInMcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsInMcastOctets": {
                            "type": "integer",
                            "description": "The total number of octets received in IP multicast\n            \n            \n            datagrams.  Octets from datagrams counted in\n            ipIfStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCInMcastOctets": {
                            "type": "integer",
                            "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsOutMcastPkts": {
                            "type": "integer",
                            "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCOutMcastPkts": {
                            "type": "integer",
                            "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutMcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsOutMcastOctets": {
                            "type": "integer",
                            "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipIfStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCOutMcastOctets": {
                            "type": "integer",
                            "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsInBcastPkts": {
                            "type": "integer",
                            "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCInBcastPkts": {
                            "type": "integer",
                            "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInBcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsOutBcastPkts": {
                            "type": "integer",
                            "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipIfStatsHCOutBcastPkts": {
                            "type": "integer",
                            "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutBcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                            "minimum": 0
                          },
                          "ipIfStatsDiscontinuityTime": {
                            "type": "string",
                            "description": "The value of sysUpTime on the most recent occasion at which\n            \n            \n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                            "x-yang-type": "yang:timestamp"
                          },
                          "ipIfStatsRefreshRate": {
                            "type": "integer",
                            "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipIfStatsTable": {
                    "ipIfStatsEntry": [
                      {
                        "ipIfStatsIPVersion": "192.168.1.1",
                        "ipIfStatsIfIndex": "1",
                        "ipIfStatsInReceives": 0,
                        "ipIfStatsHCInReceives": 0,
                        "ipIfStatsInOctets": 1234567890,
                        "ipIfStatsHCInOctets": 1234567890,
                        "ipIfStatsInHdrErrors": 0,
                        "ipIfStatsInNoRoutes": 0,
                        "ipIfStatsInAddrErrors": 0,
                        "ipIfStatsInUnknownProtos": 0,
                        "ipIfStatsInTruncatedPkts": 0,
                        "ipIfStatsInForwDatagrams": 0,
                        "ipIfStatsHCInForwDatagrams": 0,
                        "ipIfStatsReasmReqds": 0,
                        "ipIfStatsReasmOKs": 0,
                        "ipIfStatsReasmFails": 0,
                        "ipIfStatsInDiscards": 0,
                        "ipIfStatsInDelivers": 0,
                        "ipIfStatsHCInDelivers": 0,
                        "ipIfStatsOutRequests": 0,
                        "ipIfStatsHCOutRequests": 0,
                        "ipIfStatsOutForwDatagrams": 0,
                        "ipIfStatsHCOutForwDatagrams": 0,
                        "ipIfStatsOutDiscards": 0,
                        "ipIfStatsOutFragReqds": 0,
                        "ipIfStatsOutFragOKs": 0,
                        "ipIfStatsOutFragFails": 0,
                        "ipIfStatsOutFragCreates": 0,
                        "ipIfStatsOutTransmits": 0,
                        "ipIfStatsHCOutTransmits": 0,
                        "ipIfStatsOutOctets": 1234567890,
                        "ipIfStatsHCOutOctets": 1234567890,
                        "ipIfStatsInMcastPkts": 0,
                        "ipIfStatsHCInMcastPkts": 0,
                        "ipIfStatsInMcastOctets": 1234567890,
                        "ipIfStatsHCInMcastOctets": 1234567890,
                        "ipIfStatsOutMcastPkts": 0,
                        "ipIfStatsHCOutMcastPkts": 0,
                        "ipIfStatsOutMcastOctets": 1234567890,
                        "ipIfStatsHCOutMcastOctets": 1234567890,
                        "ipIfStatsInBcastPkts": 0,
                        "ipIfStatsHCInBcastPkts": 0,
                        "ipIfStatsOutBcastPkts": 0,
                        "ipIfStatsHCOutBcastPkts": 0,
                        "ipIfStatsDiscontinuityTime": "192.168.1.1",
                        "ipIfStatsRefreshRate": 0
                      },
                      {
                        "ipIfStatsIPVersion": "192.168.1.1",
                        "ipIfStatsIfIndex": "2",
                        "ipIfStatsInReceives": 0,
                        "ipIfStatsHCInReceives": 0,
                        "ipIfStatsInOctets": 1234567890,
                        "ipIfStatsHCInOctets": 1234567890,
                        "ipIfStatsInHdrErrors": 0,
                        "ipIfStatsInNoRoutes": 0,
                        "ipIfStatsInAddrErrors": 0,
                        "ipIfStatsInUnknownProtos": 0,
                        "ipIfStatsInTruncatedPkts": 0,
                        "ipIfStatsInForwDatagrams": 0,
                        "ipIfStatsHCInForwDatagrams": 0,
                        "ipIfStatsReasmReqds": 0,
                        "ipIfStatsReasmOKs": 0,
                        "ipIfStatsReasmFails": 0,
                        "ipIfStatsInDiscards": 0,
                        "ipIfStatsInDelivers": 0,
                        "ipIfStatsHCInDelivers": 0,
                        "ipIfStatsOutRequests": 0,
                        "ipIfStatsHCOutRequests": 0,
                        "ipIfStatsOutForwDatagrams": 0,
                        "ipIfStatsHCOutForwDatagrams": 0,
                        "ipIfStatsOutDiscards": 0,
                        "ipIfStatsOutFragReqds": 0,
                        "ipIfStatsOutFragOKs": 0,
                        "ipIfStatsOutFragFails": 0,
                        "ipIfStatsOutFragCreates": 0,
                        "ipIfStatsOutTransmits": 0,
                        "ipIfStatsHCOutTransmits": 0,
                        "ipIfStatsOutOctets": 1234567890,
                        "ipIfStatsHCOutOctets": 1234567890,
                        "ipIfStatsInMcastPkts": 0,
                        "ipIfStatsHCInMcastPkts": 0,
                        "ipIfStatsInMcastOctets": 1234567890,
                        "ipIfStatsHCInMcastOctets": 1234567890,
                        "ipIfStatsOutMcastPkts": 0,
                        "ipIfStatsHCOutMcastPkts": 0,
                        "ipIfStatsOutMcastOctets": 1234567890,
                        "ipIfStatsHCOutMcastOctets": 1234567890,
                        "ipIfStatsInBcastPkts": 0,
                        "ipIfStatsHCInBcastPkts": 0,
                        "ipIfStatsOutBcastPkts": 0,
                        "ipIfStatsHCOutBcastPkts": 0,
                        "ipIfStatsDiscontinuityTime": "192.168.1.1",
                        "ipIfStatsRefreshRate": 0
                      },
                      {
                        "ipIfStatsIPVersion": "192.168.1.1",
                        "ipIfStatsIfIndex": "3",
                        "ipIfStatsInReceives": 0,
                        "ipIfStatsHCInReceives": 0,
                        "ipIfStatsInOctets": 1234567890,
                        "ipIfStatsHCInOctets": 1234567890,
                        "ipIfStatsInHdrErrors": 0,
                        "ipIfStatsInNoRoutes": 0,
                        "ipIfStatsInAddrErrors": 0,
                        "ipIfStatsInUnknownProtos": 0,
                        "ipIfStatsInTruncatedPkts": 0,
                        "ipIfStatsInForwDatagrams": 0,
                        "ipIfStatsHCInForwDatagrams": 0,
                        "ipIfStatsReasmReqds": 0,
                        "ipIfStatsReasmOKs": 0,
                        "ipIfStatsReasmFails": 0,
                        "ipIfStatsInDiscards": 0,
                        "ipIfStatsInDelivers": 0,
                        "ipIfStatsHCInDelivers": 0,
                        "ipIfStatsOutRequests": 0,
                        "ipIfStatsHCOutRequests": 0,
                        "ipIfStatsOutForwDatagrams": 0,
                        "ipIfStatsHCOutForwDatagrams": 0,
                        "ipIfStatsOutDiscards": 0,
                        "ipIfStatsOutFragReqds": 0,
                        "ipIfStatsOutFragOKs": 0,
                        "ipIfStatsOutFragFails": 0,
                        "ipIfStatsOutFragCreates": 0,
                        "ipIfStatsOutTransmits": 0,
                        "ipIfStatsHCOutTransmits": 0,
                        "ipIfStatsOutOctets": 1234567890,
                        "ipIfStatsHCOutOctets": 1234567890,
                        "ipIfStatsInMcastPkts": 0,
                        "ipIfStatsHCInMcastPkts": 0,
                        "ipIfStatsInMcastOctets": 1234567890,
                        "ipIfStatsHCInMcastOctets": 1234567890,
                        "ipIfStatsOutMcastPkts": 0,
                        "ipIfStatsHCOutMcastPkts": 0,
                        "ipIfStatsOutMcastOctets": 1234567890,
                        "ipIfStatsHCOutMcastOctets": 1234567890,
                        "ipIfStatsInBcastPkts": 0,
                        "ipIfStatsHCInBcastPkts": 0,
                        "ipIfStatsOutBcastPkts": 0,
                        "ipIfStatsHCOutBcastPkts": 0,
                        "ipIfStatsDiscontinuityTime": "192.168.1.1",
                        "ipIfStatsRefreshRate": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipIfStatsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipIfStatsTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipIfStatsTable/ipIfStatsEntry": {
      "get": {
        "summary": "Get ipIfStatsEntry list",
        "description": "Retrieve list of ipIfStatsEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An interface statistics entry containing objects for a\n          particular interface and version of IP.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipIfStatsIPVersion": {
                        "type": "string",
                        "description": "The IP version of this row.",
                        "format": "inet:ip-version"
                      },
                      "ipIfStatsIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipIfStatsInReceives": {
                        "type": "integer",
                        "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInReceives": {
                        "type": "integer",
                        "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipIfStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsInOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipIfStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipIfStatsInOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsInHdrErrors": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInNoRoutes": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInAddrErrors": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities that\n            are not IP routers and therefore do not forward datagrams,\n            this counter includes datagrams discarded because the\n            destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInUnknownProtos": {
                        "type": "integer",
                        "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInTruncatedPkts": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInForwDatagrams": {
                        "type": "integer",
                        "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInForwDatagrams": {
                        "type": "integer",
                        "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            \n            \n            ipIfStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsReasmReqds": {
                        "type": "integer",
                        "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsReasmOKs": {
                        "type": "integer",
                        "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsReasmFails": {
                        "type": "integer",
                        "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInDiscards": {
                        "type": "integer",
                        "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInDelivers": {
                        "type": "integer",
                        "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            \n            \n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInDelivers": {
                        "type": "integer",
                        "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipIfStatsInDelivers, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutRequests": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipIfStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutRequests": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            \n            \n            ipIfStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutForwDatagrams": {
                        "type": "integer",
                        "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutForwDatagrams": {
                        "type": "integer",
                        "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipIfStatsOutForwDatagrams, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutDiscards": {
                        "type": "integer",
                        "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            datagrams counted in ipIfStatsOutForwDatagrams if any such\n            datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsOutFragReqds": {
                        "type": "integer",
                        "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsOutFragOKs": {
                        "type": "integer",
                        "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            \n            \n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsOutFragFails": {
                        "type": "integer",
                        "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsOutFragCreates": {
                        "type": "integer",
                        "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsOutTransmits": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutTransmits": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipIfStatsOutTransmits, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutOctets": {
                        "type": "integer",
                        "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipIfStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutOctets": {
                        "type": "integer",
                        "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipIfStatsOutOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsInMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInMcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsInMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in IP multicast\n            \n            \n            datagrams.  Octets from datagrams counted in\n            ipIfStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutMcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipIfStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsInBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInBcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutBcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsDiscontinuityTime": {
                        "type": "string",
                        "description": "The value of sysUpTime on the most recent occasion at which\n            \n            \n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "ipIfStatsRefreshRate": {
                        "type": "integer",
                        "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipIfStatsEntry": [
                    {
                      "ipIfStatsIPVersion": "192.168.1.1",
                      "ipIfStatsIfIndex": "192.168.1.1",
                      "ipIfStatsInReceives": 0,
                      "ipIfStatsHCInReceives": 0,
                      "ipIfStatsInOctets": 1234567890,
                      "ipIfStatsHCInOctets": 1234567890,
                      "ipIfStatsInHdrErrors": 0,
                      "ipIfStatsInNoRoutes": 0,
                      "ipIfStatsInAddrErrors": 0,
                      "ipIfStatsInUnknownProtos": 0,
                      "ipIfStatsInTruncatedPkts": 0,
                      "ipIfStatsInForwDatagrams": 0,
                      "ipIfStatsHCInForwDatagrams": 0,
                      "ipIfStatsReasmReqds": 0,
                      "ipIfStatsReasmOKs": 0,
                      "ipIfStatsReasmFails": 0,
                      "ipIfStatsInDiscards": 0,
                      "ipIfStatsInDelivers": 0,
                      "ipIfStatsHCInDelivers": 0,
                      "ipIfStatsOutRequests": 0,
                      "ipIfStatsHCOutRequests": 0,
                      "ipIfStatsOutForwDatagrams": 0,
                      "ipIfStatsHCOutForwDatagrams": 0,
                      "ipIfStatsOutDiscards": 0,
                      "ipIfStatsOutFragReqds": 0,
                      "ipIfStatsOutFragOKs": 0,
                      "ipIfStatsOutFragFails": 0,
                      "ipIfStatsOutFragCreates": 0,
                      "ipIfStatsOutTransmits": 0,
                      "ipIfStatsHCOutTransmits": 0,
                      "ipIfStatsOutOctets": 1234567890,
                      "ipIfStatsHCOutOctets": 1234567890,
                      "ipIfStatsInMcastPkts": 0,
                      "ipIfStatsHCInMcastPkts": 0,
                      "ipIfStatsInMcastOctets": 1234567890,
                      "ipIfStatsHCInMcastOctets": 1234567890,
                      "ipIfStatsOutMcastPkts": 0,
                      "ipIfStatsHCOutMcastPkts": 0,
                      "ipIfStatsOutMcastOctets": 1234567890,
                      "ipIfStatsHCOutMcastOctets": 1234567890,
                      "ipIfStatsInBcastPkts": 0,
                      "ipIfStatsHCInBcastPkts": 0,
                      "ipIfStatsOutBcastPkts": 0,
                      "ipIfStatsHCOutBcastPkts": 0,
                      "ipIfStatsDiscontinuityTime": "192.168.1.1",
                      "ipIfStatsRefreshRate": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipIfStatsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipIfStatsTable/ipIfStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipAddressPrefixTable": {
      "get": {
        "summary": "Get ipAddressPrefixTable data",
        "description": "Retrieve ipAddressPrefixTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "ipAddressPrefixTable",
                  "properties": {
                    "ipAddressPrefixEntry": {
                      "type": "array",
                      "description": "An entry in the ipAddressPrefixTable.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipAddressPrefixIfIndex": {
                            "type": "string",
                            "description": "The index value that uniquely identifies the interface on\n            which this prefix is configured.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "ipAddressPrefixType": {
                            "type": "string",
                            "description": "The address type of ipAddressPrefix.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "ipAddressPrefixPrefix": {
                            "type": "string",
                            "description": "The address prefix.  The address type of this object is\n            specified in ipAddressPrefixType.  The length of this object\n            is the standard length for objects of that type (4 or 16\n            bytes).  Any bits after ipAddressPrefixLength must be zero.\n            \n            Implementors need to be aware that, if the size of\n            ipAddressPrefixPrefix exceeds 114 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "ipAddressPrefixLength": {
                            "type": "string",
                            "description": "The prefix length associated with this prefix.\n            \n            The value 0 has no special meaning for this object.  It\n            simply refers to address '::/0'.",
                            "x-yang-type": "inet-address:InetAddressPrefixLength"
                          },
                          "ipAddressPrefixOrigin": {
                            "type": "string",
                            "description": "The origin of this prefix.",
                            "x-yang-type": "IP-MIB:IpAddressPrefixOriginTC"
                          },
                          "ipAddressPrefixOnLinkFlag": {
                            "type": "boolean",
                            "description": "This object has the value 'true(1)', if this prefix can be\n            used for on-link determination; otherwise, the value is\n            'false(2)'.\n            \n            The default for IPv4 prefixes is 'true(1)'."
                          },
                          "ipAddressPrefixAutonomousFlag": {
                            "type": "boolean",
                            "description": "Autonomous address configuration flag.  When true(1),\n            indicates that this prefix can be used for autonomous\n            address configuration (i.e., can be used to form a local\n            interface address).  If false(2), it is not used to auto-\n            configure a local interface address.\n            \n            The default for IPv4 prefixes is 'false(2)'."
                          },
                          "ipAddressPrefixAdvPreferredLifetime": {
                            "type": "integer",
                            "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be preferred, i.e., time until deprecation.\n            \n            A value of 4,294,967,295 represents infinity.\n            \n            The address generated from a deprecated prefix should no\n            longer be used as a source address in new communications,\n            but packets received on such an interface are processed as\n            expected.\n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipAddressPrefixAdvValidLifetime": {
                            "type": "integer",
                            "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be valid, i.e., time until invalidation.  A\n            value of 4,294,967,295 represents infinity.\n            \n            The address generated from an invalidated prefix should not\n            appear as the destination or source address of a packet.\n            \n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddressPrefixTable": {
                    "ipAddressPrefixEntry": [
                      {
                        "ipAddressPrefixIfIndex": "1",
                        "ipAddressPrefixType": "192.168.1.1",
                        "ipAddressPrefixPrefix": "192.168.1.1",
                        "ipAddressPrefixLength": "192.168.1.1",
                        "ipAddressPrefixOrigin": "192.168.1.1",
                        "ipAddressPrefixOnLinkFlag": true,
                        "ipAddressPrefixAutonomousFlag": true,
                        "ipAddressPrefixAdvPreferredLifetime": 0,
                        "ipAddressPrefixAdvValidLifetime": 0
                      },
                      {
                        "ipAddressPrefixIfIndex": "2",
                        "ipAddressPrefixType": "192.168.1.1",
                        "ipAddressPrefixPrefix": "192.168.1.1",
                        "ipAddressPrefixLength": "192.168.1.1",
                        "ipAddressPrefixOrigin": "192.168.1.1",
                        "ipAddressPrefixOnLinkFlag": true,
                        "ipAddressPrefixAutonomousFlag": true,
                        "ipAddressPrefixAdvPreferredLifetime": 0,
                        "ipAddressPrefixAdvValidLifetime": 0
                      },
                      {
                        "ipAddressPrefixIfIndex": "3",
                        "ipAddressPrefixType": "192.168.1.1",
                        "ipAddressPrefixPrefix": "192.168.1.1",
                        "ipAddressPrefixLength": "192.168.1.1",
                        "ipAddressPrefixOrigin": "192.168.1.1",
                        "ipAddressPrefixOnLinkFlag": true,
                        "ipAddressPrefixAutonomousFlag": true,
                        "ipAddressPrefixAdvPreferredLifetime": 0,
                        "ipAddressPrefixAdvValidLifetime": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddressPrefixTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipAddressPrefixTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipAddressPrefixTable/ipAddressPrefixEntry": {
      "get": {
        "summary": "Get ipAddressPrefixEntry list",
        "description": "Retrieve list of ipAddressPrefixEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the ipAddressPrefixTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipAddressPrefixIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface on\n            which this prefix is configured.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipAddressPrefixType": {
                        "type": "string",
                        "description": "The address type of ipAddressPrefix.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ipAddressPrefixPrefix": {
                        "type": "string",
                        "description": "The address prefix.  The address type of this object is\n            specified in ipAddressPrefixType.  The length of this object\n            is the standard length for objects of that type (4 or 16\n            bytes).  Any bits after ipAddressPrefixLength must be zero.\n            \n            Implementors need to be aware that, if the size of\n            ipAddressPrefixPrefix exceeds 114 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ipAddressPrefixLength": {
                        "type": "string",
                        "description": "The prefix length associated with this prefix.\n            \n            The value 0 has no special meaning for this object.  It\n            simply refers to address '::/0'.",
                        "x-yang-type": "inet-address:InetAddressPrefixLength"
                      },
                      "ipAddressPrefixOrigin": {
                        "type": "string",
                        "description": "The origin of this prefix.",
                        "x-yang-type": "IP-MIB:IpAddressPrefixOriginTC"
                      },
                      "ipAddressPrefixOnLinkFlag": {
                        "type": "boolean",
                        "description": "This object has the value 'true(1)', if this prefix can be\n            used for on-link determination; otherwise, the value is\n            'false(2)'.\n            \n            The default for IPv4 prefixes is 'true(1)'."
                      },
                      "ipAddressPrefixAutonomousFlag": {
                        "type": "boolean",
                        "description": "Autonomous address configuration flag.  When true(1),\n            indicates that this prefix can be used for autonomous\n            address configuration (i.e., can be used to form a local\n            interface address).  If false(2), it is not used to auto-\n            configure a local interface address.\n            \n            The default for IPv4 prefixes is 'false(2)'."
                      },
                      "ipAddressPrefixAdvPreferredLifetime": {
                        "type": "integer",
                        "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be preferred, i.e., time until deprecation.\n            \n            A value of 4,294,967,295 represents infinity.\n            \n            The address generated from a deprecated prefix should no\n            longer be used as a source address in new communications,\n            but packets received on such an interface are processed as\n            expected.\n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipAddressPrefixAdvValidLifetime": {
                        "type": "integer",
                        "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be valid, i.e., time until invalidation.  A\n            value of 4,294,967,295 represents infinity.\n            \n            The address generated from an invalidated prefix should not\n            appear as the destination or source address of a packet.\n            \n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddressPrefixEntry": [
                    {
                      "ipAddressPrefixIfIndex": "192.168.1.1",
                      "ipAddressPrefixType": "192.168.1.1",
                      "ipAddressPrefixPrefix": "192.168.1.1",
                      "ipAddressPrefixLength": "192.168.1.1",
                      "ipAddressPrefixOrigin": "192.168.1.1",
                      "ipAddressPrefixOnLinkFlag": true,
                      "ipAddressPrefixAutonomousFlag": true,
                      "ipAddressPrefixAdvPreferredLifetime": 0,
                      "ipAddressPrefixAdvValidLifetime": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddressPrefixEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipAddressPrefixTable/ipAddressPrefixEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipAddressTable": {
      "get": {
        "summary": "Get ipAddressTable data",
        "description": "Retrieve ipAddressTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "ipAddressTable",
                  "properties": {
                    "ipAddressEntry": {
                      "type": "array",
                      "description": "An address mapping for a particular interface.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipAddressAddrType": {
                            "type": "string",
                            "description": "The address type of ipAddressAddr.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "ipAddressAddr": {
                            "type": "string",
                            "description": "The IP address to which this entry's addressing information\n            \n            \n            pertains.  The address type of this object is specified in\n            ipAddressAddrType.\n            \n            Implementors need to be aware that if the size of\n            ipAddressAddr exceeds 116 octets, then OIDS of instances of\n            columns in this row will have more than 128 sub-identifiers\n            and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "ipAddressIfIndex": {
                            "type": "string",
                            "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "ipAddressType": {
                            "type": "string",
                            "description": "The type of address.  broadcast(3) is not a valid value for\n            IPv6 addresses (RFC 3513)."
                          },
                          "ipAddressPrefix": {
                            "type": "string",
                            "description": "A pointer to the row in the prefix table to which this\n            address belongs.  May be { 0 0 } if there is no such row.",
                            "x-yang-type": "snmpv2-tc:RowPointer"
                          },
                          "ipAddressOrigin": {
                            "type": "string",
                            "description": "The origin of the address.",
                            "x-yang-type": "IP-MIB:IpAddressOriginTC"
                          },
                          "ipAddressStatus": {
                            "type": "string",
                            "description": "The status of the address, describing if the address can be\n            used for communication.\n            \n            In the absence of other information, an IPv4 address is\n            always preferred(1).",
                            "x-yang-type": "IP-MIB:IpAddressStatusTC"
                          },
                          "ipAddressCreated": {
                            "type": "string",
                            "description": "The value of sysUpTime at the time this entry was created.\n            If this entry was created prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                            "x-yang-type": "yang:timestamp"
                          },
                          "ipAddressLastChanged": {
                            "type": "string",
                            "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                            "x-yang-type": "yang:timestamp"
                          },
                          "ipAddressRowStatus": {
                            "type": "string",
                            "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            \n            \n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipAddressIfIndex has been set to a valid index.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          },
                          "ipAddressStorageType": {
                            "type": "string",
                            "description": "The storage type for this conceptual row.  If this object\n            has a value of 'permanent', then no other objects are\n            required to be able to be modified.",
                            "x-yang-type": "snmpv2-tc:StorageType"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddressTable": {
                    "ipAddressEntry": [
                      {
                        "ipAddressAddrType": "192.168.1.1",
                        "ipAddressAddr": "192.168.1.1",
                        "ipAddressIfIndex": "1",
                        "ipAddressType": "192.168.1.1",
                        "ipAddressPrefix": "192.168.1.1",
                        "ipAddressOrigin": "192.168.1.1",
                        "ipAddressStatus": "192.168.1.1",
                        "ipAddressCreated": "192.168.1.1",
                        "ipAddressLastChanged": "192.168.1.1",
                        "ipAddressRowStatus": "192.168.1.1",
                        "ipAddressStorageType": "192.168.1.1"
                      },
                      {
                        "ipAddressAddrType": "192.168.1.1",
                        "ipAddressAddr": "192.168.1.1",
                        "ipAddressIfIndex": "2",
                        "ipAddressType": "192.168.1.1",
                        "ipAddressPrefix": "192.168.1.1",
                        "ipAddressOrigin": "192.168.1.1",
                        "ipAddressStatus": "192.168.1.1",
                        "ipAddressCreated": "192.168.1.1",
                        "ipAddressLastChanged": "192.168.1.1",
                        "ipAddressRowStatus": "192.168.1.1",
                        "ipAddressStorageType": "192.168.1.1"
                      },
                      {
                        "ipAddressAddrType": "192.168.1.1",
                        "ipAddressAddr": "192.168.1.1",
                        "ipAddressIfIndex": "3",
                        "ipAddressType": "192.168.1.1",
                        "ipAddressPrefix": "192.168.1.1",
                        "ipAddressOrigin": "192.168.1.1",
                        "ipAddressStatus": "192.168.1.1",
                        "ipAddressCreated": "192.168.1.1",
                        "ipAddressLastChanged": "192.168.1.1",
                        "ipAddressRowStatus": "192.168.1.1",
                        "ipAddressStorageType": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddressTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipAddressTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipAddressTable/ipAddressEntry": {
      "get": {
        "summary": "Get ipAddressEntry list",
        "description": "Retrieve list of ipAddressEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An address mapping for a particular interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipAddressAddrType": {
                        "type": "string",
                        "description": "The address type of ipAddressAddr.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ipAddressAddr": {
                        "type": "string",
                        "description": "The IP address to which this entry's addressing information\n            \n            \n            pertains.  The address type of this object is specified in\n            ipAddressAddrType.\n            \n            Implementors need to be aware that if the size of\n            ipAddressAddr exceeds 116 octets, then OIDS of instances of\n            columns in this row will have more than 128 sub-identifiers\n            and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ipAddressIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipAddressType": {
                        "type": "string",
                        "description": "The type of address.  broadcast(3) is not a valid value for\n            IPv6 addresses (RFC 3513)."
                      },
                      "ipAddressPrefix": {
                        "type": "string",
                        "description": "A pointer to the row in the prefix table to which this\n            address belongs.  May be { 0 0 } if there is no such row.",
                        "x-yang-type": "snmpv2-tc:RowPointer"
                      },
                      "ipAddressOrigin": {
                        "type": "string",
                        "description": "The origin of the address.",
                        "x-yang-type": "IP-MIB:IpAddressOriginTC"
                      },
                      "ipAddressStatus": {
                        "type": "string",
                        "description": "The status of the address, describing if the address can be\n            used for communication.\n            \n            In the absence of other information, an IPv4 address is\n            always preferred(1).",
                        "x-yang-type": "IP-MIB:IpAddressStatusTC"
                      },
                      "ipAddressCreated": {
                        "type": "string",
                        "description": "The value of sysUpTime at the time this entry was created.\n            If this entry was created prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "ipAddressLastChanged": {
                        "type": "string",
                        "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "ipAddressRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            \n            \n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipAddressIfIndex has been set to a valid index.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      },
                      "ipAddressStorageType": {
                        "type": "string",
                        "description": "The storage type for this conceptual row.  If this object\n            has a value of 'permanent', then no other objects are\n            required to be able to be modified.",
                        "x-yang-type": "snmpv2-tc:StorageType"
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddressEntry": [
                    {
                      "ipAddressAddrType": "192.168.1.1",
                      "ipAddressAddr": "192.168.1.1",
                      "ipAddressIfIndex": "192.168.1.1",
                      "ipAddressType": "192.168.1.1",
                      "ipAddressPrefix": "192.168.1.1",
                      "ipAddressOrigin": "192.168.1.1",
                      "ipAddressStatus": "192.168.1.1",
                      "ipAddressCreated": "192.168.1.1",
                      "ipAddressLastChanged": "192.168.1.1",
                      "ipAddressRowStatus": "192.168.1.1",
                      "ipAddressStorageType": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddressEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipAddressTable/ipAddressEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipNetToPhysicalTable": {
      "get": {
        "summary": "Get ipNetToPhysicalTable data",
        "description": "Retrieve ipNetToPhysicalTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "ipNetToPhysicalTable",
                  "properties": {
                    "ipNetToPhysicalEntry": {
                      "type": "array",
                      "description": "Each entry contains one IP address to `physical' address\n          equivalence.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipNetToPhysicalIfIndex": {
                            "type": "string",
                            "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "ipNetToPhysicalNetAddressType": {
                            "type": "string",
                            "description": "The type of ipNetToPhysicalNetAddress.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "ipNetToPhysicalNetAddress": {
                            "type": "string",
                            "description": "The IP Address corresponding to the media-dependent\n            `physical' address.  The address type of this object is\n            specified in ipNetToPhysicalAddressType.\n            \n            Implementors need to be aware that if the size of\n            \n            \n            ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "ipNetToPhysicalPhysAddress": {
                            "type": "string",
                            "description": "The media-dependent `physical' address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage.",
                            "x-yang-type": "yang:phys-address"
                          },
                          "ipNetToPhysicalLastUpdated": {
                            "type": "string",
                            "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                            "x-yang-type": "yang:timestamp"
                          },
                          "ipNetToPhysicalType": {
                            "type": "string",
                            "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            of invalidating the corresponding entry in the\n            ipNetToPhysicalTable.  That is, it effectively dis-\n            associates the interface identified with said entry from the\n            mapping identified with said entry.  It is an\n            implementation-specific matter as to whether the agent\n            \n            \n            removes an invalidated entry from the table.  Accordingly,\n            management stations must be prepared to receive tabular\n            information from agents that corresponds to entries not\n            currently in use.  Proper interpretation of such entries\n            requires examination of the relevant ipNetToPhysicalType\n            object.\n            \n            The 'dynamic(3)' type indicates that the IP address to\n            physical addresses mapping has been dynamically resolved\n            using e.g., IPv4 ARP or the IPv6 Neighbor Discovery\n            protocol.\n            \n            The 'static(4)' type indicates that the mapping has been\n            statically configured.  Both of these refer to entries that\n            provide mappings for other entities addresses.\n            \n            The 'local(5)' type indicates that the mapping is provided\n            for an entity's own interface address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage."
                          },
                          "ipNetToPhysicalState": {
                            "type": "string",
                            "description": "The Neighbor Unreachability Detection state for the\n            interface when the address mapping in this entry is used.\n            If Neighbor Unreachability Detection is not in use (e.g. for\n            IPv4), this object is always unknown(6)."
                          },
                          "ipNetToPhysicalRowStatus": {
                            "type": "string",
                            "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipNetToPhysicalPhysAddress object has been set.\n            \n            Note that if the ipNetToPhysicalType is set to 'invalid',\n            the managed node may delete the entry independent of the\n            state of this object.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipNetToPhysicalTable": {
                    "ipNetToPhysicalEntry": [
                      {
                        "ipNetToPhysicalIfIndex": "1",
                        "ipNetToPhysicalNetAddressType": "00:11:22:33:44:55",
                        "ipNetToPhysicalNetAddress": "00:11:22:33:44:55",
                        "ipNetToPhysicalPhysAddress": "00:11:22:33:44:55",
                        "ipNetToPhysicalLastUpdated": "192.168.1.1",
                        "ipNetToPhysicalType": "192.168.1.1",
                        "ipNetToPhysicalState": "192.168.1.1",
                        "ipNetToPhysicalRowStatus": "192.168.1.1"
                      },
                      {
                        "ipNetToPhysicalIfIndex": "2",
                        "ipNetToPhysicalNetAddressType": "00:11:22:33:44:55",
                        "ipNetToPhysicalNetAddress": "00:11:22:33:44:55",
                        "ipNetToPhysicalPhysAddress": "00:11:22:33:44:55",
                        "ipNetToPhysicalLastUpdated": "192.168.1.1",
                        "ipNetToPhysicalType": "192.168.1.1",
                        "ipNetToPhysicalState": "192.168.1.1",
                        "ipNetToPhysicalRowStatus": "192.168.1.1"
                      },
                      {
                        "ipNetToPhysicalIfIndex": "3",
                        "ipNetToPhysicalNetAddressType": "00:11:22:33:44:55",
                        "ipNetToPhysicalNetAddress": "00:11:22:33:44:55",
                        "ipNetToPhysicalPhysAddress": "00:11:22:33:44:55",
                        "ipNetToPhysicalLastUpdated": "192.168.1.1",
                        "ipNetToPhysicalType": "192.168.1.1",
                        "ipNetToPhysicalState": "192.168.1.1",
                        "ipNetToPhysicalRowStatus": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipNetToPhysicalTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipNetToPhysicalTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipNetToPhysicalTable/ipNetToPhysicalEntry": {
      "get": {
        "summary": "Get ipNetToPhysicalEntry list",
        "description": "Retrieve list of ipNetToPhysicalEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one IP address to `physical' address\n          equivalence.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipNetToPhysicalIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipNetToPhysicalNetAddressType": {
                        "type": "string",
                        "description": "The type of ipNetToPhysicalNetAddress.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ipNetToPhysicalNetAddress": {
                        "type": "string",
                        "description": "The IP Address corresponding to the media-dependent\n            `physical' address.  The address type of this object is\n            specified in ipNetToPhysicalAddressType.\n            \n            Implementors need to be aware that if the size of\n            \n            \n            ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ipNetToPhysicalPhysAddress": {
                        "type": "string",
                        "description": "The media-dependent `physical' address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage.",
                        "x-yang-type": "yang:phys-address"
                      },
                      "ipNetToPhysicalLastUpdated": {
                        "type": "string",
                        "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "ipNetToPhysicalType": {
                        "type": "string",
                        "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            of invalidating the corresponding entry in the\n            ipNetToPhysicalTable.  That is, it effectively dis-\n            associates the interface identified with said entry from the\n            mapping identified with said entry.  It is an\n            implementation-specific matter as to whether the agent\n            \n            \n            removes an invalidated entry from the table.  Accordingly,\n            management stations must be prepared to receive tabular\n            information from agents that corresponds to entries not\n            currently in use.  Proper interpretation of such entries\n            requires examination of the relevant ipNetToPhysicalType\n            object.\n            \n            The 'dynamic(3)' type indicates that the IP address to\n            physical addresses mapping has been dynamically resolved\n            using e.g., IPv4 ARP or the IPv6 Neighbor Discovery\n            protocol.\n            \n            The 'static(4)' type indicates that the mapping has been\n            statically configured.  Both of these refer to entries that\n            provide mappings for other entities addresses.\n            \n            The 'local(5)' type indicates that the mapping is provided\n            for an entity's own interface address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage."
                      },
                      "ipNetToPhysicalState": {
                        "type": "string",
                        "description": "The Neighbor Unreachability Detection state for the\n            interface when the address mapping in this entry is used.\n            If Neighbor Unreachability Detection is not in use (e.g. for\n            IPv4), this object is always unknown(6)."
                      },
                      "ipNetToPhysicalRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipNetToPhysicalPhysAddress object has been set.\n            \n            Note that if the ipNetToPhysicalType is set to 'invalid',\n            the managed node may delete the entry independent of the\n            state of this object.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipNetToPhysicalEntry": [
                    {
                      "ipNetToPhysicalIfIndex": "192.168.1.1",
                      "ipNetToPhysicalNetAddressType": "00:11:22:33:44:55",
                      "ipNetToPhysicalNetAddress": "00:11:22:33:44:55",
                      "ipNetToPhysicalPhysAddress": "00:11:22:33:44:55",
                      "ipNetToPhysicalLastUpdated": "192.168.1.1",
                      "ipNetToPhysicalType": "192.168.1.1",
                      "ipNetToPhysicalState": "192.168.1.1",
                      "ipNetToPhysicalRowStatus": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipNetToPhysicalEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipNetToPhysicalTable/ipNetToPhysicalEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6ScopeZoneIndexTable": {
      "get": {
        "summary": "Get ipv6ScopeZoneIndexTable data",
        "description": "Retrieve ipv6ScopeZoneIndexTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table used to describe IPv6 unicast and multicast scope\n        zones.\n        \n        For those objects that have names rather than numbers, the\n        names were chosen to coincide with the names used in the\n        IPv6 address architecture document.",
                  "properties": {
                    "ipv6ScopeZoneIndexEntry": {
                      "type": "array",
                      "description": "Each entry contains the list of scope identifiers on a given\n          interface.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipv6ScopeZoneIndexIfIndex": {
                            "type": "string",
                            "description": "The index value that uniquely identifies the interface to\n            which these scopes belong.  The interface identified by a\n            particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "ipv6ScopeZoneIndexLinkLocal": {
                            "type": "string",
                            "description": "The zone index for the link-local scope on this interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          },
                          "ipv6ScopeZoneIndex3": {
                            "type": "string",
                            "description": "The zone index for scope 3 on this interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          },
                          "ipv6ScopeZoneIndexAdminLocal": {
                            "type": "string",
                            "description": "The zone index for the admin-local scope on this interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          },
                          "ipv6ScopeZoneIndexSiteLocal": {
                            "type": "string",
                            "description": "The zone index for the site-local scope on this interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          },
                          "ipv6ScopeZoneIndex6": {
                            "type": "string",
                            "description": "The zone index for scope 6 on this interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          },
                          "ipv6ScopeZoneIndex7": {
                            "type": "string",
                            "description": "The zone index for scope 7 on this interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          },
                          "ipv6ScopeZoneIndexOrganizationLocal": {
                            "type": "string",
                            "description": "The zone index for the organization-local scope on this\n            interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          },
                          "ipv6ScopeZoneIndex9": {
                            "type": "string",
                            "description": "The zone index for scope 9 on this interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          },
                          "ipv6ScopeZoneIndexA": {
                            "type": "string",
                            "description": "The zone index for scope A on this interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          },
                          "ipv6ScopeZoneIndexB": {
                            "type": "string",
                            "description": "The zone index for scope B on this interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          },
                          "ipv6ScopeZoneIndexC": {
                            "type": "string",
                            "description": "The zone index for scope C on this interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          },
                          "ipv6ScopeZoneIndexD": {
                            "type": "string",
                            "description": "The zone index for scope D on this interface.",
                            "x-yang-type": "inet-address:InetZoneIndex"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6ScopeZoneIndexTable": {
                    "ipv6ScopeZoneIndexEntry": [
                      {
                        "ipv6ScopeZoneIndexIfIndex": "1",
                        "ipv6ScopeZoneIndexLinkLocal": "1",
                        "ipv6ScopeZoneIndex3": "1",
                        "ipv6ScopeZoneIndexAdminLocal": "1",
                        "ipv6ScopeZoneIndexSiteLocal": "1",
                        "ipv6ScopeZoneIndex6": "1",
                        "ipv6ScopeZoneIndex7": "1",
                        "ipv6ScopeZoneIndexOrganizationLocal": "1",
                        "ipv6ScopeZoneIndex9": "1",
                        "ipv6ScopeZoneIndexA": "1",
                        "ipv6ScopeZoneIndexB": "1",
                        "ipv6ScopeZoneIndexC": "1",
                        "ipv6ScopeZoneIndexD": "1"
                      },
                      {
                        "ipv6ScopeZoneIndexIfIndex": "2",
                        "ipv6ScopeZoneIndexLinkLocal": "2",
                        "ipv6ScopeZoneIndex3": "2",
                        "ipv6ScopeZoneIndexAdminLocal": "2",
                        "ipv6ScopeZoneIndexSiteLocal": "2",
                        "ipv6ScopeZoneIndex6": "2",
                        "ipv6ScopeZoneIndex7": "2",
                        "ipv6ScopeZoneIndexOrganizationLocal": "2",
                        "ipv6ScopeZoneIndex9": "2",
                        "ipv6ScopeZoneIndexA": "2",
                        "ipv6ScopeZoneIndexB": "2",
                        "ipv6ScopeZoneIndexC": "2",
                        "ipv6ScopeZoneIndexD": "2"
                      },
                      {
                        "ipv6ScopeZoneIndexIfIndex": "3",
                        "ipv6ScopeZoneIndexLinkLocal": "3",
                        "ipv6ScopeZoneIndex3": "3",
                        "ipv6ScopeZoneIndexAdminLocal": "3",
                        "ipv6ScopeZoneIndexSiteLocal": "3",
                        "ipv6ScopeZoneIndex6": "3",
                        "ipv6ScopeZoneIndex7": "3",
                        "ipv6ScopeZoneIndexOrganizationLocal": "3",
                        "ipv6ScopeZoneIndex9": "3",
                        "ipv6ScopeZoneIndexA": "3",
                        "ipv6ScopeZoneIndexB": "3",
                        "ipv6ScopeZoneIndexC": "3",
                        "ipv6ScopeZoneIndexD": "3"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6ScopeZoneIndexTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv6ScopeZoneIndexTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexEntry": {
      "get": {
        "summary": "Get ipv6ScopeZoneIndexEntry list",
        "description": "Retrieve list of ipv6ScopeZoneIndexEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the list of scope identifiers on a given\n          interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipv6ScopeZoneIndexIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which these scopes belong.  The interface identified by a\n            particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipv6ScopeZoneIndexLinkLocal": {
                        "type": "string",
                        "description": "The zone index for the link-local scope on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndex3": {
                        "type": "string",
                        "description": "The zone index for scope 3 on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexAdminLocal": {
                        "type": "string",
                        "description": "The zone index for the admin-local scope on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexSiteLocal": {
                        "type": "string",
                        "description": "The zone index for the site-local scope on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndex6": {
                        "type": "string",
                        "description": "The zone index for scope 6 on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndex7": {
                        "type": "string",
                        "description": "The zone index for scope 7 on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexOrganizationLocal": {
                        "type": "string",
                        "description": "The zone index for the organization-local scope on this\n            interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndex9": {
                        "type": "string",
                        "description": "The zone index for scope 9 on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexA": {
                        "type": "string",
                        "description": "The zone index for scope A on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexB": {
                        "type": "string",
                        "description": "The zone index for scope B on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexC": {
                        "type": "string",
                        "description": "The zone index for scope C on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexD": {
                        "type": "string",
                        "description": "The zone index for scope D on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6ScopeZoneIndexEntry": [
                    {
                      "ipv6ScopeZoneIndexIfIndex": "2001:db8::1",
                      "ipv6ScopeZoneIndexLinkLocal": "2001:db8::1",
                      "ipv6ScopeZoneIndex3": "2001:db8::1",
                      "ipv6ScopeZoneIndexAdminLocal": "2001:db8::1",
                      "ipv6ScopeZoneIndexSiteLocal": "2001:db8::1",
                      "ipv6ScopeZoneIndex6": "2001:db8::1",
                      "ipv6ScopeZoneIndex7": "2001:db8::1",
                      "ipv6ScopeZoneIndexOrganizationLocal": "2001:db8::1",
                      "ipv6ScopeZoneIndex9": "2001:db8::1",
                      "ipv6ScopeZoneIndexA": "2001:db8::1",
                      "ipv6ScopeZoneIndexB": "2001:db8::1",
                      "ipv6ScopeZoneIndexC": "2001:db8::1",
                      "ipv6ScopeZoneIndexD": "2001:db8::1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6ScopeZoneIndexEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexEntry={ipv6ScopeZoneIndexIfIndex}": {
      "get": {
        "summary": "Get ipv6ScopeZoneIndexEntry entry",
        "description": "Retrieve specific ipv6ScopeZoneIndexEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipv6ScopeZoneIndexIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipv6ScopeZoneIndexIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which these scopes belong.  The interface identified by a\n            particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipv6ScopeZoneIndexLinkLocal": {
                      "type": "string",
                      "description": "The zone index for the link-local scope on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndex3": {
                      "type": "string",
                      "description": "The zone index for scope 3 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexAdminLocal": {
                      "type": "string",
                      "description": "The zone index for the admin-local scope on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexSiteLocal": {
                      "type": "string",
                      "description": "The zone index for the site-local scope on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndex6": {
                      "type": "string",
                      "description": "The zone index for scope 6 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndex7": {
                      "type": "string",
                      "description": "The zone index for scope 7 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexOrganizationLocal": {
                      "type": "string",
                      "description": "The zone index for the organization-local scope on this\n            interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndex9": {
                      "type": "string",
                      "description": "The zone index for scope 9 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexA": {
                      "type": "string",
                      "description": "The zone index for scope A on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexB": {
                      "type": "string",
                      "description": "The zone index for scope B on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexC": {
                      "type": "string",
                      "description": "The zone index for scope C on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexD": {
                      "type": "string",
                      "description": "The zone index for scope D on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6ScopeZoneIndexEntry": {
                    "ipv6ScopeZoneIndexIfIndex": "2001:db8::1",
                    "ipv6ScopeZoneIndexLinkLocal": "2001:db8::1",
                    "ipv6ScopeZoneIndex3": "2001:db8::1",
                    "ipv6ScopeZoneIndexAdminLocal": "2001:db8::1",
                    "ipv6ScopeZoneIndexSiteLocal": "2001:db8::1",
                    "ipv6ScopeZoneIndex6": "2001:db8::1",
                    "ipv6ScopeZoneIndex7": "2001:db8::1",
                    "ipv6ScopeZoneIndexOrganizationLocal": "2001:db8::1",
                    "ipv6ScopeZoneIndex9": "2001:db8::1",
                    "ipv6ScopeZoneIndexA": "2001:db8::1",
                    "ipv6ScopeZoneIndexB": "2001:db8::1",
                    "ipv6ScopeZoneIndexC": "2001:db8::1",
                    "ipv6ScopeZoneIndexD": "2001:db8::1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6ScopeZoneIndexEntry-2"
      },
      "x-yang-path": "/ipv6ScopeZoneIndexTable/ipv6ScopeZoneIndexEntry={ipv6ScopeZoneIndexIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipv6ScopeZoneIndexIfIndex"
      ]
    },
    "/data/IP-MIB:ipDefaultRouterTable": {
      "get": {
        "summary": "Get ipDefaultRouterTable data",
        "description": "Retrieve ipDefaultRouterTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table used to describe the default routers known to this\n        \n        \n        entity.",
                  "properties": {
                    "ipDefaultRouterEntry": {
                      "type": "array",
                      "description": "Each entry contains information about a default router known\n          to this entity.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipDefaultRouterAddressType": {
                            "type": "string",
                            "description": "The address type for this row.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "ipDefaultRouterAddress": {
                            "type": "string",
                            "description": "The IP address of the default router represented by this\n            row.  The address type of this object is specified in\n            ipDefaultRouterAddressType.\n            \n            Implementers need to be aware that if the size of\n            ipDefaultRouterAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "ipDefaultRouterIfIndex": {
                            "type": "string",
                            "description": "The index value that uniquely identifies the interface by\n            which the router can be reached.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "ipDefaultRouterLifetime": {
                            "type": "integer",
                            "description": "The remaining length of time, in seconds, that this router\n            will continue to be useful as a default router.  A value of\n            zero indicates that it is no longer useful as a default\n            router.  It is left to the implementer of the MIB as to\n            whether a router with a lifetime of zero is removed from the\n            list.\n            \n            For IPv6, this value should be extracted from the router\n            advertisement messages.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipDefaultRouterPreference": {
                            "type": "string",
                            "description": "An indication of preference given to this router as a\n            default router as described in he Default Router\n            Preferences document.  Treating the value as a\n            2 bit signed integer allows for simple arithmetic\n            comparisons.\n            \n            For IPv4 routers or IPv6 routers that are not using the\n            updated router advertisement format, this object is set to\n            medium (0)."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipDefaultRouterTable": {
                    "ipDefaultRouterEntry": [
                      {
                        "ipDefaultRouterAddressType": "192.168.1.1",
                        "ipDefaultRouterAddress": "192.168.1.1",
                        "ipDefaultRouterIfIndex": "1",
                        "ipDefaultRouterLifetime": 0,
                        "ipDefaultRouterPreference": "192.168.1.1"
                      },
                      {
                        "ipDefaultRouterAddressType": "192.168.1.1",
                        "ipDefaultRouterAddress": "192.168.1.1",
                        "ipDefaultRouterIfIndex": "2",
                        "ipDefaultRouterLifetime": 0,
                        "ipDefaultRouterPreference": "192.168.1.1"
                      },
                      {
                        "ipDefaultRouterAddressType": "192.168.1.1",
                        "ipDefaultRouterAddress": "192.168.1.1",
                        "ipDefaultRouterIfIndex": "3",
                        "ipDefaultRouterLifetime": 0,
                        "ipDefaultRouterPreference": "192.168.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipDefaultRouterTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipDefaultRouterTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipDefaultRouterTable/ipDefaultRouterEntry": {
      "get": {
        "summary": "Get ipDefaultRouterEntry list",
        "description": "Retrieve list of ipDefaultRouterEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains information about a default router known\n          to this entity.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipDefaultRouterAddressType": {
                        "type": "string",
                        "description": "The address type for this row.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ipDefaultRouterAddress": {
                        "type": "string",
                        "description": "The IP address of the default router represented by this\n            row.  The address type of this object is specified in\n            ipDefaultRouterAddressType.\n            \n            Implementers need to be aware that if the size of\n            ipDefaultRouterAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ipDefaultRouterIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface by\n            which the router can be reached.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipDefaultRouterLifetime": {
                        "type": "integer",
                        "description": "The remaining length of time, in seconds, that this router\n            will continue to be useful as a default router.  A value of\n            zero indicates that it is no longer useful as a default\n            router.  It is left to the implementer of the MIB as to\n            whether a router with a lifetime of zero is removed from the\n            list.\n            \n            For IPv6, this value should be extracted from the router\n            advertisement messages.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipDefaultRouterPreference": {
                        "type": "string",
                        "description": "An indication of preference given to this router as a\n            default router as described in he Default Router\n            Preferences document.  Treating the value as a\n            2 bit signed integer allows for simple arithmetic\n            comparisons.\n            \n            For IPv4 routers or IPv6 routers that are not using the\n            updated router advertisement format, this object is set to\n            medium (0)."
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipDefaultRouterEntry": [
                    {
                      "ipDefaultRouterAddressType": "192.168.1.1",
                      "ipDefaultRouterAddress": "192.168.1.1",
                      "ipDefaultRouterIfIndex": "192.168.1.1",
                      "ipDefaultRouterLifetime": 0,
                      "ipDefaultRouterPreference": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipDefaultRouterEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipDefaultRouterTable/ipDefaultRouterEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6RouterAdvertTable": {
      "get": {
        "summary": "Get ipv6RouterAdvertTable data",
        "description": "Retrieve ipv6RouterAdvertTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table containing information used to construct router\n        advertisements.",
                  "properties": {
                    "ipv6RouterAdvertEntry": {
                      "type": "array",
                      "description": "An entry containing information used to construct router\n          advertisements.\n          \n          Information in this table is persistent, and when this\n          object is written, the entity SHOULD save the change to\n          non-volatile storage.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ipv6RouterAdvertIfIndex": {
                            "type": "string",
                            "description": "The index value that uniquely identifies the interface on\n            which router advertisements constructed with this\n            information will be transmitted.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "ipv6RouterAdvertSendAdverts": {
                            "type": "boolean",
                            "description": "A flag indicating whether the router sends periodic\n            router advertisements and responds to router solicitations\n            on this interface."
                          },
                          "ipv6RouterAdvertMaxInterval": {
                            "type": "integer",
                            "description": "The maximum time allowed between sending unsolicited router\n            \n            \n            advertisements from this interface.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipv6RouterAdvertMinInterval": {
                            "type": "integer",
                            "description": "The minimum time allowed between sending unsolicited router\n            advertisements from this interface.\n            \n            The default is 0.33 * ipv6RouterAdvertMaxInterval, however,\n            in the case of a low value for ipv6RouterAdvertMaxInterval,\n            the minimum value for this object is restricted to 3.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipv6RouterAdvertManagedFlag": {
                            "type": "boolean",
                            "description": "The true/false value to be placed into the 'managed address\n            configuration' flag field in router advertisements sent from\n            this interface."
                          },
                          "ipv6RouterAdvertOtherConfigFlag": {
                            "type": "boolean",
                            "description": "The true/false value to be placed into the 'other stateful\n            configuration' flag field in router advertisements sent from\n            this interface."
                          },
                          "ipv6RouterAdvertLinkMTU": {
                            "type": "integer",
                            "description": "The value to be placed in MTU options sent by the router on\n            this interface.\n            \n            A value of zero indicates that no MTU options are sent.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipv6RouterAdvertReachableTime": {
                            "type": "integer",
                            "description": "The value to be placed in the reachable time field in router\n            advertisement messages sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for reachable\n            time.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipv6RouterAdvertRetransmitTime": {
                            "type": "integer",
                            "description": "The value to be placed in the retransmit timer field in\n            router advertisements sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for retrans\n            time.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipv6RouterAdvertCurHopLimit": {
                            "type": "integer",
                            "description": "The default value to be placed in the current hop limit\n            field in router advertisements sent from this interface.\n            \n            \n            The value should be set to the current diameter of the\n            Internet.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for curHopLimit.\n            \n            The default should be set to the value specified in the IANA\n            web pages (www.iana.org) at the time of implementation.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipv6RouterAdvertDefaultLifetime": {
                            "type": "integer",
                            "description": "The value to be placed in the router lifetime field of\n            router advertisements sent from this interface.  This value\n            MUST be either 0 or between ipv6RouterAdvertMaxInterval and\n            9000 seconds.\n            \n            A value of zero indicates that the router is not to be used\n            as a default router.\n            \n            The default is 3 * ipv6RouterAdvertMaxInterval.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ipv6RouterAdvertRowStatus": {
                            "type": "string",
                            "description": "The status of this conceptual row.\n            \n            As all objects in this conceptual row have default values, a\n            row can be created and made active by setting this object\n            appropriately.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6RouterAdvertTable": {
                    "ipv6RouterAdvertEntry": [
                      {
                        "ipv6RouterAdvertIfIndex": "1",
                        "ipv6RouterAdvertSendAdverts": true,
                        "ipv6RouterAdvertMaxInterval": 0,
                        "ipv6RouterAdvertMinInterval": 0,
                        "ipv6RouterAdvertManagedFlag": true,
                        "ipv6RouterAdvertOtherConfigFlag": true,
                        "ipv6RouterAdvertLinkMTU": 1500,
                        "ipv6RouterAdvertReachableTime": 0,
                        "ipv6RouterAdvertRetransmitTime": 0,
                        "ipv6RouterAdvertCurHopLimit": 0,
                        "ipv6RouterAdvertDefaultLifetime": 0,
                        "ipv6RouterAdvertRowStatus": "2001:db8::1"
                      },
                      {
                        "ipv6RouterAdvertIfIndex": "2",
                        "ipv6RouterAdvertSendAdverts": true,
                        "ipv6RouterAdvertMaxInterval": 0,
                        "ipv6RouterAdvertMinInterval": 0,
                        "ipv6RouterAdvertManagedFlag": true,
                        "ipv6RouterAdvertOtherConfigFlag": true,
                        "ipv6RouterAdvertLinkMTU": 1500,
                        "ipv6RouterAdvertReachableTime": 0,
                        "ipv6RouterAdvertRetransmitTime": 0,
                        "ipv6RouterAdvertCurHopLimit": 0,
                        "ipv6RouterAdvertDefaultLifetime": 0,
                        "ipv6RouterAdvertRowStatus": "2001:db8::1"
                      },
                      {
                        "ipv6RouterAdvertIfIndex": "3",
                        "ipv6RouterAdvertSendAdverts": true,
                        "ipv6RouterAdvertMaxInterval": 0,
                        "ipv6RouterAdvertMinInterval": 0,
                        "ipv6RouterAdvertManagedFlag": true,
                        "ipv6RouterAdvertOtherConfigFlag": true,
                        "ipv6RouterAdvertLinkMTU": 1500,
                        "ipv6RouterAdvertReachableTime": 0,
                        "ipv6RouterAdvertRetransmitTime": 0,
                        "ipv6RouterAdvertCurHopLimit": 0,
                        "ipv6RouterAdvertDefaultLifetime": 0,
                        "ipv6RouterAdvertRowStatus": "2001:db8::1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6RouterAdvertTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv6RouterAdvertTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6RouterAdvertTable/ipv6RouterAdvertEntry": {
      "get": {
        "summary": "Get ipv6RouterAdvertEntry list",
        "description": "Retrieve list of ipv6RouterAdvertEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry containing information used to construct router\n          advertisements.\n          \n          Information in this table is persistent, and when this\n          object is written, the entity SHOULD save the change to\n          non-volatile storage.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipv6RouterAdvertIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface on\n            which router advertisements constructed with this\n            information will be transmitted.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipv6RouterAdvertSendAdverts": {
                        "type": "boolean",
                        "description": "A flag indicating whether the router sends periodic\n            router advertisements and responds to router solicitations\n            on this interface."
                      },
                      "ipv6RouterAdvertMaxInterval": {
                        "type": "integer",
                        "description": "The maximum time allowed between sending unsolicited router\n            \n            \n            advertisements from this interface.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertMinInterval": {
                        "type": "integer",
                        "description": "The minimum time allowed between sending unsolicited router\n            advertisements from this interface.\n            \n            The default is 0.33 * ipv6RouterAdvertMaxInterval, however,\n            in the case of a low value for ipv6RouterAdvertMaxInterval,\n            the minimum value for this object is restricted to 3.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertManagedFlag": {
                        "type": "boolean",
                        "description": "The true/false value to be placed into the 'managed address\n            configuration' flag field in router advertisements sent from\n            this interface."
                      },
                      "ipv6RouterAdvertOtherConfigFlag": {
                        "type": "boolean",
                        "description": "The true/false value to be placed into the 'other stateful\n            configuration' flag field in router advertisements sent from\n            this interface."
                      },
                      "ipv6RouterAdvertLinkMTU": {
                        "type": "integer",
                        "description": "The value to be placed in MTU options sent by the router on\n            this interface.\n            \n            A value of zero indicates that no MTU options are sent.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertReachableTime": {
                        "type": "integer",
                        "description": "The value to be placed in the reachable time field in router\n            advertisement messages sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for reachable\n            time.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertRetransmitTime": {
                        "type": "integer",
                        "description": "The value to be placed in the retransmit timer field in\n            router advertisements sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for retrans\n            time.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertCurHopLimit": {
                        "type": "integer",
                        "description": "The default value to be placed in the current hop limit\n            field in router advertisements sent from this interface.\n            \n            \n            The value should be set to the current diameter of the\n            Internet.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for curHopLimit.\n            \n            The default should be set to the value specified in the IANA\n            web pages (www.iana.org) at the time of implementation.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertDefaultLifetime": {
                        "type": "integer",
                        "description": "The value to be placed in the router lifetime field of\n            router advertisements sent from this interface.  This value\n            MUST be either 0 or between ipv6RouterAdvertMaxInterval and\n            9000 seconds.\n            \n            A value of zero indicates that the router is not to be used\n            as a default router.\n            \n            The default is 3 * ipv6RouterAdvertMaxInterval.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.\n            \n            As all objects in this conceptual row have default values, a\n            row can be created and made active by setting this object\n            appropriately.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6RouterAdvertEntry": [
                    {
                      "ipv6RouterAdvertIfIndex": "2001:db8::1",
                      "ipv6RouterAdvertSendAdverts": true,
                      "ipv6RouterAdvertMaxInterval": 0,
                      "ipv6RouterAdvertMinInterval": 0,
                      "ipv6RouterAdvertManagedFlag": true,
                      "ipv6RouterAdvertOtherConfigFlag": true,
                      "ipv6RouterAdvertLinkMTU": 1500,
                      "ipv6RouterAdvertReachableTime": 0,
                      "ipv6RouterAdvertRetransmitTime": 0,
                      "ipv6RouterAdvertCurHopLimit": 0,
                      "ipv6RouterAdvertDefaultLifetime": 0,
                      "ipv6RouterAdvertRowStatus": "2001:db8::1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6RouterAdvertEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv6RouterAdvertTable/ipv6RouterAdvertEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6RouterAdvertTable/ipv6RouterAdvertEntry={ipv6RouterAdvertIfIndex}": {
      "get": {
        "summary": "Get ipv6RouterAdvertEntry entry",
        "description": "Retrieve specific ipv6RouterAdvertEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipv6RouterAdvertIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipv6RouterAdvertIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface on\n            which router advertisements constructed with this\n            information will be transmitted.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipv6RouterAdvertSendAdverts": {
                      "type": "boolean",
                      "description": "A flag indicating whether the router sends periodic\n            router advertisements and responds to router solicitations\n            on this interface."
                    },
                    "ipv6RouterAdvertMaxInterval": {
                      "type": "integer",
                      "description": "The maximum time allowed between sending unsolicited router\n            \n            \n            advertisements from this interface.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertMinInterval": {
                      "type": "integer",
                      "description": "The minimum time allowed between sending unsolicited router\n            advertisements from this interface.\n            \n            The default is 0.33 * ipv6RouterAdvertMaxInterval, however,\n            in the case of a low value for ipv6RouterAdvertMaxInterval,\n            the minimum value for this object is restricted to 3.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertManagedFlag": {
                      "type": "boolean",
                      "description": "The true/false value to be placed into the 'managed address\n            configuration' flag field in router advertisements sent from\n            this interface."
                    },
                    "ipv6RouterAdvertOtherConfigFlag": {
                      "type": "boolean",
                      "description": "The true/false value to be placed into the 'other stateful\n            configuration' flag field in router advertisements sent from\n            this interface."
                    },
                    "ipv6RouterAdvertLinkMTU": {
                      "type": "integer",
                      "description": "The value to be placed in MTU options sent by the router on\n            this interface.\n            \n            A value of zero indicates that no MTU options are sent.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertReachableTime": {
                      "type": "integer",
                      "description": "The value to be placed in the reachable time field in router\n            advertisement messages sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for reachable\n            time.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertRetransmitTime": {
                      "type": "integer",
                      "description": "The value to be placed in the retransmit timer field in\n            router advertisements sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for retrans\n            time.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertCurHopLimit": {
                      "type": "integer",
                      "description": "The default value to be placed in the current hop limit\n            field in router advertisements sent from this interface.\n            \n            \n            The value should be set to the current diameter of the\n            Internet.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for curHopLimit.\n            \n            The default should be set to the value specified in the IANA\n            web pages (www.iana.org) at the time of implementation.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertDefaultLifetime": {
                      "type": "integer",
                      "description": "The value to be placed in the router lifetime field of\n            router advertisements sent from this interface.  This value\n            MUST be either 0 or between ipv6RouterAdvertMaxInterval and\n            9000 seconds.\n            \n            A value of zero indicates that the router is not to be used\n            as a default router.\n            \n            The default is 3 * ipv6RouterAdvertMaxInterval.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.\n            \n            As all objects in this conceptual row have default values, a\n            row can be created and made active by setting this object\n            appropriately.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6RouterAdvertEntry": {
                    "ipv6RouterAdvertIfIndex": "2001:db8::1",
                    "ipv6RouterAdvertSendAdverts": true,
                    "ipv6RouterAdvertMaxInterval": 0,
                    "ipv6RouterAdvertMinInterval": 0,
                    "ipv6RouterAdvertManagedFlag": true,
                    "ipv6RouterAdvertOtherConfigFlag": true,
                    "ipv6RouterAdvertLinkMTU": 1500,
                    "ipv6RouterAdvertReachableTime": 0,
                    "ipv6RouterAdvertRetransmitTime": 0,
                    "ipv6RouterAdvertCurHopLimit": 0,
                    "ipv6RouterAdvertDefaultLifetime": 0,
                    "ipv6RouterAdvertRowStatus": "2001:db8::1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6RouterAdvertEntry-2"
      },
      "x-yang-path": "/ipv6RouterAdvertTable/ipv6RouterAdvertEntry={ipv6RouterAdvertIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipv6RouterAdvertIfIndex"
      ]
    },
    "/data/IP-MIB:icmpStatsTable": {
      "get": {
        "summary": "Get icmpStatsTable data",
        "description": "Retrieve icmpStatsTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table of generic system-wide ICMP counters.",
                  "properties": {
                    "icmpStatsEntry": {
                      "type": "array",
                      "description": "A conceptual row in the icmpStatsTable.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "icmpStatsIPVersion": {
                            "type": "string",
                            "description": "The IP version of the statistics.",
                            "format": "inet:ip-version"
                          },
                          "icmpStatsInMsgs": {
                            "type": "integer",
                            "description": "The total number of ICMP messages that the entity received.\n            Note that this counter includes all those counted by\n            icmpStatsInErrors.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "icmpStatsInErrors": {
                            "type": "integer",
                            "description": "The number of ICMP messages that the entity received but\n            determined as having ICMP-specific errors (bad ICMP\n            checksums, bad length, etc.).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "icmpStatsOutMsgs": {
                            "type": "integer",
                            "description": "The total number of ICMP messages that the entity attempted\n            to send.  Note that this counter includes all those counted\n            by icmpStatsOutErrors.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "icmpStatsOutErrors": {
                            "type": "integer",
                            "description": "The number of ICMP messages that this entity did not send\n            due to problems discovered within ICMP, such as a lack of\n            buffers.  This value should not include errors discovered\n            outside the ICMP layer, such as the inability of IP to route\n            the resultant datagram.  In some implementations, there may\n            be no types of error that contribute to this counter's\n            value.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:icmpStatsTable": {
                    "icmpStatsEntry": [
                      {
                        "icmpStatsIPVersion": "192.168.1.1",
                        "icmpStatsInMsgs": 0,
                        "icmpStatsInErrors": 0,
                        "icmpStatsOutMsgs": 0,
                        "icmpStatsOutErrors": 0
                      },
                      {
                        "icmpStatsIPVersion": "192.168.1.1",
                        "icmpStatsInMsgs": 0,
                        "icmpStatsInErrors": 0,
                        "icmpStatsOutMsgs": 0,
                        "icmpStatsOutErrors": 0
                      },
                      {
                        "icmpStatsIPVersion": "192.168.1.1",
                        "icmpStatsInMsgs": 0,
                        "icmpStatsInErrors": 0,
                        "icmpStatsOutMsgs": 0,
                        "icmpStatsOutErrors": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-icmpStatsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/icmpStatsTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:icmpStatsTable/icmpStatsEntry": {
      "get": {
        "summary": "Get icmpStatsEntry list",
        "description": "Retrieve list of icmpStatsEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A conceptual row in the icmpStatsTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "icmpStatsIPVersion": {
                        "type": "string",
                        "description": "The IP version of the statistics.",
                        "format": "inet:ip-version"
                      },
                      "icmpStatsInMsgs": {
                        "type": "integer",
                        "description": "The total number of ICMP messages that the entity received.\n            Note that this counter includes all those counted by\n            icmpStatsInErrors.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "icmpStatsInErrors": {
                        "type": "integer",
                        "description": "The number of ICMP messages that the entity received but\n            determined as having ICMP-specific errors (bad ICMP\n            checksums, bad length, etc.).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "icmpStatsOutMsgs": {
                        "type": "integer",
                        "description": "The total number of ICMP messages that the entity attempted\n            to send.  Note that this counter includes all those counted\n            by icmpStatsOutErrors.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "icmpStatsOutErrors": {
                        "type": "integer",
                        "description": "The number of ICMP messages that this entity did not send\n            due to problems discovered within ICMP, such as a lack of\n            buffers.  This value should not include errors discovered\n            outside the ICMP layer, such as the inability of IP to route\n            the resultant datagram.  In some implementations, there may\n            be no types of error that contribute to this counter's\n            value.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:icmpStatsEntry": [
                    {
                      "icmpStatsIPVersion": "192.168.1.1",
                      "icmpStatsInMsgs": 0,
                      "icmpStatsInErrors": 0,
                      "icmpStatsOutMsgs": 0,
                      "icmpStatsOutErrors": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-icmpStatsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/icmpStatsTable/icmpStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:icmpStatsTable/icmpStatsEntry={icmpStatsIPVersion}": {
      "get": {
        "summary": "Get icmpStatsEntry entry",
        "description": "Retrieve specific icmpStatsEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "icmpStatsIPVersion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "icmpStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of the statistics.",
                      "format": "inet:ip-version"
                    },
                    "icmpStatsInMsgs": {
                      "type": "integer",
                      "description": "The total number of ICMP messages that the entity received.\n            Note that this counter includes all those counted by\n            icmpStatsInErrors.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpStatsInErrors": {
                      "type": "integer",
                      "description": "The number of ICMP messages that the entity received but\n            determined as having ICMP-specific errors (bad ICMP\n            checksums, bad length, etc.).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpStatsOutMsgs": {
                      "type": "integer",
                      "description": "The total number of ICMP messages that the entity attempted\n            to send.  Note that this counter includes all those counted\n            by icmpStatsOutErrors.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpStatsOutErrors": {
                      "type": "integer",
                      "description": "The number of ICMP messages that this entity did not send\n            due to problems discovered within ICMP, such as a lack of\n            buffers.  This value should not include errors discovered\n            outside the ICMP layer, such as the inability of IP to route\n            the resultant datagram.  In some implementations, there may\n            be no types of error that contribute to this counter's\n            value.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:icmpStatsEntry": {
                    "icmpStatsIPVersion": "192.168.1.1",
                    "icmpStatsInMsgs": 0,
                    "icmpStatsInErrors": 0,
                    "icmpStatsOutMsgs": 0,
                    "icmpStatsOutErrors": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-icmpStatsEntry-2"
      },
      "x-yang-path": "/icmpStatsTable/icmpStatsEntry={icmpStatsIPVersion}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "icmpStatsIPVersion"
      ]
    },
    "/data/IP-MIB:icmpMsgStatsTable": {
      "get": {
        "summary": "Get icmpMsgStatsTable data",
        "description": "Retrieve icmpMsgStatsTable operational data from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The table of system-wide per-version, per-message type ICMP\n        counters.",
                  "properties": {
                    "icmpMsgStatsEntry": {
                      "type": "array",
                      "description": "icmpMsgStatsEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "icmpMsgStatsIPVersion": {
                            "type": "string",
                            "description": "The IP version of the statistics.",
                            "format": "inet:ip-version"
                          },
                          "icmpMsgStatsType": {
                            "type": "integer",
                            "description": "The ICMP type field of the message type being counted by\n            this row.\n            \n            Note that ICMP message types are scoped by the address type\n            in use.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "icmpMsgStatsInPkts": {
                            "type": "integer",
                            "description": "The number of input packets for this AF and type.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "icmpMsgStatsOutPkts": {
                            "type": "integer",
                            "description": "The number of output packets for this AF and type.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:icmpMsgStatsTable": {
                    "icmpMsgStatsEntry": [
                      {
                        "icmpMsgStatsIPVersion": "192.168.1.1",
                        "icmpMsgStatsType": -2147483648,
                        "icmpMsgStatsInPkts": 0,
                        "icmpMsgStatsOutPkts": 0
                      },
                      {
                        "icmpMsgStatsIPVersion": "192.168.1.1",
                        "icmpMsgStatsType": -2147483648,
                        "icmpMsgStatsInPkts": 0,
                        "icmpMsgStatsOutPkts": 0
                      },
                      {
                        "icmpMsgStatsIPVersion": "192.168.1.1",
                        "icmpMsgStatsType": -2147483648,
                        "icmpMsgStatsInPkts": 0,
                        "icmpMsgStatsOutPkts": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-icmpMsgStatsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/icmpMsgStatsTable",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:icmpMsgStatsTable/icmpMsgStatsEntry": {
      "get": {
        "summary": "Get icmpMsgStatsEntry list",
        "description": "Retrieve list of icmpMsgStatsEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "icmpMsgStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "icmpMsgStatsIPVersion": {
                        "type": "string",
                        "description": "The IP version of the statistics.",
                        "format": "inet:ip-version"
                      },
                      "icmpMsgStatsType": {
                        "type": "integer",
                        "description": "The ICMP type field of the message type being counted by\n            this row.\n            \n            Note that ICMP message types are scoped by the address type\n            in use.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "icmpMsgStatsInPkts": {
                        "type": "integer",
                        "description": "The number of input packets for this AF and type.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "icmpMsgStatsOutPkts": {
                        "type": "integer",
                        "description": "The number of output packets for this AF and type.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:icmpMsgStatsEntry": [
                    {
                      "icmpMsgStatsIPVersion": "192.168.1.1",
                      "icmpMsgStatsType": -2147483648,
                      "icmpMsgStatsInPkts": 0,
                      "icmpMsgStatsOutPkts": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-icmpMsgStatsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/icmpMsgStatsTable/icmpMsgStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipAddrEntry": {
      "get": {
        "summary": "Get ipAddrEntry list",
        "description": "Retrieve list of ipAddrEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "The addressing information for one of this entity's IPv4\n          addresses.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipAdEntAddr": {
                        "type": "string",
                        "description": "The IPv4 address to which this entry's addressing\n            information pertains.",
                        "format": "inet:ipv4-address"
                      },
                      "ipAdEntIfIndex": {
                        "type": "integer",
                        "description": "The index value which uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ipAdEntNetMask": {
                        "type": "string",
                        "description": "The subnet mask associated with the IPv4 address of this\n            entry.  The value of the mask is an IPv4 address with all\n            the network bits set to 1 and all the hosts bits set to 0.",
                        "format": "inet:ipv4-address"
                      },
                      "ipAdEntBcastAddr": {
                        "type": "integer",
                        "description": "The value of the least-significant bit in the IPv4 broadcast\n            address used for sending datagrams on the (logical)\n            interface associated with the IPv4 address of this entry.\n            For example, when the Internet standard all-ones broadcast\n            address is used, the value will be 1.  This value applies to\n            both the subnet and network broadcast addresses used by the\n            entity on this (logical) interface.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ipAdEntReasmMaxSize": {
                        "type": "integer",
                        "description": "The size of the largest IPv4 datagram which this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddrEntry": [
                    {
                      "ipAdEntAddr": "192.168.1.1",
                      "ipAdEntIfIndex": 1,
                      "ipAdEntNetMask": "192.168.1.1",
                      "ipAdEntBcastAddr": -2147483648,
                      "ipAdEntReasmMaxSize": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddrEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipAddrEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipAddrEntry={ipAdEntAddr}": {
      "get": {
        "summary": "Get ipAddrEntry entry",
        "description": "Retrieve specific ipAddrEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipAdEntAddr",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipAdEntAddr": {
                      "type": "string",
                      "description": "The IPv4 address to which this entry's addressing\n            information pertains.",
                      "format": "inet:ipv4-address"
                    },
                    "ipAdEntIfIndex": {
                      "type": "integer",
                      "description": "The index value which uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ipAdEntNetMask": {
                      "type": "string",
                      "description": "The subnet mask associated with the IPv4 address of this\n            entry.  The value of the mask is an IPv4 address with all\n            the network bits set to 1 and all the hosts bits set to 0.",
                      "format": "inet:ipv4-address"
                    },
                    "ipAdEntBcastAddr": {
                      "type": "integer",
                      "description": "The value of the least-significant bit in the IPv4 broadcast\n            address used for sending datagrams on the (logical)\n            interface associated with the IPv4 address of this entry.\n            For example, when the Internet standard all-ones broadcast\n            address is used, the value will be 1.  This value applies to\n            both the subnet and network broadcast addresses used by the\n            entity on this (logical) interface.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ipAdEntReasmMaxSize": {
                      "type": "integer",
                      "description": "The size of the largest IPv4 datagram which this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddrEntry": {
                    "ipAdEntAddr": "192.168.1.1",
                    "ipAdEntIfIndex": 1,
                    "ipAdEntNetMask": "192.168.1.1",
                    "ipAdEntBcastAddr": -2147483648,
                    "ipAdEntReasmMaxSize": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddrEntry-4"
      },
      "x-yang-path": "/ipAddrEntry={ipAdEntAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipAdEntAddr"
      ]
    },
    "/data/IP-MIB:ipNetToMediaEntry": {
      "get": {
        "summary": "Get ipNetToMediaEntry list",
        "description": "Retrieve list of ipNetToMediaEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one IpAddress to `physical' address\n          equivalence.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipNetToMediaIfIndex": {
                        "type": "integer",
                        "description": "The interface on which this entry's equivalence is\n            effective.  The interface identified by a particular value\n            of this index is the same interface as identified by the\n            \n            \n            same value of the IF-MIB's ifIndex.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ipNetToMediaPhysAddress": {
                        "type": "string",
                        "description": "The media-dependent `physical' address.  This object should\n            return 0 when this entry is in the 'incomplete' state.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined.",
                        "x-yang-type": "yang:phys-address"
                      },
                      "ipNetToMediaNetAddress": {
                        "type": "string",
                        "description": "The IpAddress corresponding to the media-dependent\n            `physical' address.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                        "format": "inet:ipv4-address"
                      },
                      "ipNetToMediaType": {
                        "type": "string",
                        "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            \n            \n            of invalidating the corresponding entry in the\n            ipNetToMediaTable.  That is, it effectively dis-associates\n            the interface identified with said entry from the mapping\n            identified with said entry.  It is an implementation-\n            specific matter as to whether the agent removes an\n            invalidated entry from the table.  Accordingly, management\n            stations must be prepared to receive tabular information\n            from agents that corresponds to entries not currently in\n            use.  Proper interpretation of such entries requires\n            examination of the relevant ipNetToMediaType object.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined."
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipNetToMediaEntry": [
                    {
                      "ipNetToMediaIfIndex": 1,
                      "ipNetToMediaPhysAddress": "00:11:22:33:44:55",
                      "ipNetToMediaNetAddress": "192.168.1.1",
                      "ipNetToMediaType": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipNetToMediaEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipNetToMediaEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv4InterfaceEntry": {
      "get": {
        "summary": "Get ipv4InterfaceEntry list",
        "description": "Retrieve list of ipv4InterfaceEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry containing IPv4-specific information for a specific\n          interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipv4InterfaceIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipv4InterfaceReasmMaxSize": {
                        "type": "integer",
                        "description": "The size of the largest IPv4 datagram that this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ipv4InterfaceEnableStatus": {
                        "type": "string",
                        "description": "The indication of whether IPv4 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv4 stack.  The IF-MIB should be used to control the state\n            of the interface."
                      },
                      "ipv4InterfaceRetransmitTime": {
                        "type": "integer",
                        "description": "The time between retransmissions of ARP requests to a\n            neighbor when resolving the address or when probing the\n            reachability of a neighbor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv4InterfaceEntry": [
                    {
                      "ipv4InterfaceIfIndex": "192.168.1.1",
                      "ipv4InterfaceReasmMaxSize": -2147483648,
                      "ipv4InterfaceEnableStatus": "192.168.1.1",
                      "ipv4InterfaceRetransmitTime": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv4InterfaceEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv4InterfaceEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv4InterfaceEntry={ipv4InterfaceIfIndex}": {
      "get": {
        "summary": "Get ipv4InterfaceEntry entry",
        "description": "Retrieve specific ipv4InterfaceEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipv4InterfaceIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipv4InterfaceIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipv4InterfaceReasmMaxSize": {
                      "type": "integer",
                      "description": "The size of the largest IPv4 datagram that this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ipv4InterfaceEnableStatus": {
                      "type": "string",
                      "description": "The indication of whether IPv4 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv4 stack.  The IF-MIB should be used to control the state\n            of the interface."
                    },
                    "ipv4InterfaceRetransmitTime": {
                      "type": "integer",
                      "description": "The time between retransmissions of ARP requests to a\n            neighbor when resolving the address or when probing the\n            reachability of a neighbor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv4InterfaceEntry": {
                    "ipv4InterfaceIfIndex": "192.168.1.1",
                    "ipv4InterfaceReasmMaxSize": -2147483648,
                    "ipv4InterfaceEnableStatus": "192.168.1.1",
                    "ipv4InterfaceRetransmitTime": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv4InterfaceEntry-4"
      },
      "x-yang-path": "/ipv4InterfaceEntry={ipv4InterfaceIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipv4InterfaceIfIndex"
      ]
    },
    "/data/IP-MIB:ipv6InterfaceEntry": {
      "get": {
        "summary": "Get ipv6InterfaceEntry list",
        "description": "Retrieve list of ipv6InterfaceEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry containing IPv6-specific information for a given\n          interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipv6InterfaceIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipv6InterfaceReasmMaxSize": {
                        "type": "integer",
                        "description": "The size of the largest IPv6 datagram that this entity can\n            re-assemble from incoming IPv6 fragmented datagrams received\n            on this interface.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6InterfaceIdentifier": {
                        "type": "string",
                        "description": "The Interface Identifier for this interface.  The Interface\n            Identifier is combined with an address prefix to form an\n            interface address.\n            \n            By default, the Interface Identifier is auto-configured\n            according to the rules of the link type to which this\n            interface is attached.\n            \n            \n            A zero length identifier may be used where appropriate.  One\n            possible example is a loopback interface.",
                        "x-yang-type": "IP-MIB:Ipv6AddressIfIdentifierTC"
                      },
                      "ipv6InterfaceEnableStatus": {
                        "type": "string",
                        "description": "The indication of whether IPv6 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv6 stack.  The IF-MIB should be used to control the state\n            of the interface.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system."
                      },
                      "ipv6InterfaceReachableTime": {
                        "type": "integer",
                        "description": "The time a neighbor is considered reachable after receiving\n            a reachability confirmation.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6InterfaceRetransmitTime": {
                        "type": "integer",
                        "description": "The time between retransmissions of Neighbor Solicitation\n            messages to a neighbor when resolving the address or when\n            probing the reachability of a neighbor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6InterfaceForwarding": {
                        "type": "string",
                        "description": "The indication of whether this entity is acting as an IPv6\n            router on this interface with respect to the forwarding of\n            datagrams received by, but not addressed to, this entity.\n            IPv6 routers forward datagrams.  IPv6 hosts do not (except\n            those source-routed via the host).\n            \n            This object is constrained by ipv6IpForwarding and is\n            ignored if ipv6IpForwarding is set to notForwarding.  Those\n            systems that do not provide per-interface control of the\n            forwarding function should set this object to forwarding for\n            all interfaces and allow the ipv6IpForwarding object to\n            control the forwarding capability.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system."
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6InterfaceEntry": [
                    {
                      "ipv6InterfaceIfIndex": "2001:db8::1",
                      "ipv6InterfaceReasmMaxSize": 0,
                      "ipv6InterfaceIdentifier": "2001:db8::1",
                      "ipv6InterfaceEnableStatus": "2001:db8::1",
                      "ipv6InterfaceReachableTime": 0,
                      "ipv6InterfaceRetransmitTime": 0,
                      "ipv6InterfaceForwarding": "2001:db8::1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6InterfaceEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv6InterfaceEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6InterfaceEntry={ipv6InterfaceIfIndex}": {
      "get": {
        "summary": "Get ipv6InterfaceEntry entry",
        "description": "Retrieve specific ipv6InterfaceEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipv6InterfaceIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipv6InterfaceIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipv6InterfaceReasmMaxSize": {
                      "type": "integer",
                      "description": "The size of the largest IPv6 datagram that this entity can\n            re-assemble from incoming IPv6 fragmented datagrams received\n            on this interface.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6InterfaceIdentifier": {
                      "type": "string",
                      "description": "The Interface Identifier for this interface.  The Interface\n            Identifier is combined with an address prefix to form an\n            interface address.\n            \n            By default, the Interface Identifier is auto-configured\n            according to the rules of the link type to which this\n            interface is attached.\n            \n            \n            A zero length identifier may be used where appropriate.  One\n            possible example is a loopback interface.",
                      "x-yang-type": "IP-MIB:Ipv6AddressIfIdentifierTC"
                    },
                    "ipv6InterfaceEnableStatus": {
                      "type": "string",
                      "description": "The indication of whether IPv6 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv6 stack.  The IF-MIB should be used to control the state\n            of the interface.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system."
                    },
                    "ipv6InterfaceReachableTime": {
                      "type": "integer",
                      "description": "The time a neighbor is considered reachable after receiving\n            a reachability confirmation.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6InterfaceRetransmitTime": {
                      "type": "integer",
                      "description": "The time between retransmissions of Neighbor Solicitation\n            messages to a neighbor when resolving the address or when\n            probing the reachability of a neighbor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6InterfaceForwarding": {
                      "type": "string",
                      "description": "The indication of whether this entity is acting as an IPv6\n            router on this interface with respect to the forwarding of\n            datagrams received by, but not addressed to, this entity.\n            IPv6 routers forward datagrams.  IPv6 hosts do not (except\n            those source-routed via the host).\n            \n            This object is constrained by ipv6IpForwarding and is\n            ignored if ipv6IpForwarding is set to notForwarding.  Those\n            systems that do not provide per-interface control of the\n            forwarding function should set this object to forwarding for\n            all interfaces and allow the ipv6IpForwarding object to\n            control the forwarding capability.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system."
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6InterfaceEntry": {
                    "ipv6InterfaceIfIndex": "2001:db8::1",
                    "ipv6InterfaceReasmMaxSize": 0,
                    "ipv6InterfaceIdentifier": "2001:db8::1",
                    "ipv6InterfaceEnableStatus": "2001:db8::1",
                    "ipv6InterfaceReachableTime": 0,
                    "ipv6InterfaceRetransmitTime": 0,
                    "ipv6InterfaceForwarding": "2001:db8::1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6InterfaceEntry-4"
      },
      "x-yang-path": "/ipv6InterfaceEntry={ipv6InterfaceIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipv6InterfaceIfIndex"
      ]
    },
    "/data/IP-MIB:ipSystemStatsEntry": {
      "get": {
        "summary": "Get ipSystemStatsEntry list",
        "description": "Retrieve list of ipSystemStatsEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A statistics entry containing system-wide objects for a\n          particular IP version.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipSystemStatsIPVersion": {
                        "type": "string",
                        "description": "The IP version of this row.",
                        "format": "inet:ip-version"
                      },
                      "ipSystemStatsInReceives": {
                        "type": "integer",
                        "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInReceives": {
                        "type": "integer",
                        "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipSystemStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsInOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipSystemStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipSystemStatsInOctets, but allows for larger\n            \n            \n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsInHdrErrors": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInNoRoutes": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInAddrErrors": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities\n            that are not IP routers and therefore do not forward\n            \n            \n            datagrams, this counter includes datagrams discarded\n            because the destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInUnknownProtos": {
                        "type": "integer",
                        "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInTruncatedPkts": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInForwDatagrams": {
                        "type": "integer",
                        "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInForwDatagrams": {
                        "type": "integer",
                        "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            ipSystemStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsReasmReqds": {
                        "type": "integer",
                        "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            \n            \n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsReasmOKs": {
                        "type": "integer",
                        "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsReasmFails": {
                        "type": "integer",
                        "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInDiscards": {
                        "type": "integer",
                        "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsInDelivers": {
                        "type": "integer",
                        "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInDelivers": {
                        "type": "integer",
                        "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipSystemStatsInDelivers, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutRequests": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipSystemStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutRequests": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            ipSystemStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutNoRoutes": {
                        "type": "integer",
                        "description": "The number of locally generated IP datagrams discarded\n            because no route could be found to transmit them to their\n            destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutForwDatagrams": {
                        "type": "integer",
                        "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutForwDatagrams": {
                        "type": "integer",
                        "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipSystemStatsOutForwDatagrams,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutDiscards": {
                        "type": "integer",
                        "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            \n            \n            datagrams counted in ipSystemStatsOutForwDatagrams if any\n            such datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutFragReqds": {
                        "type": "integer",
                        "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutFragOKs": {
                        "type": "integer",
                        "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutFragFails": {
                        "type": "integer",
                        "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutFragCreates": {
                        "type": "integer",
                        "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsOutTransmits": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutTransmits": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipSystemStatsOutTransmits, but allows\n            for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutOctets": {
                        "type": "integer",
                        "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipSystemStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutOctets": {
                        "type": "integer",
                        "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipSystemStatsOutOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsInMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInMcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsInMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipSystemStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutMcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            \n            \n            ipSystemStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsInBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCInBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInBcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsOutBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipSystemStatsHCOutBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutBcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipSystemStatsDiscontinuityTime": {
                        "type": "string",
                        "description": "The value of sysUpTime on the most recent occasion at which\n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "ipSystemStatsRefreshRate": {
                        "type": "integer",
                        "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipSystemStatsEntry": [
                    {
                      "ipSystemStatsIPVersion": "192.168.1.1",
                      "ipSystemStatsInReceives": 0,
                      "ipSystemStatsHCInReceives": 0,
                      "ipSystemStatsInOctets": 1234567890,
                      "ipSystemStatsHCInOctets": 1234567890,
                      "ipSystemStatsInHdrErrors": 0,
                      "ipSystemStatsInNoRoutes": 0,
                      "ipSystemStatsInAddrErrors": 0,
                      "ipSystemStatsInUnknownProtos": 0,
                      "ipSystemStatsInTruncatedPkts": 0,
                      "ipSystemStatsInForwDatagrams": 0,
                      "ipSystemStatsHCInForwDatagrams": 0,
                      "ipSystemStatsReasmReqds": 0,
                      "ipSystemStatsReasmOKs": 0,
                      "ipSystemStatsReasmFails": 0,
                      "ipSystemStatsInDiscards": 0,
                      "ipSystemStatsInDelivers": 0,
                      "ipSystemStatsHCInDelivers": 0,
                      "ipSystemStatsOutRequests": 0,
                      "ipSystemStatsHCOutRequests": 0,
                      "ipSystemStatsOutNoRoutes": 0,
                      "ipSystemStatsOutForwDatagrams": 0,
                      "ipSystemStatsHCOutForwDatagrams": 0,
                      "ipSystemStatsOutDiscards": 0,
                      "ipSystemStatsOutFragReqds": 0,
                      "ipSystemStatsOutFragOKs": 0,
                      "ipSystemStatsOutFragFails": 0,
                      "ipSystemStatsOutFragCreates": 0,
                      "ipSystemStatsOutTransmits": 0,
                      "ipSystemStatsHCOutTransmits": 0,
                      "ipSystemStatsOutOctets": 1234567890,
                      "ipSystemStatsHCOutOctets": 1234567890,
                      "ipSystemStatsInMcastPkts": 0,
                      "ipSystemStatsHCInMcastPkts": 0,
                      "ipSystemStatsInMcastOctets": 1234567890,
                      "ipSystemStatsHCInMcastOctets": 1234567890,
                      "ipSystemStatsOutMcastPkts": 0,
                      "ipSystemStatsHCOutMcastPkts": 0,
                      "ipSystemStatsOutMcastOctets": 1234567890,
                      "ipSystemStatsHCOutMcastOctets": 1234567890,
                      "ipSystemStatsInBcastPkts": 0,
                      "ipSystemStatsHCInBcastPkts": 0,
                      "ipSystemStatsOutBcastPkts": 0,
                      "ipSystemStatsHCOutBcastPkts": 0,
                      "ipSystemStatsDiscontinuityTime": "192.168.1.1",
                      "ipSystemStatsRefreshRate": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipSystemStatsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipSystemStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipSystemStatsEntry={ipSystemStatsIPVersion}": {
      "get": {
        "summary": "Get ipSystemStatsEntry entry",
        "description": "Retrieve specific ipSystemStatsEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipSystemStatsIPVersion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipSystemStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of this row.",
                      "format": "inet:ip-version"
                    },
                    "ipSystemStatsInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipSystemStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipSystemStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipSystemStatsInOctets, but allows for larger\n            \n            \n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsInHdrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInNoRoutes": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInAddrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities\n            that are not IP routers and therefore do not forward\n            \n            \n            datagrams, this counter includes datagrams discarded\n            because the destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInUnknownProtos": {
                      "type": "integer",
                      "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInTruncatedPkts": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            ipSystemStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsReasmReqds": {
                      "type": "integer",
                      "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            \n            \n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsReasmOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsReasmFails": {
                      "type": "integer",
                      "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInDiscards": {
                      "type": "integer",
                      "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipSystemStatsInDelivers, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipSystemStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            ipSystemStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutNoRoutes": {
                      "type": "integer",
                      "description": "The number of locally generated IP datagrams discarded\n            because no route could be found to transmit them to their\n            destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipSystemStatsOutForwDatagrams,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutDiscards": {
                      "type": "integer",
                      "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            \n            \n            datagrams counted in ipSystemStatsOutForwDatagrams if any\n            such datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutFragReqds": {
                      "type": "integer",
                      "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutFragOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutFragFails": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutFragCreates": {
                      "type": "integer",
                      "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipSystemStatsOutTransmits, but allows\n            for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipSystemStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipSystemStatsOutOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInMcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipSystemStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutMcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            \n            \n            ipSystemStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInBcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipSystemStatsHCOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutBcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipSystemStatsDiscontinuityTime": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion at which\n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipSystemStatsRefreshRate": {
                      "type": "integer",
                      "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipSystemStatsEntry": {
                    "ipSystemStatsIPVersion": "192.168.1.1",
                    "ipSystemStatsInReceives": 0,
                    "ipSystemStatsHCInReceives": 0,
                    "ipSystemStatsInOctets": 1234567890,
                    "ipSystemStatsHCInOctets": 1234567890,
                    "ipSystemStatsInHdrErrors": 0,
                    "ipSystemStatsInNoRoutes": 0,
                    "ipSystemStatsInAddrErrors": 0,
                    "ipSystemStatsInUnknownProtos": 0,
                    "ipSystemStatsInTruncatedPkts": 0,
                    "ipSystemStatsInForwDatagrams": 0,
                    "ipSystemStatsHCInForwDatagrams": 0,
                    "ipSystemStatsReasmReqds": 0,
                    "ipSystemStatsReasmOKs": 0,
                    "ipSystemStatsReasmFails": 0,
                    "ipSystemStatsInDiscards": 0,
                    "ipSystemStatsInDelivers": 0,
                    "ipSystemStatsHCInDelivers": 0,
                    "ipSystemStatsOutRequests": 0,
                    "ipSystemStatsHCOutRequests": 0,
                    "ipSystemStatsOutNoRoutes": 0,
                    "ipSystemStatsOutForwDatagrams": 0,
                    "ipSystemStatsHCOutForwDatagrams": 0,
                    "ipSystemStatsOutDiscards": 0,
                    "ipSystemStatsOutFragReqds": 0,
                    "ipSystemStatsOutFragOKs": 0,
                    "ipSystemStatsOutFragFails": 0,
                    "ipSystemStatsOutFragCreates": 0,
                    "ipSystemStatsOutTransmits": 0,
                    "ipSystemStatsHCOutTransmits": 0,
                    "ipSystemStatsOutOctets": 1234567890,
                    "ipSystemStatsHCOutOctets": 1234567890,
                    "ipSystemStatsInMcastPkts": 0,
                    "ipSystemStatsHCInMcastPkts": 0,
                    "ipSystemStatsInMcastOctets": 1234567890,
                    "ipSystemStatsHCInMcastOctets": 1234567890,
                    "ipSystemStatsOutMcastPkts": 0,
                    "ipSystemStatsHCOutMcastPkts": 0,
                    "ipSystemStatsOutMcastOctets": 1234567890,
                    "ipSystemStatsHCOutMcastOctets": 1234567890,
                    "ipSystemStatsInBcastPkts": 0,
                    "ipSystemStatsHCInBcastPkts": 0,
                    "ipSystemStatsOutBcastPkts": 0,
                    "ipSystemStatsHCOutBcastPkts": 0,
                    "ipSystemStatsDiscontinuityTime": "192.168.1.1",
                    "ipSystemStatsRefreshRate": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipSystemStatsEntry-4"
      },
      "x-yang-path": "/ipSystemStatsEntry={ipSystemStatsIPVersion}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipSystemStatsIPVersion"
      ]
    },
    "/data/IP-MIB:ipIfStatsEntry": {
      "get": {
        "summary": "Get ipIfStatsEntry list",
        "description": "Retrieve list of ipIfStatsEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An interface statistics entry containing objects for a\n          particular interface and version of IP.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipIfStatsIPVersion": {
                        "type": "string",
                        "description": "The IP version of this row.",
                        "format": "inet:ip-version"
                      },
                      "ipIfStatsIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipIfStatsInReceives": {
                        "type": "integer",
                        "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInReceives": {
                        "type": "integer",
                        "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipIfStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsInOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipIfStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipIfStatsInOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsInHdrErrors": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInNoRoutes": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInAddrErrors": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities that\n            are not IP routers and therefore do not forward datagrams,\n            this counter includes datagrams discarded because the\n            destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInUnknownProtos": {
                        "type": "integer",
                        "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInTruncatedPkts": {
                        "type": "integer",
                        "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInForwDatagrams": {
                        "type": "integer",
                        "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInForwDatagrams": {
                        "type": "integer",
                        "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            \n            \n            ipIfStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsReasmReqds": {
                        "type": "integer",
                        "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsReasmOKs": {
                        "type": "integer",
                        "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsReasmFails": {
                        "type": "integer",
                        "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInDiscards": {
                        "type": "integer",
                        "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsInDelivers": {
                        "type": "integer",
                        "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            \n            \n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInDelivers": {
                        "type": "integer",
                        "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipIfStatsInDelivers, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutRequests": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipIfStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutRequests": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            \n            \n            ipIfStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutForwDatagrams": {
                        "type": "integer",
                        "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutForwDatagrams": {
                        "type": "integer",
                        "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipIfStatsOutForwDatagrams, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutDiscards": {
                        "type": "integer",
                        "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            datagrams counted in ipIfStatsOutForwDatagrams if any such\n            datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsOutFragReqds": {
                        "type": "integer",
                        "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsOutFragOKs": {
                        "type": "integer",
                        "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            \n            \n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsOutFragFails": {
                        "type": "integer",
                        "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsOutFragCreates": {
                        "type": "integer",
                        "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsOutTransmits": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutTransmits": {
                        "type": "integer",
                        "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipIfStatsOutTransmits, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutOctets": {
                        "type": "integer",
                        "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipIfStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutOctets": {
                        "type": "integer",
                        "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipIfStatsOutOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsInMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInMcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsInMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in IP multicast\n            \n            \n            datagrams.  Octets from datagrams counted in\n            ipIfStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutMcastPkts": {
                        "type": "integer",
                        "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutMcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipIfStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutMcastOctets": {
                        "type": "integer",
                        "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsInBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCInBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInBcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsOutBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipIfStatsHCOutBcastPkts": {
                        "type": "integer",
                        "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutBcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                        "minimum": 0
                      },
                      "ipIfStatsDiscontinuityTime": {
                        "type": "string",
                        "description": "The value of sysUpTime on the most recent occasion at which\n            \n            \n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "ipIfStatsRefreshRate": {
                        "type": "integer",
                        "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipIfStatsEntry": [
                    {
                      "ipIfStatsIPVersion": "192.168.1.1",
                      "ipIfStatsIfIndex": "192.168.1.1",
                      "ipIfStatsInReceives": 0,
                      "ipIfStatsHCInReceives": 0,
                      "ipIfStatsInOctets": 1234567890,
                      "ipIfStatsHCInOctets": 1234567890,
                      "ipIfStatsInHdrErrors": 0,
                      "ipIfStatsInNoRoutes": 0,
                      "ipIfStatsInAddrErrors": 0,
                      "ipIfStatsInUnknownProtos": 0,
                      "ipIfStatsInTruncatedPkts": 0,
                      "ipIfStatsInForwDatagrams": 0,
                      "ipIfStatsHCInForwDatagrams": 0,
                      "ipIfStatsReasmReqds": 0,
                      "ipIfStatsReasmOKs": 0,
                      "ipIfStatsReasmFails": 0,
                      "ipIfStatsInDiscards": 0,
                      "ipIfStatsInDelivers": 0,
                      "ipIfStatsHCInDelivers": 0,
                      "ipIfStatsOutRequests": 0,
                      "ipIfStatsHCOutRequests": 0,
                      "ipIfStatsOutForwDatagrams": 0,
                      "ipIfStatsHCOutForwDatagrams": 0,
                      "ipIfStatsOutDiscards": 0,
                      "ipIfStatsOutFragReqds": 0,
                      "ipIfStatsOutFragOKs": 0,
                      "ipIfStatsOutFragFails": 0,
                      "ipIfStatsOutFragCreates": 0,
                      "ipIfStatsOutTransmits": 0,
                      "ipIfStatsHCOutTransmits": 0,
                      "ipIfStatsOutOctets": 1234567890,
                      "ipIfStatsHCOutOctets": 1234567890,
                      "ipIfStatsInMcastPkts": 0,
                      "ipIfStatsHCInMcastPkts": 0,
                      "ipIfStatsInMcastOctets": 1234567890,
                      "ipIfStatsHCInMcastOctets": 1234567890,
                      "ipIfStatsOutMcastPkts": 0,
                      "ipIfStatsHCOutMcastPkts": 0,
                      "ipIfStatsOutMcastOctets": 1234567890,
                      "ipIfStatsHCOutMcastOctets": 1234567890,
                      "ipIfStatsInBcastPkts": 0,
                      "ipIfStatsHCInBcastPkts": 0,
                      "ipIfStatsOutBcastPkts": 0,
                      "ipIfStatsHCOutBcastPkts": 0,
                      "ipIfStatsDiscontinuityTime": "192.168.1.1",
                      "ipIfStatsRefreshRate": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipIfStatsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipIfStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipAddressPrefixEntry": {
      "get": {
        "summary": "Get ipAddressPrefixEntry list",
        "description": "Retrieve list of ipAddressPrefixEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the ipAddressPrefixTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipAddressPrefixIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface on\n            which this prefix is configured.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipAddressPrefixType": {
                        "type": "string",
                        "description": "The address type of ipAddressPrefix.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ipAddressPrefixPrefix": {
                        "type": "string",
                        "description": "The address prefix.  The address type of this object is\n            specified in ipAddressPrefixType.  The length of this object\n            is the standard length for objects of that type (4 or 16\n            bytes).  Any bits after ipAddressPrefixLength must be zero.\n            \n            Implementors need to be aware that, if the size of\n            ipAddressPrefixPrefix exceeds 114 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ipAddressPrefixLength": {
                        "type": "string",
                        "description": "The prefix length associated with this prefix.\n            \n            The value 0 has no special meaning for this object.  It\n            simply refers to address '::/0'.",
                        "x-yang-type": "inet-address:InetAddressPrefixLength"
                      },
                      "ipAddressPrefixOrigin": {
                        "type": "string",
                        "description": "The origin of this prefix.",
                        "x-yang-type": "IP-MIB:IpAddressPrefixOriginTC"
                      },
                      "ipAddressPrefixOnLinkFlag": {
                        "type": "boolean",
                        "description": "This object has the value 'true(1)', if this prefix can be\n            used for on-link determination; otherwise, the value is\n            'false(2)'.\n            \n            The default for IPv4 prefixes is 'true(1)'."
                      },
                      "ipAddressPrefixAutonomousFlag": {
                        "type": "boolean",
                        "description": "Autonomous address configuration flag.  When true(1),\n            indicates that this prefix can be used for autonomous\n            address configuration (i.e., can be used to form a local\n            interface address).  If false(2), it is not used to auto-\n            configure a local interface address.\n            \n            The default for IPv4 prefixes is 'false(2)'."
                      },
                      "ipAddressPrefixAdvPreferredLifetime": {
                        "type": "integer",
                        "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be preferred, i.e., time until deprecation.\n            \n            A value of 4,294,967,295 represents infinity.\n            \n            The address generated from a deprecated prefix should no\n            longer be used as a source address in new communications,\n            but packets received on such an interface are processed as\n            expected.\n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipAddressPrefixAdvValidLifetime": {
                        "type": "integer",
                        "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be valid, i.e., time until invalidation.  A\n            value of 4,294,967,295 represents infinity.\n            \n            The address generated from an invalidated prefix should not\n            appear as the destination or source address of a packet.\n            \n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddressPrefixEntry": [
                    {
                      "ipAddressPrefixIfIndex": "192.168.1.1",
                      "ipAddressPrefixType": "192.168.1.1",
                      "ipAddressPrefixPrefix": "192.168.1.1",
                      "ipAddressPrefixLength": "192.168.1.1",
                      "ipAddressPrefixOrigin": "192.168.1.1",
                      "ipAddressPrefixOnLinkFlag": true,
                      "ipAddressPrefixAutonomousFlag": true,
                      "ipAddressPrefixAdvPreferredLifetime": 0,
                      "ipAddressPrefixAdvValidLifetime": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddressPrefixEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipAddressPrefixEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipAddressEntry": {
      "get": {
        "summary": "Get ipAddressEntry list",
        "description": "Retrieve list of ipAddressEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An address mapping for a particular interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipAddressAddrType": {
                        "type": "string",
                        "description": "The address type of ipAddressAddr.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ipAddressAddr": {
                        "type": "string",
                        "description": "The IP address to which this entry's addressing information\n            \n            \n            pertains.  The address type of this object is specified in\n            ipAddressAddrType.\n            \n            Implementors need to be aware that if the size of\n            ipAddressAddr exceeds 116 octets, then OIDS of instances of\n            columns in this row will have more than 128 sub-identifiers\n            and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ipAddressIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipAddressType": {
                        "type": "string",
                        "description": "The type of address.  broadcast(3) is not a valid value for\n            IPv6 addresses (RFC 3513)."
                      },
                      "ipAddressPrefix": {
                        "type": "string",
                        "description": "A pointer to the row in the prefix table to which this\n            address belongs.  May be { 0 0 } if there is no such row.",
                        "x-yang-type": "snmpv2-tc:RowPointer"
                      },
                      "ipAddressOrigin": {
                        "type": "string",
                        "description": "The origin of the address.",
                        "x-yang-type": "IP-MIB:IpAddressOriginTC"
                      },
                      "ipAddressStatus": {
                        "type": "string",
                        "description": "The status of the address, describing if the address can be\n            used for communication.\n            \n            In the absence of other information, an IPv4 address is\n            always preferred(1).",
                        "x-yang-type": "IP-MIB:IpAddressStatusTC"
                      },
                      "ipAddressCreated": {
                        "type": "string",
                        "description": "The value of sysUpTime at the time this entry was created.\n            If this entry was created prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "ipAddressLastChanged": {
                        "type": "string",
                        "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "ipAddressRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            \n            \n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipAddressIfIndex has been set to a valid index.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      },
                      "ipAddressStorageType": {
                        "type": "string",
                        "description": "The storage type for this conceptual row.  If this object\n            has a value of 'permanent', then no other objects are\n            required to be able to be modified.",
                        "x-yang-type": "snmpv2-tc:StorageType"
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddressEntry": [
                    {
                      "ipAddressAddrType": "192.168.1.1",
                      "ipAddressAddr": "192.168.1.1",
                      "ipAddressIfIndex": "192.168.1.1",
                      "ipAddressType": "192.168.1.1",
                      "ipAddressPrefix": "192.168.1.1",
                      "ipAddressOrigin": "192.168.1.1",
                      "ipAddressStatus": "192.168.1.1",
                      "ipAddressCreated": "192.168.1.1",
                      "ipAddressLastChanged": "192.168.1.1",
                      "ipAddressRowStatus": "192.168.1.1",
                      "ipAddressStorageType": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddressEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipAddressEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipNetToPhysicalEntry": {
      "get": {
        "summary": "Get ipNetToPhysicalEntry list",
        "description": "Retrieve list of ipNetToPhysicalEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains one IP address to `physical' address\n          equivalence.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipNetToPhysicalIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipNetToPhysicalNetAddressType": {
                        "type": "string",
                        "description": "The type of ipNetToPhysicalNetAddress.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ipNetToPhysicalNetAddress": {
                        "type": "string",
                        "description": "The IP Address corresponding to the media-dependent\n            `physical' address.  The address type of this object is\n            specified in ipNetToPhysicalAddressType.\n            \n            Implementors need to be aware that if the size of\n            \n            \n            ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ipNetToPhysicalPhysAddress": {
                        "type": "string",
                        "description": "The media-dependent `physical' address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage.",
                        "x-yang-type": "yang:phys-address"
                      },
                      "ipNetToPhysicalLastUpdated": {
                        "type": "string",
                        "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "ipNetToPhysicalType": {
                        "type": "string",
                        "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            of invalidating the corresponding entry in the\n            ipNetToPhysicalTable.  That is, it effectively dis-\n            associates the interface identified with said entry from the\n            mapping identified with said entry.  It is an\n            implementation-specific matter as to whether the agent\n            \n            \n            removes an invalidated entry from the table.  Accordingly,\n            management stations must be prepared to receive tabular\n            information from agents that corresponds to entries not\n            currently in use.  Proper interpretation of such entries\n            requires examination of the relevant ipNetToPhysicalType\n            object.\n            \n            The 'dynamic(3)' type indicates that the IP address to\n            physical addresses mapping has been dynamically resolved\n            using e.g., IPv4 ARP or the IPv6 Neighbor Discovery\n            protocol.\n            \n            The 'static(4)' type indicates that the mapping has been\n            statically configured.  Both of these refer to entries that\n            provide mappings for other entities addresses.\n            \n            The 'local(5)' type indicates that the mapping is provided\n            for an entity's own interface address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage."
                      },
                      "ipNetToPhysicalState": {
                        "type": "string",
                        "description": "The Neighbor Unreachability Detection state for the\n            interface when the address mapping in this entry is used.\n            If Neighbor Unreachability Detection is not in use (e.g. for\n            IPv4), this object is always unknown(6)."
                      },
                      "ipNetToPhysicalRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipNetToPhysicalPhysAddress object has been set.\n            \n            Note that if the ipNetToPhysicalType is set to 'invalid',\n            the managed node may delete the entry independent of the\n            state of this object.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipNetToPhysicalEntry": [
                    {
                      "ipNetToPhysicalIfIndex": "192.168.1.1",
                      "ipNetToPhysicalNetAddressType": "00:11:22:33:44:55",
                      "ipNetToPhysicalNetAddress": "00:11:22:33:44:55",
                      "ipNetToPhysicalPhysAddress": "00:11:22:33:44:55",
                      "ipNetToPhysicalLastUpdated": "192.168.1.1",
                      "ipNetToPhysicalType": "192.168.1.1",
                      "ipNetToPhysicalState": "192.168.1.1",
                      "ipNetToPhysicalRowStatus": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipNetToPhysicalEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipNetToPhysicalEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6ScopeZoneIndexEntry": {
      "get": {
        "summary": "Get ipv6ScopeZoneIndexEntry list",
        "description": "Retrieve list of ipv6ScopeZoneIndexEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the list of scope identifiers on a given\n          interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipv6ScopeZoneIndexIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface to\n            which these scopes belong.  The interface identified by a\n            particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipv6ScopeZoneIndexLinkLocal": {
                        "type": "string",
                        "description": "The zone index for the link-local scope on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndex3": {
                        "type": "string",
                        "description": "The zone index for scope 3 on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexAdminLocal": {
                        "type": "string",
                        "description": "The zone index for the admin-local scope on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexSiteLocal": {
                        "type": "string",
                        "description": "The zone index for the site-local scope on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndex6": {
                        "type": "string",
                        "description": "The zone index for scope 6 on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndex7": {
                        "type": "string",
                        "description": "The zone index for scope 7 on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexOrganizationLocal": {
                        "type": "string",
                        "description": "The zone index for the organization-local scope on this\n            interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndex9": {
                        "type": "string",
                        "description": "The zone index for scope 9 on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexA": {
                        "type": "string",
                        "description": "The zone index for scope A on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexB": {
                        "type": "string",
                        "description": "The zone index for scope B on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexC": {
                        "type": "string",
                        "description": "The zone index for scope C on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      },
                      "ipv6ScopeZoneIndexD": {
                        "type": "string",
                        "description": "The zone index for scope D on this interface.",
                        "x-yang-type": "inet-address:InetZoneIndex"
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6ScopeZoneIndexEntry": [
                    {
                      "ipv6ScopeZoneIndexIfIndex": "2001:db8::1",
                      "ipv6ScopeZoneIndexLinkLocal": "2001:db8::1",
                      "ipv6ScopeZoneIndex3": "2001:db8::1",
                      "ipv6ScopeZoneIndexAdminLocal": "2001:db8::1",
                      "ipv6ScopeZoneIndexSiteLocal": "2001:db8::1",
                      "ipv6ScopeZoneIndex6": "2001:db8::1",
                      "ipv6ScopeZoneIndex7": "2001:db8::1",
                      "ipv6ScopeZoneIndexOrganizationLocal": "2001:db8::1",
                      "ipv6ScopeZoneIndex9": "2001:db8::1",
                      "ipv6ScopeZoneIndexA": "2001:db8::1",
                      "ipv6ScopeZoneIndexB": "2001:db8::1",
                      "ipv6ScopeZoneIndexC": "2001:db8::1",
                      "ipv6ScopeZoneIndexD": "2001:db8::1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6ScopeZoneIndexEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv6ScopeZoneIndexEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6ScopeZoneIndexEntry={ipv6ScopeZoneIndexIfIndex}": {
      "get": {
        "summary": "Get ipv6ScopeZoneIndexEntry entry",
        "description": "Retrieve specific ipv6ScopeZoneIndexEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipv6ScopeZoneIndexIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipv6ScopeZoneIndexIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which these scopes belong.  The interface identified by a\n            particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipv6ScopeZoneIndexLinkLocal": {
                      "type": "string",
                      "description": "The zone index for the link-local scope on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndex3": {
                      "type": "string",
                      "description": "The zone index for scope 3 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexAdminLocal": {
                      "type": "string",
                      "description": "The zone index for the admin-local scope on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexSiteLocal": {
                      "type": "string",
                      "description": "The zone index for the site-local scope on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndex6": {
                      "type": "string",
                      "description": "The zone index for scope 6 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndex7": {
                      "type": "string",
                      "description": "The zone index for scope 7 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexOrganizationLocal": {
                      "type": "string",
                      "description": "The zone index for the organization-local scope on this\n            interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndex9": {
                      "type": "string",
                      "description": "The zone index for scope 9 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexA": {
                      "type": "string",
                      "description": "The zone index for scope A on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexB": {
                      "type": "string",
                      "description": "The zone index for scope B on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexC": {
                      "type": "string",
                      "description": "The zone index for scope C on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    },
                    "ipv6ScopeZoneIndexD": {
                      "type": "string",
                      "description": "The zone index for scope D on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex"
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6ScopeZoneIndexEntry": {
                    "ipv6ScopeZoneIndexIfIndex": "2001:db8::1",
                    "ipv6ScopeZoneIndexLinkLocal": "2001:db8::1",
                    "ipv6ScopeZoneIndex3": "2001:db8::1",
                    "ipv6ScopeZoneIndexAdminLocal": "2001:db8::1",
                    "ipv6ScopeZoneIndexSiteLocal": "2001:db8::1",
                    "ipv6ScopeZoneIndex6": "2001:db8::1",
                    "ipv6ScopeZoneIndex7": "2001:db8::1",
                    "ipv6ScopeZoneIndexOrganizationLocal": "2001:db8::1",
                    "ipv6ScopeZoneIndex9": "2001:db8::1",
                    "ipv6ScopeZoneIndexA": "2001:db8::1",
                    "ipv6ScopeZoneIndexB": "2001:db8::1",
                    "ipv6ScopeZoneIndexC": "2001:db8::1",
                    "ipv6ScopeZoneIndexD": "2001:db8::1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6ScopeZoneIndexEntry-4"
      },
      "x-yang-path": "/ipv6ScopeZoneIndexEntry={ipv6ScopeZoneIndexIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipv6ScopeZoneIndexIfIndex"
      ]
    },
    "/data/IP-MIB:ipDefaultRouterEntry": {
      "get": {
        "summary": "Get ipDefaultRouterEntry list",
        "description": "Retrieve list of ipDefaultRouterEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains information about a default router known\n          to this entity.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipDefaultRouterAddressType": {
                        "type": "string",
                        "description": "The address type for this row.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "ipDefaultRouterAddress": {
                        "type": "string",
                        "description": "The IP address of the default router represented by this\n            row.  The address type of this object is specified in\n            ipDefaultRouterAddressType.\n            \n            Implementers need to be aware that if the size of\n            ipDefaultRouterAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "ipDefaultRouterIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface by\n            which the router can be reached.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipDefaultRouterLifetime": {
                        "type": "integer",
                        "description": "The remaining length of time, in seconds, that this router\n            will continue to be useful as a default router.  A value of\n            zero indicates that it is no longer useful as a default\n            router.  It is left to the implementer of the MIB as to\n            whether a router with a lifetime of zero is removed from the\n            list.\n            \n            For IPv6, this value should be extracted from the router\n            advertisement messages.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipDefaultRouterPreference": {
                        "type": "string",
                        "description": "An indication of preference given to this router as a\n            default router as described in he Default Router\n            Preferences document.  Treating the value as a\n            2 bit signed integer allows for simple arithmetic\n            comparisons.\n            \n            For IPv4 routers or IPv6 routers that are not using the\n            updated router advertisement format, this object is set to\n            medium (0)."
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipDefaultRouterEntry": [
                    {
                      "ipDefaultRouterAddressType": "192.168.1.1",
                      "ipDefaultRouterAddress": "192.168.1.1",
                      "ipDefaultRouterIfIndex": "192.168.1.1",
                      "ipDefaultRouterLifetime": 0,
                      "ipDefaultRouterPreference": "192.168.1.1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipDefaultRouterEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipDefaultRouterEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6RouterAdvertEntry": {
      "get": {
        "summary": "Get ipv6RouterAdvertEntry list",
        "description": "Retrieve list of ipv6RouterAdvertEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry containing information used to construct router\n          advertisements.\n          \n          Information in this table is persistent, and when this\n          object is written, the entity SHOULD save the change to\n          non-volatile storage.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipv6RouterAdvertIfIndex": {
                        "type": "string",
                        "description": "The index value that uniquely identifies the interface on\n            which router advertisements constructed with this\n            information will be transmitted.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "ipv6RouterAdvertSendAdverts": {
                        "type": "boolean",
                        "description": "A flag indicating whether the router sends periodic\n            router advertisements and responds to router solicitations\n            on this interface."
                      },
                      "ipv6RouterAdvertMaxInterval": {
                        "type": "integer",
                        "description": "The maximum time allowed between sending unsolicited router\n            \n            \n            advertisements from this interface.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertMinInterval": {
                        "type": "integer",
                        "description": "The minimum time allowed between sending unsolicited router\n            advertisements from this interface.\n            \n            The default is 0.33 * ipv6RouterAdvertMaxInterval, however,\n            in the case of a low value for ipv6RouterAdvertMaxInterval,\n            the minimum value for this object is restricted to 3.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertManagedFlag": {
                        "type": "boolean",
                        "description": "The true/false value to be placed into the 'managed address\n            configuration' flag field in router advertisements sent from\n            this interface."
                      },
                      "ipv6RouterAdvertOtherConfigFlag": {
                        "type": "boolean",
                        "description": "The true/false value to be placed into the 'other stateful\n            configuration' flag field in router advertisements sent from\n            this interface."
                      },
                      "ipv6RouterAdvertLinkMTU": {
                        "type": "integer",
                        "description": "The value to be placed in MTU options sent by the router on\n            this interface.\n            \n            A value of zero indicates that no MTU options are sent.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertReachableTime": {
                        "type": "integer",
                        "description": "The value to be placed in the reachable time field in router\n            advertisement messages sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for reachable\n            time.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertRetransmitTime": {
                        "type": "integer",
                        "description": "The value to be placed in the retransmit timer field in\n            router advertisements sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for retrans\n            time.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertCurHopLimit": {
                        "type": "integer",
                        "description": "The default value to be placed in the current hop limit\n            field in router advertisements sent from this interface.\n            \n            \n            The value should be set to the current diameter of the\n            Internet.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for curHopLimit.\n            \n            The default should be set to the value specified in the IANA\n            web pages (www.iana.org) at the time of implementation.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertDefaultLifetime": {
                        "type": "integer",
                        "description": "The value to be placed in the router lifetime field of\n            router advertisements sent from this interface.  This value\n            MUST be either 0 or between ipv6RouterAdvertMaxInterval and\n            9000 seconds.\n            \n            A value of zero indicates that the router is not to be used\n            as a default router.\n            \n            The default is 3 * ipv6RouterAdvertMaxInterval.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ipv6RouterAdvertRowStatus": {
                        "type": "string",
                        "description": "The status of this conceptual row.\n            \n            As all objects in this conceptual row have default values, a\n            row can be created and made active by setting this object\n            appropriately.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6RouterAdvertEntry": [
                    {
                      "ipv6RouterAdvertIfIndex": "2001:db8::1",
                      "ipv6RouterAdvertSendAdverts": true,
                      "ipv6RouterAdvertMaxInterval": 0,
                      "ipv6RouterAdvertMinInterval": 0,
                      "ipv6RouterAdvertManagedFlag": true,
                      "ipv6RouterAdvertOtherConfigFlag": true,
                      "ipv6RouterAdvertLinkMTU": 1500,
                      "ipv6RouterAdvertReachableTime": 0,
                      "ipv6RouterAdvertRetransmitTime": 0,
                      "ipv6RouterAdvertCurHopLimit": 0,
                      "ipv6RouterAdvertDefaultLifetime": 0,
                      "ipv6RouterAdvertRowStatus": "2001:db8::1"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6RouterAdvertEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/ipv6RouterAdvertEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipv6RouterAdvertEntry={ipv6RouterAdvertIfIndex}": {
      "get": {
        "summary": "Get ipv6RouterAdvertEntry entry",
        "description": "Retrieve specific ipv6RouterAdvertEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipv6RouterAdvertIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipv6RouterAdvertIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface on\n            which router advertisements constructed with this\n            information will be transmitted.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipv6RouterAdvertSendAdverts": {
                      "type": "boolean",
                      "description": "A flag indicating whether the router sends periodic\n            router advertisements and responds to router solicitations\n            on this interface."
                    },
                    "ipv6RouterAdvertMaxInterval": {
                      "type": "integer",
                      "description": "The maximum time allowed between sending unsolicited router\n            \n            \n            advertisements from this interface.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertMinInterval": {
                      "type": "integer",
                      "description": "The minimum time allowed between sending unsolicited router\n            advertisements from this interface.\n            \n            The default is 0.33 * ipv6RouterAdvertMaxInterval, however,\n            in the case of a low value for ipv6RouterAdvertMaxInterval,\n            the minimum value for this object is restricted to 3.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertManagedFlag": {
                      "type": "boolean",
                      "description": "The true/false value to be placed into the 'managed address\n            configuration' flag field in router advertisements sent from\n            this interface."
                    },
                    "ipv6RouterAdvertOtherConfigFlag": {
                      "type": "boolean",
                      "description": "The true/false value to be placed into the 'other stateful\n            configuration' flag field in router advertisements sent from\n            this interface."
                    },
                    "ipv6RouterAdvertLinkMTU": {
                      "type": "integer",
                      "description": "The value to be placed in MTU options sent by the router on\n            this interface.\n            \n            A value of zero indicates that no MTU options are sent.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertReachableTime": {
                      "type": "integer",
                      "description": "The value to be placed in the reachable time field in router\n            advertisement messages sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for reachable\n            time.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertRetransmitTime": {
                      "type": "integer",
                      "description": "The value to be placed in the retransmit timer field in\n            router advertisements sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for retrans\n            time.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertCurHopLimit": {
                      "type": "integer",
                      "description": "The default value to be placed in the current hop limit\n            field in router advertisements sent from this interface.\n            \n            \n            The value should be set to the current diameter of the\n            Internet.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for curHopLimit.\n            \n            The default should be set to the value specified in the IANA\n            web pages (www.iana.org) at the time of implementation.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertDefaultLifetime": {
                      "type": "integer",
                      "description": "The value to be placed in the router lifetime field of\n            router advertisements sent from this interface.  This value\n            MUST be either 0 or between ipv6RouterAdvertMaxInterval and\n            9000 seconds.\n            \n            A value of zero indicates that the router is not to be used\n            as a default router.\n            \n            The default is 3 * ipv6RouterAdvertMaxInterval.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipv6RouterAdvertRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.\n            \n            As all objects in this conceptual row have default values, a\n            row can be created and made active by setting this object\n            appropriately.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipv6RouterAdvertEntry": {
                    "ipv6RouterAdvertIfIndex": "2001:db8::1",
                    "ipv6RouterAdvertSendAdverts": true,
                    "ipv6RouterAdvertMaxInterval": 0,
                    "ipv6RouterAdvertMinInterval": 0,
                    "ipv6RouterAdvertManagedFlag": true,
                    "ipv6RouterAdvertOtherConfigFlag": true,
                    "ipv6RouterAdvertLinkMTU": 1500,
                    "ipv6RouterAdvertReachableTime": 0,
                    "ipv6RouterAdvertRetransmitTime": 0,
                    "ipv6RouterAdvertCurHopLimit": 0,
                    "ipv6RouterAdvertDefaultLifetime": 0,
                    "ipv6RouterAdvertRowStatus": "2001:db8::1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipv6RouterAdvertEntry-4"
      },
      "x-yang-path": "/ipv6RouterAdvertEntry={ipv6RouterAdvertIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipv6RouterAdvertIfIndex"
      ]
    },
    "/data/IP-MIB:icmpStatsEntry": {
      "get": {
        "summary": "Get icmpStatsEntry list",
        "description": "Retrieve list of icmpStatsEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A conceptual row in the icmpStatsTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "icmpStatsIPVersion": {
                        "type": "string",
                        "description": "The IP version of the statistics.",
                        "format": "inet:ip-version"
                      },
                      "icmpStatsInMsgs": {
                        "type": "integer",
                        "description": "The total number of ICMP messages that the entity received.\n            Note that this counter includes all those counted by\n            icmpStatsInErrors.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "icmpStatsInErrors": {
                        "type": "integer",
                        "description": "The number of ICMP messages that the entity received but\n            determined as having ICMP-specific errors (bad ICMP\n            checksums, bad length, etc.).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "icmpStatsOutMsgs": {
                        "type": "integer",
                        "description": "The total number of ICMP messages that the entity attempted\n            to send.  Note that this counter includes all those counted\n            by icmpStatsOutErrors.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "icmpStatsOutErrors": {
                        "type": "integer",
                        "description": "The number of ICMP messages that this entity did not send\n            due to problems discovered within ICMP, such as a lack of\n            buffers.  This value should not include errors discovered\n            outside the ICMP layer, such as the inability of IP to route\n            the resultant datagram.  In some implementations, there may\n            be no types of error that contribute to this counter's\n            value.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:icmpStatsEntry": [
                    {
                      "icmpStatsIPVersion": "192.168.1.1",
                      "icmpStatsInMsgs": 0,
                      "icmpStatsInErrors": 0,
                      "icmpStatsOutMsgs": 0,
                      "icmpStatsOutErrors": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-icmpStatsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/icmpStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:icmpStatsEntry={icmpStatsIPVersion}": {
      "get": {
        "summary": "Get icmpStatsEntry entry",
        "description": "Retrieve specific icmpStatsEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "icmpStatsIPVersion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "icmpStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of the statistics.",
                      "format": "inet:ip-version"
                    },
                    "icmpStatsInMsgs": {
                      "type": "integer",
                      "description": "The total number of ICMP messages that the entity received.\n            Note that this counter includes all those counted by\n            icmpStatsInErrors.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpStatsInErrors": {
                      "type": "integer",
                      "description": "The number of ICMP messages that the entity received but\n            determined as having ICMP-specific errors (bad ICMP\n            checksums, bad length, etc.).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpStatsOutMsgs": {
                      "type": "integer",
                      "description": "The total number of ICMP messages that the entity attempted\n            to send.  Note that this counter includes all those counted\n            by icmpStatsOutErrors.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpStatsOutErrors": {
                      "type": "integer",
                      "description": "The number of ICMP messages that this entity did not send\n            due to problems discovered within ICMP, such as a lack of\n            buffers.  This value should not include errors discovered\n            outside the ICMP layer, such as the inability of IP to route\n            the resultant datagram.  In some implementations, there may\n            be no types of error that contribute to this counter's\n            value.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:icmpStatsEntry": {
                    "icmpStatsIPVersion": "192.168.1.1",
                    "icmpStatsInMsgs": 0,
                    "icmpStatsInErrors": 0,
                    "icmpStatsOutMsgs": 0,
                    "icmpStatsOutErrors": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-icmpStatsEntry-4"
      },
      "x-yang-path": "/icmpStatsEntry={icmpStatsIPVersion}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "icmpStatsIPVersion"
      ]
    },
    "/data/IP-MIB:icmpMsgStatsEntry": {
      "get": {
        "summary": "Get icmpMsgStatsEntry list",
        "description": "Retrieve list of icmpMsgStatsEntry entries from MIB",
        "tags": [
          "IP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "icmpMsgStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "icmpMsgStatsIPVersion": {
                        "type": "string",
                        "description": "The IP version of the statistics.",
                        "format": "inet:ip-version"
                      },
                      "icmpMsgStatsType": {
                        "type": "integer",
                        "description": "The ICMP type field of the message type being counted by\n            this row.\n            \n            Note that ICMP message types are scoped by the address type\n            in use.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "icmpMsgStatsInPkts": {
                        "type": "integer",
                        "description": "The number of input packets for this AF and type.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "icmpMsgStatsOutPkts": {
                        "type": "integer",
                        "description": "The number of output packets for this AF and type.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "IP-MIB:icmpMsgStatsEntry": [
                    {
                      "icmpMsgStatsIPVersion": "192.168.1.1",
                      "icmpMsgStatsType": -2147483648,
                      "icmpMsgStatsInPkts": 0,
                      "icmpMsgStatsOutPkts": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-icmpMsgStatsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/icmpMsgStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/IP-MIB:ipNetToMediaTable/ipNetToMediaEntry={ipNetToMediaIfIndex},{ipNetToMediaNetAddress}": {
      "get": {
        "summary": "Get ipNetToMediaEntry entry",
        "description": "Retrieve specific ipNetToMediaEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipNetToMediaIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipNetToMediaNetAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipNetToMediaIfIndex": {
                      "type": "integer",
                      "description": "The interface on which this entry's equivalence is\n            effective.  The interface identified by a particular value\n            of this index is the same interface as identified by the\n            \n            \n            same value of the IF-MIB's ifIndex.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ipNetToMediaPhysAddress": {
                      "type": "string",
                      "description": "The media-dependent `physical' address.  This object should\n            return 0 when this entry is in the 'incomplete' state.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined.",
                      "x-yang-type": "yang:phys-address"
                    },
                    "ipNetToMediaNetAddress": {
                      "type": "string",
                      "description": "The IpAddress corresponding to the media-dependent\n            `physical' address.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                      "format": "inet:ipv4-address"
                    },
                    "ipNetToMediaType": {
                      "type": "string",
                      "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            \n            \n            of invalidating the corresponding entry in the\n            ipNetToMediaTable.  That is, it effectively dis-associates\n            the interface identified with said entry from the mapping\n            identified with said entry.  It is an implementation-\n            specific matter as to whether the agent removes an\n            invalidated entry from the table.  Accordingly, management\n            stations must be prepared to receive tabular information\n            from agents that corresponds to entries not currently in\n            use.  Proper interpretation of such entries requires\n            examination of the relevant ipNetToMediaType object.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined."
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipNetToMediaEntry": {
                    "ipNetToMediaIfIndex": 1,
                    "ipNetToMediaPhysAddress": "00:11:22:33:44:55",
                    "ipNetToMediaNetAddress": "192.168.1.1",
                    "ipNetToMediaType": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipNetToMediaEntry-2"
      },
      "x-yang-path": "/ipNetToMediaTable/ipNetToMediaEntry={ipNetToMediaIfIndex ipNetToMediaNetAddress}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipNetToMediaIfIndex ipNetToMediaNetAddress"
      ]
    },
    "/data/IP-MIB:ipIfStatsTable/ipIfStatsEntry={ipIfStatsIPVersion},{ipIfStatsIfIndex}": {
      "get": {
        "summary": "Get ipIfStatsEntry entry",
        "description": "Retrieve specific ipIfStatsEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipIfStatsIPVersion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipIfStatsIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipIfStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of this row.",
                      "format": "inet:ip-version"
                    },
                    "ipIfStatsIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipIfStatsInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipIfStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipIfStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipIfStatsInOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsInHdrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInNoRoutes": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInAddrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities that\n            are not IP routers and therefore do not forward datagrams,\n            this counter includes datagrams discarded because the\n            destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInUnknownProtos": {
                      "type": "integer",
                      "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInTruncatedPkts": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            \n            \n            ipIfStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsReasmReqds": {
                      "type": "integer",
                      "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsReasmOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsReasmFails": {
                      "type": "integer",
                      "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInDiscards": {
                      "type": "integer",
                      "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            \n            \n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipIfStatsInDelivers, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipIfStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            \n            \n            ipIfStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipIfStatsOutForwDatagrams, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutDiscards": {
                      "type": "integer",
                      "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            datagrams counted in ipIfStatsOutForwDatagrams if any such\n            datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsOutFragReqds": {
                      "type": "integer",
                      "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsOutFragOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            \n            \n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsOutFragFails": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsOutFragCreates": {
                      "type": "integer",
                      "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipIfStatsOutTransmits, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipIfStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipIfStatsOutOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInMcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            \n            \n            datagrams.  Octets from datagrams counted in\n            ipIfStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutMcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipIfStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInBcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutBcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsDiscontinuityTime": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion at which\n            \n            \n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipIfStatsRefreshRate": {
                      "type": "integer",
                      "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipIfStatsEntry": {
                    "ipIfStatsIPVersion": "192.168.1.1",
                    "ipIfStatsIfIndex": "192.168.1.1",
                    "ipIfStatsInReceives": 0,
                    "ipIfStatsHCInReceives": 0,
                    "ipIfStatsInOctets": 1234567890,
                    "ipIfStatsHCInOctets": 1234567890,
                    "ipIfStatsInHdrErrors": 0,
                    "ipIfStatsInNoRoutes": 0,
                    "ipIfStatsInAddrErrors": 0,
                    "ipIfStatsInUnknownProtos": 0,
                    "ipIfStatsInTruncatedPkts": 0,
                    "ipIfStatsInForwDatagrams": 0,
                    "ipIfStatsHCInForwDatagrams": 0,
                    "ipIfStatsReasmReqds": 0,
                    "ipIfStatsReasmOKs": 0,
                    "ipIfStatsReasmFails": 0,
                    "ipIfStatsInDiscards": 0,
                    "ipIfStatsInDelivers": 0,
                    "ipIfStatsHCInDelivers": 0,
                    "ipIfStatsOutRequests": 0,
                    "ipIfStatsHCOutRequests": 0,
                    "ipIfStatsOutForwDatagrams": 0,
                    "ipIfStatsHCOutForwDatagrams": 0,
                    "ipIfStatsOutDiscards": 0,
                    "ipIfStatsOutFragReqds": 0,
                    "ipIfStatsOutFragOKs": 0,
                    "ipIfStatsOutFragFails": 0,
                    "ipIfStatsOutFragCreates": 0,
                    "ipIfStatsOutTransmits": 0,
                    "ipIfStatsHCOutTransmits": 0,
                    "ipIfStatsOutOctets": 1234567890,
                    "ipIfStatsHCOutOctets": 1234567890,
                    "ipIfStatsInMcastPkts": 0,
                    "ipIfStatsHCInMcastPkts": 0,
                    "ipIfStatsInMcastOctets": 1234567890,
                    "ipIfStatsHCInMcastOctets": 1234567890,
                    "ipIfStatsOutMcastPkts": 0,
                    "ipIfStatsHCOutMcastPkts": 0,
                    "ipIfStatsOutMcastOctets": 1234567890,
                    "ipIfStatsHCOutMcastOctets": 1234567890,
                    "ipIfStatsInBcastPkts": 0,
                    "ipIfStatsHCInBcastPkts": 0,
                    "ipIfStatsOutBcastPkts": 0,
                    "ipIfStatsHCOutBcastPkts": 0,
                    "ipIfStatsDiscontinuityTime": "192.168.1.1",
                    "ipIfStatsRefreshRate": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipIfStatsEntry-2"
      },
      "x-yang-path": "/ipIfStatsTable/ipIfStatsEntry={ipIfStatsIPVersion ipIfStatsIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipIfStatsIPVersion ipIfStatsIfIndex"
      ]
    },
    "/data/IP-MIB:ipAddressPrefixTable/ipAddressPrefixEntry={ipAddressPrefixIfIndex},{ipAddressPrefixType},{ipAddressPrefixPrefix},{ipAddressPrefixLength}": {
      "get": {
        "summary": "Get ipAddressPrefixEntry entry",
        "description": "Retrieve specific ipAddressPrefixEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipAddressPrefixIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddressPrefixType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddressPrefixPrefix",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddressPrefixLength",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipAddressPrefixIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface on\n            which this prefix is configured.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipAddressPrefixType": {
                      "type": "string",
                      "description": "The address type of ipAddressPrefix.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ipAddressPrefixPrefix": {
                      "type": "string",
                      "description": "The address prefix.  The address type of this object is\n            specified in ipAddressPrefixType.  The length of this object\n            is the standard length for objects of that type (4 or 16\n            bytes).  Any bits after ipAddressPrefixLength must be zero.\n            \n            Implementors need to be aware that, if the size of\n            ipAddressPrefixPrefix exceeds 114 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ipAddressPrefixLength": {
                      "type": "string",
                      "description": "The prefix length associated with this prefix.\n            \n            The value 0 has no special meaning for this object.  It\n            simply refers to address '::/0'.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength"
                    },
                    "ipAddressPrefixOrigin": {
                      "type": "string",
                      "description": "The origin of this prefix.",
                      "x-yang-type": "IP-MIB:IpAddressPrefixOriginTC"
                    },
                    "ipAddressPrefixOnLinkFlag": {
                      "type": "boolean",
                      "description": "This object has the value 'true(1)', if this prefix can be\n            used for on-link determination; otherwise, the value is\n            'false(2)'.\n            \n            The default for IPv4 prefixes is 'true(1)'."
                    },
                    "ipAddressPrefixAutonomousFlag": {
                      "type": "boolean",
                      "description": "Autonomous address configuration flag.  When true(1),\n            indicates that this prefix can be used for autonomous\n            address configuration (i.e., can be used to form a local\n            interface address).  If false(2), it is not used to auto-\n            configure a local interface address.\n            \n            The default for IPv4 prefixes is 'false(2)'."
                    },
                    "ipAddressPrefixAdvPreferredLifetime": {
                      "type": "integer",
                      "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be preferred, i.e., time until deprecation.\n            \n            A value of 4,294,967,295 represents infinity.\n            \n            The address generated from a deprecated prefix should no\n            longer be used as a source address in new communications,\n            but packets received on such an interface are processed as\n            expected.\n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipAddressPrefixAdvValidLifetime": {
                      "type": "integer",
                      "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be valid, i.e., time until invalidation.  A\n            value of 4,294,967,295 represents infinity.\n            \n            The address generated from an invalidated prefix should not\n            appear as the destination or source address of a packet.\n            \n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddressPrefixEntry": {
                    "ipAddressPrefixIfIndex": "192.168.1.1",
                    "ipAddressPrefixType": "192.168.1.1",
                    "ipAddressPrefixPrefix": "192.168.1.1",
                    "ipAddressPrefixLength": "192.168.1.1",
                    "ipAddressPrefixOrigin": "192.168.1.1",
                    "ipAddressPrefixOnLinkFlag": true,
                    "ipAddressPrefixAutonomousFlag": true,
                    "ipAddressPrefixAdvPreferredLifetime": 0,
                    "ipAddressPrefixAdvValidLifetime": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddressPrefixEntry-2"
      },
      "x-yang-path": "/ipAddressPrefixTable/ipAddressPrefixEntry={ipAddressPrefixIfIndex ipAddressPrefixType ipAddressPrefixPrefix ipAddressPrefixLength}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipAddressPrefixIfIndex ipAddressPrefixType ipAddressPrefixPrefix ipAddressPrefixLength"
      ]
    },
    "/data/IP-MIB:ipAddressTable/ipAddressEntry={ipAddressAddrType},{ipAddressAddr}": {
      "get": {
        "summary": "Get ipAddressEntry entry",
        "description": "Retrieve specific ipAddressEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipAddressAddrType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddressAddr",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipAddressAddrType": {
                      "type": "string",
                      "description": "The address type of ipAddressAddr.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ipAddressAddr": {
                      "type": "string",
                      "description": "The IP address to which this entry's addressing information\n            \n            \n            pertains.  The address type of this object is specified in\n            ipAddressAddrType.\n            \n            Implementors need to be aware that if the size of\n            ipAddressAddr exceeds 116 octets, then OIDS of instances of\n            columns in this row will have more than 128 sub-identifiers\n            and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ipAddressIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipAddressType": {
                      "type": "string",
                      "description": "The type of address.  broadcast(3) is not a valid value for\n            IPv6 addresses (RFC 3513)."
                    },
                    "ipAddressPrefix": {
                      "type": "string",
                      "description": "A pointer to the row in the prefix table to which this\n            address belongs.  May be { 0 0 } if there is no such row.",
                      "x-yang-type": "snmpv2-tc:RowPointer"
                    },
                    "ipAddressOrigin": {
                      "type": "string",
                      "description": "The origin of the address.",
                      "x-yang-type": "IP-MIB:IpAddressOriginTC"
                    },
                    "ipAddressStatus": {
                      "type": "string",
                      "description": "The status of the address, describing if the address can be\n            used for communication.\n            \n            In the absence of other information, an IPv4 address is\n            always preferred(1).",
                      "x-yang-type": "IP-MIB:IpAddressStatusTC"
                    },
                    "ipAddressCreated": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time this entry was created.\n            If this entry was created prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipAddressLastChanged": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipAddressRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            \n            \n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipAddressIfIndex has been set to a valid index.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    },
                    "ipAddressStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.  If this object\n            has a value of 'permanent', then no other objects are\n            required to be able to be modified.",
                      "x-yang-type": "snmpv2-tc:StorageType"
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddressEntry": {
                    "ipAddressAddrType": "192.168.1.1",
                    "ipAddressAddr": "192.168.1.1",
                    "ipAddressIfIndex": "192.168.1.1",
                    "ipAddressType": "192.168.1.1",
                    "ipAddressPrefix": "192.168.1.1",
                    "ipAddressOrigin": "192.168.1.1",
                    "ipAddressStatus": "192.168.1.1",
                    "ipAddressCreated": "192.168.1.1",
                    "ipAddressLastChanged": "192.168.1.1",
                    "ipAddressRowStatus": "192.168.1.1",
                    "ipAddressStorageType": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddressEntry-2"
      },
      "x-yang-path": "/ipAddressTable/ipAddressEntry={ipAddressAddrType ipAddressAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipAddressAddrType ipAddressAddr"
      ]
    },
    "/data/IP-MIB:ipNetToPhysicalTable/ipNetToPhysicalEntry={ipNetToPhysicalIfIndex},{ipNetToPhysicalNetAddressType},{ipNetToPhysicalNetAddress}": {
      "get": {
        "summary": "Get ipNetToPhysicalEntry entry",
        "description": "Retrieve specific ipNetToPhysicalEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipNetToPhysicalIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipNetToPhysicalNetAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipNetToPhysicalNetAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipNetToPhysicalIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipNetToPhysicalNetAddressType": {
                      "type": "string",
                      "description": "The type of ipNetToPhysicalNetAddress.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ipNetToPhysicalNetAddress": {
                      "type": "string",
                      "description": "The IP Address corresponding to the media-dependent\n            `physical' address.  The address type of this object is\n            specified in ipNetToPhysicalAddressType.\n            \n            Implementors need to be aware that if the size of\n            \n            \n            ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ipNetToPhysicalPhysAddress": {
                      "type": "string",
                      "description": "The media-dependent `physical' address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage.",
                      "x-yang-type": "yang:phys-address"
                    },
                    "ipNetToPhysicalLastUpdated": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipNetToPhysicalType": {
                      "type": "string",
                      "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            of invalidating the corresponding entry in the\n            ipNetToPhysicalTable.  That is, it effectively dis-\n            associates the interface identified with said entry from the\n            mapping identified with said entry.  It is an\n            implementation-specific matter as to whether the agent\n            \n            \n            removes an invalidated entry from the table.  Accordingly,\n            management stations must be prepared to receive tabular\n            information from agents that corresponds to entries not\n            currently in use.  Proper interpretation of such entries\n            requires examination of the relevant ipNetToPhysicalType\n            object.\n            \n            The 'dynamic(3)' type indicates that the IP address to\n            physical addresses mapping has been dynamically resolved\n            using e.g., IPv4 ARP or the IPv6 Neighbor Discovery\n            protocol.\n            \n            The 'static(4)' type indicates that the mapping has been\n            statically configured.  Both of these refer to entries that\n            provide mappings for other entities addresses.\n            \n            The 'local(5)' type indicates that the mapping is provided\n            for an entity's own interface address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage."
                    },
                    "ipNetToPhysicalState": {
                      "type": "string",
                      "description": "The Neighbor Unreachability Detection state for the\n            interface when the address mapping in this entry is used.\n            If Neighbor Unreachability Detection is not in use (e.g. for\n            IPv4), this object is always unknown(6)."
                    },
                    "ipNetToPhysicalRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipNetToPhysicalPhysAddress object has been set.\n            \n            Note that if the ipNetToPhysicalType is set to 'invalid',\n            the managed node may delete the entry independent of the\n            state of this object.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipNetToPhysicalEntry": {
                    "ipNetToPhysicalIfIndex": "192.168.1.1",
                    "ipNetToPhysicalNetAddressType": "00:11:22:33:44:55",
                    "ipNetToPhysicalNetAddress": "00:11:22:33:44:55",
                    "ipNetToPhysicalPhysAddress": "00:11:22:33:44:55",
                    "ipNetToPhysicalLastUpdated": "192.168.1.1",
                    "ipNetToPhysicalType": "192.168.1.1",
                    "ipNetToPhysicalState": "192.168.1.1",
                    "ipNetToPhysicalRowStatus": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipNetToPhysicalEntry-2"
      },
      "x-yang-path": "/ipNetToPhysicalTable/ipNetToPhysicalEntry={ipNetToPhysicalIfIndex ipNetToPhysicalNetAddressType ipNetToPhysicalNetAddress}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipNetToPhysicalIfIndex ipNetToPhysicalNetAddressType ipNetToPhysicalNetAddress"
      ]
    },
    "/data/IP-MIB:ipDefaultRouterTable/ipDefaultRouterEntry={ipDefaultRouterAddressType},{ipDefaultRouterAddress},{ipDefaultRouterIfIndex}": {
      "get": {
        "summary": "Get ipDefaultRouterEntry entry",
        "description": "Retrieve specific ipDefaultRouterEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipDefaultRouterAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipDefaultRouterAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipDefaultRouterIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipDefaultRouterAddressType": {
                      "type": "string",
                      "description": "The address type for this row.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ipDefaultRouterAddress": {
                      "type": "string",
                      "description": "The IP address of the default router represented by this\n            row.  The address type of this object is specified in\n            ipDefaultRouterAddressType.\n            \n            Implementers need to be aware that if the size of\n            ipDefaultRouterAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ipDefaultRouterIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface by\n            which the router can be reached.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipDefaultRouterLifetime": {
                      "type": "integer",
                      "description": "The remaining length of time, in seconds, that this router\n            will continue to be useful as a default router.  A value of\n            zero indicates that it is no longer useful as a default\n            router.  It is left to the implementer of the MIB as to\n            whether a router with a lifetime of zero is removed from the\n            list.\n            \n            For IPv6, this value should be extracted from the router\n            advertisement messages.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipDefaultRouterPreference": {
                      "type": "string",
                      "description": "An indication of preference given to this router as a\n            default router as described in he Default Router\n            Preferences document.  Treating the value as a\n            2 bit signed integer allows for simple arithmetic\n            comparisons.\n            \n            For IPv4 routers or IPv6 routers that are not using the\n            updated router advertisement format, this object is set to\n            medium (0)."
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipDefaultRouterEntry": {
                    "ipDefaultRouterAddressType": "192.168.1.1",
                    "ipDefaultRouterAddress": "192.168.1.1",
                    "ipDefaultRouterIfIndex": "192.168.1.1",
                    "ipDefaultRouterLifetime": 0,
                    "ipDefaultRouterPreference": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipDefaultRouterEntry-2"
      },
      "x-yang-path": "/ipDefaultRouterTable/ipDefaultRouterEntry={ipDefaultRouterAddressType ipDefaultRouterAddress ipDefaultRouterIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipDefaultRouterAddressType ipDefaultRouterAddress ipDefaultRouterIfIndex"
      ]
    },
    "/data/IP-MIB:icmpMsgStatsTable/icmpMsgStatsEntry={icmpMsgStatsIPVersion},{icmpMsgStatsType}": {
      "get": {
        "summary": "Get icmpMsgStatsEntry entry",
        "description": "Retrieve specific icmpMsgStatsEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "icmpMsgStatsIPVersion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "icmpMsgStatsType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "icmpMsgStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of the statistics.",
                      "format": "inet:ip-version"
                    },
                    "icmpMsgStatsType": {
                      "type": "integer",
                      "description": "The ICMP type field of the message type being counted by\n            this row.\n            \n            Note that ICMP message types are scoped by the address type\n            in use.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "icmpMsgStatsInPkts": {
                      "type": "integer",
                      "description": "The number of input packets for this AF and type.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpMsgStatsOutPkts": {
                      "type": "integer",
                      "description": "The number of output packets for this AF and type.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:icmpMsgStatsEntry": {
                    "icmpMsgStatsIPVersion": "192.168.1.1",
                    "icmpMsgStatsType": -2147483648,
                    "icmpMsgStatsInPkts": 0,
                    "icmpMsgStatsOutPkts": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-icmpMsgStatsEntry-2"
      },
      "x-yang-path": "/icmpMsgStatsTable/icmpMsgStatsEntry={icmpMsgStatsIPVersion icmpMsgStatsType}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "icmpMsgStatsIPVersion icmpMsgStatsType"
      ]
    },
    "/data/IP-MIB:ipNetToMediaEntry={ipNetToMediaIfIndex},{ipNetToMediaNetAddress}": {
      "get": {
        "summary": "Get ipNetToMediaEntry entry",
        "description": "Retrieve specific ipNetToMediaEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipNetToMediaIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipNetToMediaNetAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipNetToMediaIfIndex": {
                      "type": "integer",
                      "description": "The interface on which this entry's equivalence is\n            effective.  The interface identified by a particular value\n            of this index is the same interface as identified by the\n            \n            \n            same value of the IF-MIB's ifIndex.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ipNetToMediaPhysAddress": {
                      "type": "string",
                      "description": "The media-dependent `physical' address.  This object should\n            return 0 when this entry is in the 'incomplete' state.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined.",
                      "x-yang-type": "yang:phys-address"
                    },
                    "ipNetToMediaNetAddress": {
                      "type": "string",
                      "description": "The IpAddress corresponding to the media-dependent\n            `physical' address.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                      "format": "inet:ipv4-address"
                    },
                    "ipNetToMediaType": {
                      "type": "string",
                      "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            \n            \n            of invalidating the corresponding entry in the\n            ipNetToMediaTable.  That is, it effectively dis-associates\n            the interface identified with said entry from the mapping\n            identified with said entry.  It is an implementation-\n            specific matter as to whether the agent removes an\n            invalidated entry from the table.  Accordingly, management\n            stations must be prepared to receive tabular information\n            from agents that corresponds to entries not currently in\n            use.  Proper interpretation of such entries requires\n            examination of the relevant ipNetToMediaType object.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined."
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipNetToMediaEntry": {
                    "ipNetToMediaIfIndex": 1,
                    "ipNetToMediaPhysAddress": "00:11:22:33:44:55",
                    "ipNetToMediaNetAddress": "192.168.1.1",
                    "ipNetToMediaType": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipNetToMediaEntry-4"
      },
      "x-yang-path": "/ipNetToMediaEntry={ipNetToMediaIfIndex ipNetToMediaNetAddress}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipNetToMediaIfIndex ipNetToMediaNetAddress"
      ]
    },
    "/data/IP-MIB:ipIfStatsEntry={ipIfStatsIPVersion},{ipIfStatsIfIndex}": {
      "get": {
        "summary": "Get ipIfStatsEntry entry",
        "description": "Retrieve specific ipIfStatsEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipIfStatsIPVersion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipIfStatsIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipIfStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of this row.",
                      "format": "inet:ip-version"
                    },
                    "ipIfStatsIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipIfStatsInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipIfStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipIfStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipIfStatsInOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsInHdrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInNoRoutes": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInAddrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities that\n            are not IP routers and therefore do not forward datagrams,\n            this counter includes datagrams discarded because the\n            destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInUnknownProtos": {
                      "type": "integer",
                      "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInTruncatedPkts": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            \n            \n            ipIfStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsReasmReqds": {
                      "type": "integer",
                      "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsReasmOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsReasmFails": {
                      "type": "integer",
                      "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInDiscards": {
                      "type": "integer",
                      "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            \n            \n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipIfStatsInDelivers, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipIfStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            \n            \n            ipIfStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipIfStatsOutForwDatagrams, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutDiscards": {
                      "type": "integer",
                      "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            datagrams counted in ipIfStatsOutForwDatagrams if any such\n            datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsOutFragReqds": {
                      "type": "integer",
                      "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsOutFragOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            \n            \n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsOutFragFails": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsOutFragCreates": {
                      "type": "integer",
                      "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipIfStatsOutTransmits, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipIfStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipIfStatsOutOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInMcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            \n            \n            datagrams.  Octets from datagrams counted in\n            ipIfStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutMcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipIfStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInBcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipIfStatsHCOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutBcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0
                    },
                    "ipIfStatsDiscontinuityTime": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion at which\n            \n            \n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipIfStatsRefreshRate": {
                      "type": "integer",
                      "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipIfStatsEntry": {
                    "ipIfStatsIPVersion": "192.168.1.1",
                    "ipIfStatsIfIndex": "192.168.1.1",
                    "ipIfStatsInReceives": 0,
                    "ipIfStatsHCInReceives": 0,
                    "ipIfStatsInOctets": 1234567890,
                    "ipIfStatsHCInOctets": 1234567890,
                    "ipIfStatsInHdrErrors": 0,
                    "ipIfStatsInNoRoutes": 0,
                    "ipIfStatsInAddrErrors": 0,
                    "ipIfStatsInUnknownProtos": 0,
                    "ipIfStatsInTruncatedPkts": 0,
                    "ipIfStatsInForwDatagrams": 0,
                    "ipIfStatsHCInForwDatagrams": 0,
                    "ipIfStatsReasmReqds": 0,
                    "ipIfStatsReasmOKs": 0,
                    "ipIfStatsReasmFails": 0,
                    "ipIfStatsInDiscards": 0,
                    "ipIfStatsInDelivers": 0,
                    "ipIfStatsHCInDelivers": 0,
                    "ipIfStatsOutRequests": 0,
                    "ipIfStatsHCOutRequests": 0,
                    "ipIfStatsOutForwDatagrams": 0,
                    "ipIfStatsHCOutForwDatagrams": 0,
                    "ipIfStatsOutDiscards": 0,
                    "ipIfStatsOutFragReqds": 0,
                    "ipIfStatsOutFragOKs": 0,
                    "ipIfStatsOutFragFails": 0,
                    "ipIfStatsOutFragCreates": 0,
                    "ipIfStatsOutTransmits": 0,
                    "ipIfStatsHCOutTransmits": 0,
                    "ipIfStatsOutOctets": 1234567890,
                    "ipIfStatsHCOutOctets": 1234567890,
                    "ipIfStatsInMcastPkts": 0,
                    "ipIfStatsHCInMcastPkts": 0,
                    "ipIfStatsInMcastOctets": 1234567890,
                    "ipIfStatsHCInMcastOctets": 1234567890,
                    "ipIfStatsOutMcastPkts": 0,
                    "ipIfStatsHCOutMcastPkts": 0,
                    "ipIfStatsOutMcastOctets": 1234567890,
                    "ipIfStatsHCOutMcastOctets": 1234567890,
                    "ipIfStatsInBcastPkts": 0,
                    "ipIfStatsHCInBcastPkts": 0,
                    "ipIfStatsOutBcastPkts": 0,
                    "ipIfStatsHCOutBcastPkts": 0,
                    "ipIfStatsDiscontinuityTime": "192.168.1.1",
                    "ipIfStatsRefreshRate": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipIfStatsEntry-4"
      },
      "x-yang-path": "/ipIfStatsEntry={ipIfStatsIPVersion ipIfStatsIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipIfStatsIPVersion ipIfStatsIfIndex"
      ]
    },
    "/data/IP-MIB:ipAddressPrefixEntry={ipAddressPrefixIfIndex},{ipAddressPrefixType},{ipAddressPrefixPrefix},{ipAddressPrefixLength}": {
      "get": {
        "summary": "Get ipAddressPrefixEntry entry",
        "description": "Retrieve specific ipAddressPrefixEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipAddressPrefixIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddressPrefixType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddressPrefixPrefix",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddressPrefixLength",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipAddressPrefixIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface on\n            which this prefix is configured.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipAddressPrefixType": {
                      "type": "string",
                      "description": "The address type of ipAddressPrefix.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ipAddressPrefixPrefix": {
                      "type": "string",
                      "description": "The address prefix.  The address type of this object is\n            specified in ipAddressPrefixType.  The length of this object\n            is the standard length for objects of that type (4 or 16\n            bytes).  Any bits after ipAddressPrefixLength must be zero.\n            \n            Implementors need to be aware that, if the size of\n            ipAddressPrefixPrefix exceeds 114 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ipAddressPrefixLength": {
                      "type": "string",
                      "description": "The prefix length associated with this prefix.\n            \n            The value 0 has no special meaning for this object.  It\n            simply refers to address '::/0'.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength"
                    },
                    "ipAddressPrefixOrigin": {
                      "type": "string",
                      "description": "The origin of this prefix.",
                      "x-yang-type": "IP-MIB:IpAddressPrefixOriginTC"
                    },
                    "ipAddressPrefixOnLinkFlag": {
                      "type": "boolean",
                      "description": "This object has the value 'true(1)', if this prefix can be\n            used for on-link determination; otherwise, the value is\n            'false(2)'.\n            \n            The default for IPv4 prefixes is 'true(1)'."
                    },
                    "ipAddressPrefixAutonomousFlag": {
                      "type": "boolean",
                      "description": "Autonomous address configuration flag.  When true(1),\n            indicates that this prefix can be used for autonomous\n            address configuration (i.e., can be used to form a local\n            interface address).  If false(2), it is not used to auto-\n            configure a local interface address.\n            \n            The default for IPv4 prefixes is 'false(2)'."
                    },
                    "ipAddressPrefixAdvPreferredLifetime": {
                      "type": "integer",
                      "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be preferred, i.e., time until deprecation.\n            \n            A value of 4,294,967,295 represents infinity.\n            \n            The address generated from a deprecated prefix should no\n            longer be used as a source address in new communications,\n            but packets received on such an interface are processed as\n            expected.\n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipAddressPrefixAdvValidLifetime": {
                      "type": "integer",
                      "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be valid, i.e., time until invalidation.  A\n            value of 4,294,967,295 represents infinity.\n            \n            The address generated from an invalidated prefix should not\n            appear as the destination or source address of a packet.\n            \n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddressPrefixEntry": {
                    "ipAddressPrefixIfIndex": "192.168.1.1",
                    "ipAddressPrefixType": "192.168.1.1",
                    "ipAddressPrefixPrefix": "192.168.1.1",
                    "ipAddressPrefixLength": "192.168.1.1",
                    "ipAddressPrefixOrigin": "192.168.1.1",
                    "ipAddressPrefixOnLinkFlag": true,
                    "ipAddressPrefixAutonomousFlag": true,
                    "ipAddressPrefixAdvPreferredLifetime": 0,
                    "ipAddressPrefixAdvValidLifetime": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddressPrefixEntry-4"
      },
      "x-yang-path": "/ipAddressPrefixEntry={ipAddressPrefixIfIndex ipAddressPrefixType ipAddressPrefixPrefix ipAddressPrefixLength}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipAddressPrefixIfIndex ipAddressPrefixType ipAddressPrefixPrefix ipAddressPrefixLength"
      ]
    },
    "/data/IP-MIB:ipAddressEntry={ipAddressAddrType},{ipAddressAddr}": {
      "get": {
        "summary": "Get ipAddressEntry entry",
        "description": "Retrieve specific ipAddressEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipAddressAddrType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddressAddr",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipAddressAddrType": {
                      "type": "string",
                      "description": "The address type of ipAddressAddr.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ipAddressAddr": {
                      "type": "string",
                      "description": "The IP address to which this entry's addressing information\n            \n            \n            pertains.  The address type of this object is specified in\n            ipAddressAddrType.\n            \n            Implementors need to be aware that if the size of\n            ipAddressAddr exceeds 116 octets, then OIDS of instances of\n            columns in this row will have more than 128 sub-identifiers\n            and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ipAddressIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipAddressType": {
                      "type": "string",
                      "description": "The type of address.  broadcast(3) is not a valid value for\n            IPv6 addresses (RFC 3513)."
                    },
                    "ipAddressPrefix": {
                      "type": "string",
                      "description": "A pointer to the row in the prefix table to which this\n            address belongs.  May be { 0 0 } if there is no such row.",
                      "x-yang-type": "snmpv2-tc:RowPointer"
                    },
                    "ipAddressOrigin": {
                      "type": "string",
                      "description": "The origin of the address.",
                      "x-yang-type": "IP-MIB:IpAddressOriginTC"
                    },
                    "ipAddressStatus": {
                      "type": "string",
                      "description": "The status of the address, describing if the address can be\n            used for communication.\n            \n            In the absence of other information, an IPv4 address is\n            always preferred(1).",
                      "x-yang-type": "IP-MIB:IpAddressStatusTC"
                    },
                    "ipAddressCreated": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time this entry was created.\n            If this entry was created prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipAddressLastChanged": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipAddressRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            \n            \n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipAddressIfIndex has been set to a valid index.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    },
                    "ipAddressStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.  If this object\n            has a value of 'permanent', then no other objects are\n            required to be able to be modified.",
                      "x-yang-type": "snmpv2-tc:StorageType"
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipAddressEntry": {
                    "ipAddressAddrType": "192.168.1.1",
                    "ipAddressAddr": "192.168.1.1",
                    "ipAddressIfIndex": "192.168.1.1",
                    "ipAddressType": "192.168.1.1",
                    "ipAddressPrefix": "192.168.1.1",
                    "ipAddressOrigin": "192.168.1.1",
                    "ipAddressStatus": "192.168.1.1",
                    "ipAddressCreated": "192.168.1.1",
                    "ipAddressLastChanged": "192.168.1.1",
                    "ipAddressRowStatus": "192.168.1.1",
                    "ipAddressStorageType": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipAddressEntry-4"
      },
      "x-yang-path": "/ipAddressEntry={ipAddressAddrType ipAddressAddr}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipAddressAddrType ipAddressAddr"
      ]
    },
    "/data/IP-MIB:ipNetToPhysicalEntry={ipNetToPhysicalIfIndex},{ipNetToPhysicalNetAddressType},{ipNetToPhysicalNetAddress}": {
      "get": {
        "summary": "Get ipNetToPhysicalEntry entry",
        "description": "Retrieve specific ipNetToPhysicalEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipNetToPhysicalIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipNetToPhysicalNetAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipNetToPhysicalNetAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipNetToPhysicalIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipNetToPhysicalNetAddressType": {
                      "type": "string",
                      "description": "The type of ipNetToPhysicalNetAddress.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ipNetToPhysicalNetAddress": {
                      "type": "string",
                      "description": "The IP Address corresponding to the media-dependent\n            `physical' address.  The address type of this object is\n            specified in ipNetToPhysicalAddressType.\n            \n            Implementors need to be aware that if the size of\n            \n            \n            ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ipNetToPhysicalPhysAddress": {
                      "type": "string",
                      "description": "The media-dependent `physical' address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage.",
                      "x-yang-type": "yang:phys-address"
                    },
                    "ipNetToPhysicalLastUpdated": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "ipNetToPhysicalType": {
                      "type": "string",
                      "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            of invalidating the corresponding entry in the\n            ipNetToPhysicalTable.  That is, it effectively dis-\n            associates the interface identified with said entry from the\n            mapping identified with said entry.  It is an\n            implementation-specific matter as to whether the agent\n            \n            \n            removes an invalidated entry from the table.  Accordingly,\n            management stations must be prepared to receive tabular\n            information from agents that corresponds to entries not\n            currently in use.  Proper interpretation of such entries\n            requires examination of the relevant ipNetToPhysicalType\n            object.\n            \n            The 'dynamic(3)' type indicates that the IP address to\n            physical addresses mapping has been dynamically resolved\n            using e.g., IPv4 ARP or the IPv6 Neighbor Discovery\n            protocol.\n            \n            The 'static(4)' type indicates that the mapping has been\n            statically configured.  Both of these refer to entries that\n            provide mappings for other entities addresses.\n            \n            The 'local(5)' type indicates that the mapping is provided\n            for an entity's own interface address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage."
                    },
                    "ipNetToPhysicalState": {
                      "type": "string",
                      "description": "The Neighbor Unreachability Detection state for the\n            interface when the address mapping in this entry is used.\n            If Neighbor Unreachability Detection is not in use (e.g. for\n            IPv4), this object is always unknown(6)."
                    },
                    "ipNetToPhysicalRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipNetToPhysicalPhysAddress object has been set.\n            \n            Note that if the ipNetToPhysicalType is set to 'invalid',\n            the managed node may delete the entry independent of the\n            state of this object.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipNetToPhysicalEntry": {
                    "ipNetToPhysicalIfIndex": "192.168.1.1",
                    "ipNetToPhysicalNetAddressType": "00:11:22:33:44:55",
                    "ipNetToPhysicalNetAddress": "00:11:22:33:44:55",
                    "ipNetToPhysicalPhysAddress": "00:11:22:33:44:55",
                    "ipNetToPhysicalLastUpdated": "192.168.1.1",
                    "ipNetToPhysicalType": "192.168.1.1",
                    "ipNetToPhysicalState": "192.168.1.1",
                    "ipNetToPhysicalRowStatus": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipNetToPhysicalEntry-4"
      },
      "x-yang-path": "/ipNetToPhysicalEntry={ipNetToPhysicalIfIndex ipNetToPhysicalNetAddressType ipNetToPhysicalNetAddress}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipNetToPhysicalIfIndex ipNetToPhysicalNetAddressType ipNetToPhysicalNetAddress"
      ]
    },
    "/data/IP-MIB:ipDefaultRouterEntry={ipDefaultRouterAddressType},{ipDefaultRouterAddress},{ipDefaultRouterIfIndex}": {
      "get": {
        "summary": "Get ipDefaultRouterEntry entry",
        "description": "Retrieve specific ipDefaultRouterEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "ipDefaultRouterAddressType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipDefaultRouterAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipDefaultRouterIfIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipDefaultRouterAddressType": {
                      "type": "string",
                      "description": "The address type for this row.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "ipDefaultRouterAddress": {
                      "type": "string",
                      "description": "The IP address of the default router represented by this\n            row.  The address type of this object is specified in\n            ipDefaultRouterAddressType.\n            \n            Implementers need to be aware that if the size of\n            ipDefaultRouterAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "ipDefaultRouterIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface by\n            which the router can be reached.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "ipDefaultRouterLifetime": {
                      "type": "integer",
                      "description": "The remaining length of time, in seconds, that this router\n            will continue to be useful as a default router.  A value of\n            zero indicates that it is no longer useful as a default\n            router.  It is left to the implementer of the MIB as to\n            whether a router with a lifetime of zero is removed from the\n            list.\n            \n            For IPv6, this value should be extracted from the router\n            advertisement messages.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ipDefaultRouterPreference": {
                      "type": "string",
                      "description": "An indication of preference given to this router as a\n            default router as described in he Default Router\n            Preferences document.  Treating the value as a\n            2 bit signed integer allows for simple arithmetic\n            comparisons.\n            \n            For IPv4 routers or IPv6 routers that are not using the\n            updated router advertisement format, this object is set to\n            medium (0)."
                    }
                  }
                },
                "example": {
                  "IP-MIB:ipDefaultRouterEntry": {
                    "ipDefaultRouterAddressType": "192.168.1.1",
                    "ipDefaultRouterAddress": "192.168.1.1",
                    "ipDefaultRouterIfIndex": "192.168.1.1",
                    "ipDefaultRouterLifetime": 0,
                    "ipDefaultRouterPreference": "192.168.1.1"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ipDefaultRouterEntry-4"
      },
      "x-yang-path": "/ipDefaultRouterEntry={ipDefaultRouterAddressType ipDefaultRouterAddress ipDefaultRouterIfIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ipDefaultRouterAddressType ipDefaultRouterAddress ipDefaultRouterIfIndex"
      ]
    },
    "/data/IP-MIB:icmpMsgStatsEntry={icmpMsgStatsIPVersion},{icmpMsgStatsType}": {
      "get": {
        "summary": "Get icmpMsgStatsEntry entry",
        "description": "Retrieve specific icmpMsgStatsEntry entry by key from MIB",
        "tags": [
          "IP-MIB"
        ],
        "parameters": [
          {
            "name": "icmpMsgStatsIPVersion",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "icmpMsgStatsType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "icmpMsgStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of the statistics.",
                      "format": "inet:ip-version"
                    },
                    "icmpMsgStatsType": {
                      "type": "integer",
                      "description": "The ICMP type field of the message type being counted by\n            this row.\n            \n            Note that ICMP message types are scoped by the address type\n            in use.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "icmpMsgStatsInPkts": {
                      "type": "integer",
                      "description": "The number of input packets for this AF and type.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "icmpMsgStatsOutPkts": {
                      "type": "integer",
                      "description": "The number of output packets for this AF and type.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "IP-MIB:icmpMsgStatsEntry": {
                    "icmpMsgStatsIPVersion": "192.168.1.1",
                    "icmpMsgStatsType": -2147483648,
                    "icmpMsgStatsInPkts": 0,
                    "icmpMsgStatsOutPkts": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-icmpMsgStatsEntry-4"
      },
      "x-yang-path": "/icmpMsgStatsEntry={icmpMsgStatsIPVersion icmpMsgStatsType}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "icmpMsgStatsIPVersion icmpMsgStatsType"
      ]
    }
  },
  "components": {
    "schemas": {
      "IP-MIB_IP-MIB": {
        "type": "object",
        "description": "IP-MIB",
        "properties": {
          "ipAddrEntry": {
            "type": "array",
            "description": "The addressing information for one of this entity's IPv4\n          addresses.",
            "items": {
              "type": "object",
              "properties": {
                "ipAdEntAddr": {
                  "type": "string",
                  "description": "The IPv4 address to which this entry's addressing\n            information pertains.",
                  "format": "inet:ipv4-address",
                  "readOnly": true
                },
                "ipAdEntIfIndex": {
                  "type": "integer",
                  "description": "The index value which uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ipAdEntNetMask": {
                  "type": "string",
                  "description": "The subnet mask associated with the IPv4 address of this\n            entry.  The value of the mask is an IPv4 address with all\n            the network bits set to 1 and all the hosts bits set to 0.",
                  "format": "inet:ipv4-address",
                  "readOnly": true
                },
                "ipAdEntBcastAddr": {
                  "type": "integer",
                  "description": "The value of the least-significant bit in the IPv4 broadcast\n            address used for sending datagrams on the (logical)\n            interface associated with the IPv4 address of this entry.\n            For example, when the Internet standard all-ones broadcast\n            address is used, the value will be 1.  This value applies to\n            both the subnet and network broadcast addresses used by the\n            entity on this (logical) interface.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ipAdEntReasmMaxSize": {
                  "type": "integer",
                  "description": "The size of the largest IPv4 datagram which this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ipNetToMediaEntry": {
            "type": "array",
            "description": "Each entry contains one IpAddress to `physical' address\n          equivalence.",
            "items": {
              "type": "object",
              "properties": {
                "ipNetToMediaIfIndex": {
                  "type": "integer",
                  "description": "The interface on which this entry's equivalence is\n            effective.  The interface identified by a particular value\n            of this index is the same interface as identified by the\n            \n            \n            same value of the IF-MIB's ifIndex.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ipNetToMediaPhysAddress": {
                  "type": "string",
                  "description": "The media-dependent `physical' address.  This object should\n            return 0 when this entry is in the 'incomplete' state.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined.",
                  "x-yang-type": "yang:phys-address",
                  "readOnly": true
                },
                "ipNetToMediaNetAddress": {
                  "type": "string",
                  "description": "The IpAddress corresponding to the media-dependent\n            `physical' address.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                  "format": "inet:ipv4-address",
                  "readOnly": true
                },
                "ipNetToMediaType": {
                  "type": "string",
                  "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            \n            \n            of invalidating the corresponding entry in the\n            ipNetToMediaTable.  That is, it effectively dis-associates\n            the interface identified with said entry from the mapping\n            identified with said entry.  It is an implementation-\n            specific matter as to whether the agent removes an\n            invalidated entry from the table.  Accordingly, management\n            stations must be prepared to receive tabular information\n            from agents that corresponds to entries not currently in\n            use.  Proper interpretation of such entries requires\n            examination of the relevant ipNetToMediaType object.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ipv4InterfaceEntry": {
            "type": "array",
            "description": "An entry containing IPv4-specific information for a specific\n          interface.",
            "items": {
              "type": "object",
              "properties": {
                "ipv4InterfaceIfIndex": {
                  "type": "string",
                  "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "ipv4InterfaceReasmMaxSize": {
                  "type": "integer",
                  "description": "The size of the largest IPv4 datagram that this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ipv4InterfaceEnableStatus": {
                  "type": "string",
                  "description": "The indication of whether IPv4 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv4 stack.  The IF-MIB should be used to control the state\n            of the interface.",
                  "readOnly": true
                },
                "ipv4InterfaceRetransmitTime": {
                  "type": "integer",
                  "description": "The time between retransmissions of ARP requests to a\n            neighbor when resolving the address or when probing the\n            reachability of a neighbor.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ipv6InterfaceEntry": {
            "type": "array",
            "description": "An entry containing IPv6-specific information for a given\n          interface.",
            "items": {
              "type": "object",
              "properties": {
                "ipv6InterfaceIfIndex": {
                  "type": "string",
                  "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "ipv6InterfaceReasmMaxSize": {
                  "type": "integer",
                  "description": "The size of the largest IPv6 datagram that this entity can\n            re-assemble from incoming IPv6 fragmented datagrams received\n            on this interface.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipv6InterfaceIdentifier": {
                  "type": "string",
                  "description": "The Interface Identifier for this interface.  The Interface\n            Identifier is combined with an address prefix to form an\n            interface address.\n            \n            By default, the Interface Identifier is auto-configured\n            according to the rules of the link type to which this\n            interface is attached.\n            \n            \n            A zero length identifier may be used where appropriate.  One\n            possible example is a loopback interface.",
                  "x-yang-type": "IP-MIB:Ipv6AddressIfIdentifierTC",
                  "readOnly": true
                },
                "ipv6InterfaceEnableStatus": {
                  "type": "string",
                  "description": "The indication of whether IPv6 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv6 stack.  The IF-MIB should be used to control the state\n            of the interface.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system.",
                  "readOnly": true
                },
                "ipv6InterfaceReachableTime": {
                  "type": "integer",
                  "description": "The time a neighbor is considered reachable after receiving\n            a reachability confirmation.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipv6InterfaceRetransmitTime": {
                  "type": "integer",
                  "description": "The time between retransmissions of Neighbor Solicitation\n            messages to a neighbor when resolving the address or when\n            probing the reachability of a neighbor.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipv6InterfaceForwarding": {
                  "type": "string",
                  "description": "The indication of whether this entity is acting as an IPv6\n            router on this interface with respect to the forwarding of\n            datagrams received by, but not addressed to, this entity.\n            IPv6 routers forward datagrams.  IPv6 hosts do not (except\n            those source-routed via the host).\n            \n            This object is constrained by ipv6IpForwarding and is\n            ignored if ipv6IpForwarding is set to notForwarding.  Those\n            systems that do not provide per-interface control of the\n            forwarding function should set this object to forwarding for\n            all interfaces and allow the ipv6IpForwarding object to\n            control the forwarding capability.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ipSystemStatsEntry": {
            "type": "array",
            "description": "A statistics entry containing system-wide objects for a\n          particular IP version.",
            "items": {
              "type": "object",
              "properties": {
                "ipSystemStatsIPVersion": {
                  "type": "string",
                  "description": "The IP version of this row.",
                  "format": "inet:ip-version",
                  "readOnly": true
                },
                "ipSystemStatsInReceives": {
                  "type": "integer",
                  "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCInReceives": {
                  "type": "integer",
                  "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipSystemStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsInOctets": {
                  "type": "integer",
                  "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipSystemStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCInOctets": {
                  "type": "integer",
                  "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipSystemStatsInOctets, but allows for larger\n            \n            \n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsInHdrErrors": {
                  "type": "integer",
                  "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsInNoRoutes": {
                  "type": "integer",
                  "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsInAddrErrors": {
                  "type": "integer",
                  "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities\n            that are not IP routers and therefore do not forward\n            \n            \n            datagrams, this counter includes datagrams discarded\n            because the destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsInUnknownProtos": {
                  "type": "integer",
                  "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsInTruncatedPkts": {
                  "type": "integer",
                  "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsInForwDatagrams": {
                  "type": "integer",
                  "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCInForwDatagrams": {
                  "type": "integer",
                  "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            ipSystemStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsReasmReqds": {
                  "type": "integer",
                  "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            \n            \n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsReasmOKs": {
                  "type": "integer",
                  "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsReasmFails": {
                  "type": "integer",
                  "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsInDiscards": {
                  "type": "integer",
                  "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsInDelivers": {
                  "type": "integer",
                  "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCInDelivers": {
                  "type": "integer",
                  "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipSystemStatsInDelivers, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsOutRequests": {
                  "type": "integer",
                  "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipSystemStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCOutRequests": {
                  "type": "integer",
                  "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            ipSystemStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsOutNoRoutes": {
                  "type": "integer",
                  "description": "The number of locally generated IP datagrams discarded\n            because no route could be found to transmit them to their\n            destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsOutForwDatagrams": {
                  "type": "integer",
                  "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCOutForwDatagrams": {
                  "type": "integer",
                  "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipSystemStatsOutForwDatagrams,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsOutDiscards": {
                  "type": "integer",
                  "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            \n            \n            datagrams counted in ipSystemStatsOutForwDatagrams if any\n            such datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsOutFragReqds": {
                  "type": "integer",
                  "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsOutFragOKs": {
                  "type": "integer",
                  "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsOutFragFails": {
                  "type": "integer",
                  "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsOutFragCreates": {
                  "type": "integer",
                  "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsOutTransmits": {
                  "type": "integer",
                  "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCOutTransmits": {
                  "type": "integer",
                  "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipSystemStatsOutTransmits, but allows\n            for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsOutOctets": {
                  "type": "integer",
                  "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipSystemStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCOutOctets": {
                  "type": "integer",
                  "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipSystemStatsOutOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsInMcastPkts": {
                  "type": "integer",
                  "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCInMcastPkts": {
                  "type": "integer",
                  "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInMcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsInMcastOctets": {
                  "type": "integer",
                  "description": "The total number of octets received in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipSystemStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCInMcastOctets": {
                  "type": "integer",
                  "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsOutMcastPkts": {
                  "type": "integer",
                  "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCOutMcastPkts": {
                  "type": "integer",
                  "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutMcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsOutMcastOctets": {
                  "type": "integer",
                  "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            \n            \n            ipSystemStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCOutMcastOctets": {
                  "type": "integer",
                  "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsInBcastPkts": {
                  "type": "integer",
                  "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCInBcastPkts": {
                  "type": "integer",
                  "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInBcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsOutBcastPkts": {
                  "type": "integer",
                  "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipSystemStatsHCOutBcastPkts": {
                  "type": "integer",
                  "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutBcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipSystemStatsDiscontinuityTime": {
                  "type": "string",
                  "description": "The value of sysUpTime on the most recent occasion at which\n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                  "x-yang-type": "yang:timestamp",
                  "readOnly": true
                },
                "ipSystemStatsRefreshRate": {
                  "type": "integer",
                  "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ipIfStatsEntry": {
            "type": "array",
            "description": "An interface statistics entry containing objects for a\n          particular interface and version of IP.",
            "items": {
              "type": "object",
              "properties": {
                "ipIfStatsIPVersion": {
                  "type": "string",
                  "description": "The IP version of this row.",
                  "format": "inet:ip-version",
                  "readOnly": true
                },
                "ipIfStatsIfIndex": {
                  "type": "string",
                  "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "ipIfStatsInReceives": {
                  "type": "integer",
                  "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCInReceives": {
                  "type": "integer",
                  "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipIfStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsInOctets": {
                  "type": "integer",
                  "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipIfStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCInOctets": {
                  "type": "integer",
                  "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipIfStatsInOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsInHdrErrors": {
                  "type": "integer",
                  "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsInNoRoutes": {
                  "type": "integer",
                  "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsInAddrErrors": {
                  "type": "integer",
                  "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities that\n            are not IP routers and therefore do not forward datagrams,\n            this counter includes datagrams discarded because the\n            destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsInUnknownProtos": {
                  "type": "integer",
                  "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsInTruncatedPkts": {
                  "type": "integer",
                  "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsInForwDatagrams": {
                  "type": "integer",
                  "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCInForwDatagrams": {
                  "type": "integer",
                  "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            \n            \n            ipIfStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsReasmReqds": {
                  "type": "integer",
                  "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsReasmOKs": {
                  "type": "integer",
                  "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsReasmFails": {
                  "type": "integer",
                  "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsInDiscards": {
                  "type": "integer",
                  "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsInDelivers": {
                  "type": "integer",
                  "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            \n            \n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCInDelivers": {
                  "type": "integer",
                  "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipIfStatsInDelivers, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsOutRequests": {
                  "type": "integer",
                  "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipIfStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCOutRequests": {
                  "type": "integer",
                  "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            \n            \n            ipIfStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsOutForwDatagrams": {
                  "type": "integer",
                  "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCOutForwDatagrams": {
                  "type": "integer",
                  "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipIfStatsOutForwDatagrams, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsOutDiscards": {
                  "type": "integer",
                  "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            datagrams counted in ipIfStatsOutForwDatagrams if any such\n            datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsOutFragReqds": {
                  "type": "integer",
                  "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsOutFragOKs": {
                  "type": "integer",
                  "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            \n            \n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsOutFragFails": {
                  "type": "integer",
                  "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsOutFragCreates": {
                  "type": "integer",
                  "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsOutTransmits": {
                  "type": "integer",
                  "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCOutTransmits": {
                  "type": "integer",
                  "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipIfStatsOutTransmits, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsOutOctets": {
                  "type": "integer",
                  "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipIfStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCOutOctets": {
                  "type": "integer",
                  "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipIfStatsOutOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsInMcastPkts": {
                  "type": "integer",
                  "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCInMcastPkts": {
                  "type": "integer",
                  "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInMcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsInMcastOctets": {
                  "type": "integer",
                  "description": "The total number of octets received in IP multicast\n            \n            \n            datagrams.  Octets from datagrams counted in\n            ipIfStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCInMcastOctets": {
                  "type": "integer",
                  "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsOutMcastPkts": {
                  "type": "integer",
                  "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCOutMcastPkts": {
                  "type": "integer",
                  "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutMcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsOutMcastOctets": {
                  "type": "integer",
                  "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipIfStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCOutMcastOctets": {
                  "type": "integer",
                  "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsInBcastPkts": {
                  "type": "integer",
                  "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCInBcastPkts": {
                  "type": "integer",
                  "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInBcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsOutBcastPkts": {
                  "type": "integer",
                  "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipIfStatsHCOutBcastPkts": {
                  "type": "integer",
                  "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutBcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ipIfStatsDiscontinuityTime": {
                  "type": "string",
                  "description": "The value of sysUpTime on the most recent occasion at which\n            \n            \n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                  "x-yang-type": "yang:timestamp",
                  "readOnly": true
                },
                "ipIfStatsRefreshRate": {
                  "type": "integer",
                  "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ipAddressPrefixEntry": {
            "type": "array",
            "description": "An entry in the ipAddressPrefixTable.",
            "items": {
              "type": "object",
              "properties": {
                "ipAddressPrefixIfIndex": {
                  "type": "string",
                  "description": "The index value that uniquely identifies the interface on\n            which this prefix is configured.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "ipAddressPrefixType": {
                  "type": "string",
                  "description": "The address type of ipAddressPrefix.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "ipAddressPrefixPrefix": {
                  "type": "string",
                  "description": "The address prefix.  The address type of this object is\n            specified in ipAddressPrefixType.  The length of this object\n            is the standard length for objects of that type (4 or 16\n            bytes).  Any bits after ipAddressPrefixLength must be zero.\n            \n            Implementors need to be aware that, if the size of\n            ipAddressPrefixPrefix exceeds 114 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "ipAddressPrefixLength": {
                  "type": "string",
                  "description": "The prefix length associated with this prefix.\n            \n            The value 0 has no special meaning for this object.  It\n            simply refers to address '::/0'.",
                  "x-yang-type": "inet-address:InetAddressPrefixLength",
                  "readOnly": true
                },
                "ipAddressPrefixOrigin": {
                  "type": "string",
                  "description": "The origin of this prefix.",
                  "x-yang-type": "IP-MIB:IpAddressPrefixOriginTC",
                  "readOnly": true
                },
                "ipAddressPrefixOnLinkFlag": {
                  "type": "boolean",
                  "description": "This object has the value 'true(1)', if this prefix can be\n            used for on-link determination; otherwise, the value is\n            'false(2)'.\n            \n            The default for IPv4 prefixes is 'true(1)'.",
                  "readOnly": true
                },
                "ipAddressPrefixAutonomousFlag": {
                  "type": "boolean",
                  "description": "Autonomous address configuration flag.  When true(1),\n            indicates that this prefix can be used for autonomous\n            address configuration (i.e., can be used to form a local\n            interface address).  If false(2), it is not used to auto-\n            configure a local interface address.\n            \n            The default for IPv4 prefixes is 'false(2)'.",
                  "readOnly": true
                },
                "ipAddressPrefixAdvPreferredLifetime": {
                  "type": "integer",
                  "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be preferred, i.e., time until deprecation.\n            \n            A value of 4,294,967,295 represents infinity.\n            \n            The address generated from a deprecated prefix should no\n            longer be used as a source address in new communications,\n            but packets received on such an interface are processed as\n            expected.\n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipAddressPrefixAdvValidLifetime": {
                  "type": "integer",
                  "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be valid, i.e., time until invalidation.  A\n            value of 4,294,967,295 represents infinity.\n            \n            The address generated from an invalidated prefix should not\n            appear as the destination or source address of a packet.\n            \n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ipAddressEntry": {
            "type": "array",
            "description": "An address mapping for a particular interface.",
            "items": {
              "type": "object",
              "properties": {
                "ipAddressAddrType": {
                  "type": "string",
                  "description": "The address type of ipAddressAddr.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "ipAddressAddr": {
                  "type": "string",
                  "description": "The IP address to which this entry's addressing information\n            \n            \n            pertains.  The address type of this object is specified in\n            ipAddressAddrType.\n            \n            Implementors need to be aware that if the size of\n            ipAddressAddr exceeds 116 octets, then OIDS of instances of\n            columns in this row will have more than 128 sub-identifiers\n            and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "ipAddressIfIndex": {
                  "type": "string",
                  "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "ipAddressType": {
                  "type": "string",
                  "description": "The type of address.  broadcast(3) is not a valid value for\n            IPv6 addresses (RFC 3513).",
                  "readOnly": true
                },
                "ipAddressPrefix": {
                  "type": "string",
                  "description": "A pointer to the row in the prefix table to which this\n            address belongs.  May be { 0 0 } if there is no such row.",
                  "x-yang-type": "snmpv2-tc:RowPointer",
                  "readOnly": true
                },
                "ipAddressOrigin": {
                  "type": "string",
                  "description": "The origin of the address.",
                  "x-yang-type": "IP-MIB:IpAddressOriginTC",
                  "readOnly": true
                },
                "ipAddressStatus": {
                  "type": "string",
                  "description": "The status of the address, describing if the address can be\n            used for communication.\n            \n            In the absence of other information, an IPv4 address is\n            always preferred(1).",
                  "x-yang-type": "IP-MIB:IpAddressStatusTC",
                  "readOnly": true
                },
                "ipAddressCreated": {
                  "type": "string",
                  "description": "The value of sysUpTime at the time this entry was created.\n            If this entry was created prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                  "x-yang-type": "yang:timestamp",
                  "readOnly": true
                },
                "ipAddressLastChanged": {
                  "type": "string",
                  "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                  "x-yang-type": "yang:timestamp",
                  "readOnly": true
                },
                "ipAddressRowStatus": {
                  "type": "string",
                  "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            \n            \n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipAddressIfIndex has been set to a valid index.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                },
                "ipAddressStorageType": {
                  "type": "string",
                  "description": "The storage type for this conceptual row.  If this object\n            has a value of 'permanent', then no other objects are\n            required to be able to be modified.",
                  "x-yang-type": "snmpv2-tc:StorageType",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ipNetToPhysicalEntry": {
            "type": "array",
            "description": "Each entry contains one IP address to `physical' address\n          equivalence.",
            "items": {
              "type": "object",
              "properties": {
                "ipNetToPhysicalIfIndex": {
                  "type": "string",
                  "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "ipNetToPhysicalNetAddressType": {
                  "type": "string",
                  "description": "The type of ipNetToPhysicalNetAddress.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "ipNetToPhysicalNetAddress": {
                  "type": "string",
                  "description": "The IP Address corresponding to the media-dependent\n            `physical' address.  The address type of this object is\n            specified in ipNetToPhysicalAddressType.\n            \n            Implementors need to be aware that if the size of\n            \n            \n            ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "ipNetToPhysicalPhysAddress": {
                  "type": "string",
                  "description": "The media-dependent `physical' address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage.",
                  "x-yang-type": "yang:phys-address",
                  "readOnly": true
                },
                "ipNetToPhysicalLastUpdated": {
                  "type": "string",
                  "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                  "x-yang-type": "yang:timestamp",
                  "readOnly": true
                },
                "ipNetToPhysicalType": {
                  "type": "string",
                  "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            of invalidating the corresponding entry in the\n            ipNetToPhysicalTable.  That is, it effectively dis-\n            associates the interface identified with said entry from the\n            mapping identified with said entry.  It is an\n            implementation-specific matter as to whether the agent\n            \n            \n            removes an invalidated entry from the table.  Accordingly,\n            management stations must be prepared to receive tabular\n            information from agents that corresponds to entries not\n            currently in use.  Proper interpretation of such entries\n            requires examination of the relevant ipNetToPhysicalType\n            object.\n            \n            The 'dynamic(3)' type indicates that the IP address to\n            physical addresses mapping has been dynamically resolved\n            using e.g., IPv4 ARP or the IPv6 Neighbor Discovery\n            protocol.\n            \n            The 'static(4)' type indicates that the mapping has been\n            statically configured.  Both of these refer to entries that\n            provide mappings for other entities addresses.\n            \n            The 'local(5)' type indicates that the mapping is provided\n            for an entity's own interface address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage.",
                  "readOnly": true
                },
                "ipNetToPhysicalState": {
                  "type": "string",
                  "description": "The Neighbor Unreachability Detection state for the\n            interface when the address mapping in this entry is used.\n            If Neighbor Unreachability Detection is not in use (e.g. for\n            IPv4), this object is always unknown(6).",
                  "readOnly": true
                },
                "ipNetToPhysicalRowStatus": {
                  "type": "string",
                  "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipNetToPhysicalPhysAddress object has been set.\n            \n            Note that if the ipNetToPhysicalType is set to 'invalid',\n            the managed node may delete the entry independent of the\n            state of this object.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ipv6ScopeZoneIndexEntry": {
            "type": "array",
            "description": "Each entry contains the list of scope identifiers on a given\n          interface.",
            "items": {
              "type": "object",
              "properties": {
                "ipv6ScopeZoneIndexIfIndex": {
                  "type": "string",
                  "description": "The index value that uniquely identifies the interface to\n            which these scopes belong.  The interface identified by a\n            particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndexLinkLocal": {
                  "type": "string",
                  "description": "The zone index for the link-local scope on this interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndex3": {
                  "type": "string",
                  "description": "The zone index for scope 3 on this interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndexAdminLocal": {
                  "type": "string",
                  "description": "The zone index for the admin-local scope on this interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndexSiteLocal": {
                  "type": "string",
                  "description": "The zone index for the site-local scope on this interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndex6": {
                  "type": "string",
                  "description": "The zone index for scope 6 on this interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndex7": {
                  "type": "string",
                  "description": "The zone index for scope 7 on this interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndexOrganizationLocal": {
                  "type": "string",
                  "description": "The zone index for the organization-local scope on this\n            interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndex9": {
                  "type": "string",
                  "description": "The zone index for scope 9 on this interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndexA": {
                  "type": "string",
                  "description": "The zone index for scope A on this interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndexB": {
                  "type": "string",
                  "description": "The zone index for scope B on this interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndexC": {
                  "type": "string",
                  "description": "The zone index for scope C on this interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                },
                "ipv6ScopeZoneIndexD": {
                  "type": "string",
                  "description": "The zone index for scope D on this interface.",
                  "x-yang-type": "inet-address:InetZoneIndex",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ipDefaultRouterEntry": {
            "type": "array",
            "description": "Each entry contains information about a default router known\n          to this entity.",
            "items": {
              "type": "object",
              "properties": {
                "ipDefaultRouterAddressType": {
                  "type": "string",
                  "description": "The address type for this row.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "ipDefaultRouterAddress": {
                  "type": "string",
                  "description": "The IP address of the default router represented by this\n            row.  The address type of this object is specified in\n            ipDefaultRouterAddressType.\n            \n            Implementers need to be aware that if the size of\n            ipDefaultRouterAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "ipDefaultRouterIfIndex": {
                  "type": "string",
                  "description": "The index value that uniquely identifies the interface by\n            which the router can be reached.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "ipDefaultRouterLifetime": {
                  "type": "integer",
                  "description": "The remaining length of time, in seconds, that this router\n            will continue to be useful as a default router.  A value of\n            zero indicates that it is no longer useful as a default\n            router.  It is left to the implementer of the MIB as to\n            whether a router with a lifetime of zero is removed from the\n            list.\n            \n            For IPv6, this value should be extracted from the router\n            advertisement messages.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipDefaultRouterPreference": {
                  "type": "string",
                  "description": "An indication of preference given to this router as a\n            default router as described in he Default Router\n            Preferences document.  Treating the value as a\n            2 bit signed integer allows for simple arithmetic\n            comparisons.\n            \n            For IPv4 routers or IPv6 routers that are not using the\n            updated router advertisement format, this object is set to\n            medium (0).",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ipv6RouterAdvertEntry": {
            "type": "array",
            "description": "An entry containing information used to construct router\n          advertisements.\n          \n          Information in this table is persistent, and when this\n          object is written, the entity SHOULD save the change to\n          non-volatile storage.",
            "items": {
              "type": "object",
              "properties": {
                "ipv6RouterAdvertIfIndex": {
                  "type": "string",
                  "description": "The index value that uniquely identifies the interface on\n            which router advertisements constructed with this\n            information will be transmitted.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "ipv6RouterAdvertSendAdverts": {
                  "type": "boolean",
                  "description": "A flag indicating whether the router sends periodic\n            router advertisements and responds to router solicitations\n            on this interface.",
                  "readOnly": true
                },
                "ipv6RouterAdvertMaxInterval": {
                  "type": "integer",
                  "description": "The maximum time allowed between sending unsolicited router\n            \n            \n            advertisements from this interface.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipv6RouterAdvertMinInterval": {
                  "type": "integer",
                  "description": "The minimum time allowed between sending unsolicited router\n            advertisements from this interface.\n            \n            The default is 0.33 * ipv6RouterAdvertMaxInterval, however,\n            in the case of a low value for ipv6RouterAdvertMaxInterval,\n            the minimum value for this object is restricted to 3.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipv6RouterAdvertManagedFlag": {
                  "type": "boolean",
                  "description": "The true/false value to be placed into the 'managed address\n            configuration' flag field in router advertisements sent from\n            this interface.",
                  "readOnly": true
                },
                "ipv6RouterAdvertOtherConfigFlag": {
                  "type": "boolean",
                  "description": "The true/false value to be placed into the 'other stateful\n            configuration' flag field in router advertisements sent from\n            this interface.",
                  "readOnly": true
                },
                "ipv6RouterAdvertLinkMTU": {
                  "type": "integer",
                  "description": "The value to be placed in MTU options sent by the router on\n            this interface.\n            \n            A value of zero indicates that no MTU options are sent.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipv6RouterAdvertReachableTime": {
                  "type": "integer",
                  "description": "The value to be placed in the reachable time field in router\n            advertisement messages sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for reachable\n            time.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipv6RouterAdvertRetransmitTime": {
                  "type": "integer",
                  "description": "The value to be placed in the retransmit timer field in\n            router advertisements sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for retrans\n            time.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipv6RouterAdvertCurHopLimit": {
                  "type": "integer",
                  "description": "The default value to be placed in the current hop limit\n            field in router advertisements sent from this interface.\n            \n            \n            The value should be set to the current diameter of the\n            Internet.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for curHopLimit.\n            \n            The default should be set to the value specified in the IANA\n            web pages (www.iana.org) at the time of implementation.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipv6RouterAdvertDefaultLifetime": {
                  "type": "integer",
                  "description": "The value to be placed in the router lifetime field of\n            router advertisements sent from this interface.  This value\n            MUST be either 0 or between ipv6RouterAdvertMaxInterval and\n            9000 seconds.\n            \n            A value of zero indicates that the router is not to be used\n            as a default router.\n            \n            The default is 3 * ipv6RouterAdvertMaxInterval.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ipv6RouterAdvertRowStatus": {
                  "type": "string",
                  "description": "The status of this conceptual row.\n            \n            As all objects in this conceptual row have default values, a\n            row can be created and made active by setting this object\n            appropriately.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "icmpStatsEntry": {
            "type": "array",
            "description": "A conceptual row in the icmpStatsTable.",
            "items": {
              "type": "object",
              "properties": {
                "icmpStatsIPVersion": {
                  "type": "string",
                  "description": "The IP version of the statistics.",
                  "format": "inet:ip-version",
                  "readOnly": true
                },
                "icmpStatsInMsgs": {
                  "type": "integer",
                  "description": "The total number of ICMP messages that the entity received.\n            Note that this counter includes all those counted by\n            icmpStatsInErrors.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "icmpStatsInErrors": {
                  "type": "integer",
                  "description": "The number of ICMP messages that the entity received but\n            determined as having ICMP-specific errors (bad ICMP\n            checksums, bad length, etc.).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "icmpStatsOutMsgs": {
                  "type": "integer",
                  "description": "The total number of ICMP messages that the entity attempted\n            to send.  Note that this counter includes all those counted\n            by icmpStatsOutErrors.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "icmpStatsOutErrors": {
                  "type": "integer",
                  "description": "The number of ICMP messages that this entity did not send\n            due to problems discovered within ICMP, such as a lack of\n            buffers.  This value should not include errors discovered\n            outside the ICMP layer, such as the inability of IP to route\n            the resultant datagram.  In some implementations, there may\n            be no types of error that contribute to this counter's\n            value.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "icmpMsgStatsEntry": {
            "type": "array",
            "description": "icmpMsgStatsEntry",
            "items": {
              "type": "object",
              "properties": {
                "icmpMsgStatsIPVersion": {
                  "type": "string",
                  "description": "The IP version of the statistics.",
                  "format": "inet:ip-version",
                  "readOnly": true
                },
                "icmpMsgStatsType": {
                  "type": "integer",
                  "description": "The ICMP type field of the message type being counted by\n            this row.\n            \n            Note that ICMP message types are scoped by the address type\n            in use.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "icmpMsgStatsInPkts": {
                  "type": "integer",
                  "description": "The number of input packets for this AF and type.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "icmpMsgStatsOutPkts": {
                  "type": "integer",
                  "description": "The number of output packets for this AF and type.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ip": {
            "type": "object",
            "description": "ip",
            "properties": {
              "ipForwarding": {
                "type": "string",
                "description": "The indication of whether this entity is acting as an IPv4\n          router in respect to the forwarding of datagrams received\n          by, but not addressed to, this entity.  IPv4 routers forward\n          datagrams.  IPv4 hosts do not (except those source-routed\n          via the host).\n          \n          When this object is written, the entity should save the\n          change to non-volatile storage and restore the object from\n          non-volatile storage upon re-initialization of the system.\n          Note: a stronger requirement is not used because this object\n          was previously defined.",
                "readOnly": true
              },
              "ipDefaultTTL": {
                "type": "integer",
                "description": "The default value inserted into the Time-To-Live field of\n          the IPv4 header of datagrams originated at this entity,\n          whenever a TTL value is not supplied by the transport layer\n          \n          \n          protocol.\n          \n          When this object is written, the entity should save the\n          change to non-volatile storage and restore the object from\n          non-volatile storage upon re-initialization of the system.\n          Note: a stronger requirement is not used because this object\n          was previously defined.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "ipInReceives": {
                "type": "integer",
                "description": "The total number of input datagrams received from\n          interfaces, including those received in error.\n          \n          This object has been deprecated, as a new IP version-neutral\n          \n          \n          table has been added.  It is loosely replaced by\n          ipSystemStatsInRecieves.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipInHdrErrors": {
                "type": "integer",
                "description": "The number of input datagrams discarded due to errors in\n          their IPv4 headers, including bad checksums, version number\n          mismatch, other format errors, time-to-live exceeded, errors\n          discovered in processing their IPv4 options, etc.\n          \n          This object has been deprecated as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsInHdrErrors.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipInAddrErrors": {
                "type": "integer",
                "description": "The number of input datagrams discarded because the IPv4\n          address in their IPv4 header's destination field was not a\n          valid address to be received at this entity.  This count\n          includes invalid addresses (e.g., 0.0.0.0) and addresses of\n          unsupported Classes (e.g., Class E).  For entities which are\n          not IPv4 routers, and therefore do not forward datagrams,\n          this counter includes datagrams discarded because the\n          destination address was not a local address.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsInAddrErrors.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipForwDatagrams": {
                "type": "integer",
                "description": "The number of input datagrams for which this entity was not\n          their final IPv4 destination, as a result of which an\n          attempt was made to find a route to forward them to that\n          final destination.  In entities which do not act as IPv4\n          routers, this counter will include only those packets which\n          \n          \n          were Source-Routed via this entity, and the Source-Route\n          option processing was successful.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsInForwDatagrams.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipInUnknownProtos": {
                "type": "integer",
                "description": "The number of locally-addressed datagrams received\n          successfully but discarded because of an unknown or\n          unsupported protocol.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsInUnknownProtos.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipInDiscards": {
                "type": "integer",
                "description": "The number of input IPv4 datagrams for which no problems\n          were encountered to prevent their continued processing, but\n          which were discarded (e.g., for lack of buffer space).  Note\n          that this counter does not include any datagrams discarded\n          while awaiting re-assembly.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsInDiscards.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipInDelivers": {
                "type": "integer",
                "description": "The total number of input datagrams successfully delivered\n          to IPv4 user-protocols (including ICMP).\n          \n          This object has been deprecated as a new IP version neutral\n          table has been added.  It is loosely replaced by\n          \n          \n          ipSystemStatsIndelivers.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipOutRequests": {
                "type": "integer",
                "description": "The total number of IPv4 datagrams which local IPv4 user\n          protocols (including ICMP) supplied to IPv4 in requests for\n          transmission.  Note that this counter does not include any\n          datagrams counted in ipForwDatagrams.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutRequests.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipOutDiscards": {
                "type": "integer",
                "description": "The number of output IPv4 datagrams for which no problem was\n          encountered to prevent their transmission to their\n          destination, but which were discarded (e.g., for lack of\n          buffer space).  Note that this counter would include\n          datagrams counted in ipForwDatagrams if any such packets met\n          this (discretionary) discard criterion.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutDiscards.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipOutNoRoutes": {
                "type": "integer",
                "description": "The number of IPv4 datagrams discarded because no route\n          could be found to transmit them to their destination.  Note\n          that this counter includes any packets counted in\n          ipForwDatagrams which meet this `no-route' criterion.  Note\n          that this includes any datagrams which a host cannot route\n          because all of its default routers are down.\n          \n          This object has been deprecated, as a new IP version-neutral\n          \n          \n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutNoRoutes.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipReasmTimeout": {
                "type": "integer",
                "description": "The maximum number of seconds that received fragments are\n          held while they are awaiting reassembly at this entity.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "ipReasmReqds": {
                "type": "integer",
                "description": "The number of IPv4 fragments received which needed to be\n          reassembled at this entity.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsReasmReqds.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipReasmOKs": {
                "type": "integer",
                "description": "The number of IPv4 datagrams successfully re-assembled.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsReasmOKs.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipReasmFails": {
                "type": "integer",
                "description": "The number of failures detected by the IPv4 re-assembly\n          algorithm (for whatever reason: timed out, errors, etc).\n          Note that this is not necessarily a count of discarded IPv4\n          fragments since some algorithms (notably the algorithm in\n          RFC 815) can lose track of the number of fragments by\n          combining them as they are received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsReasmFails.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipFragOKs": {
                "type": "integer",
                "description": "The number of IPv4 datagrams that have been successfully\n          fragmented at this entity.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutFragOKs.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipFragFails": {
                "type": "integer",
                "description": "The number of IPv4 datagrams that have been discarded\n          because they needed to be fragmented at this entity but\n          could not be, e.g., because their Don't Fragment flag was\n          set.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutFragFails.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipFragCreates": {
                "type": "integer",
                "description": "The number of IPv4 datagram fragments that have been\n          generated as a result of fragmentation at this entity.\n          \n          This object has been deprecated as a new IP version neutral\n          table has been added.  It is loosely replaced by\n          ipSystemStatsOutFragCreates.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipRoutingDiscards": {
                "type": "integer",
                "description": "The number of routing entries which were chosen to be\n          discarded even though they are valid.  One possible reason\n          for discarding such an entry could be to free-up buffer\n          space for other routing entries.\n          \n          \n          This object was defined in pre-IPv6 versions of the IP MIB.\n          It was implicitly IPv4 only, but the original specifications\n          did not indicate this protocol restriction.  In order to\n          clarify the specifications, this object has been deprecated\n          and a similar, but more thoroughly clarified, object has\n          been added to the IP-FORWARD-MIB.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "ipv6IpForwarding": {
                "type": "string",
                "description": "The indication of whether this entity is acting as an IPv6\n          router on any interface in respect to the forwarding of\n          datagrams received by, but not addressed to, this entity.\n          IPv6 routers forward datagrams.  IPv6 hosts do not (except\n          those source-routed via the host).\n          \n          When this object is written, the entity SHOULD save the\n          change to non-volatile storage and restore the object from\n          non-volatile storage upon re-initialization of the system.",
                "readOnly": true
              },
              "ipv6IpDefaultHopLimit": {
                "type": "integer",
                "description": "The default value inserted into the Hop Limit field of the\n          IPv6 header of datagrams originated at this entity whenever\n          a Hop Limit value is not supplied by the transport layer\n          protocol.\n          \n          When this object is written, the entity SHOULD save the\n          change to non-volatile storage and restore the object from\n          non-volatile storage upon re-initialization of the system.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "ipv4InterfaceTableLastChange": {
                "type": "string",
                "description": "The value of sysUpTime on the most recent occasion at which\n          a row in the ipv4InterfaceTable was added or deleted, or\n          when an ipv4InterfaceReasmMaxSize or an\n          ipv4InterfaceEnableStatus object was modified.\n          \n          If new objects are added to the ipv4InterfaceTable that\n          require the ipv4InterfaceTableLastChange to be updated when\n          they are modified, they must specify that requirement in\n          their description clause.",
                "x-yang-type": "yang:timestamp",
                "readOnly": true
              },
              "ipv6InterfaceTableLastChange": {
                "type": "string",
                "description": "The value of sysUpTime on the most recent occasion at which\n          a row in the ipv6InterfaceTable was added or deleted or when\n          an ipv6InterfaceReasmMaxSize, ipv6InterfaceIdentifier,\n          ipv6InterfaceEnableStatus, ipv6InterfaceReachableTime,\n          ipv6InterfaceRetransmitTime, or ipv6InterfaceForwarding\n          object was modified.\n          \n          If new objects are added to the ipv6InterfaceTable that\n          require the ipv6InterfaceTableLastChange to be updated when\n          they are modified, they must specify that requirement in\n          their description clause.",
                "x-yang-type": "yang:timestamp",
                "readOnly": true
              },
              "ipAddressSpinLock": {
                "type": "string",
                "description": "An advisory lock used to allow cooperating SNMP managers to\n          coordinate their use of the set operation in creating or\n          modifying rows within this table.\n          \n          In order to use this lock to coordinate the use of set\n          operations, managers should first retrieve\n          ipAddressTableSpinLock.  They should then determine the\n          appropriate row to create or modify.  Finally, they should\n          issue the appropriate set command, including the retrieved\n          value of ipAddressSpinLock.  If another manager has altered\n          the table in the meantime, then the value of\n          ipAddressSpinLock will have changed, and the creation will\n          fail as it will be specifying an incorrect value for\n          ipAddressSpinLock.  It is suggested, but not required, that\n          the ipAddressSpinLock be the first var bind for each set of\n          objects representing a 'row' in a PDU.",
                "x-yang-type": "snmpv2-tc:TestAndIncr",
                "readOnly": true
              },
              "ipv6RouterAdvertSpinLock": {
                "type": "string",
                "description": "An advisory lock used to allow cooperating SNMP managers to\n          coordinate their use of the set operation in creating or\n          modifying rows within this table.\n          \n          In order to use this lock to coordinate the use of set\n          operations, managers should first retrieve\n          ipv6RouterAdvertSpinLock.  They should then determine the\n          appropriate row to create or modify.  Finally, they should\n          issue the appropriate set command including the retrieved\n          value of ipv6RouterAdvertSpinLock.  If another manager has\n          altered the table in the meantime, then the value of\n          ipv6RouterAdvertSpinLock will have changed and the creation\n          will fail as it will be specifying an incorrect value for\n          ipv6RouterAdvertSpinLock.  It is suggested, but not\n          required, that the ipv6RouterAdvertSpinLock be the first var\n          bind for each set of objects representing a 'row' in a PDU.",
                "x-yang-type": "snmpv2-tc:TestAndIncr",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipTrafficStats": {
            "type": "object",
            "description": "The value of sysUpTime on the most recent occasion at which\n          a row in the ipIfStatsTable was added or deleted.\n          \n          If new objects are added to the ipIfStatsTable that require\n          the ipIfStatsTableLastChange to be updated when they are\n          modified, they must specify that requirement in their\n          description clause.",
            "properties": {
              "ipIfStatsTableLastChange": {
                "type": "string",
                "description": "The value of sysUpTime on the most recent occasion at which\n          a row in the ipIfStatsTable was added or deleted.\n          \n          If new objects are added to the ipIfStatsTable that require\n          the ipIfStatsTableLastChange to be updated when they are\n          modified, they must specify that requirement in their\n          description clause.",
                "x-yang-type": "yang:timestamp",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "icmp": {
            "type": "object",
            "description": "The total number of ICMP messages which the entity received.\n          Note that this counter includes all those counted by\n          icmpInErrors.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          icmpStatsInMsgs.",
            "properties": {
              "icmpInMsgs": {
                "type": "integer",
                "description": "The total number of ICMP messages which the entity received.\n          Note that this counter includes all those counted by\n          icmpInErrors.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          icmpStatsInMsgs.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInErrors": {
                "type": "integer",
                "description": "The number of ICMP messages which the entity received but\n          determined as having ICMP-specific errors (bad ICMP\n          checksums, bad length, etc.).\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          icmpStatsInErrors.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInDestUnreachs": {
                "type": "integer",
                "description": "The number of ICMP Destination Unreachable messages\n          received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInTimeExcds": {
                "type": "integer",
                "description": "The number of ICMP Time Exceeded messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInParmProbs": {
                "type": "integer",
                "description": "The number of ICMP Parameter Problem messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInSrcQuenchs": {
                "type": "integer",
                "description": "The number of ICMP Source Quench messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInRedirects": {
                "type": "integer",
                "description": "The number of ICMP Redirect messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInEchos": {
                "type": "integer",
                "description": "The number of ICMP Echo (request) messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInEchoReps": {
                "type": "integer",
                "description": "The number of ICMP Echo Reply messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInTimestamps": {
                "type": "integer",
                "description": "The number of ICMP Timestamp (request) messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInTimestampReps": {
                "type": "integer",
                "description": "The number of ICMP Timestamp Reply messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInAddrMasks": {
                "type": "integer",
                "description": "The number of ICMP Address Mask Request messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpInAddrMaskReps": {
                "type": "integer",
                "description": "The number of ICMP Address Mask Reply messages received.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutMsgs": {
                "type": "integer",
                "description": "The total number of ICMP messages which this entity\n          attempted to send.  Note that this counter includes all\n          those counted by icmpOutErrors.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          icmpStatsOutMsgs.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutErrors": {
                "type": "integer",
                "description": "The number of ICMP messages which this entity did not send\n          due to problems discovered within ICMP, such as a lack of\n          buffers.  This value should not include errors discovered\n          outside the ICMP layer, such as the inability of IP to route\n          the resultant datagram.  In some implementations, there may\n          be no types of error which contribute to this counter's\n          value.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by\n          icmpStatsOutErrors.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutDestUnreachs": {
                "type": "integer",
                "description": "The number of ICMP Destination Unreachable messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutTimeExcds": {
                "type": "integer",
                "description": "The number of ICMP Time Exceeded messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutParmProbs": {
                "type": "integer",
                "description": "The number of ICMP Parameter Problem messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutSrcQuenchs": {
                "type": "integer",
                "description": "The number of ICMP Source Quench messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutRedirects": {
                "type": "integer",
                "description": "The number of ICMP Redirect messages sent.  For a host, this\n          object will always be zero, since hosts do not send\n          redirects.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutEchos": {
                "type": "integer",
                "description": "The number of ICMP Echo (request) messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutEchoReps": {
                "type": "integer",
                "description": "The number of ICMP Echo Reply messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutTimestamps": {
                "type": "integer",
                "description": "The number of ICMP Timestamp (request) messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutTimestampReps": {
                "type": "integer",
                "description": "The number of ICMP Timestamp Reply messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutAddrMasks": {
                "type": "integer",
                "description": "The number of ICMP Address Mask Request messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "icmpOutAddrMaskReps": {
                "type": "integer",
                "description": "The number of ICMP Address Mask Reply messages sent.\n          \n          This object has been deprecated, as a new IP version-neutral\n          table has been added.  It is loosely replaced by a column in\n          the icmpMsgStatsTable.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipAddrTable": {
            "type": "object",
            "description": "The table of addressing information relevant to this\n        entity's IPv4 addresses.\n        \n        This table has been deprecated, as a new IP version-neutral\n        table has been added.  It is loosely replaced by the\n        ipAddressTable although several objects that weren't deemed\n        useful weren't carried forward while another\n        (ipAdEntReasmMaxSize) was moved to the ipv4InterfaceTable.",
            "properties": {
              "ipAddrEntry": {
                "type": "array",
                "description": "The addressing information for one of this entity's IPv4\n          addresses.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipAdEntAddr": {
                      "type": "string",
                      "description": "The IPv4 address to which this entry's addressing\n            information pertains.",
                      "format": "inet:ipv4-address",
                      "readOnly": true
                    },
                    "ipAdEntIfIndex": {
                      "type": "integer",
                      "description": "The index value which uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ipAdEntNetMask": {
                      "type": "string",
                      "description": "The subnet mask associated with the IPv4 address of this\n            entry.  The value of the mask is an IPv4 address with all\n            the network bits set to 1 and all the hosts bits set to 0.",
                      "format": "inet:ipv4-address",
                      "readOnly": true
                    },
                    "ipAdEntBcastAddr": {
                      "type": "integer",
                      "description": "The value of the least-significant bit in the IPv4 broadcast\n            address used for sending datagrams on the (logical)\n            interface associated with the IPv4 address of this entry.\n            For example, when the Internet standard all-ones broadcast\n            address is used, the value will be 1.  This value applies to\n            both the subnet and network broadcast addresses used by the\n            entity on this (logical) interface.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ipAdEntReasmMaxSize": {
                      "type": "integer",
                      "description": "The size of the largest IPv4 datagram which this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipNetToMediaTable": {
            "type": "object",
            "description": "The IPv4 Address Translation table used for mapping from\n        IPv4 addresses to physical addresses.\n        \n        This table has been deprecated, as a new IP version-neutral\n        table has been added.  It is loosely replaced by the\n        ipNetToPhysicalTable.",
            "properties": {
              "ipNetToMediaEntry": {
                "type": "array",
                "description": "Each entry contains one IpAddress to `physical' address\n          equivalence.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipNetToMediaIfIndex": {
                      "type": "integer",
                      "description": "The interface on which this entry's equivalence is\n            effective.  The interface identified by a particular value\n            of this index is the same interface as identified by the\n            \n            \n            same value of the IF-MIB's ifIndex.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ipNetToMediaPhysAddress": {
                      "type": "string",
                      "description": "The media-dependent `physical' address.  This object should\n            return 0 when this entry is in the 'incomplete' state.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined.",
                      "x-yang-type": "yang:phys-address",
                      "readOnly": true
                    },
                    "ipNetToMediaNetAddress": {
                      "type": "string",
                      "description": "The IpAddress corresponding to the media-dependent\n            `physical' address.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
                      "format": "inet:ipv4-address",
                      "readOnly": true
                    },
                    "ipNetToMediaType": {
                      "type": "string",
                      "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            \n            \n            of invalidating the corresponding entry in the\n            ipNetToMediaTable.  That is, it effectively dis-associates\n            the interface identified with said entry from the mapping\n            identified with said entry.  It is an implementation-\n            specific matter as to whether the agent removes an\n            invalidated entry from the table.  Accordingly, management\n            stations must be prepared to receive tabular information\n            from agents that corresponds to entries not currently in\n            use.  Proper interpretation of such entries requires\n            examination of the relevant ipNetToMediaType object.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipv4InterfaceTable": {
            "type": "object",
            "description": "The table containing per-interface IPv4-specific\n        information.",
            "properties": {
              "ipv4InterfaceEntry": {
                "type": "array",
                "description": "An entry containing IPv4-specific information for a specific\n          interface.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipv4InterfaceIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "ipv4InterfaceReasmMaxSize": {
                      "type": "integer",
                      "description": "The size of the largest IPv4 datagram that this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ipv4InterfaceEnableStatus": {
                      "type": "string",
                      "description": "The indication of whether IPv4 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv4 stack.  The IF-MIB should be used to control the state\n            of the interface.",
                      "readOnly": true
                    },
                    "ipv4InterfaceRetransmitTime": {
                      "type": "integer",
                      "description": "The time between retransmissions of ARP requests to a\n            neighbor when resolving the address or when probing the\n            reachability of a neighbor.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipv6InterfaceTable": {
            "type": "object",
            "description": "The table containing per-interface IPv6-specific\n        information.",
            "properties": {
              "ipv6InterfaceEntry": {
                "type": "array",
                "description": "An entry containing IPv6-specific information for a given\n          interface.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipv6InterfaceIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "ipv6InterfaceReasmMaxSize": {
                      "type": "integer",
                      "description": "The size of the largest IPv6 datagram that this entity can\n            re-assemble from incoming IPv6 fragmented datagrams received\n            on this interface.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipv6InterfaceIdentifier": {
                      "type": "string",
                      "description": "The Interface Identifier for this interface.  The Interface\n            Identifier is combined with an address prefix to form an\n            interface address.\n            \n            By default, the Interface Identifier is auto-configured\n            according to the rules of the link type to which this\n            interface is attached.\n            \n            \n            A zero length identifier may be used where appropriate.  One\n            possible example is a loopback interface.",
                      "x-yang-type": "IP-MIB:Ipv6AddressIfIdentifierTC",
                      "readOnly": true
                    },
                    "ipv6InterfaceEnableStatus": {
                      "type": "string",
                      "description": "The indication of whether IPv6 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv6 stack.  The IF-MIB should be used to control the state\n            of the interface.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system.",
                      "readOnly": true
                    },
                    "ipv6InterfaceReachableTime": {
                      "type": "integer",
                      "description": "The time a neighbor is considered reachable after receiving\n            a reachability confirmation.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipv6InterfaceRetransmitTime": {
                      "type": "integer",
                      "description": "The time between retransmissions of Neighbor Solicitation\n            messages to a neighbor when resolving the address or when\n            probing the reachability of a neighbor.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipv6InterfaceForwarding": {
                      "type": "string",
                      "description": "The indication of whether this entity is acting as an IPv6\n            router on this interface with respect to the forwarding of\n            datagrams received by, but not addressed to, this entity.\n            IPv6 routers forward datagrams.  IPv6 hosts do not (except\n            those source-routed via the host).\n            \n            This object is constrained by ipv6IpForwarding and is\n            ignored if ipv6IpForwarding is set to notForwarding.  Those\n            systems that do not provide per-interface control of the\n            forwarding function should set this object to forwarding for\n            all interfaces and allow the ipv6IpForwarding object to\n            control the forwarding capability.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipSystemStatsTable": {
            "type": "object",
            "description": "The table containing system wide, IP version specific\n        traffic statistics.  This table and the ipIfStatsTable\n        contain similar objects whose difference is in their\n        granularity.  Where this table contains system wide traffic\n        statistics, the ipIfStatsTable contains the same statistics\n        but counted on a per-interface basis.",
            "properties": {
              "ipSystemStatsEntry": {
                "type": "array",
                "description": "A statistics entry containing system-wide objects for a\n          particular IP version.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipSystemStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of this row.",
                      "format": "inet:ip-version",
                      "readOnly": true
                    },
                    "ipSystemStatsInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipSystemStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipSystemStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipSystemStatsInOctets, but allows for larger\n            \n            \n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsInHdrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsInNoRoutes": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsInAddrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities\n            that are not IP routers and therefore do not forward\n            \n            \n            datagrams, this counter includes datagrams discarded\n            because the destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsInUnknownProtos": {
                      "type": "integer",
                      "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsInTruncatedPkts": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            ipSystemStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsReasmReqds": {
                      "type": "integer",
                      "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            \n            \n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsReasmOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsReasmFails": {
                      "type": "integer",
                      "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsInDiscards": {
                      "type": "integer",
                      "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipSystemStatsInDelivers, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipSystemStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            ipSystemStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsOutNoRoutes": {
                      "type": "integer",
                      "description": "The number of locally generated IP datagrams discarded\n            because no route could be found to transmit them to their\n            destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipSystemStatsOutForwDatagrams,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsOutDiscards": {
                      "type": "integer",
                      "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            \n            \n            datagrams counted in ipSystemStatsOutForwDatagrams if any\n            such datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsOutFragReqds": {
                      "type": "integer",
                      "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsOutFragOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsOutFragFails": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsOutFragCreates": {
                      "type": "integer",
                      "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipSystemStatsOutTransmits, but allows\n            for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipSystemStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipSystemStatsOutOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInMcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipSystemStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutMcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            \n            \n            ipSystemStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInBcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipSystemStatsHCOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutBcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipSystemStatsDiscontinuityTime": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion at which\n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                      "x-yang-type": "yang:timestamp",
                      "readOnly": true
                    },
                    "ipSystemStatsRefreshRate": {
                      "type": "integer",
                      "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipIfStatsTable": {
            "type": "object",
            "description": "The table containing per-interface traffic statistics.  This\n        table and the ipSystemStatsTable contain similar objects\n        whose difference is in their granularity.  Where this table\n        contains per-interface statistics, the ipSystemStatsTable\n        contains the same statistics, but counted on a system wide\n        basis.",
            "properties": {
              "ipIfStatsEntry": {
                "type": "array",
                "description": "An interface statistics entry containing objects for a\n          particular interface and version of IP.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipIfStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of this row.",
                      "format": "inet:ip-version",
                      "readOnly": true
                    },
                    "ipIfStatsIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "ipIfStatsInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCInReceives": {
                      "type": "integer",
                      "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipIfStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipIfStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCInOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipIfStatsInOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsInHdrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsInNoRoutes": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsInAddrErrors": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities that\n            are not IP routers and therefore do not forward datagrams,\n            this counter includes datagrams discarded because the\n            destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsInUnknownProtos": {
                      "type": "integer",
                      "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsInTruncatedPkts": {
                      "type": "integer",
                      "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCInForwDatagrams": {
                      "type": "integer",
                      "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            \n            \n            ipIfStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsReasmReqds": {
                      "type": "integer",
                      "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsReasmOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsReasmFails": {
                      "type": "integer",
                      "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsInDiscards": {
                      "type": "integer",
                      "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            \n            \n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCInDelivers": {
                      "type": "integer",
                      "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipIfStatsInDelivers, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipIfStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCOutRequests": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            \n            \n            ipIfStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCOutForwDatagrams": {
                      "type": "integer",
                      "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipIfStatsOutForwDatagrams, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsOutDiscards": {
                      "type": "integer",
                      "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            datagrams counted in ipIfStatsOutForwDatagrams if any such\n            datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsOutFragReqds": {
                      "type": "integer",
                      "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsOutFragOKs": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            \n            \n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsOutFragFails": {
                      "type": "integer",
                      "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsOutFragCreates": {
                      "type": "integer",
                      "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCOutTransmits": {
                      "type": "integer",
                      "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipIfStatsOutTransmits, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipIfStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCOutOctets": {
                      "type": "integer",
                      "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipIfStatsOutOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCInMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInMcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            \n            \n            datagrams.  Octets from datagrams counted in\n            ipIfStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCInMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCOutMcastPkts": {
                      "type": "integer",
                      "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutMcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipIfStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCOutMcastOctets": {
                      "type": "integer",
                      "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCInBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInBcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipIfStatsHCOutBcastPkts": {
                      "type": "integer",
                      "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutBcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ipIfStatsDiscontinuityTime": {
                      "type": "string",
                      "description": "The value of sysUpTime on the most recent occasion at which\n            \n            \n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
                      "x-yang-type": "yang:timestamp",
                      "readOnly": true
                    },
                    "ipIfStatsRefreshRate": {
                      "type": "integer",
                      "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipAddressPrefixTable": {
            "type": "object",
            "description": "ipAddressPrefixTable",
            "properties": {
              "ipAddressPrefixEntry": {
                "type": "array",
                "description": "An entry in the ipAddressPrefixTable.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipAddressPrefixIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface on\n            which this prefix is configured.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "ipAddressPrefixType": {
                      "type": "string",
                      "description": "The address type of ipAddressPrefix.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "ipAddressPrefixPrefix": {
                      "type": "string",
                      "description": "The address prefix.  The address type of this object is\n            specified in ipAddressPrefixType.  The length of this object\n            is the standard length for objects of that type (4 or 16\n            bytes).  Any bits after ipAddressPrefixLength must be zero.\n            \n            Implementors need to be aware that, if the size of\n            ipAddressPrefixPrefix exceeds 114 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "ipAddressPrefixLength": {
                      "type": "string",
                      "description": "The prefix length associated with this prefix.\n            \n            The value 0 has no special meaning for this object.  It\n            simply refers to address '::/0'.",
                      "x-yang-type": "inet-address:InetAddressPrefixLength",
                      "readOnly": true
                    },
                    "ipAddressPrefixOrigin": {
                      "type": "string",
                      "description": "The origin of this prefix.",
                      "x-yang-type": "IP-MIB:IpAddressPrefixOriginTC",
                      "readOnly": true
                    },
                    "ipAddressPrefixOnLinkFlag": {
                      "type": "boolean",
                      "description": "This object has the value 'true(1)', if this prefix can be\n            used for on-link determination; otherwise, the value is\n            'false(2)'.\n            \n            The default for IPv4 prefixes is 'true(1)'.",
                      "readOnly": true
                    },
                    "ipAddressPrefixAutonomousFlag": {
                      "type": "boolean",
                      "description": "Autonomous address configuration flag.  When true(1),\n            indicates that this prefix can be used for autonomous\n            address configuration (i.e., can be used to form a local\n            interface address).  If false(2), it is not used to auto-\n            configure a local interface address.\n            \n            The default for IPv4 prefixes is 'false(2)'.",
                      "readOnly": true
                    },
                    "ipAddressPrefixAdvPreferredLifetime": {
                      "type": "integer",
                      "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be preferred, i.e., time until deprecation.\n            \n            A value of 4,294,967,295 represents infinity.\n            \n            The address generated from a deprecated prefix should no\n            longer be used as a source address in new communications,\n            but packets received on such an interface are processed as\n            expected.\n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipAddressPrefixAdvValidLifetime": {
                      "type": "integer",
                      "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be valid, i.e., time until invalidation.  A\n            value of 4,294,967,295 represents infinity.\n            \n            The address generated from an invalidated prefix should not\n            appear as the destination or source address of a packet.\n            \n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipAddressTable": {
            "type": "object",
            "description": "ipAddressTable",
            "properties": {
              "ipAddressEntry": {
                "type": "array",
                "description": "An address mapping for a particular interface.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipAddressAddrType": {
                      "type": "string",
                      "description": "The address type of ipAddressAddr.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "ipAddressAddr": {
                      "type": "string",
                      "description": "The IP address to which this entry's addressing information\n            \n            \n            pertains.  The address type of this object is specified in\n            ipAddressAddrType.\n            \n            Implementors need to be aware that if the size of\n            ipAddressAddr exceeds 116 octets, then OIDS of instances of\n            columns in this row will have more than 128 sub-identifiers\n            and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "ipAddressIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "ipAddressType": {
                      "type": "string",
                      "description": "The type of address.  broadcast(3) is not a valid value for\n            IPv6 addresses (RFC 3513).",
                      "readOnly": true
                    },
                    "ipAddressPrefix": {
                      "type": "string",
                      "description": "A pointer to the row in the prefix table to which this\n            address belongs.  May be { 0 0 } if there is no such row.",
                      "x-yang-type": "snmpv2-tc:RowPointer",
                      "readOnly": true
                    },
                    "ipAddressOrigin": {
                      "type": "string",
                      "description": "The origin of the address.",
                      "x-yang-type": "IP-MIB:IpAddressOriginTC",
                      "readOnly": true
                    },
                    "ipAddressStatus": {
                      "type": "string",
                      "description": "The status of the address, describing if the address can be\n            used for communication.\n            \n            In the absence of other information, an IPv4 address is\n            always preferred(1).",
                      "x-yang-type": "IP-MIB:IpAddressStatusTC",
                      "readOnly": true
                    },
                    "ipAddressCreated": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time this entry was created.\n            If this entry was created prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp",
                      "readOnly": true
                    },
                    "ipAddressLastChanged": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp",
                      "readOnly": true
                    },
                    "ipAddressRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            \n            \n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipAddressIfIndex has been set to a valid index.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    },
                    "ipAddressStorageType": {
                      "type": "string",
                      "description": "The storage type for this conceptual row.  If this object\n            has a value of 'permanent', then no other objects are\n            required to be able to be modified.",
                      "x-yang-type": "snmpv2-tc:StorageType",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipNetToPhysicalTable": {
            "type": "object",
            "description": "ipNetToPhysicalTable",
            "properties": {
              "ipNetToPhysicalEntry": {
                "type": "array",
                "description": "Each entry contains one IP address to `physical' address\n          equivalence.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipNetToPhysicalIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "ipNetToPhysicalNetAddressType": {
                      "type": "string",
                      "description": "The type of ipNetToPhysicalNetAddress.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "ipNetToPhysicalNetAddress": {
                      "type": "string",
                      "description": "The IP Address corresponding to the media-dependent\n            `physical' address.  The address type of this object is\n            specified in ipNetToPhysicalAddressType.\n            \n            Implementors need to be aware that if the size of\n            \n            \n            ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "ipNetToPhysicalPhysAddress": {
                      "type": "string",
                      "description": "The media-dependent `physical' address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage.",
                      "x-yang-type": "yang:phys-address",
                      "readOnly": true
                    },
                    "ipNetToPhysicalLastUpdated": {
                      "type": "string",
                      "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp",
                      "readOnly": true
                    },
                    "ipNetToPhysicalType": {
                      "type": "string",
                      "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            of invalidating the corresponding entry in the\n            ipNetToPhysicalTable.  That is, it effectively dis-\n            associates the interface identified with said entry from the\n            mapping identified with said entry.  It is an\n            implementation-specific matter as to whether the agent\n            \n            \n            removes an invalidated entry from the table.  Accordingly,\n            management stations must be prepared to receive tabular\n            information from agents that corresponds to entries not\n            currently in use.  Proper interpretation of such entries\n            requires examination of the relevant ipNetToPhysicalType\n            object.\n            \n            The 'dynamic(3)' type indicates that the IP address to\n            physical addresses mapping has been dynamically resolved\n            using e.g., IPv4 ARP or the IPv6 Neighbor Discovery\n            protocol.\n            \n            The 'static(4)' type indicates that the mapping has been\n            statically configured.  Both of these refer to entries that\n            provide mappings for other entities addresses.\n            \n            The 'local(5)' type indicates that the mapping is provided\n            for an entity's own interface address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage.",
                      "readOnly": true
                    },
                    "ipNetToPhysicalState": {
                      "type": "string",
                      "description": "The Neighbor Unreachability Detection state for the\n            interface when the address mapping in this entry is used.\n            If Neighbor Unreachability Detection is not in use (e.g. for\n            IPv4), this object is always unknown(6).",
                      "readOnly": true
                    },
                    "ipNetToPhysicalRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipNetToPhysicalPhysAddress object has been set.\n            \n            Note that if the ipNetToPhysicalType is set to 'invalid',\n            the managed node may delete the entry independent of the\n            state of this object.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipv6ScopeZoneIndexTable": {
            "type": "object",
            "description": "The table used to describe IPv6 unicast and multicast scope\n        zones.\n        \n        For those objects that have names rather than numbers, the\n        names were chosen to coincide with the names used in the\n        IPv6 address architecture document.",
            "properties": {
              "ipv6ScopeZoneIndexEntry": {
                "type": "array",
                "description": "Each entry contains the list of scope identifiers on a given\n          interface.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipv6ScopeZoneIndexIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface to\n            which these scopes belong.  The interface identified by a\n            particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndexLinkLocal": {
                      "type": "string",
                      "description": "The zone index for the link-local scope on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndex3": {
                      "type": "string",
                      "description": "The zone index for scope 3 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndexAdminLocal": {
                      "type": "string",
                      "description": "The zone index for the admin-local scope on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndexSiteLocal": {
                      "type": "string",
                      "description": "The zone index for the site-local scope on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndex6": {
                      "type": "string",
                      "description": "The zone index for scope 6 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndex7": {
                      "type": "string",
                      "description": "The zone index for scope 7 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndexOrganizationLocal": {
                      "type": "string",
                      "description": "The zone index for the organization-local scope on this\n            interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndex9": {
                      "type": "string",
                      "description": "The zone index for scope 9 on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndexA": {
                      "type": "string",
                      "description": "The zone index for scope A on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndexB": {
                      "type": "string",
                      "description": "The zone index for scope B on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndexC": {
                      "type": "string",
                      "description": "The zone index for scope C on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    },
                    "ipv6ScopeZoneIndexD": {
                      "type": "string",
                      "description": "The zone index for scope D on this interface.",
                      "x-yang-type": "inet-address:InetZoneIndex",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipDefaultRouterTable": {
            "type": "object",
            "description": "The table used to describe the default routers known to this\n        \n        \n        entity.",
            "properties": {
              "ipDefaultRouterEntry": {
                "type": "array",
                "description": "Each entry contains information about a default router known\n          to this entity.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipDefaultRouterAddressType": {
                      "type": "string",
                      "description": "The address type for this row.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "ipDefaultRouterAddress": {
                      "type": "string",
                      "description": "The IP address of the default router represented by this\n            row.  The address type of this object is specified in\n            ipDefaultRouterAddressType.\n            \n            Implementers need to be aware that if the size of\n            ipDefaultRouterAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "ipDefaultRouterIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface by\n            which the router can be reached.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "ipDefaultRouterLifetime": {
                      "type": "integer",
                      "description": "The remaining length of time, in seconds, that this router\n            will continue to be useful as a default router.  A value of\n            zero indicates that it is no longer useful as a default\n            router.  It is left to the implementer of the MIB as to\n            whether a router with a lifetime of zero is removed from the\n            list.\n            \n            For IPv6, this value should be extracted from the router\n            advertisement messages.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipDefaultRouterPreference": {
                      "type": "string",
                      "description": "An indication of preference given to this router as a\n            default router as described in he Default Router\n            Preferences document.  Treating the value as a\n            2 bit signed integer allows for simple arithmetic\n            comparisons.\n            \n            For IPv4 routers or IPv6 routers that are not using the\n            updated router advertisement format, this object is set to\n            medium (0).",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ipv6RouterAdvertTable": {
            "type": "object",
            "description": "The table containing information used to construct router\n        advertisements.",
            "properties": {
              "ipv6RouterAdvertEntry": {
                "type": "array",
                "description": "An entry containing information used to construct router\n          advertisements.\n          \n          Information in this table is persistent, and when this\n          object is written, the entity SHOULD save the change to\n          non-volatile storage.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ipv6RouterAdvertIfIndex": {
                      "type": "string",
                      "description": "The index value that uniquely identifies the interface on\n            which router advertisements constructed with this\n            information will be transmitted.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "ipv6RouterAdvertSendAdverts": {
                      "type": "boolean",
                      "description": "A flag indicating whether the router sends periodic\n            router advertisements and responds to router solicitations\n            on this interface.",
                      "readOnly": true
                    },
                    "ipv6RouterAdvertMaxInterval": {
                      "type": "integer",
                      "description": "The maximum time allowed between sending unsolicited router\n            \n            \n            advertisements from this interface.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipv6RouterAdvertMinInterval": {
                      "type": "integer",
                      "description": "The minimum time allowed between sending unsolicited router\n            advertisements from this interface.\n            \n            The default is 0.33 * ipv6RouterAdvertMaxInterval, however,\n            in the case of a low value for ipv6RouterAdvertMaxInterval,\n            the minimum value for this object is restricted to 3.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipv6RouterAdvertManagedFlag": {
                      "type": "boolean",
                      "description": "The true/false value to be placed into the 'managed address\n            configuration' flag field in router advertisements sent from\n            this interface.",
                      "readOnly": true
                    },
                    "ipv6RouterAdvertOtherConfigFlag": {
                      "type": "boolean",
                      "description": "The true/false value to be placed into the 'other stateful\n            configuration' flag field in router advertisements sent from\n            this interface.",
                      "readOnly": true
                    },
                    "ipv6RouterAdvertLinkMTU": {
                      "type": "integer",
                      "description": "The value to be placed in MTU options sent by the router on\n            this interface.\n            \n            A value of zero indicates that no MTU options are sent.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipv6RouterAdvertReachableTime": {
                      "type": "integer",
                      "description": "The value to be placed in the reachable time field in router\n            advertisement messages sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for reachable\n            time.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipv6RouterAdvertRetransmitTime": {
                      "type": "integer",
                      "description": "The value to be placed in the retransmit timer field in\n            router advertisements sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for retrans\n            time.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipv6RouterAdvertCurHopLimit": {
                      "type": "integer",
                      "description": "The default value to be placed in the current hop limit\n            field in router advertisements sent from this interface.\n            \n            \n            The value should be set to the current diameter of the\n            Internet.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for curHopLimit.\n            \n            The default should be set to the value specified in the IANA\n            web pages (www.iana.org) at the time of implementation.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipv6RouterAdvertDefaultLifetime": {
                      "type": "integer",
                      "description": "The value to be placed in the router lifetime field of\n            router advertisements sent from this interface.  This value\n            MUST be either 0 or between ipv6RouterAdvertMaxInterval and\n            9000 seconds.\n            \n            A value of zero indicates that the router is not to be used\n            as a default router.\n            \n            The default is 3 * ipv6RouterAdvertMaxInterval.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ipv6RouterAdvertRowStatus": {
                      "type": "string",
                      "description": "The status of this conceptual row.\n            \n            As all objects in this conceptual row have default values, a\n            row can be created and made active by setting this object\n            appropriately.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "icmpStatsTable": {
            "type": "object",
            "description": "The table of generic system-wide ICMP counters.",
            "properties": {
              "icmpStatsEntry": {
                "type": "array",
                "description": "A conceptual row in the icmpStatsTable.",
                "items": {
                  "type": "object",
                  "properties": {
                    "icmpStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of the statistics.",
                      "format": "inet:ip-version",
                      "readOnly": true
                    },
                    "icmpStatsInMsgs": {
                      "type": "integer",
                      "description": "The total number of ICMP messages that the entity received.\n            Note that this counter includes all those counted by\n            icmpStatsInErrors.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "icmpStatsInErrors": {
                      "type": "integer",
                      "description": "The number of ICMP messages that the entity received but\n            determined as having ICMP-specific errors (bad ICMP\n            checksums, bad length, etc.).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "icmpStatsOutMsgs": {
                      "type": "integer",
                      "description": "The total number of ICMP messages that the entity attempted\n            to send.  Note that this counter includes all those counted\n            by icmpStatsOutErrors.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "icmpStatsOutErrors": {
                      "type": "integer",
                      "description": "The number of ICMP messages that this entity did not send\n            due to problems discovered within ICMP, such as a lack of\n            buffers.  This value should not include errors discovered\n            outside the ICMP layer, such as the inability of IP to route\n            the resultant datagram.  In some implementations, there may\n            be no types of error that contribute to this counter's\n            value.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "icmpMsgStatsTable": {
            "type": "object",
            "description": "The table of system-wide per-version, per-message type ICMP\n        counters.",
            "properties": {
              "icmpMsgStatsEntry": {
                "type": "array",
                "description": "icmpMsgStatsEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "icmpMsgStatsIPVersion": {
                      "type": "string",
                      "description": "The IP version of the statistics.",
                      "format": "inet:ip-version",
                      "readOnly": true
                    },
                    "icmpMsgStatsType": {
                      "type": "integer",
                      "description": "The ICMP type field of the message type being counted by\n            this row.\n            \n            Note that ICMP message types are scoped by the address type\n            in use.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "icmpMsgStatsInPkts": {
                      "type": "integer",
                      "description": "The number of input packets for this AF and type.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "icmpMsgStatsOutPkts": {
                      "type": "integer",
                      "description": "The number of output packets for this AF and type.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "IP-MIB_ipAddrEntry": {
        "type": "array",
        "description": "The addressing information for one of this entity's IPv4\n          addresses.",
        "items": {
          "type": "object",
          "properties": {
            "ipAdEntAddr": {
              "type": "string",
              "description": "The IPv4 address to which this entry's addressing\n            information pertains.",
              "format": "inet:ipv4-address",
              "readOnly": true
            },
            "ipAdEntIfIndex": {
              "type": "integer",
              "description": "The index value which uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ipAdEntNetMask": {
              "type": "string",
              "description": "The subnet mask associated with the IPv4 address of this\n            entry.  The value of the mask is an IPv4 address with all\n            the network bits set to 1 and all the hosts bits set to 0.",
              "format": "inet:ipv4-address",
              "readOnly": true
            },
            "ipAdEntBcastAddr": {
              "type": "integer",
              "description": "The value of the least-significant bit in the IPv4 broadcast\n            address used for sending datagrams on the (logical)\n            interface associated with the IPv4 address of this entry.\n            For example, when the Internet standard all-ones broadcast\n            address is used, the value will be 1.  This value applies to\n            both the subnet and network broadcast addresses used by the\n            entity on this (logical) interface.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ipAdEntReasmMaxSize": {
              "type": "integer",
              "description": "The size of the largest IPv4 datagram which this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_ipNetToMediaEntry": {
        "type": "array",
        "description": "Each entry contains one IpAddress to `physical' address\n          equivalence.",
        "items": {
          "type": "object",
          "properties": {
            "ipNetToMediaIfIndex": {
              "type": "integer",
              "description": "The interface on which this entry's equivalence is\n            effective.  The interface identified by a particular value\n            of this index is the same interface as identified by the\n            \n            \n            same value of the IF-MIB's ifIndex.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ipNetToMediaPhysAddress": {
              "type": "string",
              "description": "The media-dependent `physical' address.  This object should\n            return 0 when this entry is in the 'incomplete' state.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined.",
              "x-yang-type": "yang:phys-address",
              "readOnly": true
            },
            "ipNetToMediaNetAddress": {
              "type": "string",
              "description": "The IpAddress corresponding to the media-dependent\n            `physical' address.\n            \n            This object predates the rule limiting index objects to a\n            max access value of 'not-accessible' and so continues to use\n            a value of 'read-create'.",
              "format": "inet:ipv4-address",
              "readOnly": true
            },
            "ipNetToMediaType": {
              "type": "string",
              "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            \n            \n            of invalidating the corresponding entry in the\n            ipNetToMediaTable.  That is, it effectively dis-associates\n            the interface identified with said entry from the mapping\n            identified with said entry.  It is an implementation-\n            specific matter as to whether the agent removes an\n            invalidated entry from the table.  Accordingly, management\n            stations must be prepared to receive tabular information\n            from agents that corresponds to entries not currently in\n            use.  Proper interpretation of such entries requires\n            examination of the relevant ipNetToMediaType object.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity should not save the\n            change to non-volatile storage.  Note: a stronger\n            requirement is not used because this object was previously\n            defined.",
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_ipv4InterfaceEntry": {
        "type": "array",
        "description": "An entry containing IPv4-specific information for a specific\n          interface.",
        "items": {
          "type": "object",
          "properties": {
            "ipv4InterfaceIfIndex": {
              "type": "string",
              "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "ipv4InterfaceReasmMaxSize": {
              "type": "integer",
              "description": "The size of the largest IPv4 datagram that this entity can\n            re-assemble from incoming IPv4 fragmented datagrams received\n            on this interface.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ipv4InterfaceEnableStatus": {
              "type": "string",
              "description": "The indication of whether IPv4 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv4 stack.  The IF-MIB should be used to control the state\n            of the interface.",
              "readOnly": true
            },
            "ipv4InterfaceRetransmitTime": {
              "type": "integer",
              "description": "The time between retransmissions of ARP requests to a\n            neighbor when resolving the address or when probing the\n            reachability of a neighbor.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_ipv6InterfaceEntry": {
        "type": "array",
        "description": "An entry containing IPv6-specific information for a given\n          interface.",
        "items": {
          "type": "object",
          "properties": {
            "ipv6InterfaceIfIndex": {
              "type": "string",
              "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "ipv6InterfaceReasmMaxSize": {
              "type": "integer",
              "description": "The size of the largest IPv6 datagram that this entity can\n            re-assemble from incoming IPv6 fragmented datagrams received\n            on this interface.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipv6InterfaceIdentifier": {
              "type": "string",
              "description": "The Interface Identifier for this interface.  The Interface\n            Identifier is combined with an address prefix to form an\n            interface address.\n            \n            By default, the Interface Identifier is auto-configured\n            according to the rules of the link type to which this\n            interface is attached.\n            \n            \n            A zero length identifier may be used where appropriate.  One\n            possible example is a loopback interface.",
              "x-yang-type": "IP-MIB:Ipv6AddressIfIdentifierTC",
              "readOnly": true
            },
            "ipv6InterfaceEnableStatus": {
              "type": "string",
              "description": "The indication of whether IPv6 is enabled (up) or disabled\n            (down) on this interface.  This object does not affect the\n            state of the interface itself, only its connection to an\n            IPv6 stack.  The IF-MIB should be used to control the state\n            of the interface.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system.",
              "readOnly": true
            },
            "ipv6InterfaceReachableTime": {
              "type": "integer",
              "description": "The time a neighbor is considered reachable after receiving\n            a reachability confirmation.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipv6InterfaceRetransmitTime": {
              "type": "integer",
              "description": "The time between retransmissions of Neighbor Solicitation\n            messages to a neighbor when resolving the address or when\n            probing the reachability of a neighbor.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipv6InterfaceForwarding": {
              "type": "string",
              "description": "The indication of whether this entity is acting as an IPv6\n            router on this interface with respect to the forwarding of\n            datagrams received by, but not addressed to, this entity.\n            IPv6 routers forward datagrams.  IPv6 hosts do not (except\n            those source-routed via the host).\n            \n            This object is constrained by ipv6IpForwarding and is\n            ignored if ipv6IpForwarding is set to notForwarding.  Those\n            systems that do not provide per-interface control of the\n            forwarding function should set this object to forwarding for\n            all interfaces and allow the ipv6IpForwarding object to\n            control the forwarding capability.\n            \n            When this object is written, the entity SHOULD save the\n            change to non-volatile storage and restore the object from\n            non-volatile storage upon re-initialization of the system.",
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_ipSystemStatsEntry": {
        "type": "array",
        "description": "A statistics entry containing system-wide objects for a\n          particular IP version.",
        "items": {
          "type": "object",
          "properties": {
            "ipSystemStatsIPVersion": {
              "type": "string",
              "description": "The IP version of this row.",
              "format": "inet:ip-version",
              "readOnly": true
            },
            "ipSystemStatsInReceives": {
              "type": "integer",
              "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCInReceives": {
              "type": "integer",
              "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipSystemStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsInOctets": {
              "type": "integer",
              "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipSystemStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCInOctets": {
              "type": "integer",
              "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipSystemStatsInOctets, but allows for larger\n            \n            \n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsInHdrErrors": {
              "type": "integer",
              "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsInNoRoutes": {
              "type": "integer",
              "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsInAddrErrors": {
              "type": "integer",
              "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities\n            that are not IP routers and therefore do not forward\n            \n            \n            datagrams, this counter includes datagrams discarded\n            because the destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsInUnknownProtos": {
              "type": "integer",
              "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsInTruncatedPkts": {
              "type": "integer",
              "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsInForwDatagrams": {
              "type": "integer",
              "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCInForwDatagrams": {
              "type": "integer",
              "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            ipSystemStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsReasmReqds": {
              "type": "integer",
              "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            \n            \n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsReasmOKs": {
              "type": "integer",
              "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsReasmFails": {
              "type": "integer",
              "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsInDiscards": {
              "type": "integer",
              "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsInDelivers": {
              "type": "integer",
              "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCInDelivers": {
              "type": "integer",
              "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipSystemStatsInDelivers, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsOutRequests": {
              "type": "integer",
              "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipSystemStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCOutRequests": {
              "type": "integer",
              "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            ipSystemStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsOutNoRoutes": {
              "type": "integer",
              "description": "The number of locally generated IP datagrams discarded\n            because no route could be found to transmit them to their\n            destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsOutForwDatagrams": {
              "type": "integer",
              "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCOutForwDatagrams": {
              "type": "integer",
              "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipSystemStatsOutForwDatagrams,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsOutDiscards": {
              "type": "integer",
              "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            \n            \n            datagrams counted in ipSystemStatsOutForwDatagrams if any\n            such datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsOutFragReqds": {
              "type": "integer",
              "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsOutFragOKs": {
              "type": "integer",
              "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsOutFragFails": {
              "type": "integer",
              "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsOutFragCreates": {
              "type": "integer",
              "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsOutTransmits": {
              "type": "integer",
              "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCOutTransmits": {
              "type": "integer",
              "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipSystemStatsOutTransmits, but allows\n            for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsOutOctets": {
              "type": "integer",
              "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipSystemStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCOutOctets": {
              "type": "integer",
              "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipSystemStatsOutOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsInMcastPkts": {
              "type": "integer",
              "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCInMcastPkts": {
              "type": "integer",
              "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInMcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsInMcastOctets": {
              "type": "integer",
              "description": "The total number of octets received in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipSystemStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCInMcastOctets": {
              "type": "integer",
              "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsOutMcastPkts": {
              "type": "integer",
              "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCOutMcastPkts": {
              "type": "integer",
              "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutMcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsOutMcastOctets": {
              "type": "integer",
              "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            \n            \n            ipSystemStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCOutMcastOctets": {
              "type": "integer",
              "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipSystemStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsInBcastPkts": {
              "type": "integer",
              "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCInBcastPkts": {
              "type": "integer",
              "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipSystemStatsInBcastPkts but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsOutBcastPkts": {
              "type": "integer",
              "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipSystemStatsHCOutBcastPkts": {
              "type": "integer",
              "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as\n            ipSystemStatsOutBcastPkts, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipSystemStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipSystemStatsDiscontinuityTime": {
              "type": "string",
              "description": "The value of sysUpTime on the most recent occasion at which\n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
              "x-yang-type": "yang:timestamp",
              "readOnly": true
            },
            "ipSystemStatsRefreshRate": {
              "type": "integer",
              "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_ipIfStatsEntry": {
        "type": "array",
        "description": "An interface statistics entry containing objects for a\n          particular interface and version of IP.",
        "items": {
          "type": "object",
          "properties": {
            "ipIfStatsIPVersion": {
              "type": "string",
              "description": "The IP version of this row.",
              "format": "inet:ip-version",
              "readOnly": true
            },
            "ipIfStatsIfIndex": {
              "type": "string",
              "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "ipIfStatsInReceives": {
              "type": "integer",
              "description": "The total number of input IP datagrams received, including\n            those received in error.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCInReceives": {
              "type": "integer",
              "description": "The total number of input IP datagrams received, including\n            those received in error.  This object counts the same\n            datagrams as ipIfStatsInReceives, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsInOctets": {
              "type": "integer",
              "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  Octets from datagrams\n            counted in ipIfStatsInReceives MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCInOctets": {
              "type": "integer",
              "description": "The total number of octets received in input IP datagrams,\n            including those received in error.  This object counts the\n            same octets as ipIfStatsInOctets, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsInHdrErrors": {
              "type": "integer",
              "description": "The number of input IP datagrams discarded due to errors in\n            their IP headers, including version number mismatch, other\n            format errors, hop count exceeded, errors discovered in\n            processing their IP options, etc.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsInNoRoutes": {
              "type": "integer",
              "description": "The number of input IP datagrams discarded because no route\n            could be found to transmit them to their destination.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsInAddrErrors": {
              "type": "integer",
              "description": "The number of input IP datagrams discarded because the IP\n            address in their IP header's destination field was not a\n            valid address to be received at this entity.  This count\n            includes invalid addresses (e.g., ::0).  For entities that\n            are not IP routers and therefore do not forward datagrams,\n            this counter includes datagrams discarded because the\n            destination address was not a local address.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsInUnknownProtos": {
              "type": "integer",
              "description": "The number of locally-addressed IP datagrams received\n            successfully but discarded because of an unknown or\n            unsupported protocol.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsInTruncatedPkts": {
              "type": "integer",
              "description": "The number of input IP datagrams discarded because the\n            datagram frame didn't carry enough data.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsInForwDatagrams": {
              "type": "integer",
              "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  In entities that do not act as IP routers,\n            this counter will include only those datagrams that were\n            Source-Routed via this entity, and the Source-Route\n            processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            incoming interface is incremented for each datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCInForwDatagrams": {
              "type": "integer",
              "description": "The number of input datagrams for which this entity was not\n            their final IP destination and for which this entity\n            attempted to find a route to forward them to that final\n            destination.  This object counts the same packets as\n            \n            \n            ipIfStatsInForwDatagrams, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsReasmReqds": {
              "type": "integer",
              "description": "The number of IP fragments received that needed to be\n            reassembled at this interface.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsReasmOKs": {
              "type": "integer",
              "description": "The number of IP datagrams successfully reassembled.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsReasmFails": {
              "type": "integer",
              "description": "The number of failures detected by the IP re-assembly\n            algorithm (for whatever reason: timed out, errors, etc.).\n            Note that this is not necessarily a count of discarded IP\n            fragments since some algorithms (notably the algorithm in\n            RFC 815) can lose track of the number of fragments by\n            combining them as they are received.\n            \n            When tracking interface statistics, the counter of the\n            interface to which these fragments were addressed is\n            incremented.  This interface might not be the same as the\n            input interface for some of the fragments.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsInDiscards": {
              "type": "integer",
              "description": "The number of input IP datagrams for which no problems were\n            encountered to prevent their continued processing, but\n            were discarded (e.g., for lack of buffer space).  Note that\n            this counter does not include any datagrams discarded while\n            awaiting re-assembly.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsInDelivers": {
              "type": "integer",
              "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).\n            \n            When tracking interface statistics, the counter of the\n            interface to which these datagrams were addressed is\n            incremented.  This interface might not be the same as the\n            \n            \n            input interface for some of the datagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCInDelivers": {
              "type": "integer",
              "description": "The total number of datagrams successfully delivered to IP\n            user-protocols (including ICMP).  This object counts the\n            same packets as ipIfStatsInDelivers, but allows for larger\n            values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsOutRequests": {
              "type": "integer",
              "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  Note that this counter does not include any\n            datagrams counted in ipIfStatsOutForwDatagrams.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCOutRequests": {
              "type": "integer",
              "description": "The total number of IP datagrams that local IP user-\n            protocols (including ICMP) supplied to IP in requests for\n            transmission.  This object counts the same packets as\n            \n            \n            ipIfStatsOutRequests, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsOutForwDatagrams": {
              "type": "integer",
              "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  In entities\n            that do not act as IP routers, this counter will include\n            only those datagrams that were Source-Routed via this\n            entity, and the Source-Route processing was successful.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            forwarded datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCOutForwDatagrams": {
              "type": "integer",
              "description": "The number of datagrams for which this entity was not their\n            final IP destination and for which it was successful in\n            finding a path to their final destination.  This object\n            counts the same packets as ipIfStatsOutForwDatagrams, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            \n            \n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsOutDiscards": {
              "type": "integer",
              "description": "The number of output IP datagrams for which no problem was\n            encountered to prevent their transmission to their\n            destination, but were discarded (e.g., for lack of\n            buffer space).  Note that this counter would include\n            datagrams counted in ipIfStatsOutForwDatagrams if any such\n            datagrams met this (discretionary) discard criterion.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsOutFragReqds": {
              "type": "integer",
              "description": "The number of IP datagrams that would require fragmentation\n            in order to be transmitted.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsOutFragOKs": {
              "type": "integer",
              "description": "The number of IP datagrams that have been successfully\n            fragmented.\n            \n            When tracking interface statistics, the counter of the\n            \n            \n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsOutFragFails": {
              "type": "integer",
              "description": "The number of IP datagrams that have been discarded because\n            they needed to be fragmented but could not be.  This\n            includes IPv4 packets that have the DF bit set and IPv6\n            packets that are being forwarded and exceed the outgoing\n            link MTU.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for an unsuccessfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsOutFragCreates": {
              "type": "integer",
              "description": "The number of output datagram fragments that have been\n            generated as a result of IP fragmentation.\n            \n            When tracking interface statistics, the counter of the\n            outgoing interface is incremented for a successfully\n            fragmented datagram.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsOutTransmits": {
              "type": "integer",
              "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This includes\n            datagrams generated locally and those forwarded by this\n            entity.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCOutTransmits": {
              "type": "integer",
              "description": "The total number of IP datagrams that this entity supplied\n            to the lower layers for transmission.  This object counts\n            the same datagrams as ipIfStatsOutTransmits, but allows for\n            larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsOutOctets": {
              "type": "integer",
              "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  Octets from datagrams\n            counted in ipIfStatsOutTransmits MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCOutOctets": {
              "type": "integer",
              "description": "The total number of octets in IP datagrams delivered to the\n            lower layers for transmission.  This objects counts the same\n            octets as ipIfStatsOutOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsInMcastPkts": {
              "type": "integer",
              "description": "The number of IP multicast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCInMcastPkts": {
              "type": "integer",
              "description": "The number of IP multicast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInMcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsInMcastOctets": {
              "type": "integer",
              "description": "The total number of octets received in IP multicast\n            \n            \n            datagrams.  Octets from datagrams counted in\n            ipIfStatsInMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCInMcastOctets": {
              "type": "integer",
              "description": "The total number of octets received in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsInMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsOutMcastPkts": {
              "type": "integer",
              "description": "The number of IP multicast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCOutMcastPkts": {
              "type": "integer",
              "description": "The number of IP multicast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutMcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            \n            \n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsOutMcastOctets": {
              "type": "integer",
              "description": "The total number of octets transmitted in IP multicast\n            datagrams.  Octets from datagrams counted in\n            ipIfStatsOutMcastPkts MUST be counted here.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCOutMcastOctets": {
              "type": "integer",
              "description": "The total number of octets transmitted in IP multicast\n            datagrams.  This object counts the same octets as\n            ipIfStatsOutMcastOctets, but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsInBcastPkts": {
              "type": "integer",
              "description": "The number of IP broadcast datagrams received.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCInBcastPkts": {
              "type": "integer",
              "description": "The number of IP broadcast datagrams received.  This object\n            counts the same datagrams as ipIfStatsInBcastPkts, but\n            allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsOutBcastPkts": {
              "type": "integer",
              "description": "The number of IP broadcast datagrams transmitted.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipIfStatsHCOutBcastPkts": {
              "type": "integer",
              "description": "The number of IP broadcast datagrams transmitted.  This\n            object counts the same datagrams as ipIfStatsOutBcastPkts,\n            but allows for larger values.\n            \n            Discontinuities in the value of this counter can occur at\n            re-initialization of the management system, and at other\n            times as indicated by the value of\n            ipIfStatsDiscontinuityTime.",
              "minimum": 0,
              "readOnly": true
            },
            "ipIfStatsDiscontinuityTime": {
              "type": "string",
              "description": "The value of sysUpTime on the most recent occasion at which\n            \n            \n            any one or more of this entry's counters suffered a\n            discontinuity.\n            \n            If no such discontinuities have occurred since the last re-\n            initialization of the local management subsystem, then this\n            object contains a zero value.",
              "x-yang-type": "yang:timestamp",
              "readOnly": true
            },
            "ipIfStatsRefreshRate": {
              "type": "integer",
              "description": "The minimum reasonable polling interval for this entry.\n            This object provides an indication of the minimum amount of\n            time required to update the counters in this entry.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_ipAddressPrefixEntry": {
        "type": "array",
        "description": "An entry in the ipAddressPrefixTable.",
        "items": {
          "type": "object",
          "properties": {
            "ipAddressPrefixIfIndex": {
              "type": "string",
              "description": "The index value that uniquely identifies the interface on\n            which this prefix is configured.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "ipAddressPrefixType": {
              "type": "string",
              "description": "The address type of ipAddressPrefix.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "ipAddressPrefixPrefix": {
              "type": "string",
              "description": "The address prefix.  The address type of this object is\n            specified in ipAddressPrefixType.  The length of this object\n            is the standard length for objects of that type (4 or 16\n            bytes).  Any bits after ipAddressPrefixLength must be zero.\n            \n            Implementors need to be aware that, if the size of\n            ipAddressPrefixPrefix exceeds 114 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "ipAddressPrefixLength": {
              "type": "string",
              "description": "The prefix length associated with this prefix.\n            \n            The value 0 has no special meaning for this object.  It\n            simply refers to address '::/0'.",
              "x-yang-type": "inet-address:InetAddressPrefixLength",
              "readOnly": true
            },
            "ipAddressPrefixOrigin": {
              "type": "string",
              "description": "The origin of this prefix.",
              "x-yang-type": "IP-MIB:IpAddressPrefixOriginTC",
              "readOnly": true
            },
            "ipAddressPrefixOnLinkFlag": {
              "type": "boolean",
              "description": "This object has the value 'true(1)', if this prefix can be\n            used for on-link determination; otherwise, the value is\n            'false(2)'.\n            \n            The default for IPv4 prefixes is 'true(1)'.",
              "readOnly": true
            },
            "ipAddressPrefixAutonomousFlag": {
              "type": "boolean",
              "description": "Autonomous address configuration flag.  When true(1),\n            indicates that this prefix can be used for autonomous\n            address configuration (i.e., can be used to form a local\n            interface address).  If false(2), it is not used to auto-\n            configure a local interface address.\n            \n            The default for IPv4 prefixes is 'false(2)'.",
              "readOnly": true
            },
            "ipAddressPrefixAdvPreferredLifetime": {
              "type": "integer",
              "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be preferred, i.e., time until deprecation.\n            \n            A value of 4,294,967,295 represents infinity.\n            \n            The address generated from a deprecated prefix should no\n            longer be used as a source address in new communications,\n            but packets received on such an interface are processed as\n            expected.\n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipAddressPrefixAdvValidLifetime": {
              "type": "integer",
              "description": "The remaining length of time, in seconds, that this prefix\n            will continue to be valid, i.e., time until invalidation.  A\n            value of 4,294,967,295 represents infinity.\n            \n            The address generated from an invalidated prefix should not\n            appear as the destination or source address of a packet.\n            \n            \n            The default for IPv4 prefixes is 4,294,967,295 (infinity).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_ipAddressEntry": {
        "type": "array",
        "description": "An address mapping for a particular interface.",
        "items": {
          "type": "object",
          "properties": {
            "ipAddressAddrType": {
              "type": "string",
              "description": "The address type of ipAddressAddr.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "ipAddressAddr": {
              "type": "string",
              "description": "The IP address to which this entry's addressing information\n            \n            \n            pertains.  The address type of this object is specified in\n            ipAddressAddrType.\n            \n            Implementors need to be aware that if the size of\n            ipAddressAddr exceeds 116 octets, then OIDS of instances of\n            columns in this row will have more than 128 sub-identifiers\n            and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "ipAddressIfIndex": {
              "type": "string",
              "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "ipAddressType": {
              "type": "string",
              "description": "The type of address.  broadcast(3) is not a valid value for\n            IPv6 addresses (RFC 3513).",
              "readOnly": true
            },
            "ipAddressPrefix": {
              "type": "string",
              "description": "A pointer to the row in the prefix table to which this\n            address belongs.  May be { 0 0 } if there is no such row.",
              "x-yang-type": "snmpv2-tc:RowPointer",
              "readOnly": true
            },
            "ipAddressOrigin": {
              "type": "string",
              "description": "The origin of the address.",
              "x-yang-type": "IP-MIB:IpAddressOriginTC",
              "readOnly": true
            },
            "ipAddressStatus": {
              "type": "string",
              "description": "The status of the address, describing if the address can be\n            used for communication.\n            \n            In the absence of other information, an IPv4 address is\n            always preferred(1).",
              "x-yang-type": "IP-MIB:IpAddressStatusTC",
              "readOnly": true
            },
            "ipAddressCreated": {
              "type": "string",
              "description": "The value of sysUpTime at the time this entry was created.\n            If this entry was created prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
              "x-yang-type": "yang:timestamp",
              "readOnly": true
            },
            "ipAddressLastChanged": {
              "type": "string",
              "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
              "x-yang-type": "yang:timestamp",
              "readOnly": true
            },
            "ipAddressRowStatus": {
              "type": "string",
              "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            \n            \n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipAddressIfIndex has been set to a valid index.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            },
            "ipAddressStorageType": {
              "type": "string",
              "description": "The storage type for this conceptual row.  If this object\n            has a value of 'permanent', then no other objects are\n            required to be able to be modified.",
              "x-yang-type": "snmpv2-tc:StorageType",
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_ipNetToPhysicalEntry": {
        "type": "array",
        "description": "Each entry contains one IP address to `physical' address\n          equivalence.",
        "items": {
          "type": "object",
          "properties": {
            "ipNetToPhysicalIfIndex": {
              "type": "string",
              "description": "The index value that uniquely identifies the interface to\n            which this entry is applicable.  The interface identified by\n            a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "ipNetToPhysicalNetAddressType": {
              "type": "string",
              "description": "The type of ipNetToPhysicalNetAddress.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "ipNetToPhysicalNetAddress": {
              "type": "string",
              "description": "The IP Address corresponding to the media-dependent\n            `physical' address.  The address type of this object is\n            specified in ipNetToPhysicalAddressType.\n            \n            Implementors need to be aware that if the size of\n            \n            \n            ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "ipNetToPhysicalPhysAddress": {
              "type": "string",
              "description": "The media-dependent `physical' address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage.",
              "x-yang-type": "yang:phys-address",
              "readOnly": true
            },
            "ipNetToPhysicalLastUpdated": {
              "type": "string",
              "description": "The value of sysUpTime at the time this entry was last\n            updated.  If this entry was updated prior to the last re-\n            initialization of the local network management subsystem,\n            then this object contains a zero value.",
              "x-yang-type": "yang:timestamp",
              "readOnly": true
            },
            "ipNetToPhysicalType": {
              "type": "string",
              "description": "The type of mapping.\n            \n            Setting this object to the value invalid(2) has the effect\n            of invalidating the corresponding entry in the\n            ipNetToPhysicalTable.  That is, it effectively dis-\n            associates the interface identified with said entry from the\n            mapping identified with said entry.  It is an\n            implementation-specific matter as to whether the agent\n            \n            \n            removes an invalidated entry from the table.  Accordingly,\n            management stations must be prepared to receive tabular\n            information from agents that corresponds to entries not\n            currently in use.  Proper interpretation of such entries\n            requires examination of the relevant ipNetToPhysicalType\n            object.\n            \n            The 'dynamic(3)' type indicates that the IP address to\n            physical addresses mapping has been dynamically resolved\n            using e.g., IPv4 ARP or the IPv6 Neighbor Discovery\n            protocol.\n            \n            The 'static(4)' type indicates that the mapping has been\n            statically configured.  Both of these refer to entries that\n            provide mappings for other entities addresses.\n            \n            The 'local(5)' type indicates that the mapping is provided\n            for an entity's own interface address.\n            \n            As the entries in this table are typically not persistent\n            when this object is written the entity SHOULD NOT save the\n            change to non-volatile storage.",
              "readOnly": true
            },
            "ipNetToPhysicalState": {
              "type": "string",
              "description": "The Neighbor Unreachability Detection state for the\n            interface when the address mapping in this entry is used.\n            If Neighbor Unreachability Detection is not in use (e.g. for\n            IPv4), this object is always unknown(6).",
              "readOnly": true
            },
            "ipNetToPhysicalRowStatus": {
              "type": "string",
              "description": "The status of this conceptual row.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.\n            \n            A conceptual row can not be made active until the\n            ipNetToPhysicalPhysAddress object has been set.\n            \n            Note that if the ipNetToPhysicalType is set to 'invalid',\n            the managed node may delete the entry independent of the\n            state of this object.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_ipv6ScopeZoneIndexEntry": {
        "type": "array",
        "description": "Each entry contains the list of scope identifiers on a given\n          interface.",
        "items": {
          "type": "object",
          "properties": {
            "ipv6ScopeZoneIndexIfIndex": {
              "type": "string",
              "description": "The index value that uniquely identifies the interface to\n            which these scopes belong.  The interface identified by a\n            particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndexLinkLocal": {
              "type": "string",
              "description": "The zone index for the link-local scope on this interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndex3": {
              "type": "string",
              "description": "The zone index for scope 3 on this interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndexAdminLocal": {
              "type": "string",
              "description": "The zone index for the admin-local scope on this interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndexSiteLocal": {
              "type": "string",
              "description": "The zone index for the site-local scope on this interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndex6": {
              "type": "string",
              "description": "The zone index for scope 6 on this interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndex7": {
              "type": "string",
              "description": "The zone index for scope 7 on this interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndexOrganizationLocal": {
              "type": "string",
              "description": "The zone index for the organization-local scope on this\n            interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndex9": {
              "type": "string",
              "description": "The zone index for scope 9 on this interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndexA": {
              "type": "string",
              "description": "The zone index for scope A on this interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndexB": {
              "type": "string",
              "description": "The zone index for scope B on this interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndexC": {
              "type": "string",
              "description": "The zone index for scope C on this interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            },
            "ipv6ScopeZoneIndexD": {
              "type": "string",
              "description": "The zone index for scope D on this interface.",
              "x-yang-type": "inet-address:InetZoneIndex",
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_ipDefaultRouterEntry": {
        "type": "array",
        "description": "Each entry contains information about a default router known\n          to this entity.",
        "items": {
          "type": "object",
          "properties": {
            "ipDefaultRouterAddressType": {
              "type": "string",
              "description": "The address type for this row.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "ipDefaultRouterAddress": {
              "type": "string",
              "description": "The IP address of the default router represented by this\n            row.  The address type of this object is specified in\n            ipDefaultRouterAddressType.\n            \n            Implementers need to be aware that if the size of\n            ipDefaultRouterAddress exceeds 115 octets, then OIDS of\n            instances of columns in this row will have more than 128\n            sub-identifiers and cannot be accessed using SNMPv1,\n            SNMPv2c, or SNMPv3.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "ipDefaultRouterIfIndex": {
              "type": "string",
              "description": "The index value that uniquely identifies the interface by\n            which the router can be reached.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "ipDefaultRouterLifetime": {
              "type": "integer",
              "description": "The remaining length of time, in seconds, that this router\n            will continue to be useful as a default router.  A value of\n            zero indicates that it is no longer useful as a default\n            router.  It is left to the implementer of the MIB as to\n            whether a router with a lifetime of zero is removed from the\n            list.\n            \n            For IPv6, this value should be extracted from the router\n            advertisement messages.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipDefaultRouterPreference": {
              "type": "string",
              "description": "An indication of preference given to this router as a\n            default router as described in he Default Router\n            Preferences document.  Treating the value as a\n            2 bit signed integer allows for simple arithmetic\n            comparisons.\n            \n            For IPv4 routers or IPv6 routers that are not using the\n            updated router advertisement format, this object is set to\n            medium (0).",
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_ipv6RouterAdvertEntry": {
        "type": "array",
        "description": "An entry containing information used to construct router\n          advertisements.\n          \n          Information in this table is persistent, and when this\n          object is written, the entity SHOULD save the change to\n          non-volatile storage.",
        "items": {
          "type": "object",
          "properties": {
            "ipv6RouterAdvertIfIndex": {
              "type": "string",
              "description": "The index value that uniquely identifies the interface on\n            which router advertisements constructed with this\n            information will be transmitted.  The interface identified\n            by a particular value of this index is the same interface as\n            identified by the same value of the IF-MIB's ifIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "ipv6RouterAdvertSendAdverts": {
              "type": "boolean",
              "description": "A flag indicating whether the router sends periodic\n            router advertisements and responds to router solicitations\n            on this interface.",
              "readOnly": true
            },
            "ipv6RouterAdvertMaxInterval": {
              "type": "integer",
              "description": "The maximum time allowed between sending unsolicited router\n            \n            \n            advertisements from this interface.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipv6RouterAdvertMinInterval": {
              "type": "integer",
              "description": "The minimum time allowed between sending unsolicited router\n            advertisements from this interface.\n            \n            The default is 0.33 * ipv6RouterAdvertMaxInterval, however,\n            in the case of a low value for ipv6RouterAdvertMaxInterval,\n            the minimum value for this object is restricted to 3.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipv6RouterAdvertManagedFlag": {
              "type": "boolean",
              "description": "The true/false value to be placed into the 'managed address\n            configuration' flag field in router advertisements sent from\n            this interface.",
              "readOnly": true
            },
            "ipv6RouterAdvertOtherConfigFlag": {
              "type": "boolean",
              "description": "The true/false value to be placed into the 'other stateful\n            configuration' flag field in router advertisements sent from\n            this interface.",
              "readOnly": true
            },
            "ipv6RouterAdvertLinkMTU": {
              "type": "integer",
              "description": "The value to be placed in MTU options sent by the router on\n            this interface.\n            \n            A value of zero indicates that no MTU options are sent.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipv6RouterAdvertReachableTime": {
              "type": "integer",
              "description": "The value to be placed in the reachable time field in router\n            advertisement messages sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for reachable\n            time.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipv6RouterAdvertRetransmitTime": {
              "type": "integer",
              "description": "The value to be placed in the retransmit timer field in\n            router advertisements sent from this interface.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for retrans\n            time.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipv6RouterAdvertCurHopLimit": {
              "type": "integer",
              "description": "The default value to be placed in the current hop limit\n            field in router advertisements sent from this interface.\n            \n            \n            The value should be set to the current diameter of the\n            Internet.\n            \n            A value of zero in the router advertisement indicates that\n            the advertisement isn't specifying a value for curHopLimit.\n            \n            The default should be set to the value specified in the IANA\n            web pages (www.iana.org) at the time of implementation.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipv6RouterAdvertDefaultLifetime": {
              "type": "integer",
              "description": "The value to be placed in the router lifetime field of\n            router advertisements sent from this interface.  This value\n            MUST be either 0 or between ipv6RouterAdvertMaxInterval and\n            9000 seconds.\n            \n            A value of zero indicates that the router is not to be used\n            as a default router.\n            \n            The default is 3 * ipv6RouterAdvertMaxInterval.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ipv6RouterAdvertRowStatus": {
              "type": "string",
              "description": "The status of this conceptual row.\n            \n            As all objects in this conceptual row have default values, a\n            row can be created and made active by setting this object\n            appropriately.\n            \n            The RowStatus TC requires that this DESCRIPTION clause\n            states under which circumstances other objects in this row\n            can be modified.  The value of this object has no effect on\n            whether other objects in this conceptual row can be\n            modified.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_icmpStatsEntry": {
        "type": "array",
        "description": "A conceptual row in the icmpStatsTable.",
        "items": {
          "type": "object",
          "properties": {
            "icmpStatsIPVersion": {
              "type": "string",
              "description": "The IP version of the statistics.",
              "format": "inet:ip-version",
              "readOnly": true
            },
            "icmpStatsInMsgs": {
              "type": "integer",
              "description": "The total number of ICMP messages that the entity received.\n            Note that this counter includes all those counted by\n            icmpStatsInErrors.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "icmpStatsInErrors": {
              "type": "integer",
              "description": "The number of ICMP messages that the entity received but\n            determined as having ICMP-specific errors (bad ICMP\n            checksums, bad length, etc.).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "icmpStatsOutMsgs": {
              "type": "integer",
              "description": "The total number of ICMP messages that the entity attempted\n            to send.  Note that this counter includes all those counted\n            by icmpStatsOutErrors.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "icmpStatsOutErrors": {
              "type": "integer",
              "description": "The number of ICMP messages that this entity did not send\n            due to problems discovered within ICMP, such as a lack of\n            buffers.  This value should not include errors discovered\n            outside the ICMP layer, such as the inability of IP to route\n            the resultant datagram.  In some implementations, there may\n            be no types of error that contribute to this counter's\n            value.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "IP-MIB_icmpMsgStatsEntry": {
        "type": "array",
        "description": "icmpMsgStatsEntry",
        "items": {
          "type": "object",
          "properties": {
            "icmpMsgStatsIPVersion": {
              "type": "string",
              "description": "The IP version of the statistics.",
              "format": "inet:ip-version",
              "readOnly": true
            },
            "icmpMsgStatsType": {
              "type": "integer",
              "description": "The ICMP type field of the message type being counted by\n            this row.\n            \n            Note that ICMP message types are scoped by the address type\n            in use.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "icmpMsgStatsInPkts": {
              "type": "integer",
              "description": "The number of input packets for this AF and type.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "icmpMsgStatsOutPkts": {
              "type": "integer",
              "description": "The number of output packets for this AF and type.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "restconf-error": {
        "type": "object",
        "description": "Standard RESTCONF error response (RFC 8040 Section 7.1)",
        "properties": {
          "ietf-restconf:errors": {
            "type": "object",
            "properties": {
              "error": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "error-type": {
                      "type": "string",
                      "enum": [
                        "transport",
                        "rpc",
                        "protocol",
                        "application"
                      ],
                      "description": "Layer where the error occurred"
                    },
                    "error-tag": {
                      "type": "string",
                      "description": "Enumerated error tag (e.g. invalid-value, data-missing, access-denied)"
                    },
                    "error-severity": {
                      "type": "string",
                      "enum": [
                        "error",
                        "warning"
                      ],
                      "description": "Error severity"
                    },
                    "error-app-tag": {
                      "type": "string",
                      "description": "Application-specific error tag"
                    },
                    "error-path": {
                      "type": "string",
                      "description": "YANG instance-identifier of the error node"
                    },
                    "error-message": {
                      "type": "string",
                      "description": "Human-readable error description"
                    }
                  },
                  "required": [
                    "error-type",
                    "error-tag"
                  ]
                }
              }
            }
          }
        },
        "example": {
          "ietf-restconf:errors": {
            "error": [
              {
                "error-type": "protocol",
                "error-tag": "invalid-value",
                "error-severity": "error",
                "error-message": "Invalid input parameter"
              }
            ]
          }
        }
      }
    },
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic"
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ],
  "tags": [
    {
      "name": "IP-MIB",
      "description": "MIB operations for IP-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
