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