{ "id":"/axapi/v3/router/bgp/{as-number}/address-family", "type":"object", "node-type":"intermediate", "title":"address-family", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Enter Address Family command mode", "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" ] } ] } } } } } } }