BgpPeer

BGP peer (neighbor) managed object. DN format is sys/bgp/inst/dom-{name}/peer-{addr}.

Data-CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

Name Type Description
bgpPeer object
View JSON Schema on GitHub

JSON Schema

cisco-nexus-bgppeer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BgpPeer",
  "title": "BgpPeer",
  "type": "object",
  "description": "BGP peer (neighbor) managed object. DN format is sys/bgp/inst/dom-{name}/peer-{addr}.",
  "properties": {
    "bgpPeer": {
      "type": "object",
      "properties": {
        "attributes": {
          "type": "object",
          "properties": {
            "addr": {
              "type": "string",
              "description": "BGP neighbor IP address",
              "format": "ipv4",
              "examples": [
                "192.168.1.2"
              ]
            },
            "asn": {
              "type": "string",
              "description": "Remote peer autonomous system number",
              "examples": [
                "65001"
              ]
            },
            "passwdType": {
              "type": "string",
              "description": "Password encryption type (0=cleartext, 3=3DES, 6=AES, 7=Vigenere)",
              "enum": [
                "0",
                "3",
                "6",
                "7"
              ]
            },
            "password": {
              "type": "string",
              "description": "Neighbor authentication password",
              "format": "password"
            },
            "srcIf": {
              "type": "string",
              "description": "Source interface for BGP session",
              "examples": [
                "lo0"
              ]
            },
            "adminSt": {
              "type": "string",
              "description": "Administrative state (shutdown/no shutdown)",
              "enum": [
                "enabled",
                "disabled"
              ]
            }
          }
        }
      },
      "example": "example_value"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cisco-nexus-bgppeer"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.