{
  "openapi": "3.0.0",
  "info": {
    "title": "Q-BRIDGE-MIB MIB API",
    "version": "1.0.0",
    "description": "SNMP MIB translated to YANG data model\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 Q-BRIDGE-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/Q-BRIDGE-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "Q-BRIDGE-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/Q-BRIDGE-MIB:dot1qBase": {
      "get": {
        "summary": "Get dot1qBase data",
        "description": "Retrieve dot1qBase operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The version number of IEEE 802.1Q that this device\n          supports.",
                  "properties": {
                    "dot1qVlanVersionNumber": {
                      "type": "string",
                      "description": "The version number of IEEE 802.1Q that this device\n          supports."
                    },
                    "dot1qMaxVlanId": {
                      "type": "string",
                      "description": "The maximum IEEE 802.1Q VLAN-ID that this device\n          \n          supports.",
                      "x-yang-type": "Q-BRIDGE-MIB:VlanId"
                    },
                    "dot1qMaxSupportedVlans": {
                      "type": "integer",
                      "description": "The maximum number of IEEE 802.1Q VLANs that this\n          device supports.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qNumVlans": {
                      "type": "integer",
                      "description": "The current number of IEEE 802.1Q VLANs that are\n          configured in this device.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qGvrpStatus": {
                      "type": "string",
                      "description": "The administrative status requested by management for\n          GVRP.  The value enabled(1) indicates that GVRP should\n          be enabled on this device, on all ports for which it has\n          not been specifically disabled.  When disabled(2), GVRP\n          is disabled on all ports, and all GVRP packets will be\n          forwarded transparently.  This object affects all GVRP\n          Applicant and Registrar state machines.  A transition\n          from disabled(2) to enabled(1) will cause a reset of all\n          GVRP state machines on all ports.\n          \n          The value of this object MUST be retained across\n          reinitializations of the management system.",
                      "x-yang-type": "p-bridge:EnabledStatus"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qBase": {
                    "dot1qVlanVersionNumber": "example-string",
                    "dot1qMaxVlanId": "example-string",
                    "dot1qMaxSupportedVlans": 0,
                    "dot1qNumVlans": 0,
                    "dot1qGvrpStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qBase",
        "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": "/dot1qBase",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qVlan": {
      "get": {
        "summary": "Get dot1qVlan data",
        "description": "Retrieve dot1qVlan operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The number of times a VLAN entry has been deleted from\n          the dot1qVlanCurrentTable (for any reason).  If an entry\n          is deleted, then inserted, and then deleted, this\n          counter will be incremented by 2.",
                  "properties": {
                    "dot1qVlanNumDeletes": {
                      "type": "integer",
                      "description": "The number of times a VLAN entry has been deleted from\n          the dot1qVlanCurrentTable (for any reason).  If an entry\n          is deleted, then inserted, and then deleted, this\n          counter will be incremented by 2.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qNextFreeLocalVlanIndex": {
                      "type": "integer",
                      "description": "The next available value for dot1qVlanIndex of a local\n          VLAN entry in dot1qVlanStaticTable.  This will report\n          values >=4096 if a new Local VLAN may be created or else\n          the value 0 if this is not possible.\n          \n          A row creation operation in this table for an entry with a local\n          VlanIndex value may fail if the current value of this object\n          is not used as the index.  Even if the value read is used,\n          there is no guarantee that it will still be the valid index\n          when the create operation is attempted; another manager may\n          have already got in during the intervening time interval.\n          In this case, dot1qNextFreeLocalVlanIndex should be re-read\n          \n          and the creation re-tried with the new value.\n          \n          This value will automatically change when the current value is\n          used to create a new row.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1qConstraintSetDefault": {
                      "type": "integer",
                      "description": "The identity of the constraint set to which a VLAN\n          belongs, if there is not an explicit entry for that VLAN\n          in dot1qLearningConstraintsTable.\n          \n          The value of this object MUST be retained across\n          reinitializations of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1qConstraintTypeDefault": {
                      "type": "string",
                      "description": "The type of constraint set to which a VLAN belongs, if\n          there is not an explicit entry for that VLAN in\n          dot1qLearningConstraintsTable.  The types are as defined\n          for dot1qConstraintType.\n          \n          The value of this object MUST be retained across\n          \n          reinitializations of the management system."
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlan": {
                    "dot1qVlanNumDeletes": 0,
                    "dot1qNextFreeLocalVlanIndex": 1,
                    "dot1qConstraintSetDefault": -2147483648,
                    "dot1qConstraintTypeDefault": "ethernetCsmacd(6)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qVlan",
        "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": "/dot1qVlan",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qFdbTable": {
      "get": {
        "summary": "Get dot1qFdbTable data",
        "description": "Retrieve dot1qFdbTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table that contains configuration and control\n        information for each Filtering Database currently\n        operating on this device.  Entries in this table appear\n        automatically when VLANs are assigned FDB IDs in the\n        dot1qVlanCurrentTable.",
                  "properties": {
                    "dot1qFdbEntry": {
                      "type": "array",
                      "description": "Information about a specific Filtering Database.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qFdbId": {
                            "type": "integer",
                            "description": "The identity of this Filtering Database.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "dot1qFdbDynamicCount": {
                            "type": "integer",
                            "description": "The current number of dynamic entries in this\n            Filtering Database.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qFdbTable": {
                    "dot1qFdbEntry": [
                      {
                        "dot1qFdbId": 0,
                        "dot1qFdbDynamicCount": 0
                      },
                      {
                        "dot1qFdbId": 0,
                        "dot1qFdbDynamicCount": 0
                      },
                      {
                        "dot1qFdbId": 0,
                        "dot1qFdbDynamicCount": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qFdbTable",
        "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": "/dot1qFdbTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qFdbTable/dot1qFdbEntry": {
      "get": {
        "summary": "Get dot1qFdbEntry list",
        "description": "Retrieve list of dot1qFdbEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about a specific Filtering Database.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qFdbId": {
                        "type": "integer",
                        "description": "The identity of this Filtering Database.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qFdbDynamicCount": {
                        "type": "integer",
                        "description": "The current number of dynamic entries in this\n            Filtering Database.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qFdbEntry": [
                    {
                      "dot1qFdbId": 0,
                      "dot1qFdbDynamicCount": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qFdbEntry",
        "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": "/dot1qFdbTable/dot1qFdbEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qFdbTable/dot1qFdbEntry={dot1qFdbId}": {
      "get": {
        "summary": "Get dot1qFdbEntry entry",
        "description": "Retrieve specific dot1qFdbEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qFdbId",
            "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": {
                    "dot1qFdbId": {
                      "type": "integer",
                      "description": "The identity of this Filtering Database.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qFdbDynamicCount": {
                      "type": "integer",
                      "description": "The current number of dynamic entries in this\n            Filtering Database.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qFdbEntry": {
                    "dot1qFdbId": 0,
                    "dot1qFdbDynamicCount": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qFdbEntry-2"
      },
      "x-yang-path": "/dot1qFdbTable/dot1qFdbEntry={dot1qFdbId}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qFdbId"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qTpFdbTable": {
      "get": {
        "summary": "Get dot1qTpFdbTable data",
        "description": "Retrieve dot1qTpFdbTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table that contains information about unicast entries\n        for which the device has forwarding and/or filtering\n        information.  This information is used by the\n        transparent bridging function in determining how to\n        propagate a received frame.",
                  "properties": {
                    "dot1qTpFdbEntry": {
                      "type": "array",
                      "description": "Information about a specific unicast MAC address for\n          which the device has some forwarding and/or filtering\n          information.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qFdbId": {
                            "type": "string",
                            "description": "dot1qFdbId",
                            "x-yang-type": "leafref"
                          },
                          "dot1qTpFdbAddress": {
                            "type": "string",
                            "description": "A unicast MAC address for which the device has\n            forwarding and/or filtering information.",
                            "x-yang-type": "yang:mac-address"
                          },
                          "dot1qTpFdbPort": {
                            "type": "integer",
                            "description": "Either the value '0', or the port number of the port on\n            which a frame having a source address equal to the value\n            of the corresponding instance of dot1qTpFdbAddress has\n            been seen.  A value of '0' indicates that the port\n            number has not been learned but that the device does\n            have some forwarding/filtering information about this\n            address (e.g., in the dot1qStaticUnicastTable).\n            Implementors are encouraged to assign the port value to\n            this object whenever it is learned, even for addresses\n            for which the corresponding value of dot1qTpFdbStatus is\n            not learned(3).",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dot1qTpFdbStatus": {
                            "type": "string",
                            "description": "The status of this entry.  The meanings of the values\n            are:\n                other(1) - none of the following.  This may include\n                    the case where some other MIB object (not the\n                    corresponding instance of dot1qTpFdbPort, nor an\n                    entry in the dot1qStaticUnicastTable) is being\n                    used to determine if and how frames addressed to\n                    the value of the corresponding instance of\n                    dot1qTpFdbAddress are being forwarded.\n                invalid(2) - this entry is no longer valid (e.g., it\n            \n                    was learned but has since aged out), but has not\n                    yet been flushed from the table.\n                learned(3) - the value of the corresponding instance\n                    of dot1qTpFdbPort was learned and is being used.\n                self(4) - the value of the corresponding instance of\n                    dot1qTpFdbAddress represents one of the device's\n                    addresses.  The corresponding instance of\n                    dot1qTpFdbPort indicates which of the device's\n                    ports has this address.\n                mgmt(5) - the value of the corresponding instance of\n                    dot1qTpFdbAddress is also the value of an\n                    existing instance of dot1qStaticAddress."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpFdbTable": {
                    "dot1qTpFdbEntry": [
                      {
                        "dot1qFdbId": "example-string",
                        "dot1qTpFdbAddress": "192.168.1.1",
                        "dot1qTpFdbPort": -2147483648,
                        "dot1qTpFdbStatus": "up(1)"
                      },
                      {
                        "dot1qFdbId": "example-string",
                        "dot1qTpFdbAddress": "192.168.1.1",
                        "dot1qTpFdbPort": -2147483648,
                        "dot1qTpFdbStatus": "up(1)"
                      },
                      {
                        "dot1qFdbId": "example-string",
                        "dot1qTpFdbAddress": "192.168.1.1",
                        "dot1qTpFdbPort": -2147483648,
                        "dot1qTpFdbStatus": "up(1)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qTpFdbTable",
        "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": "/dot1qTpFdbTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qTpFdbTable/dot1qTpFdbEntry": {
      "get": {
        "summary": "Get dot1qTpFdbEntry list",
        "description": "Retrieve list of dot1qTpFdbEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about a specific unicast MAC address for\n          which the device has some forwarding and/or filtering\n          information.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qFdbId": {
                        "type": "string",
                        "description": "dot1qFdbId",
                        "x-yang-type": "leafref"
                      },
                      "dot1qTpFdbAddress": {
                        "type": "string",
                        "description": "A unicast MAC address for which the device has\n            forwarding and/or filtering information.",
                        "x-yang-type": "yang:mac-address"
                      },
                      "dot1qTpFdbPort": {
                        "type": "integer",
                        "description": "Either the value '0', or the port number of the port on\n            which a frame having a source address equal to the value\n            of the corresponding instance of dot1qTpFdbAddress has\n            been seen.  A value of '0' indicates that the port\n            number has not been learned but that the device does\n            have some forwarding/filtering information about this\n            address (e.g., in the dot1qStaticUnicastTable).\n            Implementors are encouraged to assign the port value to\n            this object whenever it is learned, even for addresses\n            for which the corresponding value of dot1qTpFdbStatus is\n            not learned(3).",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1qTpFdbStatus": {
                        "type": "string",
                        "description": "The status of this entry.  The meanings of the values\n            are:\n                other(1) - none of the following.  This may include\n                    the case where some other MIB object (not the\n                    corresponding instance of dot1qTpFdbPort, nor an\n                    entry in the dot1qStaticUnicastTable) is being\n                    used to determine if and how frames addressed to\n                    the value of the corresponding instance of\n                    dot1qTpFdbAddress are being forwarded.\n                invalid(2) - this entry is no longer valid (e.g., it\n            \n                    was learned but has since aged out), but has not\n                    yet been flushed from the table.\n                learned(3) - the value of the corresponding instance\n                    of dot1qTpFdbPort was learned and is being used.\n                self(4) - the value of the corresponding instance of\n                    dot1qTpFdbAddress represents one of the device's\n                    addresses.  The corresponding instance of\n                    dot1qTpFdbPort indicates which of the device's\n                    ports has this address.\n                mgmt(5) - the value of the corresponding instance of\n                    dot1qTpFdbAddress is also the value of an\n                    existing instance of dot1qStaticAddress."
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpFdbEntry": [
                    {
                      "dot1qFdbId": "example-string",
                      "dot1qTpFdbAddress": "192.168.1.1",
                      "dot1qTpFdbPort": -2147483648,
                      "dot1qTpFdbStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qTpFdbEntry",
        "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": "/dot1qTpFdbTable/dot1qTpFdbEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qTpGroupTable": {
      "get": {
        "summary": "Get dot1qTpGroupTable data",
        "description": "Retrieve dot1qTpGroupTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table containing filtering information for VLANs\n        configured into the bridge by (local or network)\n        management, or learned dynamically, specifying the set of\n        ports to which frames received on a VLAN for this FDB\n        and containing a specific Group destination address are\n        allowed to be forwarded.",
                  "properties": {
                    "dot1qTpGroupEntry": {
                      "type": "array",
                      "description": "Filtering information configured into the bridge by\n          management, or learned dynamically, specifying the set of\n          ports to which frames received on a VLAN and containing\n          a specific Group destination address are allowed to be\n          forwarded.  The subset of these ports learned dynamically\n          is also provided.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qVlanIndex": {
                            "type": "string",
                            "description": "dot1qVlanIndex",
                            "x-yang-type": "leafref"
                          },
                          "dot1qTpGroupAddress": {
                            "type": "string",
                            "description": "The destination Group MAC address in a frame to which\n            this entry's filtering information applies.",
                            "x-yang-type": "yang:mac-address"
                          },
                          "dot1qTpGroupEgressPorts": {
                            "type": "string",
                            "description": "The complete set of ports, in this VLAN, to which\n            frames destined for this Group MAC address are currently\n            being explicitly forwarded.  This does not include ports\n            for which this address is only implicitly forwarded, in\n            the dot1qForwardAllPorts list.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qTpGroupLearnt": {
                            "type": "string",
                            "description": "The subset of ports in dot1qTpGroupEgressPorts that\n            were learned by GMRP or some other dynamic mechanism, in\n            this Filtering database.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpGroupTable": {
                    "dot1qTpGroupEntry": [
                      {
                        "dot1qVlanIndex": "1",
                        "dot1qTpGroupAddress": "192.168.1.1",
                        "dot1qTpGroupEgressPorts": "example-string",
                        "dot1qTpGroupLearnt": "example-string"
                      },
                      {
                        "dot1qVlanIndex": "2",
                        "dot1qTpGroupAddress": "192.168.1.1",
                        "dot1qTpGroupEgressPorts": "example-string",
                        "dot1qTpGroupLearnt": "example-string"
                      },
                      {
                        "dot1qVlanIndex": "3",
                        "dot1qTpGroupAddress": "192.168.1.1",
                        "dot1qTpGroupEgressPorts": "example-string",
                        "dot1qTpGroupLearnt": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qTpGroupTable",
        "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": "/dot1qTpGroupTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qTpGroupTable/dot1qTpGroupEntry": {
      "get": {
        "summary": "Get dot1qTpGroupEntry list",
        "description": "Retrieve list of dot1qTpGroupEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Filtering information configured into the bridge by\n          management, or learned dynamically, specifying the set of\n          ports to which frames received on a VLAN and containing\n          a specific Group destination address are allowed to be\n          forwarded.  The subset of these ports learned dynamically\n          is also provided.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qTpGroupAddress": {
                        "type": "string",
                        "description": "The destination Group MAC address in a frame to which\n            this entry's filtering information applies.",
                        "x-yang-type": "yang:mac-address"
                      },
                      "dot1qTpGroupEgressPorts": {
                        "type": "string",
                        "description": "The complete set of ports, in this VLAN, to which\n            frames destined for this Group MAC address are currently\n            being explicitly forwarded.  This does not include ports\n            for which this address is only implicitly forwarded, in\n            the dot1qForwardAllPorts list.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qTpGroupLearnt": {
                        "type": "string",
                        "description": "The subset of ports in dot1qTpGroupEgressPorts that\n            were learned by GMRP or some other dynamic mechanism, in\n            this Filtering database.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpGroupEntry": [
                    {
                      "dot1qVlanIndex": "example-string",
                      "dot1qTpGroupAddress": "192.168.1.1",
                      "dot1qTpGroupEgressPorts": "example-string",
                      "dot1qTpGroupLearnt": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qTpGroupEntry",
        "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": "/dot1qTpGroupTable/dot1qTpGroupEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qForwardAllTable": {
      "get": {
        "summary": "Get dot1qForwardAllTable data",
        "description": "Retrieve dot1qForwardAllTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table containing forwarding information for each\n        \n        VLAN, specifying the set of ports to which forwarding of\n        all multicasts applies, configured statically by\n        management or dynamically by GMRP.  An entry appears in\n        this table for all VLANs that are currently\n        instantiated.",
                  "properties": {
                    "dot1qForwardAllEntry": {
                      "type": "array",
                      "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts should be forwarded,\n          configured statically by management or dynamically by\n          GMRP.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qVlanIndex": {
                            "type": "string",
                            "description": "dot1qVlanIndex",
                            "x-yang-type": "leafref"
                          },
                          "dot1qForwardAllPorts": {
                            "type": "string",
                            "description": "The complete set of ports in this VLAN to which all\n            multicast group-addressed frames are to be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qForwardAllStaticPorts": {
                            "type": "string",
                            "description": "The set of ports configured by management in this VLAN\n            to which all multicast group-addressed frames are to be\n            forwarded.  Ports entered in this list will also appear\n            in the complete set shown by dot1qForwardAllPorts.  This\n            value will be restored after the device is reset.  This\n            only applies to ports that are members of the VLAN,\n            defined by dot1qVlanCurrentEgressPorts.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qForwardAllForbiddenPorts.  The\n            default value is a string of ones of appropriate length,\n            to indicate the standard behaviour of using basic\n            filtering services, i.e., forward all multicasts to all\n            ports.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qForwardAllForbiddenPorts": {
                            "type": "string",
                            "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward All\n            Multicast Groups may not be dynamically registered by\n            GMRP.  This value will be restored after the device is\n            reset.  A port may not be added in this set if it is\n            already a member of the set of ports in\n            dot1qForwardAllStaticPorts.  The default value is a\n            string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardAllTable": {
                    "dot1qForwardAllEntry": [
                      {
                        "dot1qVlanIndex": "1",
                        "dot1qForwardAllPorts": "example-string",
                        "dot1qForwardAllStaticPorts": "example-string",
                        "dot1qForwardAllForbiddenPorts": "example-string"
                      },
                      {
                        "dot1qVlanIndex": "2",
                        "dot1qForwardAllPorts": "example-string",
                        "dot1qForwardAllStaticPorts": "example-string",
                        "dot1qForwardAllForbiddenPorts": "example-string"
                      },
                      {
                        "dot1qVlanIndex": "3",
                        "dot1qForwardAllPorts": "example-string",
                        "dot1qForwardAllStaticPorts": "example-string",
                        "dot1qForwardAllForbiddenPorts": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qForwardAllTable",
        "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": "/dot1qForwardAllTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qForwardAllTable/dot1qForwardAllEntry": {
      "get": {
        "summary": "Get dot1qForwardAllEntry list",
        "description": "Retrieve list of dot1qForwardAllEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts should be forwarded,\n          configured statically by management or dynamically by\n          GMRP.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qForwardAllPorts": {
                        "type": "string",
                        "description": "The complete set of ports in this VLAN to which all\n            multicast group-addressed frames are to be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qForwardAllStaticPorts": {
                        "type": "string",
                        "description": "The set of ports configured by management in this VLAN\n            to which all multicast group-addressed frames are to be\n            forwarded.  Ports entered in this list will also appear\n            in the complete set shown by dot1qForwardAllPorts.  This\n            value will be restored after the device is reset.  This\n            only applies to ports that are members of the VLAN,\n            defined by dot1qVlanCurrentEgressPorts.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qForwardAllForbiddenPorts.  The\n            default value is a string of ones of appropriate length,\n            to indicate the standard behaviour of using basic\n            filtering services, i.e., forward all multicasts to all\n            ports.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qForwardAllForbiddenPorts": {
                        "type": "string",
                        "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward All\n            Multicast Groups may not be dynamically registered by\n            GMRP.  This value will be restored after the device is\n            reset.  A port may not be added in this set if it is\n            already a member of the set of ports in\n            dot1qForwardAllStaticPorts.  The default value is a\n            string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardAllEntry": [
                    {
                      "dot1qVlanIndex": "example-string",
                      "dot1qForwardAllPorts": "example-string",
                      "dot1qForwardAllStaticPorts": "example-string",
                      "dot1qForwardAllForbiddenPorts": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qForwardAllEntry",
        "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": "/dot1qForwardAllTable/dot1qForwardAllEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qForwardAllTable/dot1qForwardAllEntry={dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qForwardAllEntry entry",
        "description": "Retrieve specific dot1qForwardAllEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qForwardAllPorts": {
                      "type": "string",
                      "description": "The complete set of ports in this VLAN to which all\n            multicast group-addressed frames are to be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qForwardAllStaticPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management in this VLAN\n            to which all multicast group-addressed frames are to be\n            forwarded.  Ports entered in this list will also appear\n            in the complete set shown by dot1qForwardAllPorts.  This\n            value will be restored after the device is reset.  This\n            only applies to ports that are members of the VLAN,\n            defined by dot1qVlanCurrentEgressPorts.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qForwardAllForbiddenPorts.  The\n            default value is a string of ones of appropriate length,\n            to indicate the standard behaviour of using basic\n            filtering services, i.e., forward all multicasts to all\n            ports.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qForwardAllForbiddenPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward All\n            Multicast Groups may not be dynamically registered by\n            GMRP.  This value will be restored after the device is\n            reset.  A port may not be added in this set if it is\n            already a member of the set of ports in\n            dot1qForwardAllStaticPorts.  The default value is a\n            string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardAllEntry": {
                    "dot1qVlanIndex": "example-string",
                    "dot1qForwardAllPorts": "example-string",
                    "dot1qForwardAllStaticPorts": "example-string",
                    "dot1qForwardAllForbiddenPorts": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qForwardAllEntry-2"
      },
      "x-yang-path": "/dot1qForwardAllTable/dot1qForwardAllEntry={dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qForwardUnregisteredTable": {
      "get": {
        "summary": "Get dot1qForwardUnregisteredTable data",
        "description": "Retrieve dot1qForwardUnregisteredTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table containing forwarding information for each\n        VLAN, specifying the set of ports to which forwarding of\n        multicast group-addressed frames for which no\n        more specific forwarding information applies.  This is\n        configured statically by management and determined\n        dynamically by GMRP.  An entry appears in this table for\n        all VLANs that are currently instantiated.",
                  "properties": {
                    "dot1qForwardUnregisteredEntry": {
                      "type": "array",
                      "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts for which there is no\n          more specific forwarding information shall be forwarded.\n          This is configured statically by management or\n          dynamically by GMRP.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qVlanIndex": {
                            "type": "string",
                            "description": "dot1qVlanIndex",
                            "x-yang-type": "leafref"
                          },
                          "dot1qForwardUnregisteredPorts": {
                            "type": "string",
                            "description": "The complete set of ports in this VLAN to which\n            multicast group-addressed frames for which there is no\n            more specific forwarding information will be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qForwardUnregisteredStaticPorts": {
                            "type": "string",
                            "description": "The set of ports configured by management, in this\n            VLAN, to which multicast group-addressed frames for\n            which there is no more specific forwarding information\n            \n            are to be forwarded.  Ports entered in this list will\n            also appear in the complete set shown by\n            dot1qForwardUnregisteredPorts.  This value will be\n            restored after the device is reset.  A port may not be\n            added in this set if it is already a member of the set\n            of ports in dot1qForwardUnregisteredForbiddenPorts.  The\n            default value is a string of zeros of appropriate\n            length, although this has no effect with the default\n            value of dot1qForwardAllStaticPorts.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qForwardUnregisteredForbiddenPorts": {
                            "type": "string",
                            "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward\n            Unregistered Multicast Groups may not be dynamically\n            registered by GMRP.  This value will be restored after\n            the device is reset.  A port may not be added in this\n            set if it is already a member of the set of ports in\n            dot1qForwardUnregisteredStaticPorts.  The default value\n            is a string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardUnregisteredTable": {
                    "dot1qForwardUnregisteredEntry": [
                      {
                        "dot1qVlanIndex": "1",
                        "dot1qForwardUnregisteredPorts": "example-string",
                        "dot1qForwardUnregisteredStaticPorts": "example-string",
                        "dot1qForwardUnregisteredForbiddenPorts": "example-string"
                      },
                      {
                        "dot1qVlanIndex": "2",
                        "dot1qForwardUnregisteredPorts": "example-string",
                        "dot1qForwardUnregisteredStaticPorts": "example-string",
                        "dot1qForwardUnregisteredForbiddenPorts": "example-string"
                      },
                      {
                        "dot1qVlanIndex": "3",
                        "dot1qForwardUnregisteredPorts": "example-string",
                        "dot1qForwardUnregisteredStaticPorts": "example-string",
                        "dot1qForwardUnregisteredForbiddenPorts": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qForwardUnregisteredTable",
        "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": "/dot1qForwardUnregisteredTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qForwardUnregisteredTable/dot1qForwardUnregisteredEntry": {
      "get": {
        "summary": "Get dot1qForwardUnregisteredEntry list",
        "description": "Retrieve list of dot1qForwardUnregisteredEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts for which there is no\n          more specific forwarding information shall be forwarded.\n          This is configured statically by management or\n          dynamically by GMRP.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qForwardUnregisteredPorts": {
                        "type": "string",
                        "description": "The complete set of ports in this VLAN to which\n            multicast group-addressed frames for which there is no\n            more specific forwarding information will be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qForwardUnregisteredStaticPorts": {
                        "type": "string",
                        "description": "The set of ports configured by management, in this\n            VLAN, to which multicast group-addressed frames for\n            which there is no more specific forwarding information\n            \n            are to be forwarded.  Ports entered in this list will\n            also appear in the complete set shown by\n            dot1qForwardUnregisteredPorts.  This value will be\n            restored after the device is reset.  A port may not be\n            added in this set if it is already a member of the set\n            of ports in dot1qForwardUnregisteredForbiddenPorts.  The\n            default value is a string of zeros of appropriate\n            length, although this has no effect with the default\n            value of dot1qForwardAllStaticPorts.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qForwardUnregisteredForbiddenPorts": {
                        "type": "string",
                        "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward\n            Unregistered Multicast Groups may not be dynamically\n            registered by GMRP.  This value will be restored after\n            the device is reset.  A port may not be added in this\n            set if it is already a member of the set of ports in\n            dot1qForwardUnregisteredStaticPorts.  The default value\n            is a string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardUnregisteredEntry": [
                    {
                      "dot1qVlanIndex": "example-string",
                      "dot1qForwardUnregisteredPorts": "example-string",
                      "dot1qForwardUnregisteredStaticPorts": "example-string",
                      "dot1qForwardUnregisteredForbiddenPorts": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qForwardUnregisteredEntry",
        "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": "/dot1qForwardUnregisteredTable/dot1qForwardUnregisteredEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qForwardUnregisteredTable/dot1qForwardUnregisteredEntry={dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qForwardUnregisteredEntry entry",
        "description": "Retrieve specific dot1qForwardUnregisteredEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qForwardUnregisteredPorts": {
                      "type": "string",
                      "description": "The complete set of ports in this VLAN to which\n            multicast group-addressed frames for which there is no\n            more specific forwarding information will be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qForwardUnregisteredStaticPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management, in this\n            VLAN, to which multicast group-addressed frames for\n            which there is no more specific forwarding information\n            \n            are to be forwarded.  Ports entered in this list will\n            also appear in the complete set shown by\n            dot1qForwardUnregisteredPorts.  This value will be\n            restored after the device is reset.  A port may not be\n            added in this set if it is already a member of the set\n            of ports in dot1qForwardUnregisteredForbiddenPorts.  The\n            default value is a string of zeros of appropriate\n            length, although this has no effect with the default\n            value of dot1qForwardAllStaticPorts.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qForwardUnregisteredForbiddenPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward\n            Unregistered Multicast Groups may not be dynamically\n            registered by GMRP.  This value will be restored after\n            the device is reset.  A port may not be added in this\n            set if it is already a member of the set of ports in\n            dot1qForwardUnregisteredStaticPorts.  The default value\n            is a string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardUnregisteredEntry": {
                    "dot1qVlanIndex": "example-string",
                    "dot1qForwardUnregisteredPorts": "example-string",
                    "dot1qForwardUnregisteredStaticPorts": "example-string",
                    "dot1qForwardUnregisteredForbiddenPorts": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qForwardUnregisteredEntry-2"
      },
      "x-yang-path": "/dot1qForwardUnregisteredTable/dot1qForwardUnregisteredEntry={dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qStaticUnicastTable": {
      "get": {
        "summary": "Get dot1qStaticUnicastTable data",
        "description": "Retrieve dot1qStaticUnicastTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "dot1qStaticUnicastTable",
                  "properties": {
                    "dot1qStaticUnicastEntry": {
                      "type": "array",
                      "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from a specific port and\n          containing a specific unicast destination address are\n          allowed to be forwarded.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qFdbId": {
                            "type": "string",
                            "description": "dot1qFdbId",
                            "x-yang-type": "leafref"
                          },
                          "dot1qStaticUnicastAddress": {
                            "type": "string",
                            "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a unicast address.",
                            "x-yang-type": "yang:mac-address"
                          },
                          "dot1qStaticUnicastReceivePort": {
                            "type": "integer",
                            "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dot1qStaticUnicastAllowedToGoTo": {
                            "type": "string",
                            "description": "The set of ports for which a frame with a specific\n            unicast address will be flooded in the event that it\n            has not been learned.  It also specifies the set of\n            ports on which a specific unicast address may be dynamically\n            learned.  The dot1qTpFdbTable will have an equivalent\n            entry with a dot1qTpFdbPort value of '0' until this\n            address has been learned, at which point it will be updated\n            with the port the address has been seen on.  This only\n            applies to ports that are members of the VLAN, defined\n            by dot1qVlanCurrentEgressPorts.  The default value of\n            this object is a string of ones of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qStaticUnicastStatus": {
                            "type": "string",
                            "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n            \n                the conditions under which it will remain\n                so differ from the following values.\n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticUnicastTable": {
                    "dot1qStaticUnicastEntry": [
                      {
                        "dot1qFdbId": "example-string",
                        "dot1qStaticUnicastAddress": "192.168.1.1",
                        "dot1qStaticUnicastReceivePort": -2147483648,
                        "dot1qStaticUnicastAllowedToGoTo": "example-string",
                        "dot1qStaticUnicastStatus": "up(1)"
                      },
                      {
                        "dot1qFdbId": "example-string",
                        "dot1qStaticUnicastAddress": "192.168.1.1",
                        "dot1qStaticUnicastReceivePort": -2147483648,
                        "dot1qStaticUnicastAllowedToGoTo": "example-string",
                        "dot1qStaticUnicastStatus": "up(1)"
                      },
                      {
                        "dot1qFdbId": "example-string",
                        "dot1qStaticUnicastAddress": "192.168.1.1",
                        "dot1qStaticUnicastReceivePort": -2147483648,
                        "dot1qStaticUnicastAllowedToGoTo": "example-string",
                        "dot1qStaticUnicastStatus": "up(1)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qStaticUnicastTable",
        "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": "/dot1qStaticUnicastTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qStaticUnicastTable/dot1qStaticUnicastEntry": {
      "get": {
        "summary": "Get dot1qStaticUnicastEntry list",
        "description": "Retrieve list of dot1qStaticUnicastEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from a specific port and\n          containing a specific unicast destination address are\n          allowed to be forwarded.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qFdbId": {
                        "type": "string",
                        "description": "dot1qFdbId",
                        "x-yang-type": "leafref"
                      },
                      "dot1qStaticUnicastAddress": {
                        "type": "string",
                        "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a unicast address.",
                        "x-yang-type": "yang:mac-address"
                      },
                      "dot1qStaticUnicastReceivePort": {
                        "type": "integer",
                        "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1qStaticUnicastAllowedToGoTo": {
                        "type": "string",
                        "description": "The set of ports for which a frame with a specific\n            unicast address will be flooded in the event that it\n            has not been learned.  It also specifies the set of\n            ports on which a specific unicast address may be dynamically\n            learned.  The dot1qTpFdbTable will have an equivalent\n            entry with a dot1qTpFdbPort value of '0' until this\n            address has been learned, at which point it will be updated\n            with the port the address has been seen on.  This only\n            applies to ports that are members of the VLAN, defined\n            by dot1qVlanCurrentEgressPorts.  The default value of\n            this object is a string of ones of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qStaticUnicastStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n            \n                the conditions under which it will remain\n                so differ from the following values.\n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system."
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticUnicastEntry": [
                    {
                      "dot1qFdbId": "example-string",
                      "dot1qStaticUnicastAddress": "192.168.1.1",
                      "dot1qStaticUnicastReceivePort": -2147483648,
                      "dot1qStaticUnicastAllowedToGoTo": "example-string",
                      "dot1qStaticUnicastStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qStaticUnicastEntry",
        "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": "/dot1qStaticUnicastTable/dot1qStaticUnicastEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qStaticMulticastTable": {
      "get": {
        "summary": "Get dot1qStaticMulticastTable data",
        "description": "Retrieve dot1qStaticMulticastTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "dot1qStaticMulticastTable",
                  "properties": {
                    "dot1qStaticMulticastEntry": {
                      "type": "array",
                      "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from this specific port\n          \n          for this VLAN and containing this Multicast or Broadcast\n          destination address are allowed to be forwarded.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qVlanIndex": {
                            "type": "string",
                            "description": "dot1qVlanIndex",
                            "x-yang-type": "leafref"
                          },
                          "dot1qStaticMulticastAddress": {
                            "type": "string",
                            "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a Multicast or Broadcast address.",
                            "x-yang-type": "yang:mac-address"
                          },
                          "dot1qStaticMulticastReceivePort": {
                            "type": "integer",
                            "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dot1qStaticMulticastStaticEgressPorts": {
                            "type": "string",
                            "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must be forwarded, regardless of\n            any dynamic information, e.g., from GMRP.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastForbiddenEgressPorts.\n            The default value of this object is a string of ones of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qStaticMulticastForbiddenEgressPorts": {
                            "type": "string",
                            "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must not be forwarded, regardless\n            of any dynamic information, e.g., from GMRP.  A port may\n            not be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastStaticEgressPorts.\n            The default value of this object is a string of zeros of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qStaticMulticastStatus": {
                            "type": "string",
                            "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n                the conditions under which it will remain\n                so differ from the following values.\n            \n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastTable": {
                    "dot1qStaticMulticastEntry": [
                      {
                        "dot1qVlanIndex": "1",
                        "dot1qStaticMulticastAddress": "192.168.1.1",
                        "dot1qStaticMulticastReceivePort": -2147483648,
                        "dot1qStaticMulticastStaticEgressPorts": "example-string",
                        "dot1qStaticMulticastForbiddenEgressPorts": "example-string",
                        "dot1qStaticMulticastStatus": "up(1)"
                      },
                      {
                        "dot1qVlanIndex": "2",
                        "dot1qStaticMulticastAddress": "192.168.1.1",
                        "dot1qStaticMulticastReceivePort": -2147483648,
                        "dot1qStaticMulticastStaticEgressPorts": "example-string",
                        "dot1qStaticMulticastForbiddenEgressPorts": "example-string",
                        "dot1qStaticMulticastStatus": "up(1)"
                      },
                      {
                        "dot1qVlanIndex": "3",
                        "dot1qStaticMulticastAddress": "192.168.1.1",
                        "dot1qStaticMulticastReceivePort": -2147483648,
                        "dot1qStaticMulticastStaticEgressPorts": "example-string",
                        "dot1qStaticMulticastForbiddenEgressPorts": "example-string",
                        "dot1qStaticMulticastStatus": "up(1)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qStaticMulticastTable",
        "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": "/dot1qStaticMulticastTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qStaticMulticastTable/dot1qStaticMulticastEntry": {
      "get": {
        "summary": "Get dot1qStaticMulticastEntry list",
        "description": "Retrieve list of dot1qStaticMulticastEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from this specific port\n          \n          for this VLAN and containing this Multicast or Broadcast\n          destination address are allowed to be forwarded.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qStaticMulticastAddress": {
                        "type": "string",
                        "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a Multicast or Broadcast address.",
                        "x-yang-type": "yang:mac-address"
                      },
                      "dot1qStaticMulticastReceivePort": {
                        "type": "integer",
                        "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1qStaticMulticastStaticEgressPorts": {
                        "type": "string",
                        "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must be forwarded, regardless of\n            any dynamic information, e.g., from GMRP.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastForbiddenEgressPorts.\n            The default value of this object is a string of ones of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qStaticMulticastForbiddenEgressPorts": {
                        "type": "string",
                        "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must not be forwarded, regardless\n            of any dynamic information, e.g., from GMRP.  A port may\n            not be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastStaticEgressPorts.\n            The default value of this object is a string of zeros of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qStaticMulticastStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n                the conditions under which it will remain\n                so differ from the following values.\n            \n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system."
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastEntry": [
                    {
                      "dot1qVlanIndex": "example-string",
                      "dot1qStaticMulticastAddress": "192.168.1.1",
                      "dot1qStaticMulticastReceivePort": -2147483648,
                      "dot1qStaticMulticastStaticEgressPorts": "example-string",
                      "dot1qStaticMulticastForbiddenEgressPorts": "example-string",
                      "dot1qStaticMulticastStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qStaticMulticastEntry",
        "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": "/dot1qStaticMulticastTable/dot1qStaticMulticastEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qVlanCurrentTable": {
      "get": {
        "summary": "Get dot1qVlanCurrentTable data",
        "description": "Retrieve dot1qVlanCurrentTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table containing current configuration information\n        for each VLAN currently configured into the device by\n        (local or network) management, or dynamically created\n        as a result of GVRP requests received.",
                  "properties": {
                    "dot1qVlanCurrentEntry": {
                      "type": "array",
                      "description": "Information for a VLAN configured into the device by\n          \n          (local or network) management, or dynamically created\n          as a result of GVRP requests received.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qVlanTimeMark": {
                            "type": "string",
                            "description": "A TimeFilter for this entry.  See the TimeFilter\n            textual convention to see how this works.",
                            "x-yang-type": "rmon2-mib:TimeFilter"
                          },
                          "dot1qVlanIndex": {
                            "type": "string",
                            "description": "The VLAN-ID or other identifier referring to this VLAN.",
                            "x-yang-type": "Q-BRIDGE-MIB:VlanIndex"
                          },
                          "dot1qVlanFdbId": {
                            "type": "integer",
                            "description": "The Filtering Database used by this VLAN.  This is one\n            of the dot1qFdbId values in the dot1qFdbTable.  This\n            value is allocated automatically by the device whenever\n            \n            the VLAN is created: either dynamically by GVRP, or by\n            management, in dot1qVlanStaticTable.  Allocation of this\n            value follows the learning constraints defined for this\n            VLAN in dot1qLearningConstraintsTable.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "dot1qVlanCurrentEgressPorts": {
                            "type": "string",
                            "description": "The set of ports that are transmitting traffic for\n            this VLAN as either tagged or untagged frames.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qVlanCurrentUntaggedPorts": {
                            "type": "string",
                            "description": "The set of ports that are transmitting traffic for\n            this VLAN as untagged frames.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qVlanStatus": {
                            "type": "string",
                            "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but the\n                conditions under which it will remain so differ\n                from the following values.\n            permanent(2) - this entry, corresponding to an entry\n                in dot1qVlanStaticTable, is currently in use and\n                will remain so after the next reset of the\n                device.  The port lists for this entry include\n                ports from the equivalent dot1qVlanStaticTable\n                entry and ports learned dynamically.\n            dynamicGvrp(3) - this entry is currently in use\n            \n                and will remain so until removed by GVRP.  There\n                is no static entry for this VLAN, and it will be\n                removed when the last port leaves the VLAN."
                          },
                          "dot1qVlanCreationTime": {
                            "type": "string",
                            "description": "The value of sysUpTime when this VLAN was created.",
                            "x-yang-type": "yang:timeticks"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanCurrentTable": {
                    "dot1qVlanCurrentEntry": [
                      {
                        "dot1qVlanTimeMark": "example-string",
                        "dot1qVlanIndex": "1",
                        "dot1qVlanFdbId": 0,
                        "dot1qVlanCurrentEgressPorts": "example-string",
                        "dot1qVlanCurrentUntaggedPorts": "example-string",
                        "dot1qVlanStatus": "up(1)",
                        "dot1qVlanCreationTime": "example-string"
                      },
                      {
                        "dot1qVlanTimeMark": "example-string",
                        "dot1qVlanIndex": "2",
                        "dot1qVlanFdbId": 0,
                        "dot1qVlanCurrentEgressPorts": "example-string",
                        "dot1qVlanCurrentUntaggedPorts": "example-string",
                        "dot1qVlanStatus": "up(1)",
                        "dot1qVlanCreationTime": "example-string"
                      },
                      {
                        "dot1qVlanTimeMark": "example-string",
                        "dot1qVlanIndex": "3",
                        "dot1qVlanFdbId": 0,
                        "dot1qVlanCurrentEgressPorts": "example-string",
                        "dot1qVlanCurrentUntaggedPorts": "example-string",
                        "dot1qVlanStatus": "up(1)",
                        "dot1qVlanCreationTime": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qVlanCurrentTable",
        "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": "/dot1qVlanCurrentTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qVlanCurrentTable/dot1qVlanCurrentEntry": {
      "get": {
        "summary": "Get dot1qVlanCurrentEntry list",
        "description": "Retrieve list of dot1qVlanCurrentEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information for a VLAN configured into the device by\n          \n          (local or network) management, or dynamically created\n          as a result of GVRP requests received.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanTimeMark": {
                        "type": "string",
                        "description": "A TimeFilter for this entry.  See the TimeFilter\n            textual convention to see how this works.",
                        "x-yang-type": "rmon2-mib:TimeFilter"
                      },
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "The VLAN-ID or other identifier referring to this VLAN.",
                        "x-yang-type": "Q-BRIDGE-MIB:VlanIndex"
                      },
                      "dot1qVlanFdbId": {
                        "type": "integer",
                        "description": "The Filtering Database used by this VLAN.  This is one\n            of the dot1qFdbId values in the dot1qFdbTable.  This\n            value is allocated automatically by the device whenever\n            \n            the VLAN is created: either dynamically by GVRP, or by\n            management, in dot1qVlanStaticTable.  Allocation of this\n            value follows the learning constraints defined for this\n            VLAN in dot1qLearningConstraintsTable.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qVlanCurrentEgressPorts": {
                        "type": "string",
                        "description": "The set of ports that are transmitting traffic for\n            this VLAN as either tagged or untagged frames.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qVlanCurrentUntaggedPorts": {
                        "type": "string",
                        "description": "The set of ports that are transmitting traffic for\n            this VLAN as untagged frames.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qVlanStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but the\n                conditions under which it will remain so differ\n                from the following values.\n            permanent(2) - this entry, corresponding to an entry\n                in dot1qVlanStaticTable, is currently in use and\n                will remain so after the next reset of the\n                device.  The port lists for this entry include\n                ports from the equivalent dot1qVlanStaticTable\n                entry and ports learned dynamically.\n            dynamicGvrp(3) - this entry is currently in use\n            \n                and will remain so until removed by GVRP.  There\n                is no static entry for this VLAN, and it will be\n                removed when the last port leaves the VLAN."
                      },
                      "dot1qVlanCreationTime": {
                        "type": "string",
                        "description": "The value of sysUpTime when this VLAN was created.",
                        "x-yang-type": "yang:timeticks"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanCurrentEntry": [
                    {
                      "dot1qVlanTimeMark": "example-string",
                      "dot1qVlanIndex": "example-string",
                      "dot1qVlanFdbId": 0,
                      "dot1qVlanCurrentEgressPorts": "example-string",
                      "dot1qVlanCurrentUntaggedPorts": "example-string",
                      "dot1qVlanStatus": "up(1)",
                      "dot1qVlanCreationTime": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qVlanCurrentEntry",
        "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": "/dot1qVlanCurrentTable/dot1qVlanCurrentEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qVlanStaticTable": {
      "get": {
        "summary": "Get dot1qVlanStaticTable data",
        "description": "Retrieve dot1qVlanStaticTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table containing static configuration information for\n        each VLAN configured into the device by (local or\n        network) management.  All entries are permanent and will\n        be restored after the device is reset.",
                  "properties": {
                    "dot1qVlanStaticEntry": {
                      "type": "array",
                      "description": "Static information for a VLAN configured into the\n          device by (local or network) management.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qVlanIndex": {
                            "type": "string",
                            "description": "dot1qVlanIndex",
                            "x-yang-type": "leafref"
                          },
                          "dot1qVlanStaticName": {
                            "type": "string",
                            "description": "An administratively assigned string, which may be used\n            to identify the VLAN.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "dot1qVlanStaticEgressPorts": {
                            "type": "string",
                            "description": "The set of ports that are permanently assigned to the\n            egress list for this VLAN by management.  Changes to a\n            bit in this object affect the per-port, per-VLAN\n            Registrar control for Registration Fixed for the\n            relevant GVRP state machine on each port.  A port may\n            not be added in this set if it is already a member of\n            the set of ports in dot1qVlanForbiddenEgressPorts.  The\n            default value of this object is a string of zeros of\n            appropriate length, indicating not fixed.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qVlanForbiddenEgressPorts": {
                            "type": "string",
                            "description": "The set of ports that are prohibited by management\n            from being included in the egress list for this VLAN.\n            Changes to this object that cause a port to be included\n            or excluded affect the per-port, per-VLAN Registrar\n            control for Registration Forbidden for the relevant GVRP\n            state machine on each port.  A port may not be added in\n            this set if it is already a member of the set of ports\n            in dot1qVlanStaticEgressPorts.  The default value of\n            this object is a string of zeros of appropriate length,\n            excluding all ports from the forbidden set.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qVlanStaticUntaggedPorts": {
                            "type": "string",
                            "description": "The set of ports that should transmit egress packets\n            for this VLAN as untagged.  The default value of this\n            object for the default VLAN (dot1qVlanIndex = 1) is a string\n            of appropriate length including all ports.  There is no\n            specified default for other VLANs.  If a device agent cannot\n            support the set of ports being set, then it will reject the\n            set operation with an error.  For example, a\n            manager might attempt to set more than one VLAN to be untagged\n            on egress where the device does not support this IEEE 802.1Q\n            option.",
                            "x-yang-type": "Q-BRIDGE-MIB:PortList"
                          },
                          "dot1qVlanStaticRowStatus": {
                            "type": "string",
                            "description": "This object indicates the status of this entry.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanStaticTable": {
                    "dot1qVlanStaticEntry": [
                      {
                        "dot1qVlanIndex": "1",
                        "dot1qVlanStaticName": "interface-1",
                        "dot1qVlanStaticEgressPorts": "example-string",
                        "dot1qVlanForbiddenEgressPorts": "example-string",
                        "dot1qVlanStaticUntaggedPorts": "example-string",
                        "dot1qVlanStaticRowStatus": "up(1)"
                      },
                      {
                        "dot1qVlanIndex": "2",
                        "dot1qVlanStaticName": "interface-1",
                        "dot1qVlanStaticEgressPorts": "example-string",
                        "dot1qVlanForbiddenEgressPorts": "example-string",
                        "dot1qVlanStaticUntaggedPorts": "example-string",
                        "dot1qVlanStaticRowStatus": "up(1)"
                      },
                      {
                        "dot1qVlanIndex": "3",
                        "dot1qVlanStaticName": "interface-1",
                        "dot1qVlanStaticEgressPorts": "example-string",
                        "dot1qVlanForbiddenEgressPorts": "example-string",
                        "dot1qVlanStaticUntaggedPorts": "example-string",
                        "dot1qVlanStaticRowStatus": "up(1)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qVlanStaticTable",
        "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": "/dot1qVlanStaticTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qVlanStaticTable/dot1qVlanStaticEntry": {
      "get": {
        "summary": "Get dot1qVlanStaticEntry list",
        "description": "Retrieve list of dot1qVlanStaticEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Static information for a VLAN configured into the\n          device by (local or network) management.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qVlanStaticName": {
                        "type": "string",
                        "description": "An administratively assigned string, which may be used\n            to identify the VLAN.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "dot1qVlanStaticEgressPorts": {
                        "type": "string",
                        "description": "The set of ports that are permanently assigned to the\n            egress list for this VLAN by management.  Changes to a\n            bit in this object affect the per-port, per-VLAN\n            Registrar control for Registration Fixed for the\n            relevant GVRP state machine on each port.  A port may\n            not be added in this set if it is already a member of\n            the set of ports in dot1qVlanForbiddenEgressPorts.  The\n            default value of this object is a string of zeros of\n            appropriate length, indicating not fixed.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qVlanForbiddenEgressPorts": {
                        "type": "string",
                        "description": "The set of ports that are prohibited by management\n            from being included in the egress list for this VLAN.\n            Changes to this object that cause a port to be included\n            or excluded affect the per-port, per-VLAN Registrar\n            control for Registration Forbidden for the relevant GVRP\n            state machine on each port.  A port may not be added in\n            this set if it is already a member of the set of ports\n            in dot1qVlanStaticEgressPorts.  The default value of\n            this object is a string of zeros of appropriate length,\n            excluding all ports from the forbidden set.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qVlanStaticUntaggedPorts": {
                        "type": "string",
                        "description": "The set of ports that should transmit egress packets\n            for this VLAN as untagged.  The default value of this\n            object for the default VLAN (dot1qVlanIndex = 1) is a string\n            of appropriate length including all ports.  There is no\n            specified default for other VLANs.  If a device agent cannot\n            support the set of ports being set, then it will reject the\n            set operation with an error.  For example, a\n            manager might attempt to set more than one VLAN to be untagged\n            on egress where the device does not support this IEEE 802.1Q\n            option.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qVlanStaticRowStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanStaticEntry": [
                    {
                      "dot1qVlanIndex": "example-string",
                      "dot1qVlanStaticName": "interface-1",
                      "dot1qVlanStaticEgressPorts": "example-string",
                      "dot1qVlanForbiddenEgressPorts": "example-string",
                      "dot1qVlanStaticUntaggedPorts": "example-string",
                      "dot1qVlanStaticRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qVlanStaticEntry",
        "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": "/dot1qVlanStaticTable/dot1qVlanStaticEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qVlanStaticTable/dot1qVlanStaticEntry={dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qVlanStaticEntry entry",
        "description": "Retrieve specific dot1qVlanStaticEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qVlanStaticName": {
                      "type": "string",
                      "description": "An administratively assigned string, which may be used\n            to identify the VLAN.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "dot1qVlanStaticEgressPorts": {
                      "type": "string",
                      "description": "The set of ports that are permanently assigned to the\n            egress list for this VLAN by management.  Changes to a\n            bit in this object affect the per-port, per-VLAN\n            Registrar control for Registration Fixed for the\n            relevant GVRP state machine on each port.  A port may\n            not be added in this set if it is already a member of\n            the set of ports in dot1qVlanForbiddenEgressPorts.  The\n            default value of this object is a string of zeros of\n            appropriate length, indicating not fixed.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qVlanForbiddenEgressPorts": {
                      "type": "string",
                      "description": "The set of ports that are prohibited by management\n            from being included in the egress list for this VLAN.\n            Changes to this object that cause a port to be included\n            or excluded affect the per-port, per-VLAN Registrar\n            control for Registration Forbidden for the relevant GVRP\n            state machine on each port.  A port may not be added in\n            this set if it is already a member of the set of ports\n            in dot1qVlanStaticEgressPorts.  The default value of\n            this object is a string of zeros of appropriate length,\n            excluding all ports from the forbidden set.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qVlanStaticUntaggedPorts": {
                      "type": "string",
                      "description": "The set of ports that should transmit egress packets\n            for this VLAN as untagged.  The default value of this\n            object for the default VLAN (dot1qVlanIndex = 1) is a string\n            of appropriate length including all ports.  There is no\n            specified default for other VLANs.  If a device agent cannot\n            support the set of ports being set, then it will reject the\n            set operation with an error.  For example, a\n            manager might attempt to set more than one VLAN to be untagged\n            on egress where the device does not support this IEEE 802.1Q\n            option.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qVlanStaticRowStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanStaticEntry": {
                    "dot1qVlanIndex": "example-string",
                    "dot1qVlanStaticName": "interface-1",
                    "dot1qVlanStaticEgressPorts": "example-string",
                    "dot1qVlanForbiddenEgressPorts": "example-string",
                    "dot1qVlanStaticUntaggedPorts": "example-string",
                    "dot1qVlanStaticRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qVlanStaticEntry-2"
      },
      "x-yang-path": "/dot1qVlanStaticTable/dot1qVlanStaticEntry={dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qPortVlanStatisticsTable": {
      "get": {
        "summary": "Get dot1qPortVlanStatisticsTable data",
        "description": "Retrieve dot1qPortVlanStatisticsTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "dot1qPortVlanStatisticsTable",
                  "properties": {
                    "dot1qPortVlanStatisticsEntry": {
                      "type": "array",
                      "description": "Traffic statistics for a VLAN on an interface.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dBasePort": {
                            "type": "string",
                            "description": "dot1dBasePort",
                            "x-yang-type": "leafref"
                          },
                          "dot1qVlanIndex": {
                            "type": "string",
                            "description": "dot1qVlanIndex",
                            "x-yang-type": "leafref"
                          },
                          "dot1qTpVlanPortInFrames": {
                            "type": "integer",
                            "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "dot1qTpVlanPortOutFrames": {
                            "type": "integer",
                            "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "dot1qTpVlanPortInDiscards": {
                            "type": "integer",
                            "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "dot1qTpVlanPortInOverflowFrames": {
                            "type": "integer",
                            "description": "The number of times the associated\n            dot1qTpVlanPortInFrames counter has overflowed.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "dot1qTpVlanPortOutOverflowFrames": {
                            "type": "integer",
                            "description": "The number of times the associated\n            dot1qTpVlanPortOutFrames counter has overflowed.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "dot1qTpVlanPortInOverflowDiscards": {
                            "type": "integer",
                            "description": "The number of times the associated\n            dot1qTpVlanPortInDiscards counter has overflowed.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanStatisticsTable": {
                    "dot1qPortVlanStatisticsEntry": [
                      {
                        "dot1dBasePort": "example-string",
                        "dot1qVlanIndex": "1",
                        "dot1qTpVlanPortInFrames": 0,
                        "dot1qTpVlanPortOutFrames": 0,
                        "dot1qTpVlanPortInDiscards": 0,
                        "dot1qTpVlanPortInOverflowFrames": 0,
                        "dot1qTpVlanPortOutOverflowFrames": 0,
                        "dot1qTpVlanPortInOverflowDiscards": 0
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1qVlanIndex": "2",
                        "dot1qTpVlanPortInFrames": 0,
                        "dot1qTpVlanPortOutFrames": 0,
                        "dot1qTpVlanPortInDiscards": 0,
                        "dot1qTpVlanPortInOverflowFrames": 0,
                        "dot1qTpVlanPortOutOverflowFrames": 0,
                        "dot1qTpVlanPortInOverflowDiscards": 0
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1qVlanIndex": "3",
                        "dot1qTpVlanPortInFrames": 0,
                        "dot1qTpVlanPortOutFrames": 0,
                        "dot1qTpVlanPortInDiscards": 0,
                        "dot1qTpVlanPortInOverflowFrames": 0,
                        "dot1qTpVlanPortOutOverflowFrames": 0,
                        "dot1qTpVlanPortInOverflowDiscards": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qPortVlanStatisticsTable",
        "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": "/dot1qPortVlanStatisticsTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry": {
      "get": {
        "summary": "Get dot1qPortVlanStatisticsEntry list",
        "description": "Retrieve list of dot1qPortVlanStatisticsEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Traffic statistics for a VLAN on an interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qTpVlanPortInFrames": {
                        "type": "integer",
                        "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qTpVlanPortOutFrames": {
                        "type": "integer",
                        "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qTpVlanPortInDiscards": {
                        "type": "integer",
                        "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qTpVlanPortInOverflowFrames": {
                        "type": "integer",
                        "description": "The number of times the associated\n            dot1qTpVlanPortInFrames counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qTpVlanPortOutOverflowFrames": {
                        "type": "integer",
                        "description": "The number of times the associated\n            dot1qTpVlanPortOutFrames counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qTpVlanPortInOverflowDiscards": {
                        "type": "integer",
                        "description": "The number of times the associated\n            dot1qTpVlanPortInDiscards counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanStatisticsEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1qVlanIndex": "example-string",
                      "dot1qTpVlanPortInFrames": 0,
                      "dot1qTpVlanPortOutFrames": 0,
                      "dot1qTpVlanPortInDiscards": 0,
                      "dot1qTpVlanPortInOverflowFrames": 0,
                      "dot1qTpVlanPortOutOverflowFrames": 0,
                      "dot1qTpVlanPortInOverflowDiscards": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qPortVlanStatisticsEntry",
        "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": "/dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsTable": {
      "get": {
        "summary": "Get dot1qPortVlanHCStatisticsTable data",
        "description": "Retrieve dot1qPortVlanHCStatisticsTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table containing per-port, per-VLAN statistics for\n        traffic on high-capacity interfaces.",
                  "properties": {
                    "dot1qPortVlanHCStatisticsEntry": {
                      "type": "array",
                      "description": "Traffic statistics for a VLAN on a high-capacity\n          interface.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dBasePort": {
                            "type": "string",
                            "description": "dot1dBasePort",
                            "x-yang-type": "leafref"
                          },
                          "dot1qVlanIndex": {
                            "type": "string",
                            "description": "dot1qVlanIndex",
                            "x-yang-type": "leafref"
                          },
                          "dot1qTpVlanPortHCInFrames": {
                            "type": "integer",
                            "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            \n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP).",
                            "minimum": 0
                          },
                          "dot1qTpVlanPortHCOutFrames": {
                            "type": "integer",
                            "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                            "minimum": 0
                          },
                          "dot1qTpVlanPortHCInDiscards": {
                            "type": "integer",
                            "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                            "minimum": 0
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsTable": {
                    "dot1qPortVlanHCStatisticsEntry": [
                      {
                        "dot1dBasePort": "example-string",
                        "dot1qVlanIndex": "1",
                        "dot1qTpVlanPortHCInFrames": 0,
                        "dot1qTpVlanPortHCOutFrames": 0,
                        "dot1qTpVlanPortHCInDiscards": 0
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1qVlanIndex": "2",
                        "dot1qTpVlanPortHCInFrames": 0,
                        "dot1qTpVlanPortHCOutFrames": 0,
                        "dot1qTpVlanPortHCInDiscards": 0
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1qVlanIndex": "3",
                        "dot1qTpVlanPortHCInFrames": 0,
                        "dot1qTpVlanPortHCOutFrames": 0,
                        "dot1qTpVlanPortHCInDiscards": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qPortVlanHCStatisticsTable",
        "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": "/dot1qPortVlanHCStatisticsTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsTable/dot1qPortVlanHCStatisticsEntry": {
      "get": {
        "summary": "Get dot1qPortVlanHCStatisticsEntry list",
        "description": "Retrieve list of dot1qPortVlanHCStatisticsEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Traffic statistics for a VLAN on a high-capacity\n          interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qTpVlanPortHCInFrames": {
                        "type": "integer",
                        "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            \n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP).",
                        "minimum": 0
                      },
                      "dot1qTpVlanPortHCOutFrames": {
                        "type": "integer",
                        "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                        "minimum": 0
                      },
                      "dot1qTpVlanPortHCInDiscards": {
                        "type": "integer",
                        "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1qVlanIndex": "example-string",
                      "dot1qTpVlanPortHCInFrames": 0,
                      "dot1qTpVlanPortHCOutFrames": 0,
                      "dot1qTpVlanPortHCInDiscards": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qPortVlanHCStatisticsEntry",
        "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": "/dot1qPortVlanHCStatisticsTable/dot1qPortVlanHCStatisticsEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qLearningConstraintsTable": {
      "get": {
        "summary": "Get dot1qLearningConstraintsTable data",
        "description": "Retrieve dot1qLearningConstraintsTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table containing learning constraints for sets of\n        Shared and Independent VLANs.",
                  "properties": {
                    "dot1qLearningConstraintsEntry": {
                      "type": "array",
                      "description": "A learning constraint defined for a VLAN.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qConstraintVlan": {
                            "type": "string",
                            "description": "The index of the row in dot1qVlanCurrentTable for the\n            VLAN constrained by this entry.",
                            "x-yang-type": "Q-BRIDGE-MIB:VlanIndex"
                          },
                          "dot1qConstraintSet": {
                            "type": "integer",
                            "description": "The identity of the constraint set to which\n            dot1qConstraintVlan belongs.  These values may be chosen\n            by the management station.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dot1qConstraintType": {
                            "type": "string",
                            "description": "The type of constraint this entry defines.\n            independent(1) - the VLAN, dot1qConstraintVlan,\n                uses a filtering database independent from all\n                other VLANs in the same set, defined by\n                dot1qConstraintSet.\n            shared(2) - the VLAN, dot1qConstraintVlan, shares\n                the same filtering database as all other VLANs\n                in the same set, defined by dot1qConstraintSet."
                          },
                          "dot1qConstraintStatus": {
                            "type": "string",
                            "description": "The status of this entry.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qLearningConstraintsTable": {
                    "dot1qLearningConstraintsEntry": [
                      {
                        "dot1qConstraintVlan": "example-string",
                        "dot1qConstraintSet": -2147483648,
                        "dot1qConstraintType": "ethernetCsmacd(6)",
                        "dot1qConstraintStatus": "up(1)"
                      },
                      {
                        "dot1qConstraintVlan": "example-string",
                        "dot1qConstraintSet": -2147483648,
                        "dot1qConstraintType": "ethernetCsmacd(6)",
                        "dot1qConstraintStatus": "up(1)"
                      },
                      {
                        "dot1qConstraintVlan": "example-string",
                        "dot1qConstraintSet": -2147483648,
                        "dot1qConstraintType": "ethernetCsmacd(6)",
                        "dot1qConstraintStatus": "up(1)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qLearningConstraintsTable",
        "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": "/dot1qLearningConstraintsTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qLearningConstraintsTable/dot1qLearningConstraintsEntry": {
      "get": {
        "summary": "Get dot1qLearningConstraintsEntry list",
        "description": "Retrieve list of dot1qLearningConstraintsEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A learning constraint defined for a VLAN.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qConstraintVlan": {
                        "type": "string",
                        "description": "The index of the row in dot1qVlanCurrentTable for the\n            VLAN constrained by this entry.",
                        "x-yang-type": "Q-BRIDGE-MIB:VlanIndex"
                      },
                      "dot1qConstraintSet": {
                        "type": "integer",
                        "description": "The identity of the constraint set to which\n            dot1qConstraintVlan belongs.  These values may be chosen\n            by the management station.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1qConstraintType": {
                        "type": "string",
                        "description": "The type of constraint this entry defines.\n            independent(1) - the VLAN, dot1qConstraintVlan,\n                uses a filtering database independent from all\n                other VLANs in the same set, defined by\n                dot1qConstraintSet.\n            shared(2) - the VLAN, dot1qConstraintVlan, shares\n                the same filtering database as all other VLANs\n                in the same set, defined by dot1qConstraintSet."
                      },
                      "dot1qConstraintStatus": {
                        "type": "string",
                        "description": "The status of this entry.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qLearningConstraintsEntry": [
                    {
                      "dot1qConstraintVlan": "example-string",
                      "dot1qConstraintSet": -2147483648,
                      "dot1qConstraintType": "ethernetCsmacd(6)",
                      "dot1qConstraintStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qLearningConstraintsEntry",
        "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": "/dot1qLearningConstraintsTable/dot1qLearningConstraintsEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1vProtocolGroupTable": {
      "get": {
        "summary": "Get dot1vProtocolGroupTable data",
        "description": "Retrieve dot1vProtocolGroupTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table that contains mappings from Protocol\n        Templates to Protocol Group Identifiers used for\n        Port-and-Protocol-based VLAN Classification.",
                  "properties": {
                    "dot1vProtocolGroupEntry": {
                      "type": "array",
                      "description": "A mapping from a Protocol Template to a Protocol\n          Group Identifier.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1vProtocolTemplateFrameType": {
                            "type": "string",
                            "description": "The data-link encapsulation format or the\n            'detagged_frame_type' in a Protocol Template."
                          },
                          "dot1vProtocolTemplateProtocolValue": {
                            "type": "string",
                            "description": "The identification of the protocol above the data-link\n            layer in a Protocol Template.  Depending on the\n            frame type, the octet string will have one of the\n            following values:\n            \n            For 'ethernet', 'rfc1042' and 'snap8021H',\n                this is the 16-bit (2-octet) IEEE 802.3 Type Field.\n            For 'snapOther',\n                this is the 40-bit (5-octet) PID.\n            For 'llcOther',\n                this is the 2-octet IEEE 802.2 Link Service Access\n                Point (LSAP) pair: first octet for Destination Service\n                Access Point (DSAP) and second octet for Source Service\n                Access Point (SSAP).",
                            "format": "binary"
                          },
                          "dot1vProtocolGroupId": {
                            "type": "integer",
                            "description": "Represents a group of protocols that are associated\n            together when assigning a VID to a frame.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dot1vProtocolGroupRowStatus": {
                            "type": "string",
                            "description": "This object indicates the status of this entry.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolGroupTable": {
                    "dot1vProtocolGroupEntry": [
                      {
                        "dot1vProtocolTemplateFrameType": "ethernetCsmacd(6)",
                        "dot1vProtocolTemplateProtocolValue": "example-string",
                        "dot1vProtocolGroupId": -2147483648,
                        "dot1vProtocolGroupRowStatus": "up(1)"
                      },
                      {
                        "dot1vProtocolTemplateFrameType": "ethernetCsmacd(6)",
                        "dot1vProtocolTemplateProtocolValue": "example-string",
                        "dot1vProtocolGroupId": -2147483648,
                        "dot1vProtocolGroupRowStatus": "up(1)"
                      },
                      {
                        "dot1vProtocolTemplateFrameType": "ethernetCsmacd(6)",
                        "dot1vProtocolTemplateProtocolValue": "example-string",
                        "dot1vProtocolGroupId": -2147483648,
                        "dot1vProtocolGroupRowStatus": "up(1)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1vProtocolGroupTable",
        "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": "/dot1vProtocolGroupTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1vProtocolGroupTable/dot1vProtocolGroupEntry": {
      "get": {
        "summary": "Get dot1vProtocolGroupEntry list",
        "description": "Retrieve list of dot1vProtocolGroupEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A mapping from a Protocol Template to a Protocol\n          Group Identifier.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1vProtocolTemplateFrameType": {
                        "type": "string",
                        "description": "The data-link encapsulation format or the\n            'detagged_frame_type' in a Protocol Template."
                      },
                      "dot1vProtocolTemplateProtocolValue": {
                        "type": "string",
                        "description": "The identification of the protocol above the data-link\n            layer in a Protocol Template.  Depending on the\n            frame type, the octet string will have one of the\n            following values:\n            \n            For 'ethernet', 'rfc1042' and 'snap8021H',\n                this is the 16-bit (2-octet) IEEE 802.3 Type Field.\n            For 'snapOther',\n                this is the 40-bit (5-octet) PID.\n            For 'llcOther',\n                this is the 2-octet IEEE 802.2 Link Service Access\n                Point (LSAP) pair: first octet for Destination Service\n                Access Point (DSAP) and second octet for Source Service\n                Access Point (SSAP).",
                        "format": "binary"
                      },
                      "dot1vProtocolGroupId": {
                        "type": "integer",
                        "description": "Represents a group of protocols that are associated\n            together when assigning a VID to a frame.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1vProtocolGroupRowStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolGroupEntry": [
                    {
                      "dot1vProtocolTemplateFrameType": "ethernetCsmacd(6)",
                      "dot1vProtocolTemplateProtocolValue": "example-string",
                      "dot1vProtocolGroupId": -2147483648,
                      "dot1vProtocolGroupRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1vProtocolGroupEntry",
        "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": "/dot1vProtocolGroupTable/dot1vProtocolGroupEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1vProtocolPortTable": {
      "get": {
        "summary": "Get dot1vProtocolPortTable data",
        "description": "Retrieve dot1vProtocolPortTable operational data from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table that contains VID sets used for\n        Port-and-Protocol-based VLAN Classification.",
                  "properties": {
                    "dot1vProtocolPortEntry": {
                      "type": "array",
                      "description": "A VID set for a port.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dBasePort": {
                            "type": "string",
                            "description": "dot1dBasePort",
                            "x-yang-type": "leafref"
                          },
                          "dot1vProtocolPortGroupId": {
                            "type": "integer",
                            "description": "Designates a group of protocols in the Protocol\n            Group Database.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dot1vProtocolPortGroupVid": {
                            "type": "integer",
                            "description": "The VID associated with a group of protocols for\n            each port.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dot1vProtocolPortRowStatus": {
                            "type": "string",
                            "description": "This object indicates the status of this entry.",
                            "x-yang-type": "snmpv2-tc:RowStatus"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolPortTable": {
                    "dot1vProtocolPortEntry": [
                      {
                        "dot1dBasePort": "example-string",
                        "dot1vProtocolPortGroupId": -2147483648,
                        "dot1vProtocolPortGroupVid": -2147483648,
                        "dot1vProtocolPortRowStatus": "up(1)"
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1vProtocolPortGroupId": -2147483648,
                        "dot1vProtocolPortGroupVid": -2147483648,
                        "dot1vProtocolPortRowStatus": "up(1)"
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1vProtocolPortGroupId": -2147483648,
                        "dot1vProtocolPortGroupVid": -2147483648,
                        "dot1vProtocolPortRowStatus": "up(1)"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1vProtocolPortTable",
        "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": "/dot1vProtocolPortTable",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1vProtocolPortTable/dot1vProtocolPortEntry": {
      "get": {
        "summary": "Get dot1vProtocolPortEntry list",
        "description": "Retrieve list of dot1vProtocolPortEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A VID set for a port.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1vProtocolPortGroupId": {
                        "type": "integer",
                        "description": "Designates a group of protocols in the Protocol\n            Group Database.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1vProtocolPortGroupVid": {
                        "type": "integer",
                        "description": "The VID associated with a group of protocols for\n            each port.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1vProtocolPortRowStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolPortEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1vProtocolPortGroupId": -2147483648,
                      "dot1vProtocolPortGroupVid": -2147483648,
                      "dot1vProtocolPortRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1vProtocolPortEntry",
        "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": "/dot1vProtocolPortTable/dot1vProtocolPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qFdbEntry": {
      "get": {
        "summary": "Get dot1qFdbEntry list",
        "description": "Retrieve list of dot1qFdbEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about a specific Filtering Database.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qFdbId": {
                        "type": "integer",
                        "description": "The identity of this Filtering Database.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qFdbDynamicCount": {
                        "type": "integer",
                        "description": "The current number of dynamic entries in this\n            Filtering Database.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qFdbEntry": [
                    {
                      "dot1qFdbId": 0,
                      "dot1qFdbDynamicCount": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qFdbEntry-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": "/dot1qFdbEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qFdbEntry={dot1qFdbId}": {
      "get": {
        "summary": "Get dot1qFdbEntry entry",
        "description": "Retrieve specific dot1qFdbEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qFdbId",
            "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": {
                    "dot1qFdbId": {
                      "type": "integer",
                      "description": "The identity of this Filtering Database.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qFdbDynamicCount": {
                      "type": "integer",
                      "description": "The current number of dynamic entries in this\n            Filtering Database.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qFdbEntry": {
                    "dot1qFdbId": 0,
                    "dot1qFdbDynamicCount": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qFdbEntry-4"
      },
      "x-yang-path": "/dot1qFdbEntry={dot1qFdbId}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qFdbId"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qTpFdbEntry": {
      "get": {
        "summary": "Get dot1qTpFdbEntry list",
        "description": "Retrieve list of dot1qTpFdbEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information about a specific unicast MAC address for\n          which the device has some forwarding and/or filtering\n          information.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qFdbId": {
                        "type": "string",
                        "description": "dot1qFdbId",
                        "x-yang-type": "leafref"
                      },
                      "dot1qTpFdbAddress": {
                        "type": "string",
                        "description": "A unicast MAC address for which the device has\n            forwarding and/or filtering information.",
                        "x-yang-type": "yang:mac-address"
                      },
                      "dot1qTpFdbPort": {
                        "type": "integer",
                        "description": "Either the value '0', or the port number of the port on\n            which a frame having a source address equal to the value\n            of the corresponding instance of dot1qTpFdbAddress has\n            been seen.  A value of '0' indicates that the port\n            number has not been learned but that the device does\n            have some forwarding/filtering information about this\n            address (e.g., in the dot1qStaticUnicastTable).\n            Implementors are encouraged to assign the port value to\n            this object whenever it is learned, even for addresses\n            for which the corresponding value of dot1qTpFdbStatus is\n            not learned(3).",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1qTpFdbStatus": {
                        "type": "string",
                        "description": "The status of this entry.  The meanings of the values\n            are:\n                other(1) - none of the following.  This may include\n                    the case where some other MIB object (not the\n                    corresponding instance of dot1qTpFdbPort, nor an\n                    entry in the dot1qStaticUnicastTable) is being\n                    used to determine if and how frames addressed to\n                    the value of the corresponding instance of\n                    dot1qTpFdbAddress are being forwarded.\n                invalid(2) - this entry is no longer valid (e.g., it\n            \n                    was learned but has since aged out), but has not\n                    yet been flushed from the table.\n                learned(3) - the value of the corresponding instance\n                    of dot1qTpFdbPort was learned and is being used.\n                self(4) - the value of the corresponding instance of\n                    dot1qTpFdbAddress represents one of the device's\n                    addresses.  The corresponding instance of\n                    dot1qTpFdbPort indicates which of the device's\n                    ports has this address.\n                mgmt(5) - the value of the corresponding instance of\n                    dot1qTpFdbAddress is also the value of an\n                    existing instance of dot1qStaticAddress."
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpFdbEntry": [
                    {
                      "dot1qFdbId": "example-string",
                      "dot1qTpFdbAddress": "192.168.1.1",
                      "dot1qTpFdbPort": -2147483648,
                      "dot1qTpFdbStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qTpFdbEntry-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": "/dot1qTpFdbEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qTpGroupEntry": {
      "get": {
        "summary": "Get dot1qTpGroupEntry list",
        "description": "Retrieve list of dot1qTpGroupEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Filtering information configured into the bridge by\n          management, or learned dynamically, specifying the set of\n          ports to which frames received on a VLAN and containing\n          a specific Group destination address are allowed to be\n          forwarded.  The subset of these ports learned dynamically\n          is also provided.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qTpGroupAddress": {
                        "type": "string",
                        "description": "The destination Group MAC address in a frame to which\n            this entry's filtering information applies.",
                        "x-yang-type": "yang:mac-address"
                      },
                      "dot1qTpGroupEgressPorts": {
                        "type": "string",
                        "description": "The complete set of ports, in this VLAN, to which\n            frames destined for this Group MAC address are currently\n            being explicitly forwarded.  This does not include ports\n            for which this address is only implicitly forwarded, in\n            the dot1qForwardAllPorts list.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qTpGroupLearnt": {
                        "type": "string",
                        "description": "The subset of ports in dot1qTpGroupEgressPorts that\n            were learned by GMRP or some other dynamic mechanism, in\n            this Filtering database.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpGroupEntry": [
                    {
                      "dot1qVlanIndex": "example-string",
                      "dot1qTpGroupAddress": "192.168.1.1",
                      "dot1qTpGroupEgressPorts": "example-string",
                      "dot1qTpGroupLearnt": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qTpGroupEntry-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": "/dot1qTpGroupEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qForwardAllEntry": {
      "get": {
        "summary": "Get dot1qForwardAllEntry list",
        "description": "Retrieve list of dot1qForwardAllEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts should be forwarded,\n          configured statically by management or dynamically by\n          GMRP.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qForwardAllPorts": {
                        "type": "string",
                        "description": "The complete set of ports in this VLAN to which all\n            multicast group-addressed frames are to be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qForwardAllStaticPorts": {
                        "type": "string",
                        "description": "The set of ports configured by management in this VLAN\n            to which all multicast group-addressed frames are to be\n            forwarded.  Ports entered in this list will also appear\n            in the complete set shown by dot1qForwardAllPorts.  This\n            value will be restored after the device is reset.  This\n            only applies to ports that are members of the VLAN,\n            defined by dot1qVlanCurrentEgressPorts.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qForwardAllForbiddenPorts.  The\n            default value is a string of ones of appropriate length,\n            to indicate the standard behaviour of using basic\n            filtering services, i.e., forward all multicasts to all\n            ports.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qForwardAllForbiddenPorts": {
                        "type": "string",
                        "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward All\n            Multicast Groups may not be dynamically registered by\n            GMRP.  This value will be restored after the device is\n            reset.  A port may not be added in this set if it is\n            already a member of the set of ports in\n            dot1qForwardAllStaticPorts.  The default value is a\n            string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardAllEntry": [
                    {
                      "dot1qVlanIndex": "example-string",
                      "dot1qForwardAllPorts": "example-string",
                      "dot1qForwardAllStaticPorts": "example-string",
                      "dot1qForwardAllForbiddenPorts": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qForwardAllEntry-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": "/dot1qForwardAllEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qForwardAllEntry={dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qForwardAllEntry entry",
        "description": "Retrieve specific dot1qForwardAllEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qForwardAllPorts": {
                      "type": "string",
                      "description": "The complete set of ports in this VLAN to which all\n            multicast group-addressed frames are to be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qForwardAllStaticPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management in this VLAN\n            to which all multicast group-addressed frames are to be\n            forwarded.  Ports entered in this list will also appear\n            in the complete set shown by dot1qForwardAllPorts.  This\n            value will be restored after the device is reset.  This\n            only applies to ports that are members of the VLAN,\n            defined by dot1qVlanCurrentEgressPorts.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qForwardAllForbiddenPorts.  The\n            default value is a string of ones of appropriate length,\n            to indicate the standard behaviour of using basic\n            filtering services, i.e., forward all multicasts to all\n            ports.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qForwardAllForbiddenPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward All\n            Multicast Groups may not be dynamically registered by\n            GMRP.  This value will be restored after the device is\n            reset.  A port may not be added in this set if it is\n            already a member of the set of ports in\n            dot1qForwardAllStaticPorts.  The default value is a\n            string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardAllEntry": {
                    "dot1qVlanIndex": "example-string",
                    "dot1qForwardAllPorts": "example-string",
                    "dot1qForwardAllStaticPorts": "example-string",
                    "dot1qForwardAllForbiddenPorts": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qForwardAllEntry-4"
      },
      "x-yang-path": "/dot1qForwardAllEntry={dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qForwardUnregisteredEntry": {
      "get": {
        "summary": "Get dot1qForwardUnregisteredEntry list",
        "description": "Retrieve list of dot1qForwardUnregisteredEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts for which there is no\n          more specific forwarding information shall be forwarded.\n          This is configured statically by management or\n          dynamically by GMRP.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qForwardUnregisteredPorts": {
                        "type": "string",
                        "description": "The complete set of ports in this VLAN to which\n            multicast group-addressed frames for which there is no\n            more specific forwarding information will be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qForwardUnregisteredStaticPorts": {
                        "type": "string",
                        "description": "The set of ports configured by management, in this\n            VLAN, to which multicast group-addressed frames for\n            which there is no more specific forwarding information\n            \n            are to be forwarded.  Ports entered in this list will\n            also appear in the complete set shown by\n            dot1qForwardUnregisteredPorts.  This value will be\n            restored after the device is reset.  A port may not be\n            added in this set if it is already a member of the set\n            of ports in dot1qForwardUnregisteredForbiddenPorts.  The\n            default value is a string of zeros of appropriate\n            length, although this has no effect with the default\n            value of dot1qForwardAllStaticPorts.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qForwardUnregisteredForbiddenPorts": {
                        "type": "string",
                        "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward\n            Unregistered Multicast Groups may not be dynamically\n            registered by GMRP.  This value will be restored after\n            the device is reset.  A port may not be added in this\n            set if it is already a member of the set of ports in\n            dot1qForwardUnregisteredStaticPorts.  The default value\n            is a string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardUnregisteredEntry": [
                    {
                      "dot1qVlanIndex": "example-string",
                      "dot1qForwardUnregisteredPorts": "example-string",
                      "dot1qForwardUnregisteredStaticPorts": "example-string",
                      "dot1qForwardUnregisteredForbiddenPorts": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qForwardUnregisteredEntry-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": "/dot1qForwardUnregisteredEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qForwardUnregisteredEntry={dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qForwardUnregisteredEntry entry",
        "description": "Retrieve specific dot1qForwardUnregisteredEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qForwardUnregisteredPorts": {
                      "type": "string",
                      "description": "The complete set of ports in this VLAN to which\n            multicast group-addressed frames for which there is no\n            more specific forwarding information will be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qForwardUnregisteredStaticPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management, in this\n            VLAN, to which multicast group-addressed frames for\n            which there is no more specific forwarding information\n            \n            are to be forwarded.  Ports entered in this list will\n            also appear in the complete set shown by\n            dot1qForwardUnregisteredPorts.  This value will be\n            restored after the device is reset.  A port may not be\n            added in this set if it is already a member of the set\n            of ports in dot1qForwardUnregisteredForbiddenPorts.  The\n            default value is a string of zeros of appropriate\n            length, although this has no effect with the default\n            value of dot1qForwardAllStaticPorts.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qForwardUnregisteredForbiddenPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward\n            Unregistered Multicast Groups may not be dynamically\n            registered by GMRP.  This value will be restored after\n            the device is reset.  A port may not be added in this\n            set if it is already a member of the set of ports in\n            dot1qForwardUnregisteredStaticPorts.  The default value\n            is a string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardUnregisteredEntry": {
                    "dot1qVlanIndex": "example-string",
                    "dot1qForwardUnregisteredPorts": "example-string",
                    "dot1qForwardUnregisteredStaticPorts": "example-string",
                    "dot1qForwardUnregisteredForbiddenPorts": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qForwardUnregisteredEntry-4"
      },
      "x-yang-path": "/dot1qForwardUnregisteredEntry={dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qStaticUnicastEntry": {
      "get": {
        "summary": "Get dot1qStaticUnicastEntry list",
        "description": "Retrieve list of dot1qStaticUnicastEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from a specific port and\n          containing a specific unicast destination address are\n          allowed to be forwarded.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qFdbId": {
                        "type": "string",
                        "description": "dot1qFdbId",
                        "x-yang-type": "leafref"
                      },
                      "dot1qStaticUnicastAddress": {
                        "type": "string",
                        "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a unicast address.",
                        "x-yang-type": "yang:mac-address"
                      },
                      "dot1qStaticUnicastReceivePort": {
                        "type": "integer",
                        "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1qStaticUnicastAllowedToGoTo": {
                        "type": "string",
                        "description": "The set of ports for which a frame with a specific\n            unicast address will be flooded in the event that it\n            has not been learned.  It also specifies the set of\n            ports on which a specific unicast address may be dynamically\n            learned.  The dot1qTpFdbTable will have an equivalent\n            entry with a dot1qTpFdbPort value of '0' until this\n            address has been learned, at which point it will be updated\n            with the port the address has been seen on.  This only\n            applies to ports that are members of the VLAN, defined\n            by dot1qVlanCurrentEgressPorts.  The default value of\n            this object is a string of ones of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qStaticUnicastStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n            \n                the conditions under which it will remain\n                so differ from the following values.\n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system."
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticUnicastEntry": [
                    {
                      "dot1qFdbId": "example-string",
                      "dot1qStaticUnicastAddress": "192.168.1.1",
                      "dot1qStaticUnicastReceivePort": -2147483648,
                      "dot1qStaticUnicastAllowedToGoTo": "example-string",
                      "dot1qStaticUnicastStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qStaticUnicastEntry-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": "/dot1qStaticUnicastEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qStaticMulticastEntry": {
      "get": {
        "summary": "Get dot1qStaticMulticastEntry list",
        "description": "Retrieve list of dot1qStaticMulticastEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from this specific port\n          \n          for this VLAN and containing this Multicast or Broadcast\n          destination address are allowed to be forwarded.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qStaticMulticastAddress": {
                        "type": "string",
                        "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a Multicast or Broadcast address.",
                        "x-yang-type": "yang:mac-address"
                      },
                      "dot1qStaticMulticastReceivePort": {
                        "type": "integer",
                        "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1qStaticMulticastStaticEgressPorts": {
                        "type": "string",
                        "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must be forwarded, regardless of\n            any dynamic information, e.g., from GMRP.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastForbiddenEgressPorts.\n            The default value of this object is a string of ones of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qStaticMulticastForbiddenEgressPorts": {
                        "type": "string",
                        "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must not be forwarded, regardless\n            of any dynamic information, e.g., from GMRP.  A port may\n            not be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastStaticEgressPorts.\n            The default value of this object is a string of zeros of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qStaticMulticastStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n                the conditions under which it will remain\n                so differ from the following values.\n            \n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system."
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastEntry": [
                    {
                      "dot1qVlanIndex": "example-string",
                      "dot1qStaticMulticastAddress": "192.168.1.1",
                      "dot1qStaticMulticastReceivePort": -2147483648,
                      "dot1qStaticMulticastStaticEgressPorts": "example-string",
                      "dot1qStaticMulticastForbiddenEgressPorts": "example-string",
                      "dot1qStaticMulticastStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qStaticMulticastEntry-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": "/dot1qStaticMulticastEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qVlanCurrentEntry": {
      "get": {
        "summary": "Get dot1qVlanCurrentEntry list",
        "description": "Retrieve list of dot1qVlanCurrentEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Information for a VLAN configured into the device by\n          \n          (local or network) management, or dynamically created\n          as a result of GVRP requests received.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanTimeMark": {
                        "type": "string",
                        "description": "A TimeFilter for this entry.  See the TimeFilter\n            textual convention to see how this works.",
                        "x-yang-type": "rmon2-mib:TimeFilter"
                      },
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "The VLAN-ID or other identifier referring to this VLAN.",
                        "x-yang-type": "Q-BRIDGE-MIB:VlanIndex"
                      },
                      "dot1qVlanFdbId": {
                        "type": "integer",
                        "description": "The Filtering Database used by this VLAN.  This is one\n            of the dot1qFdbId values in the dot1qFdbTable.  This\n            value is allocated automatically by the device whenever\n            \n            the VLAN is created: either dynamically by GVRP, or by\n            management, in dot1qVlanStaticTable.  Allocation of this\n            value follows the learning constraints defined for this\n            VLAN in dot1qLearningConstraintsTable.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qVlanCurrentEgressPorts": {
                        "type": "string",
                        "description": "The set of ports that are transmitting traffic for\n            this VLAN as either tagged or untagged frames.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qVlanCurrentUntaggedPorts": {
                        "type": "string",
                        "description": "The set of ports that are transmitting traffic for\n            this VLAN as untagged frames.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qVlanStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but the\n                conditions under which it will remain so differ\n                from the following values.\n            permanent(2) - this entry, corresponding to an entry\n                in dot1qVlanStaticTable, is currently in use and\n                will remain so after the next reset of the\n                device.  The port lists for this entry include\n                ports from the equivalent dot1qVlanStaticTable\n                entry and ports learned dynamically.\n            dynamicGvrp(3) - this entry is currently in use\n            \n                and will remain so until removed by GVRP.  There\n                is no static entry for this VLAN, and it will be\n                removed when the last port leaves the VLAN."
                      },
                      "dot1qVlanCreationTime": {
                        "type": "string",
                        "description": "The value of sysUpTime when this VLAN was created.",
                        "x-yang-type": "yang:timeticks"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanCurrentEntry": [
                    {
                      "dot1qVlanTimeMark": "example-string",
                      "dot1qVlanIndex": "example-string",
                      "dot1qVlanFdbId": 0,
                      "dot1qVlanCurrentEgressPorts": "example-string",
                      "dot1qVlanCurrentUntaggedPorts": "example-string",
                      "dot1qVlanStatus": "up(1)",
                      "dot1qVlanCreationTime": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qVlanCurrentEntry-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": "/dot1qVlanCurrentEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qVlanStaticEntry": {
      "get": {
        "summary": "Get dot1qVlanStaticEntry list",
        "description": "Retrieve list of dot1qVlanStaticEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Static information for a VLAN configured into the\n          device by (local or network) management.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qVlanStaticName": {
                        "type": "string",
                        "description": "An administratively assigned string, which may be used\n            to identify the VLAN.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "dot1qVlanStaticEgressPorts": {
                        "type": "string",
                        "description": "The set of ports that are permanently assigned to the\n            egress list for this VLAN by management.  Changes to a\n            bit in this object affect the per-port, per-VLAN\n            Registrar control for Registration Fixed for the\n            relevant GVRP state machine on each port.  A port may\n            not be added in this set if it is already a member of\n            the set of ports in dot1qVlanForbiddenEgressPorts.  The\n            default value of this object is a string of zeros of\n            appropriate length, indicating not fixed.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qVlanForbiddenEgressPorts": {
                        "type": "string",
                        "description": "The set of ports that are prohibited by management\n            from being included in the egress list for this VLAN.\n            Changes to this object that cause a port to be included\n            or excluded affect the per-port, per-VLAN Registrar\n            control for Registration Forbidden for the relevant GVRP\n            state machine on each port.  A port may not be added in\n            this set if it is already a member of the set of ports\n            in dot1qVlanStaticEgressPorts.  The default value of\n            this object is a string of zeros of appropriate length,\n            excluding all ports from the forbidden set.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qVlanStaticUntaggedPorts": {
                        "type": "string",
                        "description": "The set of ports that should transmit egress packets\n            for this VLAN as untagged.  The default value of this\n            object for the default VLAN (dot1qVlanIndex = 1) is a string\n            of appropriate length including all ports.  There is no\n            specified default for other VLANs.  If a device agent cannot\n            support the set of ports being set, then it will reject the\n            set operation with an error.  For example, a\n            manager might attempt to set more than one VLAN to be untagged\n            on egress where the device does not support this IEEE 802.1Q\n            option.",
                        "x-yang-type": "Q-BRIDGE-MIB:PortList"
                      },
                      "dot1qVlanStaticRowStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanStaticEntry": [
                    {
                      "dot1qVlanIndex": "example-string",
                      "dot1qVlanStaticName": "interface-1",
                      "dot1qVlanStaticEgressPorts": "example-string",
                      "dot1qVlanForbiddenEgressPorts": "example-string",
                      "dot1qVlanStaticUntaggedPorts": "example-string",
                      "dot1qVlanStaticRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qVlanStaticEntry-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": "/dot1qVlanStaticEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qVlanStaticEntry={dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qVlanStaticEntry entry",
        "description": "Retrieve specific dot1qVlanStaticEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qVlanStaticName": {
                      "type": "string",
                      "description": "An administratively assigned string, which may be used\n            to identify the VLAN.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "dot1qVlanStaticEgressPorts": {
                      "type": "string",
                      "description": "The set of ports that are permanently assigned to the\n            egress list for this VLAN by management.  Changes to a\n            bit in this object affect the per-port, per-VLAN\n            Registrar control for Registration Fixed for the\n            relevant GVRP state machine on each port.  A port may\n            not be added in this set if it is already a member of\n            the set of ports in dot1qVlanForbiddenEgressPorts.  The\n            default value of this object is a string of zeros of\n            appropriate length, indicating not fixed.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qVlanForbiddenEgressPorts": {
                      "type": "string",
                      "description": "The set of ports that are prohibited by management\n            from being included in the egress list for this VLAN.\n            Changes to this object that cause a port to be included\n            or excluded affect the per-port, per-VLAN Registrar\n            control for Registration Forbidden for the relevant GVRP\n            state machine on each port.  A port may not be added in\n            this set if it is already a member of the set of ports\n            in dot1qVlanStaticEgressPorts.  The default value of\n            this object is a string of zeros of appropriate length,\n            excluding all ports from the forbidden set.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qVlanStaticUntaggedPorts": {
                      "type": "string",
                      "description": "The set of ports that should transmit egress packets\n            for this VLAN as untagged.  The default value of this\n            object for the default VLAN (dot1qVlanIndex = 1) is a string\n            of appropriate length including all ports.  There is no\n            specified default for other VLANs.  If a device agent cannot\n            support the set of ports being set, then it will reject the\n            set operation with an error.  For example, a\n            manager might attempt to set more than one VLAN to be untagged\n            on egress where the device does not support this IEEE 802.1Q\n            option.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qVlanStaticRowStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanStaticEntry": {
                    "dot1qVlanIndex": "example-string",
                    "dot1qVlanStaticName": "interface-1",
                    "dot1qVlanStaticEgressPorts": "example-string",
                    "dot1qVlanForbiddenEgressPorts": "example-string",
                    "dot1qVlanStaticUntaggedPorts": "example-string",
                    "dot1qVlanStaticRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qVlanStaticEntry-4"
      },
      "x-yang-path": "/dot1qVlanStaticEntry={dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qPortVlanStatisticsEntry": {
      "get": {
        "summary": "Get dot1qPortVlanStatisticsEntry list",
        "description": "Retrieve list of dot1qPortVlanStatisticsEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Traffic statistics for a VLAN on an interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qTpVlanPortInFrames": {
                        "type": "integer",
                        "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qTpVlanPortOutFrames": {
                        "type": "integer",
                        "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qTpVlanPortInDiscards": {
                        "type": "integer",
                        "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qTpVlanPortInOverflowFrames": {
                        "type": "integer",
                        "description": "The number of times the associated\n            dot1qTpVlanPortInFrames counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qTpVlanPortOutOverflowFrames": {
                        "type": "integer",
                        "description": "The number of times the associated\n            dot1qTpVlanPortOutFrames counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1qTpVlanPortInOverflowDiscards": {
                        "type": "integer",
                        "description": "The number of times the associated\n            dot1qTpVlanPortInDiscards counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanStatisticsEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1qVlanIndex": "example-string",
                      "dot1qTpVlanPortInFrames": 0,
                      "dot1qTpVlanPortOutFrames": 0,
                      "dot1qTpVlanPortInDiscards": 0,
                      "dot1qTpVlanPortInOverflowFrames": 0,
                      "dot1qTpVlanPortOutOverflowFrames": 0,
                      "dot1qTpVlanPortInOverflowDiscards": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qPortVlanStatisticsEntry-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": "/dot1qPortVlanStatisticsEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsEntry": {
      "get": {
        "summary": "Get dot1qPortVlanHCStatisticsEntry list",
        "description": "Retrieve list of dot1qPortVlanHCStatisticsEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Traffic statistics for a VLAN on a high-capacity\n          interface.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1qVlanIndex": {
                        "type": "string",
                        "description": "dot1qVlanIndex",
                        "x-yang-type": "leafref"
                      },
                      "dot1qTpVlanPortHCInFrames": {
                        "type": "integer",
                        "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            \n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP).",
                        "minimum": 0
                      },
                      "dot1qTpVlanPortHCOutFrames": {
                        "type": "integer",
                        "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                        "minimum": 0
                      },
                      "dot1qTpVlanPortHCInDiscards": {
                        "type": "integer",
                        "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1qVlanIndex": "example-string",
                      "dot1qTpVlanPortHCInFrames": 0,
                      "dot1qTpVlanPortHCOutFrames": 0,
                      "dot1qTpVlanPortHCInDiscards": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qPortVlanHCStatisticsEntry-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": "/dot1qPortVlanHCStatisticsEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qLearningConstraintsEntry": {
      "get": {
        "summary": "Get dot1qLearningConstraintsEntry list",
        "description": "Retrieve list of dot1qLearningConstraintsEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A learning constraint defined for a VLAN.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1qConstraintVlan": {
                        "type": "string",
                        "description": "The index of the row in dot1qVlanCurrentTable for the\n            VLAN constrained by this entry.",
                        "x-yang-type": "Q-BRIDGE-MIB:VlanIndex"
                      },
                      "dot1qConstraintSet": {
                        "type": "integer",
                        "description": "The identity of the constraint set to which\n            dot1qConstraintVlan belongs.  These values may be chosen\n            by the management station.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1qConstraintType": {
                        "type": "string",
                        "description": "The type of constraint this entry defines.\n            independent(1) - the VLAN, dot1qConstraintVlan,\n                uses a filtering database independent from all\n                other VLANs in the same set, defined by\n                dot1qConstraintSet.\n            shared(2) - the VLAN, dot1qConstraintVlan, shares\n                the same filtering database as all other VLANs\n                in the same set, defined by dot1qConstraintSet."
                      },
                      "dot1qConstraintStatus": {
                        "type": "string",
                        "description": "The status of this entry.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qLearningConstraintsEntry": [
                    {
                      "dot1qConstraintVlan": "example-string",
                      "dot1qConstraintSet": -2147483648,
                      "dot1qConstraintType": "ethernetCsmacd(6)",
                      "dot1qConstraintStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qLearningConstraintsEntry-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": "/dot1qLearningConstraintsEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1vProtocolGroupEntry": {
      "get": {
        "summary": "Get dot1vProtocolGroupEntry list",
        "description": "Retrieve list of dot1vProtocolGroupEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A mapping from a Protocol Template to a Protocol\n          Group Identifier.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1vProtocolTemplateFrameType": {
                        "type": "string",
                        "description": "The data-link encapsulation format or the\n            'detagged_frame_type' in a Protocol Template."
                      },
                      "dot1vProtocolTemplateProtocolValue": {
                        "type": "string",
                        "description": "The identification of the protocol above the data-link\n            layer in a Protocol Template.  Depending on the\n            frame type, the octet string will have one of the\n            following values:\n            \n            For 'ethernet', 'rfc1042' and 'snap8021H',\n                this is the 16-bit (2-octet) IEEE 802.3 Type Field.\n            For 'snapOther',\n                this is the 40-bit (5-octet) PID.\n            For 'llcOther',\n                this is the 2-octet IEEE 802.2 Link Service Access\n                Point (LSAP) pair: first octet for Destination Service\n                Access Point (DSAP) and second octet for Source Service\n                Access Point (SSAP).",
                        "format": "binary"
                      },
                      "dot1vProtocolGroupId": {
                        "type": "integer",
                        "description": "Represents a group of protocols that are associated\n            together when assigning a VID to a frame.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1vProtocolGroupRowStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolGroupEntry": [
                    {
                      "dot1vProtocolTemplateFrameType": "ethernetCsmacd(6)",
                      "dot1vProtocolTemplateProtocolValue": "example-string",
                      "dot1vProtocolGroupId": -2147483648,
                      "dot1vProtocolGroupRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1vProtocolGroupEntry-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": "/dot1vProtocolGroupEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1vProtocolPortEntry": {
      "get": {
        "summary": "Get dot1vProtocolPortEntry list",
        "description": "Retrieve list of dot1vProtocolPortEntry entries from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A VID set for a port.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1vProtocolPortGroupId": {
                        "type": "integer",
                        "description": "Designates a group of protocols in the Protocol\n            Group Database.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1vProtocolPortGroupVid": {
                        "type": "integer",
                        "description": "The VID associated with a group of protocols for\n            each port.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1vProtocolPortRowStatus": {
                        "type": "string",
                        "description": "This object indicates the status of this entry.",
                        "x-yang-type": "snmpv2-tc:RowStatus"
                      }
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolPortEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1vProtocolPortGroupId": -2147483648,
                      "dot1vProtocolPortGroupVid": -2147483648,
                      "dot1vProtocolPortRowStatus": "up(1)"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1vProtocolPortEntry-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": "/dot1vProtocolPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/Q-BRIDGE-MIB:dot1qTpFdbTable/dot1qTpFdbEntry={dot1qFdbId},{dot1qTpFdbAddress}": {
      "get": {
        "summary": "Get dot1qTpFdbEntry entry",
        "description": "Retrieve specific dot1qTpFdbEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qFdbId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qTpFdbAddress",
            "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": {
                    "dot1qFdbId": {
                      "type": "string",
                      "description": "dot1qFdbId",
                      "x-yang-type": "leafref"
                    },
                    "dot1qTpFdbAddress": {
                      "type": "string",
                      "description": "A unicast MAC address for which the device has\n            forwarding and/or filtering information.",
                      "x-yang-type": "yang:mac-address"
                    },
                    "dot1qTpFdbPort": {
                      "type": "integer",
                      "description": "Either the value '0', or the port number of the port on\n            which a frame having a source address equal to the value\n            of the corresponding instance of dot1qTpFdbAddress has\n            been seen.  A value of '0' indicates that the port\n            number has not been learned but that the device does\n            have some forwarding/filtering information about this\n            address (e.g., in the dot1qStaticUnicastTable).\n            Implementors are encouraged to assign the port value to\n            this object whenever it is learned, even for addresses\n            for which the corresponding value of dot1qTpFdbStatus is\n            not learned(3).",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1qTpFdbStatus": {
                      "type": "string",
                      "description": "The status of this entry.  The meanings of the values\n            are:\n                other(1) - none of the following.  This may include\n                    the case where some other MIB object (not the\n                    corresponding instance of dot1qTpFdbPort, nor an\n                    entry in the dot1qStaticUnicastTable) is being\n                    used to determine if and how frames addressed to\n                    the value of the corresponding instance of\n                    dot1qTpFdbAddress are being forwarded.\n                invalid(2) - this entry is no longer valid (e.g., it\n            \n                    was learned but has since aged out), but has not\n                    yet been flushed from the table.\n                learned(3) - the value of the corresponding instance\n                    of dot1qTpFdbPort was learned and is being used.\n                self(4) - the value of the corresponding instance of\n                    dot1qTpFdbAddress represents one of the device's\n                    addresses.  The corresponding instance of\n                    dot1qTpFdbPort indicates which of the device's\n                    ports has this address.\n                mgmt(5) - the value of the corresponding instance of\n                    dot1qTpFdbAddress is also the value of an\n                    existing instance of dot1qStaticAddress."
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpFdbEntry": {
                    "dot1qFdbId": "example-string",
                    "dot1qTpFdbAddress": "192.168.1.1",
                    "dot1qTpFdbPort": -2147483648,
                    "dot1qTpFdbStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qTpFdbEntry-2"
      },
      "x-yang-path": "/dot1qTpFdbTable/dot1qTpFdbEntry={dot1qFdbId dot1qTpFdbAddress}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qFdbId dot1qTpFdbAddress"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qTpGroupTable/dot1qTpGroupEntry={dot1qVlanIndex},{dot1qTpGroupAddress}": {
      "get": {
        "summary": "Get dot1qTpGroupEntry entry",
        "description": "Retrieve specific dot1qTpGroupEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qTpGroupAddress",
            "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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qTpGroupAddress": {
                      "type": "string",
                      "description": "The destination Group MAC address in a frame to which\n            this entry's filtering information applies.",
                      "x-yang-type": "yang:mac-address"
                    },
                    "dot1qTpGroupEgressPorts": {
                      "type": "string",
                      "description": "The complete set of ports, in this VLAN, to which\n            frames destined for this Group MAC address are currently\n            being explicitly forwarded.  This does not include ports\n            for which this address is only implicitly forwarded, in\n            the dot1qForwardAllPorts list.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qTpGroupLearnt": {
                      "type": "string",
                      "description": "The subset of ports in dot1qTpGroupEgressPorts that\n            were learned by GMRP or some other dynamic mechanism, in\n            this Filtering database.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpGroupEntry": {
                    "dot1qVlanIndex": "example-string",
                    "dot1qTpGroupAddress": "192.168.1.1",
                    "dot1qTpGroupEgressPorts": "example-string",
                    "dot1qTpGroupLearnt": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qTpGroupEntry-2"
      },
      "x-yang-path": "/dot1qTpGroupTable/dot1qTpGroupEntry={dot1qVlanIndex dot1qTpGroupAddress}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanIndex dot1qTpGroupAddress"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qStaticUnicastTable/dot1qStaticUnicastEntry={dot1qFdbId},{dot1qStaticUnicastAddress},{dot1qStaticUnicastReceivePort}": {
      "get": {
        "summary": "Get dot1qStaticUnicastEntry entry",
        "description": "Retrieve specific dot1qStaticUnicastEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qFdbId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qStaticUnicastAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qStaticUnicastReceivePort",
            "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": {
                    "dot1qFdbId": {
                      "type": "string",
                      "description": "dot1qFdbId",
                      "x-yang-type": "leafref"
                    },
                    "dot1qStaticUnicastAddress": {
                      "type": "string",
                      "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a unicast address.",
                      "x-yang-type": "yang:mac-address"
                    },
                    "dot1qStaticUnicastReceivePort": {
                      "type": "integer",
                      "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1qStaticUnicastAllowedToGoTo": {
                      "type": "string",
                      "description": "The set of ports for which a frame with a specific\n            unicast address will be flooded in the event that it\n            has not been learned.  It also specifies the set of\n            ports on which a specific unicast address may be dynamically\n            learned.  The dot1qTpFdbTable will have an equivalent\n            entry with a dot1qTpFdbPort value of '0' until this\n            address has been learned, at which point it will be updated\n            with the port the address has been seen on.  This only\n            applies to ports that are members of the VLAN, defined\n            by dot1qVlanCurrentEgressPorts.  The default value of\n            this object is a string of ones of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qStaticUnicastStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n            \n                the conditions under which it will remain\n                so differ from the following values.\n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system."
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticUnicastEntry": {
                    "dot1qFdbId": "example-string",
                    "dot1qStaticUnicastAddress": "192.168.1.1",
                    "dot1qStaticUnicastReceivePort": -2147483648,
                    "dot1qStaticUnicastAllowedToGoTo": "example-string",
                    "dot1qStaticUnicastStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qStaticUnicastEntry-2"
      },
      "x-yang-path": "/dot1qStaticUnicastTable/dot1qStaticUnicastEntry={dot1qFdbId dot1qStaticUnicastAddress dot1qStaticUnicastReceivePort}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qFdbId dot1qStaticUnicastAddress dot1qStaticUnicastReceivePort"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qStaticMulticastTable/dot1qStaticMulticastEntry={dot1qVlanIndex},{dot1qStaticMulticastAddress},{dot1qStaticMulticastReceivePort}": {
      "get": {
        "summary": "Get dot1qStaticMulticastEntry entry",
        "description": "Retrieve specific dot1qStaticMulticastEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qStaticMulticastAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qStaticMulticastReceivePort",
            "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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qStaticMulticastAddress": {
                      "type": "string",
                      "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a Multicast or Broadcast address.",
                      "x-yang-type": "yang:mac-address"
                    },
                    "dot1qStaticMulticastReceivePort": {
                      "type": "integer",
                      "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1qStaticMulticastStaticEgressPorts": {
                      "type": "string",
                      "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must be forwarded, regardless of\n            any dynamic information, e.g., from GMRP.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastForbiddenEgressPorts.\n            The default value of this object is a string of ones of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qStaticMulticastForbiddenEgressPorts": {
                      "type": "string",
                      "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must not be forwarded, regardless\n            of any dynamic information, e.g., from GMRP.  A port may\n            not be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastStaticEgressPorts.\n            The default value of this object is a string of zeros of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qStaticMulticastStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n                the conditions under which it will remain\n                so differ from the following values.\n            \n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system."
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastEntry": {
                    "dot1qVlanIndex": "example-string",
                    "dot1qStaticMulticastAddress": "192.168.1.1",
                    "dot1qStaticMulticastReceivePort": -2147483648,
                    "dot1qStaticMulticastStaticEgressPorts": "example-string",
                    "dot1qStaticMulticastForbiddenEgressPorts": "example-string",
                    "dot1qStaticMulticastStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qStaticMulticastEntry-2"
      },
      "x-yang-path": "/dot1qStaticMulticastTable/dot1qStaticMulticastEntry={dot1qVlanIndex dot1qStaticMulticastAddress dot1qStaticMulticastReceivePort}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanIndex dot1qStaticMulticastAddress dot1qStaticMulticastReceivePort"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qVlanCurrentTable/dot1qVlanCurrentEntry={dot1qVlanTimeMark},{dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qVlanCurrentEntry entry",
        "description": "Retrieve specific dot1qVlanCurrentEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanTimeMark",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1qVlanTimeMark": {
                      "type": "string",
                      "description": "A TimeFilter for this entry.  See the TimeFilter\n            textual convention to see how this works.",
                      "x-yang-type": "rmon2-mib:TimeFilter"
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "The VLAN-ID or other identifier referring to this VLAN.",
                      "x-yang-type": "Q-BRIDGE-MIB:VlanIndex"
                    },
                    "dot1qVlanFdbId": {
                      "type": "integer",
                      "description": "The Filtering Database used by this VLAN.  This is one\n            of the dot1qFdbId values in the dot1qFdbTable.  This\n            value is allocated automatically by the device whenever\n            \n            the VLAN is created: either dynamically by GVRP, or by\n            management, in dot1qVlanStaticTable.  Allocation of this\n            value follows the learning constraints defined for this\n            VLAN in dot1qLearningConstraintsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qVlanCurrentEgressPorts": {
                      "type": "string",
                      "description": "The set of ports that are transmitting traffic for\n            this VLAN as either tagged or untagged frames.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qVlanCurrentUntaggedPorts": {
                      "type": "string",
                      "description": "The set of ports that are transmitting traffic for\n            this VLAN as untagged frames.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qVlanStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but the\n                conditions under which it will remain so differ\n                from the following values.\n            permanent(2) - this entry, corresponding to an entry\n                in dot1qVlanStaticTable, is currently in use and\n                will remain so after the next reset of the\n                device.  The port lists for this entry include\n                ports from the equivalent dot1qVlanStaticTable\n                entry and ports learned dynamically.\n            dynamicGvrp(3) - this entry is currently in use\n            \n                and will remain so until removed by GVRP.  There\n                is no static entry for this VLAN, and it will be\n                removed when the last port leaves the VLAN."
                    },
                    "dot1qVlanCreationTime": {
                      "type": "string",
                      "description": "The value of sysUpTime when this VLAN was created.",
                      "x-yang-type": "yang:timeticks"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanCurrentEntry": {
                    "dot1qVlanTimeMark": "example-string",
                    "dot1qVlanIndex": "example-string",
                    "dot1qVlanFdbId": 0,
                    "dot1qVlanCurrentEgressPorts": "example-string",
                    "dot1qVlanCurrentUntaggedPorts": "example-string",
                    "dot1qVlanStatus": "up(1)",
                    "dot1qVlanCreationTime": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qVlanCurrentEntry-2"
      },
      "x-yang-path": "/dot1qVlanCurrentTable/dot1qVlanCurrentEntry={dot1qVlanTimeMark dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanTimeMark dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry={dot1dBasePort},{dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qPortVlanStatisticsEntry entry",
        "description": "Retrieve specific dot1qPortVlanStatisticsEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qTpVlanPortInFrames": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qTpVlanPortOutFrames": {
                      "type": "integer",
                      "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qTpVlanPortInDiscards": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qTpVlanPortInOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1qTpVlanPortInFrames counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qTpVlanPortOutOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1qTpVlanPortOutFrames counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qTpVlanPortInOverflowDiscards": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1qTpVlanPortInDiscards counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanStatisticsEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1qVlanIndex": "example-string",
                    "dot1qTpVlanPortInFrames": 0,
                    "dot1qTpVlanPortOutFrames": 0,
                    "dot1qTpVlanPortInDiscards": 0,
                    "dot1qTpVlanPortInOverflowFrames": 0,
                    "dot1qTpVlanPortOutOverflowFrames": 0,
                    "dot1qTpVlanPortInOverflowDiscards": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qPortVlanStatisticsEntry-2"
      },
      "x-yang-path": "/dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry={dot1dBasePort dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsTable/dot1qPortVlanHCStatisticsEntry={dot1dBasePort},{dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qPortVlanHCStatisticsEntry entry",
        "description": "Retrieve specific dot1qPortVlanHCStatisticsEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qTpVlanPortHCInFrames": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            \n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP).",
                      "minimum": 0
                    },
                    "dot1qTpVlanPortHCOutFrames": {
                      "type": "integer",
                      "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                      "minimum": 0
                    },
                    "dot1qTpVlanPortHCInDiscards": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1qVlanIndex": "example-string",
                    "dot1qTpVlanPortHCInFrames": 0,
                    "dot1qTpVlanPortHCOutFrames": 0,
                    "dot1qTpVlanPortHCInDiscards": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qPortVlanHCStatisticsEntry-2"
      },
      "x-yang-path": "/dot1qPortVlanHCStatisticsTable/dot1qPortVlanHCStatisticsEntry={dot1dBasePort dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qLearningConstraintsTable/dot1qLearningConstraintsEntry={dot1qConstraintVlan},{dot1qConstraintSet}": {
      "get": {
        "summary": "Get dot1qLearningConstraintsEntry entry",
        "description": "Retrieve specific dot1qLearningConstraintsEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qConstraintVlan",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qConstraintSet",
            "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": {
                    "dot1qConstraintVlan": {
                      "type": "string",
                      "description": "The index of the row in dot1qVlanCurrentTable for the\n            VLAN constrained by this entry.",
                      "x-yang-type": "Q-BRIDGE-MIB:VlanIndex"
                    },
                    "dot1qConstraintSet": {
                      "type": "integer",
                      "description": "The identity of the constraint set to which\n            dot1qConstraintVlan belongs.  These values may be chosen\n            by the management station.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1qConstraintType": {
                      "type": "string",
                      "description": "The type of constraint this entry defines.\n            independent(1) - the VLAN, dot1qConstraintVlan,\n                uses a filtering database independent from all\n                other VLANs in the same set, defined by\n                dot1qConstraintSet.\n            shared(2) - the VLAN, dot1qConstraintVlan, shares\n                the same filtering database as all other VLANs\n                in the same set, defined by dot1qConstraintSet."
                    },
                    "dot1qConstraintStatus": {
                      "type": "string",
                      "description": "The status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qLearningConstraintsEntry": {
                    "dot1qConstraintVlan": "example-string",
                    "dot1qConstraintSet": -2147483648,
                    "dot1qConstraintType": "ethernetCsmacd(6)",
                    "dot1qConstraintStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qLearningConstraintsEntry-2"
      },
      "x-yang-path": "/dot1qLearningConstraintsTable/dot1qLearningConstraintsEntry={dot1qConstraintVlan dot1qConstraintSet}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qConstraintVlan dot1qConstraintSet"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1vProtocolGroupTable/dot1vProtocolGroupEntry={dot1vProtocolTemplateFrameType},{dot1vProtocolTemplateProtocolValue}": {
      "get": {
        "summary": "Get dot1vProtocolGroupEntry entry",
        "description": "Retrieve specific dot1vProtocolGroupEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1vProtocolTemplateFrameType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1vProtocolTemplateProtocolValue",
            "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": {
                    "dot1vProtocolTemplateFrameType": {
                      "type": "string",
                      "description": "The data-link encapsulation format or the\n            'detagged_frame_type' in a Protocol Template."
                    },
                    "dot1vProtocolTemplateProtocolValue": {
                      "type": "string",
                      "description": "The identification of the protocol above the data-link\n            layer in a Protocol Template.  Depending on the\n            frame type, the octet string will have one of the\n            following values:\n            \n            For 'ethernet', 'rfc1042' and 'snap8021H',\n                this is the 16-bit (2-octet) IEEE 802.3 Type Field.\n            For 'snapOther',\n                this is the 40-bit (5-octet) PID.\n            For 'llcOther',\n                this is the 2-octet IEEE 802.2 Link Service Access\n                Point (LSAP) pair: first octet for Destination Service\n                Access Point (DSAP) and second octet for Source Service\n                Access Point (SSAP).",
                      "format": "binary"
                    },
                    "dot1vProtocolGroupId": {
                      "type": "integer",
                      "description": "Represents a group of protocols that are associated\n            together when assigning a VID to a frame.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1vProtocolGroupRowStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolGroupEntry": {
                    "dot1vProtocolTemplateFrameType": "ethernetCsmacd(6)",
                    "dot1vProtocolTemplateProtocolValue": "example-string",
                    "dot1vProtocolGroupId": -2147483648,
                    "dot1vProtocolGroupRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1vProtocolGroupEntry-2"
      },
      "x-yang-path": "/dot1vProtocolGroupTable/dot1vProtocolGroupEntry={dot1vProtocolTemplateFrameType dot1vProtocolTemplateProtocolValue}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1vProtocolTemplateFrameType dot1vProtocolTemplateProtocolValue"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1vProtocolPortTable/dot1vProtocolPortEntry={dot1dBasePort},{dot1vProtocolPortGroupId}": {
      "get": {
        "summary": "Get dot1vProtocolPortEntry entry",
        "description": "Retrieve specific dot1vProtocolPortEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1vProtocolPortGroupId",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1vProtocolPortGroupId": {
                      "type": "integer",
                      "description": "Designates a group of protocols in the Protocol\n            Group Database.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1vProtocolPortGroupVid": {
                      "type": "integer",
                      "description": "The VID associated with a group of protocols for\n            each port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1vProtocolPortRowStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolPortEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1vProtocolPortGroupId": -2147483648,
                    "dot1vProtocolPortGroupVid": -2147483648,
                    "dot1vProtocolPortRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1vProtocolPortEntry-2"
      },
      "x-yang-path": "/dot1vProtocolPortTable/dot1vProtocolPortEntry={dot1dBasePort dot1vProtocolPortGroupId}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1vProtocolPortGroupId"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qTpFdbEntry={dot1qFdbId},{dot1qTpFdbAddress}": {
      "get": {
        "summary": "Get dot1qTpFdbEntry entry",
        "description": "Retrieve specific dot1qTpFdbEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qFdbId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qTpFdbAddress",
            "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": {
                    "dot1qFdbId": {
                      "type": "string",
                      "description": "dot1qFdbId",
                      "x-yang-type": "leafref"
                    },
                    "dot1qTpFdbAddress": {
                      "type": "string",
                      "description": "A unicast MAC address for which the device has\n            forwarding and/or filtering information.",
                      "x-yang-type": "yang:mac-address"
                    },
                    "dot1qTpFdbPort": {
                      "type": "integer",
                      "description": "Either the value '0', or the port number of the port on\n            which a frame having a source address equal to the value\n            of the corresponding instance of dot1qTpFdbAddress has\n            been seen.  A value of '0' indicates that the port\n            number has not been learned but that the device does\n            have some forwarding/filtering information about this\n            address (e.g., in the dot1qStaticUnicastTable).\n            Implementors are encouraged to assign the port value to\n            this object whenever it is learned, even for addresses\n            for which the corresponding value of dot1qTpFdbStatus is\n            not learned(3).",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1qTpFdbStatus": {
                      "type": "string",
                      "description": "The status of this entry.  The meanings of the values\n            are:\n                other(1) - none of the following.  This may include\n                    the case where some other MIB object (not the\n                    corresponding instance of dot1qTpFdbPort, nor an\n                    entry in the dot1qStaticUnicastTable) is being\n                    used to determine if and how frames addressed to\n                    the value of the corresponding instance of\n                    dot1qTpFdbAddress are being forwarded.\n                invalid(2) - this entry is no longer valid (e.g., it\n            \n                    was learned but has since aged out), but has not\n                    yet been flushed from the table.\n                learned(3) - the value of the corresponding instance\n                    of dot1qTpFdbPort was learned and is being used.\n                self(4) - the value of the corresponding instance of\n                    dot1qTpFdbAddress represents one of the device's\n                    addresses.  The corresponding instance of\n                    dot1qTpFdbPort indicates which of the device's\n                    ports has this address.\n                mgmt(5) - the value of the corresponding instance of\n                    dot1qTpFdbAddress is also the value of an\n                    existing instance of dot1qStaticAddress."
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpFdbEntry": {
                    "dot1qFdbId": "example-string",
                    "dot1qTpFdbAddress": "192.168.1.1",
                    "dot1qTpFdbPort": -2147483648,
                    "dot1qTpFdbStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qTpFdbEntry-4"
      },
      "x-yang-path": "/dot1qTpFdbEntry={dot1qFdbId dot1qTpFdbAddress}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qFdbId dot1qTpFdbAddress"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qTpGroupEntry={dot1qVlanIndex},{dot1qTpGroupAddress}": {
      "get": {
        "summary": "Get dot1qTpGroupEntry entry",
        "description": "Retrieve specific dot1qTpGroupEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qTpGroupAddress",
            "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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qTpGroupAddress": {
                      "type": "string",
                      "description": "The destination Group MAC address in a frame to which\n            this entry's filtering information applies.",
                      "x-yang-type": "yang:mac-address"
                    },
                    "dot1qTpGroupEgressPorts": {
                      "type": "string",
                      "description": "The complete set of ports, in this VLAN, to which\n            frames destined for this Group MAC address are currently\n            being explicitly forwarded.  This does not include ports\n            for which this address is only implicitly forwarded, in\n            the dot1qForwardAllPorts list.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qTpGroupLearnt": {
                      "type": "string",
                      "description": "The subset of ports in dot1qTpGroupEgressPorts that\n            were learned by GMRP or some other dynamic mechanism, in\n            this Filtering database.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpGroupEntry": {
                    "dot1qVlanIndex": "example-string",
                    "dot1qTpGroupAddress": "192.168.1.1",
                    "dot1qTpGroupEgressPorts": "example-string",
                    "dot1qTpGroupLearnt": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qTpGroupEntry-4"
      },
      "x-yang-path": "/dot1qTpGroupEntry={dot1qVlanIndex dot1qTpGroupAddress}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanIndex dot1qTpGroupAddress"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qStaticUnicastEntry={dot1qFdbId},{dot1qStaticUnicastAddress},{dot1qStaticUnicastReceivePort}": {
      "get": {
        "summary": "Get dot1qStaticUnicastEntry entry",
        "description": "Retrieve specific dot1qStaticUnicastEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qFdbId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qStaticUnicastAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qStaticUnicastReceivePort",
            "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": {
                    "dot1qFdbId": {
                      "type": "string",
                      "description": "dot1qFdbId",
                      "x-yang-type": "leafref"
                    },
                    "dot1qStaticUnicastAddress": {
                      "type": "string",
                      "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a unicast address.",
                      "x-yang-type": "yang:mac-address"
                    },
                    "dot1qStaticUnicastReceivePort": {
                      "type": "integer",
                      "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1qStaticUnicastAllowedToGoTo": {
                      "type": "string",
                      "description": "The set of ports for which a frame with a specific\n            unicast address will be flooded in the event that it\n            has not been learned.  It also specifies the set of\n            ports on which a specific unicast address may be dynamically\n            learned.  The dot1qTpFdbTable will have an equivalent\n            entry with a dot1qTpFdbPort value of '0' until this\n            address has been learned, at which point it will be updated\n            with the port the address has been seen on.  This only\n            applies to ports that are members of the VLAN, defined\n            by dot1qVlanCurrentEgressPorts.  The default value of\n            this object is a string of ones of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qStaticUnicastStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n            \n                the conditions under which it will remain\n                so differ from the following values.\n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system."
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticUnicastEntry": {
                    "dot1qFdbId": "example-string",
                    "dot1qStaticUnicastAddress": "192.168.1.1",
                    "dot1qStaticUnicastReceivePort": -2147483648,
                    "dot1qStaticUnicastAllowedToGoTo": "example-string",
                    "dot1qStaticUnicastStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qStaticUnicastEntry-4"
      },
      "x-yang-path": "/dot1qStaticUnicastEntry={dot1qFdbId dot1qStaticUnicastAddress dot1qStaticUnicastReceivePort}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qFdbId dot1qStaticUnicastAddress dot1qStaticUnicastReceivePort"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qStaticMulticastEntry={dot1qVlanIndex},{dot1qStaticMulticastAddress},{dot1qStaticMulticastReceivePort}": {
      "get": {
        "summary": "Get dot1qStaticMulticastEntry entry",
        "description": "Retrieve specific dot1qStaticMulticastEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qStaticMulticastAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qStaticMulticastReceivePort",
            "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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qStaticMulticastAddress": {
                      "type": "string",
                      "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a Multicast or Broadcast address.",
                      "x-yang-type": "yang:mac-address"
                    },
                    "dot1qStaticMulticastReceivePort": {
                      "type": "integer",
                      "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1qStaticMulticastStaticEgressPorts": {
                      "type": "string",
                      "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must be forwarded, regardless of\n            any dynamic information, e.g., from GMRP.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastForbiddenEgressPorts.\n            The default value of this object is a string of ones of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qStaticMulticastForbiddenEgressPorts": {
                      "type": "string",
                      "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must not be forwarded, regardless\n            of any dynamic information, e.g., from GMRP.  A port may\n            not be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastStaticEgressPorts.\n            The default value of this object is a string of zeros of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qStaticMulticastStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n                the conditions under which it will remain\n                so differ from the following values.\n            \n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system."
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastEntry": {
                    "dot1qVlanIndex": "example-string",
                    "dot1qStaticMulticastAddress": "192.168.1.1",
                    "dot1qStaticMulticastReceivePort": -2147483648,
                    "dot1qStaticMulticastStaticEgressPorts": "example-string",
                    "dot1qStaticMulticastForbiddenEgressPorts": "example-string",
                    "dot1qStaticMulticastStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qStaticMulticastEntry-4"
      },
      "x-yang-path": "/dot1qStaticMulticastEntry={dot1qVlanIndex dot1qStaticMulticastAddress dot1qStaticMulticastReceivePort}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanIndex dot1qStaticMulticastAddress dot1qStaticMulticastReceivePort"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qVlanCurrentEntry={dot1qVlanTimeMark},{dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qVlanCurrentEntry entry",
        "description": "Retrieve specific dot1qVlanCurrentEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qVlanTimeMark",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1qVlanTimeMark": {
                      "type": "string",
                      "description": "A TimeFilter for this entry.  See the TimeFilter\n            textual convention to see how this works.",
                      "x-yang-type": "rmon2-mib:TimeFilter"
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "The VLAN-ID or other identifier referring to this VLAN.",
                      "x-yang-type": "Q-BRIDGE-MIB:VlanIndex"
                    },
                    "dot1qVlanFdbId": {
                      "type": "integer",
                      "description": "The Filtering Database used by this VLAN.  This is one\n            of the dot1qFdbId values in the dot1qFdbTable.  This\n            value is allocated automatically by the device whenever\n            \n            the VLAN is created: either dynamically by GVRP, or by\n            management, in dot1qVlanStaticTable.  Allocation of this\n            value follows the learning constraints defined for this\n            VLAN in dot1qLearningConstraintsTable.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qVlanCurrentEgressPorts": {
                      "type": "string",
                      "description": "The set of ports that are transmitting traffic for\n            this VLAN as either tagged or untagged frames.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qVlanCurrentUntaggedPorts": {
                      "type": "string",
                      "description": "The set of ports that are transmitting traffic for\n            this VLAN as untagged frames.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList"
                    },
                    "dot1qVlanStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but the\n                conditions under which it will remain so differ\n                from the following values.\n            permanent(2) - this entry, corresponding to an entry\n                in dot1qVlanStaticTable, is currently in use and\n                will remain so after the next reset of the\n                device.  The port lists for this entry include\n                ports from the equivalent dot1qVlanStaticTable\n                entry and ports learned dynamically.\n            dynamicGvrp(3) - this entry is currently in use\n            \n                and will remain so until removed by GVRP.  There\n                is no static entry for this VLAN, and it will be\n                removed when the last port leaves the VLAN."
                    },
                    "dot1qVlanCreationTime": {
                      "type": "string",
                      "description": "The value of sysUpTime when this VLAN was created.",
                      "x-yang-type": "yang:timeticks"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanCurrentEntry": {
                    "dot1qVlanTimeMark": "example-string",
                    "dot1qVlanIndex": "example-string",
                    "dot1qVlanFdbId": 0,
                    "dot1qVlanCurrentEgressPorts": "example-string",
                    "dot1qVlanCurrentUntaggedPorts": "example-string",
                    "dot1qVlanStatus": "up(1)",
                    "dot1qVlanCreationTime": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qVlanCurrentEntry-4"
      },
      "x-yang-path": "/dot1qVlanCurrentEntry={dot1qVlanTimeMark dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qVlanTimeMark dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qPortVlanStatisticsEntry={dot1dBasePort},{dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qPortVlanStatisticsEntry entry",
        "description": "Retrieve specific dot1qPortVlanStatisticsEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qTpVlanPortInFrames": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qTpVlanPortOutFrames": {
                      "type": "integer",
                      "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qTpVlanPortInDiscards": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qTpVlanPortInOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1qTpVlanPortInFrames counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qTpVlanPortOutOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1qTpVlanPortOutFrames counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1qTpVlanPortInOverflowDiscards": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1qTpVlanPortInDiscards counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanStatisticsEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1qVlanIndex": "example-string",
                    "dot1qTpVlanPortInFrames": 0,
                    "dot1qTpVlanPortOutFrames": 0,
                    "dot1qTpVlanPortInDiscards": 0,
                    "dot1qTpVlanPortInOverflowFrames": 0,
                    "dot1qTpVlanPortOutOverflowFrames": 0,
                    "dot1qTpVlanPortInOverflowDiscards": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qPortVlanStatisticsEntry-4"
      },
      "x-yang-path": "/dot1qPortVlanStatisticsEntry={dot1dBasePort dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsEntry={dot1dBasePort},{dot1qVlanIndex}": {
      "get": {
        "summary": "Get dot1qPortVlanHCStatisticsEntry entry",
        "description": "Retrieve specific dot1qPortVlanHCStatisticsEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qVlanIndex",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref"
                    },
                    "dot1qTpVlanPortHCInFrames": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            \n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP).",
                      "minimum": 0
                    },
                    "dot1qTpVlanPortHCOutFrames": {
                      "type": "integer",
                      "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                      "minimum": 0
                    },
                    "dot1qTpVlanPortHCInDiscards": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1qVlanIndex": "example-string",
                    "dot1qTpVlanPortHCInFrames": 0,
                    "dot1qTpVlanPortHCOutFrames": 0,
                    "dot1qTpVlanPortHCInDiscards": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qPortVlanHCStatisticsEntry-4"
      },
      "x-yang-path": "/dot1qPortVlanHCStatisticsEntry={dot1dBasePort dot1qVlanIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1qVlanIndex"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1qLearningConstraintsEntry={dot1qConstraintVlan},{dot1qConstraintSet}": {
      "get": {
        "summary": "Get dot1qLearningConstraintsEntry entry",
        "description": "Retrieve specific dot1qLearningConstraintsEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1qConstraintVlan",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1qConstraintSet",
            "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": {
                    "dot1qConstraintVlan": {
                      "type": "string",
                      "description": "The index of the row in dot1qVlanCurrentTable for the\n            VLAN constrained by this entry.",
                      "x-yang-type": "Q-BRIDGE-MIB:VlanIndex"
                    },
                    "dot1qConstraintSet": {
                      "type": "integer",
                      "description": "The identity of the constraint set to which\n            dot1qConstraintVlan belongs.  These values may be chosen\n            by the management station.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1qConstraintType": {
                      "type": "string",
                      "description": "The type of constraint this entry defines.\n            independent(1) - the VLAN, dot1qConstraintVlan,\n                uses a filtering database independent from all\n                other VLANs in the same set, defined by\n                dot1qConstraintSet.\n            shared(2) - the VLAN, dot1qConstraintVlan, shares\n                the same filtering database as all other VLANs\n                in the same set, defined by dot1qConstraintSet."
                    },
                    "dot1qConstraintStatus": {
                      "type": "string",
                      "description": "The status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qLearningConstraintsEntry": {
                    "dot1qConstraintVlan": "example-string",
                    "dot1qConstraintSet": -2147483648,
                    "dot1qConstraintType": "ethernetCsmacd(6)",
                    "dot1qConstraintStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1qLearningConstraintsEntry-4"
      },
      "x-yang-path": "/dot1qLearningConstraintsEntry={dot1qConstraintVlan dot1qConstraintSet}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1qConstraintVlan dot1qConstraintSet"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1vProtocolGroupEntry={dot1vProtocolTemplateFrameType},{dot1vProtocolTemplateProtocolValue}": {
      "get": {
        "summary": "Get dot1vProtocolGroupEntry entry",
        "description": "Retrieve specific dot1vProtocolGroupEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1vProtocolTemplateFrameType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1vProtocolTemplateProtocolValue",
            "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": {
                    "dot1vProtocolTemplateFrameType": {
                      "type": "string",
                      "description": "The data-link encapsulation format or the\n            'detagged_frame_type' in a Protocol Template."
                    },
                    "dot1vProtocolTemplateProtocolValue": {
                      "type": "string",
                      "description": "The identification of the protocol above the data-link\n            layer in a Protocol Template.  Depending on the\n            frame type, the octet string will have one of the\n            following values:\n            \n            For 'ethernet', 'rfc1042' and 'snap8021H',\n                this is the 16-bit (2-octet) IEEE 802.3 Type Field.\n            For 'snapOther',\n                this is the 40-bit (5-octet) PID.\n            For 'llcOther',\n                this is the 2-octet IEEE 802.2 Link Service Access\n                Point (LSAP) pair: first octet for Destination Service\n                Access Point (DSAP) and second octet for Source Service\n                Access Point (SSAP).",
                      "format": "binary"
                    },
                    "dot1vProtocolGroupId": {
                      "type": "integer",
                      "description": "Represents a group of protocols that are associated\n            together when assigning a VID to a frame.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1vProtocolGroupRowStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolGroupEntry": {
                    "dot1vProtocolTemplateFrameType": "ethernetCsmacd(6)",
                    "dot1vProtocolTemplateProtocolValue": "example-string",
                    "dot1vProtocolGroupId": -2147483648,
                    "dot1vProtocolGroupRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1vProtocolGroupEntry-4"
      },
      "x-yang-path": "/dot1vProtocolGroupEntry={dot1vProtocolTemplateFrameType dot1vProtocolTemplateProtocolValue}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1vProtocolTemplateFrameType dot1vProtocolTemplateProtocolValue"
      ]
    },
    "/data/Q-BRIDGE-MIB:dot1vProtocolPortEntry={dot1dBasePort},{dot1vProtocolPortGroupId}": {
      "get": {
        "summary": "Get dot1vProtocolPortEntry entry",
        "description": "Retrieve specific dot1vProtocolPortEntry entry by key from MIB",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1vProtocolPortGroupId",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1vProtocolPortGroupId": {
                      "type": "integer",
                      "description": "Designates a group of protocols in the Protocol\n            Group Database.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1vProtocolPortGroupVid": {
                      "type": "integer",
                      "description": "The VID associated with a group of protocols for\n            each port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1vProtocolPortRowStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus"
                    }
                  }
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolPortEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1vProtocolPortGroupId": -2147483648,
                    "dot1vProtocolPortGroupVid": -2147483648,
                    "dot1vProtocolPortRowStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1vProtocolPortEntry-4"
      },
      "x-yang-path": "/dot1vProtocolPortEntry={dot1dBasePort dot1vProtocolPortGroupId}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1vProtocolPortGroupId"
      ]
    }
  },
  "components": {
    "schemas": {
      "Q-BRIDGE-MIB_Q-BRIDGE-MIB": {
        "type": "object",
        "description": "The version number of IEEE 802.1Q that this device\n          supports.",
        "properties": {
          "dot1qFdbEntry": {
            "type": "array",
            "description": "Information about a specific Filtering Database.",
            "items": {
              "type": "object",
              "properties": {
                "dot1qFdbId": {
                  "type": "integer",
                  "description": "The identity of this Filtering Database.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "dot1qFdbDynamicCount": {
                  "type": "integer",
                  "description": "The current number of dynamic entries in this\n            Filtering Database.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qTpFdbEntry": {
            "type": "array",
            "description": "Information about a specific unicast MAC address for\n          which the device has some forwarding and/or filtering\n          information.",
            "items": {
              "type": "object",
              "properties": {
                "dot1qFdbId": {
                  "type": "string",
                  "description": "dot1qFdbId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1qTpFdbAddress": {
                  "type": "string",
                  "description": "A unicast MAC address for which the device has\n            forwarding and/or filtering information.",
                  "x-yang-type": "yang:mac-address",
                  "readOnly": true
                },
                "dot1qTpFdbPort": {
                  "type": "integer",
                  "description": "Either the value '0', or the port number of the port on\n            which a frame having a source address equal to the value\n            of the corresponding instance of dot1qTpFdbAddress has\n            been seen.  A value of '0' indicates that the port\n            number has not been learned but that the device does\n            have some forwarding/filtering information about this\n            address (e.g., in the dot1qStaticUnicastTable).\n            Implementors are encouraged to assign the port value to\n            this object whenever it is learned, even for addresses\n            for which the corresponding value of dot1qTpFdbStatus is\n            not learned(3).",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dot1qTpFdbStatus": {
                  "type": "string",
                  "description": "The status of this entry.  The meanings of the values\n            are:\n                other(1) - none of the following.  This may include\n                    the case where some other MIB object (not the\n                    corresponding instance of dot1qTpFdbPort, nor an\n                    entry in the dot1qStaticUnicastTable) is being\n                    used to determine if and how frames addressed to\n                    the value of the corresponding instance of\n                    dot1qTpFdbAddress are being forwarded.\n                invalid(2) - this entry is no longer valid (e.g., it\n            \n                    was learned but has since aged out), but has not\n                    yet been flushed from the table.\n                learned(3) - the value of the corresponding instance\n                    of dot1qTpFdbPort was learned and is being used.\n                self(4) - the value of the corresponding instance of\n                    dot1qTpFdbAddress represents one of the device's\n                    addresses.  The corresponding instance of\n                    dot1qTpFdbPort indicates which of the device's\n                    ports has this address.\n                mgmt(5) - the value of the corresponding instance of\n                    dot1qTpFdbAddress is also the value of an\n                    existing instance of dot1qStaticAddress.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qTpGroupEntry": {
            "type": "array",
            "description": "Filtering information configured into the bridge by\n          management, or learned dynamically, specifying the set of\n          ports to which frames received on a VLAN and containing\n          a specific Group destination address are allowed to be\n          forwarded.  The subset of these ports learned dynamically\n          is also provided.",
            "items": {
              "type": "object",
              "properties": {
                "dot1qVlanIndex": {
                  "type": "string",
                  "description": "dot1qVlanIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1qTpGroupAddress": {
                  "type": "string",
                  "description": "The destination Group MAC address in a frame to which\n            this entry's filtering information applies.",
                  "x-yang-type": "yang:mac-address",
                  "readOnly": true
                },
                "dot1qTpGroupEgressPorts": {
                  "type": "string",
                  "description": "The complete set of ports, in this VLAN, to which\n            frames destined for this Group MAC address are currently\n            being explicitly forwarded.  This does not include ports\n            for which this address is only implicitly forwarded, in\n            the dot1qForwardAllPorts list.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qTpGroupLearnt": {
                  "type": "string",
                  "description": "The subset of ports in dot1qTpGroupEgressPorts that\n            were learned by GMRP or some other dynamic mechanism, in\n            this Filtering database.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qForwardAllEntry": {
            "type": "array",
            "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts should be forwarded,\n          configured statically by management or dynamically by\n          GMRP.",
            "items": {
              "type": "object",
              "properties": {
                "dot1qVlanIndex": {
                  "type": "string",
                  "description": "dot1qVlanIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1qForwardAllPorts": {
                  "type": "string",
                  "description": "The complete set of ports in this VLAN to which all\n            multicast group-addressed frames are to be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qForwardAllStaticPorts": {
                  "type": "string",
                  "description": "The set of ports configured by management in this VLAN\n            to which all multicast group-addressed frames are to be\n            forwarded.  Ports entered in this list will also appear\n            in the complete set shown by dot1qForwardAllPorts.  This\n            value will be restored after the device is reset.  This\n            only applies to ports that are members of the VLAN,\n            defined by dot1qVlanCurrentEgressPorts.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qForwardAllForbiddenPorts.  The\n            default value is a string of ones of appropriate length,\n            to indicate the standard behaviour of using basic\n            filtering services, i.e., forward all multicasts to all\n            ports.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qForwardAllForbiddenPorts": {
                  "type": "string",
                  "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward All\n            Multicast Groups may not be dynamically registered by\n            GMRP.  This value will be restored after the device is\n            reset.  A port may not be added in this set if it is\n            already a member of the set of ports in\n            dot1qForwardAllStaticPorts.  The default value is a\n            string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qForwardUnregisteredEntry": {
            "type": "array",
            "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts for which there is no\n          more specific forwarding information shall be forwarded.\n          This is configured statically by management or\n          dynamically by GMRP.",
            "items": {
              "type": "object",
              "properties": {
                "dot1qVlanIndex": {
                  "type": "string",
                  "description": "dot1qVlanIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1qForwardUnregisteredPorts": {
                  "type": "string",
                  "description": "The complete set of ports in this VLAN to which\n            multicast group-addressed frames for which there is no\n            more specific forwarding information will be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qForwardUnregisteredStaticPorts": {
                  "type": "string",
                  "description": "The set of ports configured by management, in this\n            VLAN, to which multicast group-addressed frames for\n            which there is no more specific forwarding information\n            \n            are to be forwarded.  Ports entered in this list will\n            also appear in the complete set shown by\n            dot1qForwardUnregisteredPorts.  This value will be\n            restored after the device is reset.  A port may not be\n            added in this set if it is already a member of the set\n            of ports in dot1qForwardUnregisteredForbiddenPorts.  The\n            default value is a string of zeros of appropriate\n            length, although this has no effect with the default\n            value of dot1qForwardAllStaticPorts.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qForwardUnregisteredForbiddenPorts": {
                  "type": "string",
                  "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward\n            Unregistered Multicast Groups may not be dynamically\n            registered by GMRP.  This value will be restored after\n            the device is reset.  A port may not be added in this\n            set if it is already a member of the set of ports in\n            dot1qForwardUnregisteredStaticPorts.  The default value\n            is a string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qStaticUnicastEntry": {
            "type": "array",
            "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from a specific port and\n          containing a specific unicast destination address are\n          allowed to be forwarded.",
            "items": {
              "type": "object",
              "properties": {
                "dot1qFdbId": {
                  "type": "string",
                  "description": "dot1qFdbId",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1qStaticUnicastAddress": {
                  "type": "string",
                  "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a unicast address.",
                  "x-yang-type": "yang:mac-address",
                  "readOnly": true
                },
                "dot1qStaticUnicastReceivePort": {
                  "type": "integer",
                  "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dot1qStaticUnicastAllowedToGoTo": {
                  "type": "string",
                  "description": "The set of ports for which a frame with a specific\n            unicast address will be flooded in the event that it\n            has not been learned.  It also specifies the set of\n            ports on which a specific unicast address may be dynamically\n            learned.  The dot1qTpFdbTable will have an equivalent\n            entry with a dot1qTpFdbPort value of '0' until this\n            address has been learned, at which point it will be updated\n            with the port the address has been seen on.  This only\n            applies to ports that are members of the VLAN, defined\n            by dot1qVlanCurrentEgressPorts.  The default value of\n            this object is a string of ones of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qStaticUnicastStatus": {
                  "type": "string",
                  "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n            \n                the conditions under which it will remain\n                so differ from the following values.\n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qStaticMulticastEntry": {
            "type": "array",
            "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from this specific port\n          \n          for this VLAN and containing this Multicast or Broadcast\n          destination address are allowed to be forwarded.",
            "items": {
              "type": "object",
              "properties": {
                "dot1qVlanIndex": {
                  "type": "string",
                  "description": "dot1qVlanIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1qStaticMulticastAddress": {
                  "type": "string",
                  "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a Multicast or Broadcast address.",
                  "x-yang-type": "yang:mac-address",
                  "readOnly": true
                },
                "dot1qStaticMulticastReceivePort": {
                  "type": "integer",
                  "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dot1qStaticMulticastStaticEgressPorts": {
                  "type": "string",
                  "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must be forwarded, regardless of\n            any dynamic information, e.g., from GMRP.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastForbiddenEgressPorts.\n            The default value of this object is a string of ones of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qStaticMulticastForbiddenEgressPorts": {
                  "type": "string",
                  "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must not be forwarded, regardless\n            of any dynamic information, e.g., from GMRP.  A port may\n            not be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastStaticEgressPorts.\n            The default value of this object is a string of zeros of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qStaticMulticastStatus": {
                  "type": "string",
                  "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n                the conditions under which it will remain\n                so differ from the following values.\n            \n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qVlanCurrentEntry": {
            "type": "array",
            "description": "Information for a VLAN configured into the device by\n          \n          (local or network) management, or dynamically created\n          as a result of GVRP requests received.",
            "items": {
              "type": "object",
              "properties": {
                "dot1qVlanTimeMark": {
                  "type": "string",
                  "description": "A TimeFilter for this entry.  See the TimeFilter\n            textual convention to see how this works.",
                  "x-yang-type": "rmon2-mib:TimeFilter",
                  "readOnly": true
                },
                "dot1qVlanIndex": {
                  "type": "string",
                  "description": "The VLAN-ID or other identifier referring to this VLAN.",
                  "x-yang-type": "Q-BRIDGE-MIB:VlanIndex",
                  "readOnly": true
                },
                "dot1qVlanFdbId": {
                  "type": "integer",
                  "description": "The Filtering Database used by this VLAN.  This is one\n            of the dot1qFdbId values in the dot1qFdbTable.  This\n            value is allocated automatically by the device whenever\n            \n            the VLAN is created: either dynamically by GVRP, or by\n            management, in dot1qVlanStaticTable.  Allocation of this\n            value follows the learning constraints defined for this\n            VLAN in dot1qLearningConstraintsTable.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "dot1qVlanCurrentEgressPorts": {
                  "type": "string",
                  "description": "The set of ports that are transmitting traffic for\n            this VLAN as either tagged or untagged frames.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qVlanCurrentUntaggedPorts": {
                  "type": "string",
                  "description": "The set of ports that are transmitting traffic for\n            this VLAN as untagged frames.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qVlanStatus": {
                  "type": "string",
                  "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but the\n                conditions under which it will remain so differ\n                from the following values.\n            permanent(2) - this entry, corresponding to an entry\n                in dot1qVlanStaticTable, is currently in use and\n                will remain so after the next reset of the\n                device.  The port lists for this entry include\n                ports from the equivalent dot1qVlanStaticTable\n                entry and ports learned dynamically.\n            dynamicGvrp(3) - this entry is currently in use\n            \n                and will remain so until removed by GVRP.  There\n                is no static entry for this VLAN, and it will be\n                removed when the last port leaves the VLAN.",
                  "readOnly": true
                },
                "dot1qVlanCreationTime": {
                  "type": "string",
                  "description": "The value of sysUpTime when this VLAN was created.",
                  "x-yang-type": "yang:timeticks",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qVlanStaticEntry": {
            "type": "array",
            "description": "Static information for a VLAN configured into the\n          device by (local or network) management.",
            "items": {
              "type": "object",
              "properties": {
                "dot1qVlanIndex": {
                  "type": "string",
                  "description": "dot1qVlanIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1qVlanStaticName": {
                  "type": "string",
                  "description": "An administratively assigned string, which may be used\n            to identify the VLAN.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "dot1qVlanStaticEgressPorts": {
                  "type": "string",
                  "description": "The set of ports that are permanently assigned to the\n            egress list for this VLAN by management.  Changes to a\n            bit in this object affect the per-port, per-VLAN\n            Registrar control for Registration Fixed for the\n            relevant GVRP state machine on each port.  A port may\n            not be added in this set if it is already a member of\n            the set of ports in dot1qVlanForbiddenEgressPorts.  The\n            default value of this object is a string of zeros of\n            appropriate length, indicating not fixed.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qVlanForbiddenEgressPorts": {
                  "type": "string",
                  "description": "The set of ports that are prohibited by management\n            from being included in the egress list for this VLAN.\n            Changes to this object that cause a port to be included\n            or excluded affect the per-port, per-VLAN Registrar\n            control for Registration Forbidden for the relevant GVRP\n            state machine on each port.  A port may not be added in\n            this set if it is already a member of the set of ports\n            in dot1qVlanStaticEgressPorts.  The default value of\n            this object is a string of zeros of appropriate length,\n            excluding all ports from the forbidden set.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qVlanStaticUntaggedPorts": {
                  "type": "string",
                  "description": "The set of ports that should transmit egress packets\n            for this VLAN as untagged.  The default value of this\n            object for the default VLAN (dot1qVlanIndex = 1) is a string\n            of appropriate length including all ports.  There is no\n            specified default for other VLANs.  If a device agent cannot\n            support the set of ports being set, then it will reject the\n            set operation with an error.  For example, a\n            manager might attempt to set more than one VLAN to be untagged\n            on egress where the device does not support this IEEE 802.1Q\n            option.",
                  "x-yang-type": "Q-BRIDGE-MIB:PortList",
                  "readOnly": true
                },
                "dot1qVlanStaticRowStatus": {
                  "type": "string",
                  "description": "This object indicates the status of this entry.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qPortVlanStatisticsEntry": {
            "type": "array",
            "description": "Traffic statistics for a VLAN on an interface.",
            "items": {
              "type": "object",
              "properties": {
                "dot1dBasePort": {
                  "type": "string",
                  "description": "dot1dBasePort",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1qVlanIndex": {
                  "type": "string",
                  "description": "dot1qVlanIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1qTpVlanPortInFrames": {
                  "type": "integer",
                  "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "dot1qTpVlanPortOutFrames": {
                  "type": "integer",
                  "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "dot1qTpVlanPortInDiscards": {
                  "type": "integer",
                  "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "dot1qTpVlanPortInOverflowFrames": {
                  "type": "integer",
                  "description": "The number of times the associated\n            dot1qTpVlanPortInFrames counter has overflowed.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "dot1qTpVlanPortOutOverflowFrames": {
                  "type": "integer",
                  "description": "The number of times the associated\n            dot1qTpVlanPortOutFrames counter has overflowed.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "dot1qTpVlanPortInOverflowDiscards": {
                  "type": "integer",
                  "description": "The number of times the associated\n            dot1qTpVlanPortInDiscards counter has overflowed.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qPortVlanHCStatisticsEntry": {
            "type": "array",
            "description": "Traffic statistics for a VLAN on a high-capacity\n          interface.",
            "items": {
              "type": "object",
              "properties": {
                "dot1dBasePort": {
                  "type": "string",
                  "description": "dot1dBasePort",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1qVlanIndex": {
                  "type": "string",
                  "description": "dot1qVlanIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1qTpVlanPortHCInFrames": {
                  "type": "integer",
                  "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            \n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP).",
                  "minimum": 0,
                  "readOnly": true
                },
                "dot1qTpVlanPortHCOutFrames": {
                  "type": "integer",
                  "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                  "minimum": 0,
                  "readOnly": true
                },
                "dot1qTpVlanPortHCInDiscards": {
                  "type": "integer",
                  "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                  "minimum": 0,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qLearningConstraintsEntry": {
            "type": "array",
            "description": "A learning constraint defined for a VLAN.",
            "items": {
              "type": "object",
              "properties": {
                "dot1qConstraintVlan": {
                  "type": "string",
                  "description": "The index of the row in dot1qVlanCurrentTable for the\n            VLAN constrained by this entry.",
                  "x-yang-type": "Q-BRIDGE-MIB:VlanIndex",
                  "readOnly": true
                },
                "dot1qConstraintSet": {
                  "type": "integer",
                  "description": "The identity of the constraint set to which\n            dot1qConstraintVlan belongs.  These values may be chosen\n            by the management station.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dot1qConstraintType": {
                  "type": "string",
                  "description": "The type of constraint this entry defines.\n            independent(1) - the VLAN, dot1qConstraintVlan,\n                uses a filtering database independent from all\n                other VLANs in the same set, defined by\n                dot1qConstraintSet.\n            shared(2) - the VLAN, dot1qConstraintVlan, shares\n                the same filtering database as all other VLANs\n                in the same set, defined by dot1qConstraintSet.",
                  "readOnly": true
                },
                "dot1qConstraintStatus": {
                  "type": "string",
                  "description": "The status of this entry.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1vProtocolGroupEntry": {
            "type": "array",
            "description": "A mapping from a Protocol Template to a Protocol\n          Group Identifier.",
            "items": {
              "type": "object",
              "properties": {
                "dot1vProtocolTemplateFrameType": {
                  "type": "string",
                  "description": "The data-link encapsulation format or the\n            'detagged_frame_type' in a Protocol Template.",
                  "readOnly": true
                },
                "dot1vProtocolTemplateProtocolValue": {
                  "type": "string",
                  "description": "The identification of the protocol above the data-link\n            layer in a Protocol Template.  Depending on the\n            frame type, the octet string will have one of the\n            following values:\n            \n            For 'ethernet', 'rfc1042' and 'snap8021H',\n                this is the 16-bit (2-octet) IEEE 802.3 Type Field.\n            For 'snapOther',\n                this is the 40-bit (5-octet) PID.\n            For 'llcOther',\n                this is the 2-octet IEEE 802.2 Link Service Access\n                Point (LSAP) pair: first octet for Destination Service\n                Access Point (DSAP) and second octet for Source Service\n                Access Point (SSAP).",
                  "format": "binary",
                  "readOnly": true
                },
                "dot1vProtocolGroupId": {
                  "type": "integer",
                  "description": "Represents a group of protocols that are associated\n            together when assigning a VID to a frame.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dot1vProtocolGroupRowStatus": {
                  "type": "string",
                  "description": "This object indicates the status of this entry.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1vProtocolPortEntry": {
            "type": "array",
            "description": "A VID set for a port.",
            "items": {
              "type": "object",
              "properties": {
                "dot1dBasePort": {
                  "type": "string",
                  "description": "dot1dBasePort",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1vProtocolPortGroupId": {
                  "type": "integer",
                  "description": "Designates a group of protocols in the Protocol\n            Group Database.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dot1vProtocolPortGroupVid": {
                  "type": "integer",
                  "description": "The VID associated with a group of protocols for\n            each port.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dot1vProtocolPortRowStatus": {
                  "type": "string",
                  "description": "This object indicates the status of this entry.",
                  "x-yang-type": "snmpv2-tc:RowStatus",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1qBase": {
            "type": "object",
            "description": "The version number of IEEE 802.1Q that this device\n          supports.",
            "properties": {
              "dot1qVlanVersionNumber": {
                "type": "string",
                "description": "The version number of IEEE 802.1Q that this device\n          supports.",
                "readOnly": true
              },
              "dot1qMaxVlanId": {
                "type": "string",
                "description": "The maximum IEEE 802.1Q VLAN-ID that this device\n          \n          supports.",
                "x-yang-type": "Q-BRIDGE-MIB:VlanId",
                "readOnly": true
              },
              "dot1qMaxSupportedVlans": {
                "type": "integer",
                "description": "The maximum number of IEEE 802.1Q VLANs that this\n          device supports.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "dot1qNumVlans": {
                "type": "integer",
                "description": "The current number of IEEE 802.1Q VLANs that are\n          configured in this device.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "dot1qGvrpStatus": {
                "type": "string",
                "description": "The administrative status requested by management for\n          GVRP.  The value enabled(1) indicates that GVRP should\n          be enabled on this device, on all ports for which it has\n          not been specifically disabled.  When disabled(2), GVRP\n          is disabled on all ports, and all GVRP packets will be\n          forwarded transparently.  This object affects all GVRP\n          Applicant and Registrar state machines.  A transition\n          from disabled(2) to enabled(1) will cause a reset of all\n          GVRP state machines on all ports.\n          \n          The value of this object MUST be retained across\n          reinitializations of the management system.",
                "x-yang-type": "p-bridge:EnabledStatus",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qVlan": {
            "type": "object",
            "description": "The number of times a VLAN entry has been deleted from\n          the dot1qVlanCurrentTable (for any reason).  If an entry\n          is deleted, then inserted, and then deleted, this\n          counter will be incremented by 2.",
            "properties": {
              "dot1qVlanNumDeletes": {
                "type": "integer",
                "description": "The number of times a VLAN entry has been deleted from\n          the dot1qVlanCurrentTable (for any reason).  If an entry\n          is deleted, then inserted, and then deleted, this\n          counter will be incremented by 2.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "dot1qNextFreeLocalVlanIndex": {
                "type": "integer",
                "description": "The next available value for dot1qVlanIndex of a local\n          VLAN entry in dot1qVlanStaticTable.  This will report\n          values >=4096 if a new Local VLAN may be created or else\n          the value 0 if this is not possible.\n          \n          A row creation operation in this table for an entry with a local\n          VlanIndex value may fail if the current value of this object\n          is not used as the index.  Even if the value read is used,\n          there is no guarantee that it will still be the valid index\n          when the create operation is attempted; another manager may\n          have already got in during the intervening time interval.\n          In this case, dot1qNextFreeLocalVlanIndex should be re-read\n          \n          and the creation re-tried with the new value.\n          \n          This value will automatically change when the current value is\n          used to create a new row.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "dot1qConstraintSetDefault": {
                "type": "integer",
                "description": "The identity of the constraint set to which a VLAN\n          belongs, if there is not an explicit entry for that VLAN\n          in dot1qLearningConstraintsTable.\n          \n          The value of this object MUST be retained across\n          reinitializations of the management system.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "dot1qConstraintTypeDefault": {
                "type": "string",
                "description": "The type of constraint set to which a VLAN belongs, if\n          there is not an explicit entry for that VLAN in\n          dot1qLearningConstraintsTable.  The types are as defined\n          for dot1qConstraintType.\n          \n          The value of this object MUST be retained across\n          \n          reinitializations of the management system.",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qFdbTable": {
            "type": "object",
            "description": "A table that contains configuration and control\n        information for each Filtering Database currently\n        operating on this device.  Entries in this table appear\n        automatically when VLANs are assigned FDB IDs in the\n        dot1qVlanCurrentTable.",
            "properties": {
              "dot1qFdbEntry": {
                "type": "array",
                "description": "Information about a specific Filtering Database.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1qFdbId": {
                      "type": "integer",
                      "description": "The identity of this Filtering Database.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "dot1qFdbDynamicCount": {
                      "type": "integer",
                      "description": "The current number of dynamic entries in this\n            Filtering Database.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qTpFdbTable": {
            "type": "object",
            "description": "A table that contains information about unicast entries\n        for which the device has forwarding and/or filtering\n        information.  This information is used by the\n        transparent bridging function in determining how to\n        propagate a received frame.",
            "properties": {
              "dot1qTpFdbEntry": {
                "type": "array",
                "description": "Information about a specific unicast MAC address for\n          which the device has some forwarding and/or filtering\n          information.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1qFdbId": {
                      "type": "string",
                      "description": "dot1qFdbId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1qTpFdbAddress": {
                      "type": "string",
                      "description": "A unicast MAC address for which the device has\n            forwarding and/or filtering information.",
                      "x-yang-type": "yang:mac-address",
                      "readOnly": true
                    },
                    "dot1qTpFdbPort": {
                      "type": "integer",
                      "description": "Either the value '0', or the port number of the port on\n            which a frame having a source address equal to the value\n            of the corresponding instance of dot1qTpFdbAddress has\n            been seen.  A value of '0' indicates that the port\n            number has not been learned but that the device does\n            have some forwarding/filtering information about this\n            address (e.g., in the dot1qStaticUnicastTable).\n            Implementors are encouraged to assign the port value to\n            this object whenever it is learned, even for addresses\n            for which the corresponding value of dot1qTpFdbStatus is\n            not learned(3).",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dot1qTpFdbStatus": {
                      "type": "string",
                      "description": "The status of this entry.  The meanings of the values\n            are:\n                other(1) - none of the following.  This may include\n                    the case where some other MIB object (not the\n                    corresponding instance of dot1qTpFdbPort, nor an\n                    entry in the dot1qStaticUnicastTable) is being\n                    used to determine if and how frames addressed to\n                    the value of the corresponding instance of\n                    dot1qTpFdbAddress are being forwarded.\n                invalid(2) - this entry is no longer valid (e.g., it\n            \n                    was learned but has since aged out), but has not\n                    yet been flushed from the table.\n                learned(3) - the value of the corresponding instance\n                    of dot1qTpFdbPort was learned and is being used.\n                self(4) - the value of the corresponding instance of\n                    dot1qTpFdbAddress represents one of the device's\n                    addresses.  The corresponding instance of\n                    dot1qTpFdbPort indicates which of the device's\n                    ports has this address.\n                mgmt(5) - the value of the corresponding instance of\n                    dot1qTpFdbAddress is also the value of an\n                    existing instance of dot1qStaticAddress.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qTpGroupTable": {
            "type": "object",
            "description": "A table containing filtering information for VLANs\n        configured into the bridge by (local or network)\n        management, or learned dynamically, specifying the set of\n        ports to which frames received on a VLAN for this FDB\n        and containing a specific Group destination address are\n        allowed to be forwarded.",
            "properties": {
              "dot1qTpGroupEntry": {
                "type": "array",
                "description": "Filtering information configured into the bridge by\n          management, or learned dynamically, specifying the set of\n          ports to which frames received on a VLAN and containing\n          a specific Group destination address are allowed to be\n          forwarded.  The subset of these ports learned dynamically\n          is also provided.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1qTpGroupAddress": {
                      "type": "string",
                      "description": "The destination Group MAC address in a frame to which\n            this entry's filtering information applies.",
                      "x-yang-type": "yang:mac-address",
                      "readOnly": true
                    },
                    "dot1qTpGroupEgressPorts": {
                      "type": "string",
                      "description": "The complete set of ports, in this VLAN, to which\n            frames destined for this Group MAC address are currently\n            being explicitly forwarded.  This does not include ports\n            for which this address is only implicitly forwarded, in\n            the dot1qForwardAllPorts list.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qTpGroupLearnt": {
                      "type": "string",
                      "description": "The subset of ports in dot1qTpGroupEgressPorts that\n            were learned by GMRP or some other dynamic mechanism, in\n            this Filtering database.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qForwardAllTable": {
            "type": "object",
            "description": "A table containing forwarding information for each\n        \n        VLAN, specifying the set of ports to which forwarding of\n        all multicasts applies, configured statically by\n        management or dynamically by GMRP.  An entry appears in\n        this table for all VLANs that are currently\n        instantiated.",
            "properties": {
              "dot1qForwardAllEntry": {
                "type": "array",
                "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts should be forwarded,\n          configured statically by management or dynamically by\n          GMRP.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1qForwardAllPorts": {
                      "type": "string",
                      "description": "The complete set of ports in this VLAN to which all\n            multicast group-addressed frames are to be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qForwardAllStaticPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management in this VLAN\n            to which all multicast group-addressed frames are to be\n            forwarded.  Ports entered in this list will also appear\n            in the complete set shown by dot1qForwardAllPorts.  This\n            value will be restored after the device is reset.  This\n            only applies to ports that are members of the VLAN,\n            defined by dot1qVlanCurrentEgressPorts.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qForwardAllForbiddenPorts.  The\n            default value is a string of ones of appropriate length,\n            to indicate the standard behaviour of using basic\n            filtering services, i.e., forward all multicasts to all\n            ports.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qForwardAllForbiddenPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward All\n            Multicast Groups may not be dynamically registered by\n            GMRP.  This value will be restored after the device is\n            reset.  A port may not be added in this set if it is\n            already a member of the set of ports in\n            dot1qForwardAllStaticPorts.  The default value is a\n            string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qForwardUnregisteredTable": {
            "type": "object",
            "description": "A table containing forwarding information for each\n        VLAN, specifying the set of ports to which forwarding of\n        multicast group-addressed frames for which no\n        more specific forwarding information applies.  This is\n        configured statically by management and determined\n        dynamically by GMRP.  An entry appears in this table for\n        all VLANs that are currently instantiated.",
            "properties": {
              "dot1qForwardUnregisteredEntry": {
                "type": "array",
                "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts for which there is no\n          more specific forwarding information shall be forwarded.\n          This is configured statically by management or\n          dynamically by GMRP.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1qForwardUnregisteredPorts": {
                      "type": "string",
                      "description": "The complete set of ports in this VLAN to which\n            multicast group-addressed frames for which there is no\n            more specific forwarding information will be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qForwardUnregisteredStaticPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management, in this\n            VLAN, to which multicast group-addressed frames for\n            which there is no more specific forwarding information\n            \n            are to be forwarded.  Ports entered in this list will\n            also appear in the complete set shown by\n            dot1qForwardUnregisteredPorts.  This value will be\n            restored after the device is reset.  A port may not be\n            added in this set if it is already a member of the set\n            of ports in dot1qForwardUnregisteredForbiddenPorts.  The\n            default value is a string of zeros of appropriate\n            length, although this has no effect with the default\n            value of dot1qForwardAllStaticPorts.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qForwardUnregisteredForbiddenPorts": {
                      "type": "string",
                      "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward\n            Unregistered Multicast Groups may not be dynamically\n            registered by GMRP.  This value will be restored after\n            the device is reset.  A port may not be added in this\n            set if it is already a member of the set of ports in\n            dot1qForwardUnregisteredStaticPorts.  The default value\n            is a string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qStaticUnicastTable": {
            "type": "object",
            "description": "dot1qStaticUnicastTable",
            "properties": {
              "dot1qStaticUnicastEntry": {
                "type": "array",
                "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from a specific port and\n          containing a specific unicast destination address are\n          allowed to be forwarded.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1qFdbId": {
                      "type": "string",
                      "description": "dot1qFdbId",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1qStaticUnicastAddress": {
                      "type": "string",
                      "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a unicast address.",
                      "x-yang-type": "yang:mac-address",
                      "readOnly": true
                    },
                    "dot1qStaticUnicastReceivePort": {
                      "type": "integer",
                      "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dot1qStaticUnicastAllowedToGoTo": {
                      "type": "string",
                      "description": "The set of ports for which a frame with a specific\n            unicast address will be flooded in the event that it\n            has not been learned.  It also specifies the set of\n            ports on which a specific unicast address may be dynamically\n            learned.  The dot1qTpFdbTable will have an equivalent\n            entry with a dot1qTpFdbPort value of '0' until this\n            address has been learned, at which point it will be updated\n            with the port the address has been seen on.  This only\n            applies to ports that are members of the VLAN, defined\n            by dot1qVlanCurrentEgressPorts.  The default value of\n            this object is a string of ones of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qStaticUnicastStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n            \n                the conditions under which it will remain\n                so differ from the following values.\n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qStaticMulticastTable": {
            "type": "object",
            "description": "dot1qStaticMulticastTable",
            "properties": {
              "dot1qStaticMulticastEntry": {
                "type": "array",
                "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from this specific port\n          \n          for this VLAN and containing this Multicast or Broadcast\n          destination address are allowed to be forwarded.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1qStaticMulticastAddress": {
                      "type": "string",
                      "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a Multicast or Broadcast address.",
                      "x-yang-type": "yang:mac-address",
                      "readOnly": true
                    },
                    "dot1qStaticMulticastReceivePort": {
                      "type": "integer",
                      "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dot1qStaticMulticastStaticEgressPorts": {
                      "type": "string",
                      "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must be forwarded, regardless of\n            any dynamic information, e.g., from GMRP.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastForbiddenEgressPorts.\n            The default value of this object is a string of ones of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qStaticMulticastForbiddenEgressPorts": {
                      "type": "string",
                      "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must not be forwarded, regardless\n            of any dynamic information, e.g., from GMRP.  A port may\n            not be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastStaticEgressPorts.\n            The default value of this object is a string of zeros of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qStaticMulticastStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n                the conditions under which it will remain\n                so differ from the following values.\n            \n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qVlanCurrentTable": {
            "type": "object",
            "description": "A table containing current configuration information\n        for each VLAN currently configured into the device by\n        (local or network) management, or dynamically created\n        as a result of GVRP requests received.",
            "properties": {
              "dot1qVlanCurrentEntry": {
                "type": "array",
                "description": "Information for a VLAN configured into the device by\n          \n          (local or network) management, or dynamically created\n          as a result of GVRP requests received.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1qVlanTimeMark": {
                      "type": "string",
                      "description": "A TimeFilter for this entry.  See the TimeFilter\n            textual convention to see how this works.",
                      "x-yang-type": "rmon2-mib:TimeFilter",
                      "readOnly": true
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "The VLAN-ID or other identifier referring to this VLAN.",
                      "x-yang-type": "Q-BRIDGE-MIB:VlanIndex",
                      "readOnly": true
                    },
                    "dot1qVlanFdbId": {
                      "type": "integer",
                      "description": "The Filtering Database used by this VLAN.  This is one\n            of the dot1qFdbId values in the dot1qFdbTable.  This\n            value is allocated automatically by the device whenever\n            \n            the VLAN is created: either dynamically by GVRP, or by\n            management, in dot1qVlanStaticTable.  Allocation of this\n            value follows the learning constraints defined for this\n            VLAN in dot1qLearningConstraintsTable.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "dot1qVlanCurrentEgressPorts": {
                      "type": "string",
                      "description": "The set of ports that are transmitting traffic for\n            this VLAN as either tagged or untagged frames.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qVlanCurrentUntaggedPorts": {
                      "type": "string",
                      "description": "The set of ports that are transmitting traffic for\n            this VLAN as untagged frames.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qVlanStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but the\n                conditions under which it will remain so differ\n                from the following values.\n            permanent(2) - this entry, corresponding to an entry\n                in dot1qVlanStaticTable, is currently in use and\n                will remain so after the next reset of the\n                device.  The port lists for this entry include\n                ports from the equivalent dot1qVlanStaticTable\n                entry and ports learned dynamically.\n            dynamicGvrp(3) - this entry is currently in use\n            \n                and will remain so until removed by GVRP.  There\n                is no static entry for this VLAN, and it will be\n                removed when the last port leaves the VLAN.",
                      "readOnly": true
                    },
                    "dot1qVlanCreationTime": {
                      "type": "string",
                      "description": "The value of sysUpTime when this VLAN was created.",
                      "x-yang-type": "yang:timeticks",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qVlanStaticTable": {
            "type": "object",
            "description": "A table containing static configuration information for\n        each VLAN configured into the device by (local or\n        network) management.  All entries are permanent and will\n        be restored after the device is reset.",
            "properties": {
              "dot1qVlanStaticEntry": {
                "type": "array",
                "description": "Static information for a VLAN configured into the\n          device by (local or network) management.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1qVlanStaticName": {
                      "type": "string",
                      "description": "An administratively assigned string, which may be used\n            to identify the VLAN.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "dot1qVlanStaticEgressPorts": {
                      "type": "string",
                      "description": "The set of ports that are permanently assigned to the\n            egress list for this VLAN by management.  Changes to a\n            bit in this object affect the per-port, per-VLAN\n            Registrar control for Registration Fixed for the\n            relevant GVRP state machine on each port.  A port may\n            not be added in this set if it is already a member of\n            the set of ports in dot1qVlanForbiddenEgressPorts.  The\n            default value of this object is a string of zeros of\n            appropriate length, indicating not fixed.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qVlanForbiddenEgressPorts": {
                      "type": "string",
                      "description": "The set of ports that are prohibited by management\n            from being included in the egress list for this VLAN.\n            Changes to this object that cause a port to be included\n            or excluded affect the per-port, per-VLAN Registrar\n            control for Registration Forbidden for the relevant GVRP\n            state machine on each port.  A port may not be added in\n            this set if it is already a member of the set of ports\n            in dot1qVlanStaticEgressPorts.  The default value of\n            this object is a string of zeros of appropriate length,\n            excluding all ports from the forbidden set.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qVlanStaticUntaggedPorts": {
                      "type": "string",
                      "description": "The set of ports that should transmit egress packets\n            for this VLAN as untagged.  The default value of this\n            object for the default VLAN (dot1qVlanIndex = 1) is a string\n            of appropriate length including all ports.  There is no\n            specified default for other VLANs.  If a device agent cannot\n            support the set of ports being set, then it will reject the\n            set operation with an error.  For example, a\n            manager might attempt to set more than one VLAN to be untagged\n            on egress where the device does not support this IEEE 802.1Q\n            option.",
                      "x-yang-type": "Q-BRIDGE-MIB:PortList",
                      "readOnly": true
                    },
                    "dot1qVlanStaticRowStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qPortVlanStatisticsTable": {
            "type": "object",
            "description": "dot1qPortVlanStatisticsTable",
            "properties": {
              "dot1qPortVlanStatisticsEntry": {
                "type": "array",
                "description": "Traffic statistics for a VLAN on an interface.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1qTpVlanPortInFrames": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "dot1qTpVlanPortOutFrames": {
                      "type": "integer",
                      "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "dot1qTpVlanPortInDiscards": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "dot1qTpVlanPortInOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1qTpVlanPortInFrames counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "dot1qTpVlanPortOutOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1qTpVlanPortOutFrames counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "dot1qTpVlanPortInOverflowDiscards": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1qTpVlanPortInDiscards counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qPortVlanHCStatisticsTable": {
            "type": "object",
            "description": "A table containing per-port, per-VLAN statistics for\n        traffic on high-capacity interfaces.",
            "properties": {
              "dot1qPortVlanHCStatisticsEntry": {
                "type": "array",
                "description": "Traffic statistics for a VLAN on a high-capacity\n          interface.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "description": "dot1qVlanIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1qTpVlanPortHCInFrames": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            \n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP).",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "dot1qTpVlanPortHCOutFrames": {
                      "type": "integer",
                      "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "dot1qTpVlanPortHCInDiscards": {
                      "type": "integer",
                      "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
                      "minimum": 0,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1qLearningConstraintsTable": {
            "type": "object",
            "description": "A table containing learning constraints for sets of\n        Shared and Independent VLANs.",
            "properties": {
              "dot1qLearningConstraintsEntry": {
                "type": "array",
                "description": "A learning constraint defined for a VLAN.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1qConstraintVlan": {
                      "type": "string",
                      "description": "The index of the row in dot1qVlanCurrentTable for the\n            VLAN constrained by this entry.",
                      "x-yang-type": "Q-BRIDGE-MIB:VlanIndex",
                      "readOnly": true
                    },
                    "dot1qConstraintSet": {
                      "type": "integer",
                      "description": "The identity of the constraint set to which\n            dot1qConstraintVlan belongs.  These values may be chosen\n            by the management station.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dot1qConstraintType": {
                      "type": "string",
                      "description": "The type of constraint this entry defines.\n            independent(1) - the VLAN, dot1qConstraintVlan,\n                uses a filtering database independent from all\n                other VLANs in the same set, defined by\n                dot1qConstraintSet.\n            shared(2) - the VLAN, dot1qConstraintVlan, shares\n                the same filtering database as all other VLANs\n                in the same set, defined by dot1qConstraintSet.",
                      "readOnly": true
                    },
                    "dot1qConstraintStatus": {
                      "type": "string",
                      "description": "The status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1vProtocolGroupTable": {
            "type": "object",
            "description": "A table that contains mappings from Protocol\n        Templates to Protocol Group Identifiers used for\n        Port-and-Protocol-based VLAN Classification.",
            "properties": {
              "dot1vProtocolGroupEntry": {
                "type": "array",
                "description": "A mapping from a Protocol Template to a Protocol\n          Group Identifier.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1vProtocolTemplateFrameType": {
                      "type": "string",
                      "description": "The data-link encapsulation format or the\n            'detagged_frame_type' in a Protocol Template.",
                      "readOnly": true
                    },
                    "dot1vProtocolTemplateProtocolValue": {
                      "type": "string",
                      "description": "The identification of the protocol above the data-link\n            layer in a Protocol Template.  Depending on the\n            frame type, the octet string will have one of the\n            following values:\n            \n            For 'ethernet', 'rfc1042' and 'snap8021H',\n                this is the 16-bit (2-octet) IEEE 802.3 Type Field.\n            For 'snapOther',\n                this is the 40-bit (5-octet) PID.\n            For 'llcOther',\n                this is the 2-octet IEEE 802.2 Link Service Access\n                Point (LSAP) pair: first octet for Destination Service\n                Access Point (DSAP) and second octet for Source Service\n                Access Point (SSAP).",
                      "format": "binary",
                      "readOnly": true
                    },
                    "dot1vProtocolGroupId": {
                      "type": "integer",
                      "description": "Represents a group of protocols that are associated\n            together when assigning a VID to a frame.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dot1vProtocolGroupRowStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1vProtocolPortTable": {
            "type": "object",
            "description": "A table that contains VID sets used for\n        Port-and-Protocol-based VLAN Classification.",
            "properties": {
              "dot1vProtocolPortEntry": {
                "type": "array",
                "description": "A VID set for a port.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1vProtocolPortGroupId": {
                      "type": "integer",
                      "description": "Designates a group of protocols in the Protocol\n            Group Database.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dot1vProtocolPortGroupVid": {
                      "type": "integer",
                      "description": "The VID associated with a group of protocols for\n            each port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dot1vProtocolPortRowStatus": {
                      "type": "string",
                      "description": "This object indicates the status of this entry.",
                      "x-yang-type": "snmpv2-tc:RowStatus",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qFdbEntry": {
        "type": "array",
        "description": "Information about a specific Filtering Database.",
        "items": {
          "type": "object",
          "properties": {
            "dot1qFdbId": {
              "type": "integer",
              "description": "The identity of this Filtering Database.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "dot1qFdbDynamicCount": {
              "type": "integer",
              "description": "The current number of dynamic entries in this\n            Filtering Database.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qTpFdbEntry": {
        "type": "array",
        "description": "Information about a specific unicast MAC address for\n          which the device has some forwarding and/or filtering\n          information.",
        "items": {
          "type": "object",
          "properties": {
            "dot1qFdbId": {
              "type": "string",
              "description": "dot1qFdbId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1qTpFdbAddress": {
              "type": "string",
              "description": "A unicast MAC address for which the device has\n            forwarding and/or filtering information.",
              "x-yang-type": "yang:mac-address",
              "readOnly": true
            },
            "dot1qTpFdbPort": {
              "type": "integer",
              "description": "Either the value '0', or the port number of the port on\n            which a frame having a source address equal to the value\n            of the corresponding instance of dot1qTpFdbAddress has\n            been seen.  A value of '0' indicates that the port\n            number has not been learned but that the device does\n            have some forwarding/filtering information about this\n            address (e.g., in the dot1qStaticUnicastTable).\n            Implementors are encouraged to assign the port value to\n            this object whenever it is learned, even for addresses\n            for which the corresponding value of dot1qTpFdbStatus is\n            not learned(3).",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dot1qTpFdbStatus": {
              "type": "string",
              "description": "The status of this entry.  The meanings of the values\n            are:\n                other(1) - none of the following.  This may include\n                    the case where some other MIB object (not the\n                    corresponding instance of dot1qTpFdbPort, nor an\n                    entry in the dot1qStaticUnicastTable) is being\n                    used to determine if and how frames addressed to\n                    the value of the corresponding instance of\n                    dot1qTpFdbAddress are being forwarded.\n                invalid(2) - this entry is no longer valid (e.g., it\n            \n                    was learned but has since aged out), but has not\n                    yet been flushed from the table.\n                learned(3) - the value of the corresponding instance\n                    of dot1qTpFdbPort was learned and is being used.\n                self(4) - the value of the corresponding instance of\n                    dot1qTpFdbAddress represents one of the device's\n                    addresses.  The corresponding instance of\n                    dot1qTpFdbPort indicates which of the device's\n                    ports has this address.\n                mgmt(5) - the value of the corresponding instance of\n                    dot1qTpFdbAddress is also the value of an\n                    existing instance of dot1qStaticAddress.",
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qTpGroupEntry": {
        "type": "array",
        "description": "Filtering information configured into the bridge by\n          management, or learned dynamically, specifying the set of\n          ports to which frames received on a VLAN and containing\n          a specific Group destination address are allowed to be\n          forwarded.  The subset of these ports learned dynamically\n          is also provided.",
        "items": {
          "type": "object",
          "properties": {
            "dot1qVlanIndex": {
              "type": "string",
              "description": "dot1qVlanIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1qTpGroupAddress": {
              "type": "string",
              "description": "The destination Group MAC address in a frame to which\n            this entry's filtering information applies.",
              "x-yang-type": "yang:mac-address",
              "readOnly": true
            },
            "dot1qTpGroupEgressPorts": {
              "type": "string",
              "description": "The complete set of ports, in this VLAN, to which\n            frames destined for this Group MAC address are currently\n            being explicitly forwarded.  This does not include ports\n            for which this address is only implicitly forwarded, in\n            the dot1qForwardAllPorts list.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qTpGroupLearnt": {
              "type": "string",
              "description": "The subset of ports in dot1qTpGroupEgressPorts that\n            were learned by GMRP or some other dynamic mechanism, in\n            this Filtering database.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qForwardAllEntry": {
        "type": "array",
        "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts should be forwarded,\n          configured statically by management or dynamically by\n          GMRP.",
        "items": {
          "type": "object",
          "properties": {
            "dot1qVlanIndex": {
              "type": "string",
              "description": "dot1qVlanIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1qForwardAllPorts": {
              "type": "string",
              "description": "The complete set of ports in this VLAN to which all\n            multicast group-addressed frames are to be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qForwardAllStaticPorts": {
              "type": "string",
              "description": "The set of ports configured by management in this VLAN\n            to which all multicast group-addressed frames are to be\n            forwarded.  Ports entered in this list will also appear\n            in the complete set shown by dot1qForwardAllPorts.  This\n            value will be restored after the device is reset.  This\n            only applies to ports that are members of the VLAN,\n            defined by dot1qVlanCurrentEgressPorts.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qForwardAllForbiddenPorts.  The\n            default value is a string of ones of appropriate length,\n            to indicate the standard behaviour of using basic\n            filtering services, i.e., forward all multicasts to all\n            ports.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qForwardAllForbiddenPorts": {
              "type": "string",
              "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward All\n            Multicast Groups may not be dynamically registered by\n            GMRP.  This value will be restored after the device is\n            reset.  A port may not be added in this set if it is\n            already a member of the set of ports in\n            dot1qForwardAllStaticPorts.  The default value is a\n            string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qForwardUnregisteredEntry": {
        "type": "array",
        "description": "Forwarding information for a VLAN, specifying the set\n          of ports to which all multicasts for which there is no\n          more specific forwarding information shall be forwarded.\n          This is configured statically by management or\n          dynamically by GMRP.",
        "items": {
          "type": "object",
          "properties": {
            "dot1qVlanIndex": {
              "type": "string",
              "description": "dot1qVlanIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1qForwardUnregisteredPorts": {
              "type": "string",
              "description": "The complete set of ports in this VLAN to which\n            multicast group-addressed frames for which there is no\n            more specific forwarding information will be forwarded.\n            This includes ports for which this need has been\n            determined dynamically by GMRP, or configured statically\n            by management.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qForwardUnregisteredStaticPorts": {
              "type": "string",
              "description": "The set of ports configured by management, in this\n            VLAN, to which multicast group-addressed frames for\n            which there is no more specific forwarding information\n            \n            are to be forwarded.  Ports entered in this list will\n            also appear in the complete set shown by\n            dot1qForwardUnregisteredPorts.  This value will be\n            restored after the device is reset.  A port may not be\n            added in this set if it is already a member of the set\n            of ports in dot1qForwardUnregisteredForbiddenPorts.  The\n            default value is a string of zeros of appropriate\n            length, although this has no effect with the default\n            value of dot1qForwardAllStaticPorts.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qForwardUnregisteredForbiddenPorts": {
              "type": "string",
              "description": "The set of ports configured by management in this VLAN\n            for which the Service Requirement attribute Forward\n            Unregistered Multicast Groups may not be dynamically\n            registered by GMRP.  This value will be restored after\n            the device is reset.  A port may not be added in this\n            set if it is already a member of the set of ports in\n            dot1qForwardUnregisteredStaticPorts.  The default value\n            is a string of zeros of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qStaticUnicastEntry": {
        "type": "array",
        "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from a specific port and\n          containing a specific unicast destination address are\n          allowed to be forwarded.",
        "items": {
          "type": "object",
          "properties": {
            "dot1qFdbId": {
              "type": "string",
              "description": "dot1qFdbId",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1qStaticUnicastAddress": {
              "type": "string",
              "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a unicast address.",
              "x-yang-type": "yang:mac-address",
              "readOnly": true
            },
            "dot1qStaticUnicastReceivePort": {
              "type": "integer",
              "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dot1qStaticUnicastAllowedToGoTo": {
              "type": "string",
              "description": "The set of ports for which a frame with a specific\n            unicast address will be flooded in the event that it\n            has not been learned.  It also specifies the set of\n            ports on which a specific unicast address may be dynamically\n            learned.  The dot1qTpFdbTable will have an equivalent\n            entry with a dot1qTpFdbPort value of '0' until this\n            address has been learned, at which point it will be updated\n            with the port the address has been seen on.  This only\n            applies to ports that are members of the VLAN, defined\n            by dot1qVlanCurrentEgressPorts.  The default value of\n            this object is a string of ones of appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qStaticUnicastStatus": {
              "type": "string",
              "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n            \n                the conditions under which it will remain\n                so differ from the following values.\n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qStaticMulticastEntry": {
        "type": "array",
        "description": "Filtering information configured into the device by\n          (local or network) management specifying the set of\n          ports to which frames received from this specific port\n          \n          for this VLAN and containing this Multicast or Broadcast\n          destination address are allowed to be forwarded.",
        "items": {
          "type": "object",
          "properties": {
            "dot1qVlanIndex": {
              "type": "string",
              "description": "dot1qVlanIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1qStaticMulticastAddress": {
              "type": "string",
              "description": "The destination MAC address in a frame to which this\n            entry's filtering information applies.  This object must\n            take the value of a Multicast or Broadcast address.",
              "x-yang-type": "yang:mac-address",
              "readOnly": true
            },
            "dot1qStaticMulticastReceivePort": {
              "type": "integer",
              "description": "Either the value '0' or the port number of the port\n            from which a frame must be received in order for this\n            entry's filtering information to apply.  A value of zero\n            indicates that this entry applies on all ports of the\n            device for which there is no other applicable entry.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dot1qStaticMulticastStaticEgressPorts": {
              "type": "string",
              "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must be forwarded, regardless of\n            any dynamic information, e.g., from GMRP.  A port may not\n            be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastForbiddenEgressPorts.\n            The default value of this object is a string of ones of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qStaticMulticastForbiddenEgressPorts": {
              "type": "string",
              "description": "The set of ports to which frames received from a\n            specific port and destined for a specific Multicast or\n            Broadcast MAC address must not be forwarded, regardless\n            of any dynamic information, e.g., from GMRP.  A port may\n            not be added in this set if it is already a member of the\n            set of ports in dot1qStaticMulticastStaticEgressPorts.\n            The default value of this object is a string of zeros of\n            appropriate length.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qStaticMulticastStatus": {
              "type": "string",
              "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but\n                the conditions under which it will remain\n                so differ from the following values.\n            \n            invalid(2) - writing this value to the object\n                removes the corresponding entry.\n            permanent(3) - this entry is currently in use\n                and will remain so after the next reset of\n                the bridge.\n            deleteOnReset(4) - this entry is currently in\n                use and will remain so until the next\n                reset of the bridge.\n            deleteOnTimeout(5) - this entry is currently in\n                use and will remain so until it is aged out.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qVlanCurrentEntry": {
        "type": "array",
        "description": "Information for a VLAN configured into the device by\n          \n          (local or network) management, or dynamically created\n          as a result of GVRP requests received.",
        "items": {
          "type": "object",
          "properties": {
            "dot1qVlanTimeMark": {
              "type": "string",
              "description": "A TimeFilter for this entry.  See the TimeFilter\n            textual convention to see how this works.",
              "x-yang-type": "rmon2-mib:TimeFilter",
              "readOnly": true
            },
            "dot1qVlanIndex": {
              "type": "string",
              "description": "The VLAN-ID or other identifier referring to this VLAN.",
              "x-yang-type": "Q-BRIDGE-MIB:VlanIndex",
              "readOnly": true
            },
            "dot1qVlanFdbId": {
              "type": "integer",
              "description": "The Filtering Database used by this VLAN.  This is one\n            of the dot1qFdbId values in the dot1qFdbTable.  This\n            value is allocated automatically by the device whenever\n            \n            the VLAN is created: either dynamically by GVRP, or by\n            management, in dot1qVlanStaticTable.  Allocation of this\n            value follows the learning constraints defined for this\n            VLAN in dot1qLearningConstraintsTable.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "dot1qVlanCurrentEgressPorts": {
              "type": "string",
              "description": "The set of ports that are transmitting traffic for\n            this VLAN as either tagged or untagged frames.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qVlanCurrentUntaggedPorts": {
              "type": "string",
              "description": "The set of ports that are transmitting traffic for\n            this VLAN as untagged frames.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qVlanStatus": {
              "type": "string",
              "description": "This object indicates the status of this entry.\n            other(1) - this entry is currently in use, but the\n                conditions under which it will remain so differ\n                from the following values.\n            permanent(2) - this entry, corresponding to an entry\n                in dot1qVlanStaticTable, is currently in use and\n                will remain so after the next reset of the\n                device.  The port lists for this entry include\n                ports from the equivalent dot1qVlanStaticTable\n                entry and ports learned dynamically.\n            dynamicGvrp(3) - this entry is currently in use\n            \n                and will remain so until removed by GVRP.  There\n                is no static entry for this VLAN, and it will be\n                removed when the last port leaves the VLAN.",
              "readOnly": true
            },
            "dot1qVlanCreationTime": {
              "type": "string",
              "description": "The value of sysUpTime when this VLAN was created.",
              "x-yang-type": "yang:timeticks",
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qVlanStaticEntry": {
        "type": "array",
        "description": "Static information for a VLAN configured into the\n          device by (local or network) management.",
        "items": {
          "type": "object",
          "properties": {
            "dot1qVlanIndex": {
              "type": "string",
              "description": "dot1qVlanIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1qVlanStaticName": {
              "type": "string",
              "description": "An administratively assigned string, which may be used\n            to identify the VLAN.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "dot1qVlanStaticEgressPorts": {
              "type": "string",
              "description": "The set of ports that are permanently assigned to the\n            egress list for this VLAN by management.  Changes to a\n            bit in this object affect the per-port, per-VLAN\n            Registrar control for Registration Fixed for the\n            relevant GVRP state machine on each port.  A port may\n            not be added in this set if it is already a member of\n            the set of ports in dot1qVlanForbiddenEgressPorts.  The\n            default value of this object is a string of zeros of\n            appropriate length, indicating not fixed.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qVlanForbiddenEgressPorts": {
              "type": "string",
              "description": "The set of ports that are prohibited by management\n            from being included in the egress list for this VLAN.\n            Changes to this object that cause a port to be included\n            or excluded affect the per-port, per-VLAN Registrar\n            control for Registration Forbidden for the relevant GVRP\n            state machine on each port.  A port may not be added in\n            this set if it is already a member of the set of ports\n            in dot1qVlanStaticEgressPorts.  The default value of\n            this object is a string of zeros of appropriate length,\n            excluding all ports from the forbidden set.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qVlanStaticUntaggedPorts": {
              "type": "string",
              "description": "The set of ports that should transmit egress packets\n            for this VLAN as untagged.  The default value of this\n            object for the default VLAN (dot1qVlanIndex = 1) is a string\n            of appropriate length including all ports.  There is no\n            specified default for other VLANs.  If a device agent cannot\n            support the set of ports being set, then it will reject the\n            set operation with an error.  For example, a\n            manager might attempt to set more than one VLAN to be untagged\n            on egress where the device does not support this IEEE 802.1Q\n            option.",
              "x-yang-type": "Q-BRIDGE-MIB:PortList",
              "readOnly": true
            },
            "dot1qVlanStaticRowStatus": {
              "type": "string",
              "description": "This object indicates the status of this entry.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qPortVlanStatisticsEntry": {
        "type": "array",
        "description": "Traffic statistics for a VLAN on an interface.",
        "items": {
          "type": "object",
          "properties": {
            "dot1dBasePort": {
              "type": "string",
              "description": "dot1dBasePort",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1qVlanIndex": {
              "type": "string",
              "description": "dot1qVlanIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1qTpVlanPortInFrames": {
              "type": "integer",
              "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "dot1qTpVlanPortOutFrames": {
              "type": "integer",
              "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "dot1qTpVlanPortInDiscards": {
              "type": "integer",
              "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "dot1qTpVlanPortInOverflowFrames": {
              "type": "integer",
              "description": "The number of times the associated\n            dot1qTpVlanPortInFrames counter has overflowed.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "dot1qTpVlanPortOutOverflowFrames": {
              "type": "integer",
              "description": "The number of times the associated\n            dot1qTpVlanPortOutFrames counter has overflowed.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "dot1qTpVlanPortInOverflowDiscards": {
              "type": "integer",
              "description": "The number of times the associated\n            dot1qTpVlanPortInDiscards counter has overflowed.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qPortVlanHCStatisticsEntry": {
        "type": "array",
        "description": "Traffic statistics for a VLAN on a high-capacity\n          interface.",
        "items": {
          "type": "object",
          "properties": {
            "dot1dBasePort": {
              "type": "string",
              "description": "dot1dBasePort",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1qVlanIndex": {
              "type": "string",
              "description": "dot1qVlanIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1qTpVlanPortHCInFrames": {
              "type": "integer",
              "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN.  Note that a frame received on this port is\n            counted by this object if and only if it is for a\n            \n            protocol being processed by the local forwarding process\n            for this VLAN.  This object includes received bridge\n            management frames classified as belonging to this VLAN\n            (e.g., GMRP, but not GVRP or STP).",
              "minimum": 0,
              "readOnly": true
            },
            "dot1qTpVlanPortHCOutFrames": {
              "type": "integer",
              "description": "The number of valid frames transmitted by this port to\n            its segment from the local forwarding process for this\n            VLAN.  This includes bridge management frames originated\n            by this device that are classified as belonging to this\n            VLAN (e.g., GMRP, but not GVRP or STP).",
              "minimum": 0,
              "readOnly": true
            },
            "dot1qTpVlanPortHCInDiscards": {
              "type": "integer",
              "description": "The number of valid frames received by this port from\n            its segment that were classified as belonging to this\n            VLAN and that were discarded due to VLAN-related reasons.\n            Specifically, the IEEE 802.1Q counters for Discard\n            Inbound and Discard on Ingress Filtering.",
              "minimum": 0,
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1qLearningConstraintsEntry": {
        "type": "array",
        "description": "A learning constraint defined for a VLAN.",
        "items": {
          "type": "object",
          "properties": {
            "dot1qConstraintVlan": {
              "type": "string",
              "description": "The index of the row in dot1qVlanCurrentTable for the\n            VLAN constrained by this entry.",
              "x-yang-type": "Q-BRIDGE-MIB:VlanIndex",
              "readOnly": true
            },
            "dot1qConstraintSet": {
              "type": "integer",
              "description": "The identity of the constraint set to which\n            dot1qConstraintVlan belongs.  These values may be chosen\n            by the management station.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dot1qConstraintType": {
              "type": "string",
              "description": "The type of constraint this entry defines.\n            independent(1) - the VLAN, dot1qConstraintVlan,\n                uses a filtering database independent from all\n                other VLANs in the same set, defined by\n                dot1qConstraintSet.\n            shared(2) - the VLAN, dot1qConstraintVlan, shares\n                the same filtering database as all other VLANs\n                in the same set, defined by dot1qConstraintSet.",
              "readOnly": true
            },
            "dot1qConstraintStatus": {
              "type": "string",
              "description": "The status of this entry.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1vProtocolGroupEntry": {
        "type": "array",
        "description": "A mapping from a Protocol Template to a Protocol\n          Group Identifier.",
        "items": {
          "type": "object",
          "properties": {
            "dot1vProtocolTemplateFrameType": {
              "type": "string",
              "description": "The data-link encapsulation format or the\n            'detagged_frame_type' in a Protocol Template.",
              "readOnly": true
            },
            "dot1vProtocolTemplateProtocolValue": {
              "type": "string",
              "description": "The identification of the protocol above the data-link\n            layer in a Protocol Template.  Depending on the\n            frame type, the octet string will have one of the\n            following values:\n            \n            For 'ethernet', 'rfc1042' and 'snap8021H',\n                this is the 16-bit (2-octet) IEEE 802.3 Type Field.\n            For 'snapOther',\n                this is the 40-bit (5-octet) PID.\n            For 'llcOther',\n                this is the 2-octet IEEE 802.2 Link Service Access\n                Point (LSAP) pair: first octet for Destination Service\n                Access Point (DSAP) and second octet for Source Service\n                Access Point (SSAP).",
              "format": "binary",
              "readOnly": true
            },
            "dot1vProtocolGroupId": {
              "type": "integer",
              "description": "Represents a group of protocols that are associated\n            together when assigning a VID to a frame.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dot1vProtocolGroupRowStatus": {
              "type": "string",
              "description": "This object indicates the status of this entry.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "readOnly": true
            }
          }
        }
      },
      "Q-BRIDGE-MIB_dot1vProtocolPortEntry": {
        "type": "array",
        "description": "A VID set for a port.",
        "items": {
          "type": "object",
          "properties": {
            "dot1dBasePort": {
              "type": "string",
              "description": "dot1dBasePort",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1vProtocolPortGroupId": {
              "type": "integer",
              "description": "Designates a group of protocols in the Protocol\n            Group Database.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dot1vProtocolPortGroupVid": {
              "type": "integer",
              "description": "The VID associated with a group of protocols for\n            each port.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dot1vProtocolPortRowStatus": {
              "type": "string",
              "description": "This object indicates the status of this entry.",
              "x-yang-type": "snmpv2-tc:RowStatus",
              "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": "Q-BRIDGE-MIB",
      "description": "MIB operations for Q-BRIDGE-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
