{ "id":"/axapi/v3/router/bgp/{as-number}", "type":"object", "node-type":"list", "title":"bgp", "partition-visibility":"shared", "description":"Border Gateway Protocol (BGP)", "properties":{ "as-number":{ "type":"string", "format":"string", "minLength":1, "maxLength":11, "partition-visibility":"shared", "description":"AS number", "optional":false }, "aggregate-address-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "aggregate-address":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"Configure BGP aggregate entries (Aggregate prefix)" }, "as-set":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Generate AS set path information" }, "summary-only":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Filter more specific routes from updates" } } } ] }, "bgp":{ "type":"object", "properties":{ "always-compare-med":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Allow comparing MED from different neighbors" }, "bestpath-cfg":{ "type":"object", "properties":{ "ignore":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Ignore as-path length in selecting a route" }, "compare-routerid":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Compare router-id for identical EBGP paths" }, "remove-recv-med":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"To remove rcvd MED attribute" }, "remove-send-med":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"To remove send MED attribute" }, "missing-as-worst":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Treat missing MED as the least preferred one" } } }, "dampening-cfg":{ "type":"object", "properties":{ "dampening":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable route-flap dampening" }, "dampening-half-time":{ "type":"number", "format":"number", "minimum":1, "maximum":45, "partition-visibility":"shared", "description":"Reachability Half-life time for the penalty(minutes)" }, "dampening-reuse":{ "type":"number", "format":"number", "minimum":1, "maximum":20000, "partition-visibility":"shared", "description":"Value to start reusing a route" }, "dampening-supress":{ "type":"number", "format":"number", "minimum":1, "maximum":20000, "partition-visibility":"shared", "description":"Value to start suppressing a route" }, "dampening-max-supress":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Maximum duration to suppress a stable route(minutes)" }, "dampening-penalty":{ "type":"number", "format":"number", "minimum":1, "maximum":45, "partition-visibility":"shared", "description":"Un-reachability Half-life time for the penalty(minutes)" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route-map to specify criteria for dampening (Route-map name)" } } }, "local-preference-value":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "default":100, "partition-visibility":"shared", "description":"Configure default local preference value" }, "deterministic-med":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Pick the best-MED path among paths advertised from the neighboring AS" }, "enforce-first-as":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enforce the first AS for EBGP routes" }, "fast-external-failover":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Immediately reset session if a link to a directly connected external peer goes down" }, "log-neighbor-changes":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Log neighbor up/down and reset reason" }, "nexthop-trigger-count":{ "type":"number", "format":"number", "minimum":0, "maximum":127, "default":0, "partition-visibility":"shared", "description":"BGP nexthop-tracking status (count)" }, "router-id":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Override current router identifier (peers will reset) (Manually configured router identifier)" }, "scan-time":{ "type":"number", "format":"number", "minimum":0, "maximum":60, "default":60, "partition-visibility":"shared", "description":"Configure background scan interval (Scan interval (sec) [Default:60 Disable:0])" }, "graceful-restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure BGP BGP Graceful Restart" }, "bgp-restart-time":{ "type":"number", "format":"number", "minimum":1, "maximum":3600, "default":90, "partition-visibility":"shared", "description":"BGP Peer Graceful Restart time in seconds (default 90)" }, "bgp-stalepath-time":{ "type":"number", "format":"number", "minimum":1, "maximum":3600, "default":360, "partition-visibility":"shared", "description":"BGP Graceful Restart Stalepath retention time in seconds (default 360)" } } }, "distance-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "admin-distance":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Define an administrative distance" }, "src-prefix":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"IP source prefix" }, "acl-str":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Access list name" }, "ext-routes-dist":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Distance for routes external to the AS" }, "int-routes-dist":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Distance for routes internal to the AS" }, "local-routes-dist":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Distance for local routes" } } } ] }, "maximum-paths-value":{ "type":"number", "format":"number", "minimum":1, "maximum":64, "default":1, "partition-visibility":"shared", "description":"Supported BGP multipath numbers", "optional":true }, "originate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Distribute a default route", "optional":true }, "timers":{ "type":"object", "properties":{ "bgp-keepalive":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":30, "partition-visibility":"shared", "description":"Keepalive interval" }, "bgp-holdtime":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":90, "partition-visibility":"shared", "description":"Holdtime" } } }, "synchronization":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Perform IGP synchronization", "optional":true }, "auto-summary":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable automatic network number summarization", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "network":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/network", "properties":{ "synchronization":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/network/synchronization", "properties":{ "network-synchronization":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Perform IGP synchronization" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "monitor":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/network/monitor", "properties":{ "default":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/network/monitor/default", "properties":{ "network-monitor-default":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"default route monitoring" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "ip-cidr-list":{ "type":"array", "minItems":1, "items":{ "type":"ip-cidr" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/network/ip-cidr/{network-ipv4-cidr}", "array":[ { "properties":{ "network-ipv4-cidr":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"Specify network mask", "optional":false }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route-map to modify the attributes (Name of the route map)", "optional":true }, "backdoor":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify a BGP backdoor route", "optional":true }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":80, "partition-visibility":"shared", "description":"Network specific description (Up to 80 characters describing this network)", "optional":true }, "comm-value":{ "type":"string", "format":"string-rlx", "partition-visibility":"shared", "description":"community value in the format 1-4294967295|AA:NN|internet|local-AS|no-advertise|no-export", "optional":true }, "lcomm-value":{ "type":"string", "format":"string-rlx", "partition-visibility":"shared", "description":"Large community value in the format XX:YY:ZZ", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "network-ipv4-cidr" ] } ] } } }, "neighbor":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/neighbor", "properties":{ "peer-group-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"peer-group-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/neighbor/peer-group-neighbor/{peer-group}", "array":[ { "properties":{ "peer-group":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Neighbor tag", "optional":false }, "peer-group-key":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure peer-group", "optional":true }, "peer-group-remote-as":{ "type":"string", "format":"string", "minLength":1, "maxLength":11, "partition-visibility":"shared", "description":"Specify AS number of BGP neighbor", "optional":true }, "activate":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Enable the Address Family for this Neighbor", "optional":true }, "advertisement-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":600, "partition-visibility":"shared", "description":"Minimum interval between sending BGP routing updates (time in seconds)", "optional":true }, "allowas-in":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Accept as-path with my AS present in it", "optional":true }, "allowas-in-count":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "default":3, "partition-visibility":"shared", "description":"Number of occurrences of AS number", "optional":true }, "as-origination-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":600, "partition-visibility":"shared", "description":"Minimum interval between sending AS-origination routing updates (time in seconds)", "optional":true }, "dynamic":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Advertise dynamic capability to this neighbor", "optional":true }, "route-refresh":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Advertise route-refresh capability to this neighbor", "optional":true }, "extended-nexthop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Advertise extended-nexthop capability to this neighbor", "optional":true }, "collide-established":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Include Neighbor in Established State for Collision Detection", "optional":true }, "default-originate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Originate default route to this neighbor", "optional":true }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route-map to specify criteria to originate default (route-map name)", "optional":true }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":80, "partition-visibility":"shared", "description":"Neighbor specific description (Up to 80 characters describing this neighbor)", "optional":true }, "dont-capability-negotiate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Do not perform capability negotiation", "optional":true }, "ebgp-multihop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Allow EBGP neighbors not on directly connected networks", "optional":true }, "ebgp-multihop-hop-count":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"maximum hop count", "optional":true }, "enforce-multihop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enforce EBGP neighbors to perform multihop", "optional":true }, "bfd":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Bidirectional Forwarding Detection (BFD)", "optional":true }, "multihop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable multihop", "optional":true }, "maximum-prefix":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Maximum number of prefix accept from this peer (maximum no. of prefix limit (various depends on model))", "optional":true }, "maximum-prefix-thres":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "partition-visibility":"shared", "description":"threshold-value, 1 to 100 percent", "optional":true }, "override-capability":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Override capability negotiation result", "optional":true }, "pass-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":80, "partition-visibility":"shared", "description":"Key String", "optional":true }, "pass-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "optional":true }, "passive":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Don't send open messages to this neighbor", "optional":true }, "remove-private-as":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Remove private AS number from outbound updates", "optional":true }, "neighbor-route-map-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Apply route map to neighbor (Name of route map)" }, "nbr-rmap-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "inbound":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Allow inbound soft reconfiguration for this neighbor", "optional":true }, "shutdown":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Administratively shut down this neighbor", "optional":true }, "strict-capability-match":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Strict capability negotiation match", "optional":true }, "timers-keepalive":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":30, "partition-visibility":"shared", "description":"Keepalive interval", "optional":true }, "timers-holdtime":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":90, "partition-visibility":"shared", "description":"Holdtime", "optional":true }, "connect":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"BGP connect timer", "optional":true }, "update-source-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not-list":[ "update-source-ipv6", "ethernet", "loopback", "ve", "trunk", "lif", "tunnel" ], "description":"IP address", "optional":true }, "update-source-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "update-source-ip", "ethernet", "loopback", "ve", "trunk", "lif", "tunnel" ], "description":"IPv6 address", "optional":true }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "loopback", "ve", "trunk", "lif", "tunnel" ], "description":"Ethernet interface (Port number)", "optional":true }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "ve", "trunk", "lif", "tunnel" ], "description":"Loopback interface (Port number)", "optional":true }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "trunk", "lif", "tunnel" ], "description":"Virtual ethernet interface (Virtual ethernet interface number)", "optional":true }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "ve", "lif", "tunnel" ], "description":"Trunk interface (Trunk interface number)", "optional":true }, "lif":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "ve", "trunk", "tunnel" ], "description":"Logical interface (Lif interface name)", "optional":true }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "ve", "trunk", "lif" ], "description":"Tunnel interface (Tunnel interface number)", "optional":true }, "weight":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":0, "partition-visibility":"shared", "description":"Set default weight for routes from this neighbor", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "peer-group" ] } ] }, "ipv4-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv4-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/neighbor/ipv4-neighbor/{neighbor-ipv4}", "array":[ { "properties":{ "neighbor-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Neighbor address", "optional":false }, "nbr-remote-as":{ "type":"string", "format":"string", "minLength":1, "maxLength":11, "partition-visibility":"shared", "description":"Specify AS number of BGP neighbor", "optional":true }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "not-list":[ "advertisement-interval", "as-origination-interval", "default-originate", "disallow-infinite-holdtime", "next-hop-self", "timers", "unsuppress-map" ], "description":"Configure peer-group (peer-group name)", "optional":true }, "activate":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Enable the Address Family for this Neighbor", "optional":true }, "advertisement-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":600, "partition-visibility":"shared", "not":"peer-group-name", "description":"Minimum interval between sending BGP routing updates (time in seconds)", "optional":true }, "allowas-in":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Accept as-path with my AS present in it", "optional":true }, "allowas-in-count":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "default":3, "partition-visibility":"shared", "description":"Number of occurrences of AS number", "optional":true }, "as-origination-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":600, "partition-visibility":"shared", "not":"peer-group-name", "description":"Minimum interval between sending AS-origination routing updates (time in seconds)", "optional":true }, "dynamic":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Advertise dynamic capability to this neighbor", "optional":true }, "prefix-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': both; 'receive': receive; 'send': send; ", "enum":[ "both", "receive", "send" ], "optional":true }, "route-refresh":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Advertise route-refresh capability to this neighbor", "optional":true }, "graceful-restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"enable graceful-restart helper for this neighbor", "optional":true }, "collide-established":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Include Neighbor in Established State for Collision Detection", "optional":true }, "default-originate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"peer-group-name", "description":"Originate default route to this neighbor", "optional":true }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route-map to specify criteria to originate default (route-map name)", "optional":true }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":80, "partition-visibility":"shared", "description":"Neighbor specific description (Up to 80 characters describing this neighbor)", "optional":true }, "disallow-infinite-holdtime":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"peer-group-name", "description":"BGP per neighbor disallow-infinite-holdtime", "optional":true }, "distribute-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "distribute-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter updates to/from this neighbor (IP standard/extended/named access list)" }, "distribute-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "acos-application-only":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Send BGP update to ACOS application", "optional":true }, "telemetry":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Send BGP update to telemetry db", "optional":true }, "dont-capability-negotiate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Do not perform capability negotiation", "optional":true }, "ebgp-multihop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Allow EBGP neighbors not on directly connected networks", "optional":true }, "ebgp-multihop-hop-count":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"maximum hop count", "optional":true }, "enforce-multihop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enforce EBGP neighbors to perform multihop", "optional":true }, "bfd":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Bidirectional Forwarding Detection (BFD)", "optional":true }, "multihop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable multihop", "optional":true }, "key-id":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "partition-visibility":"shared", "description":"Key ID", "optional":true }, "key-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'md5': md5; 'meticulous-md5': meticulous-md5; 'meticulous-sha1': meticulous-sha1; 'sha1': sha1; 'simple': simple; (Keyed MD5/Meticulous Keyed MD5/Meticulous Keyed SHA1/Keyed SHA1/Simple Password)", "enum":[ "md5", "meticulous-md5", "meticulous-sha1", "sha1", "simple" ], "optional":true }, "bfd-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Key String", "optional":true }, "bfd-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string)", "optional":true }, "neighbor-filter-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "filter-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Establish BGP filters (AS path access-list name)" }, "filter-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "maximum-prefix":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Maximum number of prefix accept from this peer (maximum no. of prefix limit (various depends on model))", "optional":true }, "maximum-prefix-thres":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "partition-visibility":"shared", "description":"threshold-value, 1 to 100 percent", "optional":true }, "restart-min":{ "type":"number", "format":"number", "minimum":1, "maximum":1440, "partition-visibility":"shared", "description":"restart value, 1 to 1440 minutes", "optional":true }, "next-hop-self":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"peer-group-name", "description":"Disable the next hop calculation for this neighbor", "optional":true }, "override-capability":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Override capability negotiation result", "optional":true }, "pass-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":80, "partition-visibility":"shared", "description":"Key String", "optional":true }, "pass-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "optional":true }, "passive":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Don't send open messages to this neighbor", "optional":true }, "neighbor-prefix-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-prefix-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter updates to/from this neighbor (Name of a prefix list)" }, "nbr-prefix-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "remove-private-as":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Remove private AS number from outbound updates", "optional":true }, "neighbor-route-map-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Apply route map to neighbor (Name of route map)" }, "nbr-rmap-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "send-community-val":{ "type":"string", "format":"enum", "default":"both", "partition-visibility":"shared", "description":"'all': Send Standard, Extended, and Large Community attributes; 'both': Send Standard and Extended Community attributes; 'none': Disable Sending Community attributes; 'standard': Send Standard Community attributes; 'extended': Send Extended Community attributes; 'large': Send Large Community attributes; ", "enum":[ "all", "both", "none", "standard", "extended", "large" ], "optional":true }, "inbound":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Allow inbound soft reconfiguration for this neighbor", "optional":true }, "shutdown":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Administratively shut down this neighbor", "optional":true }, "strict-capability-match":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Strict capability negotiation match", "optional":true }, "timers-keepalive":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":30, "partition-visibility":"shared", "description":"Keepalive interval", "optional":true }, "timers-holdtime":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":90, "partition-visibility":"shared", "description":"Holdtime", "optional":true }, "connect":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"BGP connect timer", "optional":true }, "unsuppress-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "not":"peer-group-name", "description":"Route-map to selectively unsuppress suppressed routes (Name of route map)", "optional":true }, "update-source-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not-list":[ "update-source-ipv6", "ethernet", "loopback", "ve", "trunk", "lif", "tunnel" ], "description":"IP address", "optional":true }, "update-source-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "update-source-ip", "ethernet", "loopback", "ve", "trunk", "lif", "tunnel" ], "description":"IPv6 address", "optional":true }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "loopback", "ve", "trunk", "lif", "tunnel" ], "description":"Ethernet interface (Port number)", "optional":true }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "ve", "trunk", "lif", "tunnel" ], "description":"Loopback interface (Port number)", "optional":true }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "trunk", "lif", "tunnel" ], "description":"Virtual ethernet interface (Virtual ethernet interface number)", "optional":true }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "ve", "lif", "tunnel" ], "description":"Trunk interface (Trunk interface number)", "optional":true }, "lif":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "ve", "trunk", "tunnel" ], "description":"Logical interface (Lif interface name)", "optional":true }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "ve", "trunk", "lif" ], "description":"Tunnel interface (Tunnel interface number)", "optional":true }, "weight":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":0, "partition-visibility":"shared", "description":"Set default weight for routes from this neighbor", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "neighbor-ipv4" ] } ] }, "ipv6-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv6-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/neighbor/ipv6-neighbor/{neighbor-ipv6}", "array":[ { "properties":{ "neighbor-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Neighbor IPv6 address", "optional":false }, "nbr-remote-as":{ "type":"string", "format":"string", "minLength":1, "maxLength":11, "partition-visibility":"shared", "description":"Specify AS number of BGP neighbor", "optional":true }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "not-list":[ "advertisement-interval", "as-origination-interval", "default-originate", "disallow-infinite-holdtime", "next-hop-self", "timers", "unsuppress-map" ], "description":"Configure peer-group (peer-group name)", "optional":true }, "activate":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Enable the Address Family for this Neighbor", "optional":true }, "advertisement-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":600, "partition-visibility":"shared", "not":"peer-group-name", "description":"Minimum interval between sending BGP routing updates (time in seconds)", "optional":true }, "allowas-in":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Accept as-path with my AS present in it", "optional":true }, "allowas-in-count":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "default":3, "partition-visibility":"shared", "description":"Number of occurrences of AS number", "optional":true }, "as-origination-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":600, "partition-visibility":"shared", "not":"peer-group-name", "description":"Minimum interval between sending AS-origination routing updates (time in seconds)", "optional":true }, "dynamic":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Advertise dynamic capability to this neighbor", "optional":true }, "prefix-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': both; 'receive': receive; 'send': send; ", "enum":[ "both", "receive", "send" ], "optional":true }, "route-refresh":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Advertise route-refresh capability to this neighbor", "optional":true }, "graceful-restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"enable graceful-restart helper for this neighbor", "optional":true }, "extended-nexthop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Advertise extended-nexthop capability to this neighbor", "optional":true }, "collide-established":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Include Neighbor in Established State for Collision Detection", "optional":true }, "default-originate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"peer-group-name", "description":"Originate default route to this neighbor", "optional":true }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route-map to specify criteria to originate default (route-map name)", "optional":true }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":80, "partition-visibility":"shared", "description":"Neighbor specific description (Up to 80 characters describing this neighbor)", "optional":true }, "disallow-infinite-holdtime":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"peer-group-name", "description":"BGP per neighbor disallow-infinite-holdtime", "optional":true }, "distribute-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "distribute-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter updates to/from this neighbor (IP standard/extended/named access list)" }, "distribute-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "acos-application-only":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Send BGP update to ACOS application", "optional":true }, "telemetry":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Send BGP update to telemetry db", "optional":true }, "dont-capability-negotiate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Do not perform capability negotiation", "optional":true }, "ebgp-multihop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Allow EBGP neighbors not on directly connected networks", "optional":true }, "ebgp-multihop-hop-count":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"maximum hop count", "optional":true }, "enforce-multihop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enforce EBGP neighbors to perform multihop", "optional":true }, "bfd":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Bidirectional Forwarding Detection (BFD)", "optional":true }, "multihop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable multihop", "optional":true }, "key-id":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "partition-visibility":"shared", "description":"Key ID", "optional":true }, "key-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'md5': md5; 'meticulous-md5': meticulous-md5; 'meticulous-sha1': meticulous-sha1; 'sha1': sha1; 'simple': simple; (Keyed MD5/Meticulous Keyed MD5/Meticulous Keyed SHA1/Keyed SHA1/Simple Password)", "enum":[ "md5", "meticulous-md5", "meticulous-sha1", "sha1", "simple" ], "optional":true }, "bfd-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Key String", "optional":true }, "bfd-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string)", "optional":true }, "neighbor-filter-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "filter-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Establish BGP filters (AS path access-list name)" }, "filter-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "maximum-prefix":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Maximum number of prefix accept from this peer (maximum no. of prefix limit (various depends on model))", "optional":true }, "maximum-prefix-thres":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "partition-visibility":"shared", "description":"threshold-value, 1 to 100 percent", "optional":true }, "restart-min":{ "type":"number", "format":"number", "minimum":1, "maximum":1440, "partition-visibility":"shared", "description":"restart value, 1 to 1440 minutes", "optional":true }, "next-hop-self":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"peer-group-name", "description":"Disable the next hop calculation for this neighbor", "optional":true }, "override-capability":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Override capability negotiation result", "optional":true }, "pass-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":80, "partition-visibility":"shared", "description":"Key String", "optional":true }, "pass-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "optional":true }, "passive":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Don't send open messages to this neighbor", "optional":true }, "neighbor-prefix-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-prefix-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter updates to/from this neighbor (Name of a prefix list)" }, "nbr-prefix-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "remove-private-as":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Remove private AS number from outbound updates", "optional":true }, "neighbor-route-map-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Apply route map to neighbor (Name of route map)" }, "nbr-rmap-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "send-community-val":{ "type":"string", "format":"enum", "default":"both", "partition-visibility":"shared", "description":"'all': Send Standard, Extended, and Large Community attributes; 'both': Send Standard and Extended Community attributes; 'none': Disable Sending Community attributes; 'standard': Send Standard Community attributes; 'extended': Send Extended Community attributes; 'large': Send Large Community attributes; ", "enum":[ "all", "both", "none", "standard", "extended", "large" ], "optional":true }, "inbound":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Allow inbound soft reconfiguration for this neighbor", "optional":true }, "shutdown":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Administratively shut down this neighbor", "optional":true }, "strict-capability-match":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Strict capability negotiation match", "optional":true }, "timers-keepalive":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":30, "partition-visibility":"shared", "description":"Keepalive interval", "optional":true }, "timers-holdtime":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":90, "partition-visibility":"shared", "description":"Holdtime", "optional":true }, "connect":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"BGP connect timer", "optional":true }, "unsuppress-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "not":"peer-group-name", "description":"Route-map to selectively unsuppress suppressed routes (Name of route map)", "optional":true }, "update-source-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not-list":[ "update-source-ipv6", "ethernet", "loopback", "ve", "trunk", "lif", "tunnel" ], "description":"IP address", "optional":true }, "update-source-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "update-source-ip", "ethernet", "loopback", "ve", "trunk", "lif", "tunnel" ], "description":"IPv6 address", "optional":true }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "loopback", "ve", "trunk", "lif", "tunnel" ], "description":"Ethernet interface (Port number)", "optional":true }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "ve", "trunk", "lif", "tunnel" ], "description":"Loopback interface (Port number)", "optional":true }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "trunk", "lif", "tunnel" ], "description":"Virtual ethernet interface (Virtual ethernet interface number)", "optional":true }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "ve", "lif", "tunnel" ], "description":"Trunk interface (Trunk interface number)", "optional":true }, "lif":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "ve", "trunk", "tunnel" ], "description":"Logical interface (Lif interface name)", "optional":true }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "update-source-ip", "update-source-ipv6", "ethernet", "loopback", "ve", "trunk", "lif" ], "description":"Tunnel interface (Tunnel interface number)", "optional":true }, "weight":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":0, "partition-visibility":"shared", "description":"Set default weight for routes from this neighbor", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "neighbor-ipv6" ] } ] }, "ethernet-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ethernet-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/neighbor/ethernet-neighbor/{ethernet}", "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface number", "optional":false }, "unnumbered":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "optional":true }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ethernet" ] } ] }, "ve-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ve-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/neighbor/ve-neighbor/{ve}", "array":[ { "properties":{ "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface number", "optional":false }, "unnumbered":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "optional":true }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ve" ] } ] }, "trunk-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"trunk-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/neighbor/trunk-neighbor/{trunk}", "array":[ { "properties":{ "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface number", "optional":false }, "unnumbered":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "optional":true }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "trunk" ] } ] } } }, "redistribute":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/redistribute", "properties":{ "connected-cfg":{ "type":"object", "properties":{ "connected":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Connected" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "floating-ip-cfg":{ "type":"object", "properties":{ "floating-ip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Floating IP" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "lw4o6-cfg":{ "type":"object", "properties":{ "lw4o6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"LW4O6 Prefix" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "static-nat-cfg":{ "type":"object", "properties":{ "static-nat":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Static NAT Prefix" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "ip-nat-cfg":{ "type":"object", "properties":{ "ip-nat":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IP NAT" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "ip-nat-list-cfg":{ "type":"object", "properties":{ "ip-nat-list":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IP NAT list" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "isis-cfg":{ "type":"object", "properties":{ "isis":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"ISO IS-IS" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "ospf-cfg":{ "type":"object", "properties":{ "ospf":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Open Shortest Path First (OSPF)" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "rip-cfg":{ "type":"object", "properties":{ "rip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Routing Information Protocol (RIP)" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "static-cfg":{ "type":"object", "properties":{ "static":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Static routes" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "nat-map-cfg":{ "type":"object", "properties":{ "nat-map":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"NAT MAP Prefix" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "vip":{ "type":"object", "properties":{ "only-flagged-cfg":{ "type":"object", "properties":{ "only-flagged":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Selected Virtual IP (VIP)" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "only-not-flagged-cfg":{ "type":"object", "properties":{ "only-not-flagged":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Only not flagged" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "address-family":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family", "properties":{ "ipv6":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6", "properties":{ "bgp":{ "type":"object", "properties":{ "dampening":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable route-flap dampening" }, "dampening-half":{ "type":"number", "format":"number", "minimum":1, "maximum":45, "partition-visibility":"shared", "description":"Reachability Half-life time for the penalty(minutes)" }, "dampening-start-reuse":{ "type":"number", "format":"number", "minimum":1, "maximum":20000, "partition-visibility":"shared", "description":"Value to start reusing a route" }, "dampening-start-supress":{ "type":"number", "format":"number", "minimum":1, "maximum":20000, "partition-visibility":"shared", "description":"Value to start suppressing a route" }, "dampening-max-supress":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Maximum duration to suppress a stable route(minutes)" }, "dampening-unreachability":{ "type":"number", "format":"number", "minimum":1, "maximum":45, "partition-visibility":"shared", "description":"Un-reachability Half-life time for the penalty(minutes)" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route-map to specify criteria for dampening (Route-map name)" } } }, "distance":{ "type":"object", "properties":{ "distance-ext":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Distance for routes external to the AS" }, "distance-int":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Distance for routes internal to the AS" }, "distance-local":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Distance for local routes" } } }, "maximum-paths-value":{ "type":"number", "format":"number", "minimum":1, "maximum":64, "default":1, "partition-visibility":"shared", "description":"Supported BGP multipath numbers" }, "originate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Distribute an IPv6 default route" }, "aggregate-address-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "aggregate-address":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"Configure BGP aggregate entries (Aggregate IPv6 prefix)" }, "as-set":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Generate AS set path information" }, "summary-only":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Filter more specific routes from updates" } } } ] }, "auto-summary":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable automatic network number summarization" }, "synchronization":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Perform IGP synchronization" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "network":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/network", "properties":{ "synchronization":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/network/synchronization", "properties":{ "network-synchronization":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Perform IGP synchronization" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "monitor":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/network/monitor", "properties":{ "default":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/network/monitor/default", "properties":{ "network-monitor-default":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"default route monitoring" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "ipv6-network-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv6-network" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/network/ipv6-network/{network-ipv6}", "array":[ { "properties":{ "network-ipv6":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"Specify a network to announce via BGP", "optional":false }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route-map to modify the attributes (Name of the route map)", "optional":true }, "backdoor":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify a BGP backdoor route", "optional":true }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":80, "partition-visibility":"shared", "description":"Network specific description (Up to 80 characters describing this network)", "optional":true }, "comm-value":{ "type":"string", "format":"string-rlx", "partition-visibility":"shared", "description":"community value in the format 1-4294967295|AA:NN|internet|local-AS|no-advertise|no-export", "optional":true }, "lcomm-value":{ "type":"string", "format":"string-rlx", "partition-visibility":"shared", "description":"Large community value in the format XX:YY:ZZ", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "network-ipv6" ] } ] } } }, "neighbor":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor", "properties":{ "peer-group-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"peer-group-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/peer-group-neighbor/{peer-group}", "array":[ { "properties":{ "peer-group":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Neighbor tag", "optional":false }, "activate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the Address Family for this Neighbor", "optional":true }, "allowas-in":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Accept as-path with my AS present in it", "optional":true }, "allowas-in-count":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "default":3, "partition-visibility":"shared", "description":"Number of occurrences of AS number", "optional":true }, "maximum-prefix":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Maximum number of prefix accept from this peer (maximum no. of prefix limit (various depends on model))", "optional":true }, "maximum-prefix-thres":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "partition-visibility":"shared", "description":"threshold-value, 1 to 100 percent", "optional":true }, "next-hop-self":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable the next hop calculation for this neighbor", "optional":true }, "remove-private-as":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Remove private AS number from outbound updates", "optional":true }, "neighbor-route-map-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Apply route map to neighbor (Name of route map)" }, "nbr-rmap-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "inbound":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Allow inbound soft reconfiguration for this neighbor", "optional":true }, "weight":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":0, "partition-visibility":"shared", "description":"Set default weight for routes from this neighbor", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "peer-group" ] } ] }, "ipv4-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv4-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ipv4-neighbor/{neighbor-ipv4}", "array":[ { "properties":{ "neighbor-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Neighbor address", "optional":false }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Configure peer-group (peer-group name)", "optional":true }, "activate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the Address Family for this Neighbor", "optional":true }, "allowas-in":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Accept as-path with my AS present in it", "optional":true }, "allowas-in-count":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "default":3, "partition-visibility":"shared", "description":"Number of occurrences of AS number", "optional":true }, "prefix-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': both; 'receive': receive; 'send': send; ", "enum":[ "both", "receive", "send" ], "optional":true }, "graceful-restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"enable graceful-restart helper for this neighbor", "optional":true }, "default-originate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Originate default route to this neighbor", "optional":true }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route-map to specify criteria to originate default (route-map name)", "optional":true }, "distribute-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "distribute-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter updates to/from this neighbor (IP standard/extended/named access list)" }, "distribute-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "neighbor-filter-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "filter-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Establish BGP filters (AS path access-list name)" }, "filter-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "maximum-prefix":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Maximum number of prefix accept from this peer (maximum no. of prefix limit (various depends on model))", "optional":true }, "maximum-prefix-thres":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "partition-visibility":"shared", "description":"threshold-value, 1 to 100 percent", "optional":true }, "restart-min":{ "type":"number", "format":"number", "minimum":1, "maximum":1440, "partition-visibility":"shared", "description":"restart value, 1 to 1440 minutes", "optional":true }, "next-hop-self":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable the next hop calculation for this neighbor", "optional":true }, "neighbor-prefix-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-prefix-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter updates to/from this neighbor (Name of a prefix list)" }, "nbr-prefix-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "remove-private-as":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Remove private AS number from outbound updates", "optional":true }, "neighbor-route-map-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Apply route map to neighbor (Name of route map)" }, "nbr-rmap-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "send-community-val":{ "type":"string", "format":"enum", "default":"both", "partition-visibility":"shared", "description":"'all': Send Standard, Extended, and Large Community attributes; 'both': Send Standard and Extended Community attributes; 'none': Disable Sending Community attributes; 'standard': Send Standard Community attributes; 'extended': Send Extended Community attributes; 'large': Send Large Community attributes; ", "enum":[ "all", "both", "none", "standard", "extended", "large" ], "optional":true }, "inbound":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Allow inbound soft reconfiguration for this neighbor", "optional":true }, "unsuppress-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route-map to selectively unsuppress suppressed routes (Name of route map)", "optional":true }, "weight":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":0, "partition-visibility":"shared", "description":"Set default weight for routes from this neighbor", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "neighbor-ipv4" ] } ] }, "ipv6-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv6-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ipv6-neighbor/{neighbor-ipv6}", "array":[ { "properties":{ "neighbor-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Neighbor IPv6 address", "optional":false }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Configure peer-group (peer-group name)", "optional":true }, "activate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the Address Family for this Neighbor", "optional":true }, "allowas-in":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Accept as-path with my AS present in it", "optional":true }, "allowas-in-count":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "default":3, "partition-visibility":"shared", "description":"Number of occurrences of AS number", "optional":true }, "prefix-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'both': both; 'receive': receive; 'send': send; ", "enum":[ "both", "receive", "send" ], "optional":true }, "graceful-restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"enable graceful-restart helper for this neighbor", "optional":true }, "default-originate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Originate default route to this neighbor", "optional":true }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route-map to specify criteria to originate default (route-map name)", "optional":true }, "distribute-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "distribute-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter updates to/from this neighbor (IP standard/extended/named access list)" }, "distribute-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "neighbor-filter-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "filter-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Establish BGP filters (AS path access-list name)" }, "filter-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "maximum-prefix":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Maximum number of prefix accept from this peer (maximum no. of prefix limit (various depends on model))", "optional":true }, "maximum-prefix-thres":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "partition-visibility":"shared", "description":"threshold-value, 1 to 100 percent", "optional":true }, "restart-min":{ "type":"number", "format":"number", "minimum":1, "maximum":1440, "partition-visibility":"shared", "description":"restart value, 1 to 1440 minutes", "optional":true }, "next-hop-self":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable the next hop calculation for this neighbor", "optional":true }, "neighbor-prefix-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-prefix-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter updates to/from this neighbor (Name of a prefix list)" }, "nbr-prefix-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "remove-private-as":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Remove private AS number from outbound updates", "optional":true }, "neighbor-route-map-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Apply route map to neighbor (Name of route map)" }, "nbr-rmap-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "send-community-val":{ "type":"string", "format":"enum", "default":"both", "partition-visibility":"shared", "description":"'all': Send Standard, Extended, and Large Community attributes; 'both': Send Standard and Extended Community attributes; 'none': Disable Sending Community attributes; 'standard': Send Standard Community attributes; 'extended': Send Extended Community attributes; 'large': Send Large Community attributes; ", "enum":[ "all", "both", "none", "standard", "extended", "large" ], "optional":true }, "inbound":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Allow inbound soft reconfiguration for this neighbor", "optional":true }, "unsuppress-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route-map to selectively unsuppress suppressed routes (Name of route map)", "optional":true }, "weight":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":0, "partition-visibility":"shared", "description":"Set default weight for routes from this neighbor", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "neighbor-ipv6" ] } ] }, "ethernet-neighbor-ipv6-list":{ "type":"array", "minItems":1, "items":{ "type":"ethernet-neighbor-ipv6" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ethernet-neighbor-ipv6/{ethernet}", "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface number", "optional":false }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ethernet" ] } ] }, "ve-neighbor-ipv6-list":{ "type":"array", "minItems":1, "items":{ "type":"ve-neighbor-ipv6" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/ve-neighbor-ipv6/{ve}", "array":[ { "properties":{ "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface number", "optional":false }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ve" ] } ] }, "trunk-neighbor-ipv6-list":{ "type":"array", "minItems":1, "items":{ "type":"trunk-neighbor-ipv6" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/neighbor/trunk-neighbor-ipv6/{trunk}", "array":[ { "properties":{ "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface number", "optional":false }, "peer-group-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "trunk" ] } ] } } }, "redistribute":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/redistribute", "properties":{ "connected-cfg":{ "type":"object", "properties":{ "connected":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Connected" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "floating-ip-cfg":{ "type":"object", "properties":{ "floating-ip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Floating IP" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "nat64-cfg":{ "type":"object", "properties":{ "nat64":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"NAT64 Prefix" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "nat-map-cfg":{ "type":"object", "properties":{ "nat-map":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"NAT MAP Prefix" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "lw4o6-cfg":{ "type":"object", "properties":{ "lw4o6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"LW4O6 Prefix" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "static-nat-cfg":{ "type":"object", "properties":{ "static-nat":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Static NAT Prefix" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "ip-nat-cfg":{ "type":"object", "properties":{ "ip-nat":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IP NAT" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "ip-nat-list-cfg":{ "type":"object", "properties":{ "ip-nat-list":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IP NAT list" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "isis-cfg":{ "type":"object", "properties":{ "isis":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"ISO IS-IS" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "ospf-cfg":{ "type":"object", "properties":{ "ospf":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Open Shortest Path First (OSPF)" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "rip-cfg":{ "type":"object", "properties":{ "rip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Routing Information Protocol (RIP)" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "static-cfg":{ "type":"object", "properties":{ "static":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Static routes" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "vip":{ "type":"object", "properties":{ "only-flagged-cfg":{ "type":"object", "properties":{ "only-flagged":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Selected Virtual IP (VIP)" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } }, "only-not-flagged-cfg":{ "type":"object", "properties":{ "only-not-flagged":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Only not flagged" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "ipv4-flowspec":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv4-flowspec", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "neighbor":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv4-flowspec/neighbor", "properties":{ "ipv4-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv4-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv4-flowspec/neighbor/ipv4-neighbor/{neighbor-ipv4}", "array":[ { "properties":{ "neighbor-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Neighbor address", "optional":false }, "activate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the Address Family for this Neighbor", "optional":true }, "neighbor-route-map-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Apply route map to neighbor (Name of route map)" }, "nbr-rmap-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "send-community-val":{ "type":"string", "format":"enum", "default":"both", "partition-visibility":"shared", "description":"'all': Send Standard, Extended, and Large Community attributes; 'both': Send Standard and Extended Community attributes; 'none': Disable Sending Community attributes; 'standard': Send Standard Community attributes; 'extended': Send Extended Community attributes; 'large': Send Large Community attributes; ", "enum":[ "all", "both", "none", "standard", "extended", "large" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "neighbor-ipv4" ] } ] }, "ipv6-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv6-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv4-flowspec/neighbor/ipv6-neighbor/{neighbor-ipv6}", "array":[ { "properties":{ "neighbor-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Neighbor IPv6 address", "optional":false }, "activate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the Address Family for this Neighbor", "optional":true }, "neighbor-route-map-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Apply route map to neighbor (Name of route map)" }, "nbr-rmap-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "send-community-val":{ "type":"string", "format":"enum", "default":"both", "partition-visibility":"shared", "description":"'all': Send Standard, Extended, and Large Community attributes; 'both': Send Standard and Extended Community attributes; 'none': Disable Sending Community attributes; 'standard': Send Standard Community attributes; 'extended': Send Extended Community attributes; 'large': Send Large Community attributes; ", "enum":[ "all", "both", "none", "standard", "extended", "large" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "neighbor-ipv6" ] } ] } } } } }, "ipv6-flowspec":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "neighbor":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor", "properties":{ "ipv4-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv4-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv4-neighbor/{neighbor-ipv4}", "array":[ { "properties":{ "neighbor-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Neighbor address", "optional":false }, "activate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the Address Family for this Neighbor", "optional":true }, "neighbor-route-map-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Apply route map to neighbor (Name of route map)" }, "nbr-rmap-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "send-community-val":{ "type":"string", "format":"enum", "default":"both", "partition-visibility":"shared", "description":"'all': Send Standard, Extended, and Large Community attributes; 'both': Send Standard and Extended Community attributes; 'none': Disable Sending Community attributes; 'standard': Send Standard Community attributes; 'extended': Send Extended Community attributes; 'large': Send Large Community attributes; ", "enum":[ "all", "both", "none", "standard", "extended", "large" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "neighbor-ipv4" ] } ] }, "ipv6-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv6-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv6-neighbor/{neighbor-ipv6}", "array":[ { "properties":{ "neighbor-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Neighbor IPv6 address", "optional":false }, "activate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the Address Family for this Neighbor", "optional":true }, "neighbor-route-map-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Apply route map to neighbor (Name of route map)" }, "nbr-rmap-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "send-community-val":{ "type":"string", "format":"enum", "default":"both", "partition-visibility":"shared", "description":"'all': Send Standard, Extended, and Large Community attributes; 'both': Send Standard and Extended Community attributes; 'none': Disable Sending Community attributes; 'standard': Send Standard Community attributes; 'extended': Send Extended Community attributes; 'large': Send Large Community attributes; ", "enum":[ "all", "both", "none", "standard", "extended", "large" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "neighbor-ipv6" ] } ] } } } } } } } }, "object-keys":[ "as-number" ], "required":[ "as-number" ] }