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