{ "id":"/axapi/v3/router/bgp/{as-number}/neighbor/ipv6-neighbor/{neighbor-ipv6}", "type":"object", "node-type":"list", "title":"ipv6-neighbor", "partition-visibility":"shared", "description":"Specify a ipv6 neighbor router", "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 } }, "object-keys":[ "neighbor-ipv6" ], "required":[ "neighbor-ipv6" ] }