BgpInst

BGP instance managed object containing AS number and domain configuration. DN is sys/bgp/inst.

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

Name Type Description
bgpInst object
View JSON Schema on GitHub

JSON Schema

cisco-nexus-nxapi-rest-bgp-inst-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BgpInst",
  "type": "object",
  "description": "BGP instance managed object containing AS number and domain configuration. DN is sys/bgp/inst.",
  "properties": {
    "bgpInst": {
      "type": "object"
    }
  }
}