{ "id":"/axapi/v3/router", "type":"object", "node-type":"intermediate", "title":"router", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Configure routing process", "properties":{ "ipv6":{ "type":"object", "$ref":"/axapi/v3/router/ipv6", "properties":{ "rip":{ "type":"object", "$ref":"/axapi/v3/router/ipv6/rip", "properties":{ "cisco-metric-behavior":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enables updating metric consistent with Cisco; 'disable': Disables updating metric consistent with Cisco; (Enable/Disable updating metric consistent with Cisco)", "enum":[ "enable", "disable" ] }, "default-information":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'originate': originate; (Distribute default route)", "enum":[ "originate" ] }, "default-metric":{ "type":"number", "format":"number", "minimum":1, "maximum":16, "default":1, "partition-visibility":"shared", "description":"Set a metric of redistribute routes (Default metric)" }, "recv-buffer-size":{ "type":"number", "format":"number", "minimum":8192, "maximum":2147483647, "partition-visibility":"shared", "description":"Set the RIPNG UDP receive buffer size (the RIPNG UDP receive buffer size value)" }, "timers":{ "type":"object", "properties":{ "timers-cfg":{ "type":"object", "properties":{ "basic":{ "type":"number", "format":"number", "minimum":5, "maximum":2147483647, "partition-visibility":"shared", "description":"Basic routing protocol update timers (Routing table update timer value in second. Default is 30)" }, "val-2":{ "type":"number", "format":"number", "minimum":5, "maximum":2147483647, "partition-visibility":"shared", "description":"Routing information timeout timer. Default is 180" }, "val-3":{ "type":"number", "format":"number", "minimum":5, "maximum":2147483647, "partition-visibility":"shared", "description":"Garbage collection timer. Default is 120" } } } } }, "aggregate-address-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "aggregate-address":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"Set aggregate RIP route announcement (Aggregate network)" } } } ] }, "route-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "route":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"Static route advertisement (debugging purpose) (IP prefix)" } } } ] }, "ripng-neighbor":{ "type":"object", "properties":{ "ripng-neighbor-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "neighbor-link-local-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPv6 link-local address" }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] } } }, "passive-interface-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "distribute-list":{ "type":"object", "$ref":"/axapi/v3/router/ipv6/rip/distribute-list", "properties":{ "acl-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "acl":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Access-list name" }, "acl-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Filter incoming routing updates; 'out': Filter outgoing routing updates; ", "enum":[ "in", "out" ] }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "prefix":{ "type":"object", "$ref":"/axapi/v3/router/ipv6/rip/distribute-list/prefix", "properties":{ "prefix-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "prefix-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter prefixes in routing updates (Name of a prefix list)" }, "prefix-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Filter incoming routing updates; 'out': Filter outgoing routing updates; ", "enum":[ "in", "out" ] }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "offset-list":{ "type":"object", "$ref":"/axapi/v3/router/ipv6/rip/offset-list", "properties":{ "acl-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "acl":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Access-list name" }, "offset-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Filter incoming updates; 'out': Filter outgoing updates; ", "enum":[ "in", "out" ] }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16, "partition-visibility":"shared", "description":"Metric value" }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "redistribute":{ "type":"object", "$ref":"/axapi/v3/router/ipv6/rip/redistribute", "properties":{ "redist-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'bgp': Border Gateway Protocol (BGP); 'connected': Connected; 'floating-ip': Floating IP; 'ip-nat-list': IP NAT list; 'ip-nat': IP NAT; 'isis': ISO IS-IS; 'lw4o6': LW4O6 Prefix; 'nat-map': NAT MAP Prefix; 'nat64': NAT64 Prefix; 'static-nat': Static NAT; 'ospf': Open Shortest Path First (OSPF); 'static': Static routes; ", "enum":[ "bgp", "connected", "floating-ip", "ip-nat-list", "ip-nat", "isis", "lw4o6", "nat-map", "nat64", "static-nat", "ospf", "static" ] }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16, "partition-visibility":"shared", "description":"Metric for redistributed routes (metric value)" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } } ] }, "vip-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "vip-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'only-flagged': Selected Virtual IP (VIP); 'only-not-flagged': Only not flagged; ", "enum":[ "only-flagged", "only-not-flagged" ] }, "vip-metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16, "partition-visibility":"shared", "description":"Metric for redistributed routes (metric value)" }, "vip-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" } } }, "route-map":{ "type":"object", "$ref":"/axapi/v3/router/ipv6/rip/route-map", "properties":{ "map-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map name" }, "route-map-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Route map set for input filtering; 'out': Route map set for output filtering; ", "enum":[ "in", "out" ] }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "ospf-list":{ "type":"array", "minItems":1, "items":{ "type":"ospf" }, "uniqueItems":true, "$ref":"/axapi/v3/router/ipv6/ospf/{process-id}", "array":[ { "properties":{ "process-id":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "default":"0", "partition-visibility":"shared", "description":"OSPFv3 process tag", "optional":false }, "abr-type-option":{ "type":"string", "format":"enum", "default":"cisco", "partition-visibility":"shared", "description":"'cisco': Alternative ABR, Cisco implementation (RFC3509); 'ibm': Alternative ABR, IBM implementation (RFC3509); 'standard': Standard behavior (RFC2328); ", "enum":[ "cisco", "ibm", "standard" ], "optional":true }, "auto-cost-reference-bandwidth":{ "type":"number", "format":"number", "minimum":1, "maximum":4294967, "default":10000, "partition-visibility":"shared", "description":"Use reference bandwidth method to assign OSPF cost (The reference bandwidth in terms of Mbits per second)", "optional":true }, "bfd-all-interfaces":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable BFD on all interfaces", "optional":true }, "default-metric":{ "type":"number", "format":"number", "minimum":1, "maximum":16777214, "default":20, "partition-visibility":"shared", "description":"Set metric of redistributed routes (Default metric)", "optional":true }, "distribute-internal-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'lw4o6': LW4O6 Prefix; 'nat64': NAT64 Prefix; 'static-nat': Static NAT; 'floating-ip': Floating IP; 'ip-nat': IP NAT; 'ip-nat-list': IP NAT list; 'vip': Only not flagged Virtual IP (VIP); 'vip-only-flagged': Selected Virtual IP (VIP); ", "enum":[ "lw4o6", "nat64", "static-nat", "floating-ip", "ip-nat", "ip-nat-list", "vip", "vip-only-flagged" ] }, "area-ipv4":{ "type":"string", "format":"ipv4-address", "default":"255.255.255.255", "partition-visibility":"shared", "description":"OSPF area ID in IP address format" }, "area-num":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"OSPF area ID as a decimal value" }, "cost":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":1, "partition-visibility":"shared", "description":"Cost" } } } ] }, "distribute-list":{ "type":"object", "properties":{ "prefix-list":{ "type":"object", "properties":{ "value":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Prefix-list name" }, "direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Filter incoming routing updates; ", "enum":[ "in" ] } } } } }, "log-adjacency-changes":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'detail': Log changes in adjacency state; 'disable': Disable logging; ", "enum":[ "detail", "disable" ], "optional":true }, "ha-standby-extra-cost":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "extra-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"The extra cost value" }, "group":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "partition-visibility":"shared", "description":"Group (Group ID)" } } } ] }, "max-concurrent-dd":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":5, "partition-visibility":"shared", "description":"Maximum number allowed to process DD concurrently (Number of DD process)", "optional":true }, "passive-interface":{ "type":"object", "properties":{ "loopback-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" } } } ] }, "trunk-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" } } } ] }, "ve-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "tunnel-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" } } } ] }, "eth-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" } } } ] } } }, "router-id":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"router-id for the OSPF process (OSPFv3 router-id in IPv4 address format)", "optional":true }, "timers":{ "type":"object", "properties":{ "spf":{ "type":"object", "properties":{ "exp":{ "type":"object", "properties":{ "min-delay":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "default":500, "partition-visibility":"shared", "description":"Minimum delay between receiving a change to SPF calculation in milliseconds" }, "max-delay":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "default":50000, "partition-visibility":"shared", "description":"Maximum delay between receiving a change to SPF calculation in milliseconds" } } } } } } }, "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 }, "default-information":{ "type":"object", "$ref":"/axapi/v3/router/ipv6/ospf/{process-id}/default-information", "properties":{ "originate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Distribute a default route" }, "always":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Always advertise default route" }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16777214, "partition-visibility":"shared", "description":"OSPF default metric (OSPF metric)" }, "metric-type":{ "type":"number", "format":"number", "minimum":1, "maximum":2, "default":2, "partition-visibility":"shared", "description":"OSPF metric type for default routes" }, "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" } } }, "area-list":{ "type":"array", "minItems":1, "items":{ "type":"area" }, "uniqueItems":true, "$ref":"/axapi/v3/router/ipv6/ospf/{process-id}/area/{area-ipv4}+{area-num}", "array":[ { "properties":{ "area-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"OSPFv3 area ID in IP address format", "optional":false }, "area-num":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"OSPFv3 area ID as a decimal value", "optional":false }, "default-cost":{ "type":"number", "format":"number", "minimum":0, "maximum":16777215, "default":1, "partition-visibility":"shared", "description":"Set the summary-default cost of a NSSA or stub area (Stub's advertised default summary cost)", "optional":true }, "range-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "value":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"Area range for IPv6 prefix" }, "option":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'advertise': Advertise this range (default); 'not-advertise': DoNotAdvertise this range; ", "enum":[ "advertise", "not-advertise" ] } } } ] }, "stub":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure OSPFv3 area as stub", "optional":true }, "no-summary":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Do not inject inter-area routes into area", "optional":true }, "virtual-link-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "value":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"ID (IP addr) associated with virtual link neighbor" }, "dead-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Dead router detection time (Seconds)" }, "bfd":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Bidirectional Forwarding Detection (BFD)" }, "hello-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Hello packet interval (Seconds)" }, "retransmit-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":3600, "partition-visibility":"shared", "description":"LSA retransmit interval (Seconds)" }, "transmit-delay":{ "type":"number", "format":"number", "minimum":1, "maximum":3600, "default":1, "partition-visibility":"shared", "description":"LSA transmission delay (Seconds)" }, "instance-id":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "default":0, "partition-visibility":"shared", "description":"OSPFv3 instance ID" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "area-ipv4", "area-num" ] } ] }, "redistribute":{ "type":"object", "$ref":"/axapi/v3/router/ipv6/ospf/{process-id}/redistribute", "properties":{ "redist-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'bgp': Border Gateway Protocol (BGP); 'connected': Connected; 'floating-ip': Floating IP; 'ip-nat-list': IP NAT list; 'nat-map': NAT MAP Prefix; 'static-nat': Static NAT; 'nat64': NAT64 Prefix; 'lw4o6': LW4O6 Prefix; 'isis': ISO IS-IS; 'rip': Routing Information Protocol (RIP); 'static': Static routes; ", "enum":[ "bgp", "connected", "floating-ip", "ip-nat-list", "nat-map", "static-nat", "nat64", "lw4o6", "isis", "rip", "static" ] }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16777214, "partition-visibility":"shared", "description":"OSPFV3 default metric (OSPFV3 metric)" }, "metric-type":{ "type":"string", "format":"enum", "default":"2", "partition-visibility":"shared", "description":"'1': Set OSPFV3 External Type 1 metrics; '2': Set OSPFV3 External Type 2 metrics; ", "enum":[ "1", "2" ] }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } } ] }, "ospf-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ospf":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Open Shortest Path First (OSPF)" }, "process-id":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"OSPFV3 process tag" }, "metric-ospf":{ "type":"number", "format":"number", "minimum":0, "maximum":16777214, "partition-visibility":"shared", "description":"OSPFV3 default metric (OSPFV3 metric)" }, "metric-type-ospf":{ "type":"string", "format":"enum", "default":"2", "partition-visibility":"shared", "description":"'1': Set OSPFV3 External Type 1 metrics; '2': Set OSPFV3 External Type 2 metrics; ", "enum":[ "1", "2" ] }, "route-map-ospf":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } } ] }, "ip-nat":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IP-NAT" }, "metric-ip-nat":{ "type":"number", "format":"number", "minimum":0, "maximum":16777214, "partition-visibility":"shared", "description":"OSPFV3 default metric (OSPFV3 metric)" }, "metric-type-ip-nat":{ "type":"string", "format":"enum", "default":"2", "partition-visibility":"shared", "description":"'1': Set OSPFV3 External Type 1 metrics; '2': Set OSPFV3 External Type 2 metrics; ", "enum":[ "1", "2" ] }, "route-map-ip-nat":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" }, "ip-nat-floating-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ip-nat-prefix":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"Address" }, "ip-nat-floating-IP-forward":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Floating-IP as forward address" } } } ] }, "vip-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type-vip":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'only-flagged': Selected Virtual IP (VIP); 'only-not-flagged': Only not flagged; ", "enum":[ "only-flagged", "only-not-flagged" ] }, "metric-vip":{ "type":"number", "format":"number", "minimum":0, "maximum":16777214, "partition-visibility":"shared", "description":"OSPFV3 default metric (OSPFV3 metric)" }, "metric-type-vip":{ "type":"string", "format":"enum", "default":"2", "partition-visibility":"shared", "description":"'1': Set OSPFV3 External Type 1 metrics; '2': Set OSPFV3 External Type 2 metrics; ", "enum":[ "1", "2" ] }, "route-map-vip":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } } ] }, "vip-floating-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "vip-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Address" }, "vip-floating-IP-forward":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Floating-IP as forward address" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "required":[ "process-id" ] } ] } } }, "log":{ "type":"object", "$ref":"/axapi/v3/router/log", "properties":{ "log-buffer":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Logging goes to log-buffer" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "file":{ "type":"object", "$ref":"/axapi/v3/router/log/file", "properties":{ "per-protocol":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Per protocol" }, "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":32, "partition-visibility":"shared", "description":"Logging filename (File name)" }, "rotate":{ "type":"number", "format":"number", "minimum":0, "maximum":100, "partition-visibility":"shared", "description":"Log file rotation (Number of backup files)" }, "size":{ "type":"number", "format":"number", "minimum":0, "maximum":1000000, "partition-visibility":"shared", "description":"Log file maximum size (File size in MBytes)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "rip":{ "type":"object", "$ref":"/axapi/v3/router/rip", "properties":{ "cisco-metric-behavior":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enables updating metric consistent with Cisco; 'disable': Disables updating metric consistent with Cisco; (Enable/Disable updating metric consistent with Cisco)", "enum":[ "enable", "disable" ] }, "default-information":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'originate': originate; (Distribute default route)", "enum":[ "originate" ] }, "default-metric":{ "type":"number", "format":"number", "minimum":1, "maximum":16, "default":1, "partition-visibility":"shared", "description":"Set a metric of redistribute routes (Default metric)" }, "recv-buffer-size":{ "type":"number", "format":"number", "minimum":8192, "maximum":2147483647, "partition-visibility":"shared", "description":"Set the RIP UDP receive buffer size (the RIP UDP receive buffer size value)" }, "version":{ "type":"number", "format":"number", "minimum":1, "maximum":2, "default":2, "partition-visibility":"shared", "description":"Set routing protocol version (RIP version)" }, "rip-maximum-prefix-cfg":{ "type":"object", "properties":{ "maximum-prefix":{ "type":"number", "format":"number", "minimum":1, "maximum":2048, "partition-visibility":"shared", "description":"Set the maximum number of RIP routes" }, "maximum-prefix-thres":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "default":75, "partition-visibility":"shared", "description":"Percentage of maximum routes to generate a warning (Default 75%)" } } }, "timers":{ "type":"object", "properties":{ "timers-cfg":{ "type":"object", "properties":{ "basic":{ "type":"number", "format":"number", "minimum":5, "maximum":2147483647, "partition-visibility":"shared", "description":"Basic routing protocol update timers (Routing table update timer value in second. Default is 30)" }, "val-2":{ "type":"number", "format":"number", "minimum":5, "maximum":2147483647, "partition-visibility":"shared", "description":"Routing information timeout timer. Default is 180" }, "val-3":{ "type":"number", "format":"number", "minimum":5, "maximum":2147483647, "partition-visibility":"shared", "description":"Garbage collection timer. Default is 120" } } } } }, "passive-interface-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "neighbor":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "value":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Neighbor address" } } } ] }, "route-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "route":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"Static route advertisement (debugging purpose) (IP prefix network/length)" } } } ] }, "network-addresses":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "network-ipv4-mask":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"IP prefix network/length, e.g., 35.0.0.0/8" } } } ] }, "network-interface-list-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "distance-list-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "distance":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "default":120, "partition-visibility":"shared", "description":"Administrative distance (Distance value)" }, "distance-ipv4-mask":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"IP source prefix" }, "distance-acl":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Access list name" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "distribute-list":{ "type":"object", "$ref":"/axapi/v3/router/rip/distribute-list", "properties":{ "acl-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "acl":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Access-list name" }, "acl-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Filter incoming routing updates; 'out': Filter outgoing routing updates; ", "enum":[ "in", "out" ] }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "prefix":{ "type":"object", "$ref":"/axapi/v3/router/rip/distribute-list/prefix", "properties":{ "prefix-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "prefix-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter prefixes in routing updates (Name of a prefix list)" }, "prefix-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Filter incoming routing updates; 'out': Filter outgoing routing updates; ", "enum":[ "in", "out" ] }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "offset-list":{ "type":"object", "$ref":"/axapi/v3/router/rip/offset-list", "properties":{ "acl-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "acl":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Access-list name" }, "offset-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Filter incoming updates; 'out': Filter outgoing updates; ", "enum":[ "in", "out" ] }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16, "partition-visibility":"shared", "description":"Metric value" }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "redistribute":{ "type":"object", "$ref":"/axapi/v3/router/rip/redistribute", "properties":{ "redist-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'bgp': Border Gateway Protocol (BGP); 'connected': Connected; 'floating-ip': Floating IP; 'ip-nat-list': IP NAT list; 'ip-nat': IP NAT; 'isis': ISO IS-IS; 'lw4o6': LW4O6 Prefix; 'nat-map': NAT MAP Prefix; 'static-nat': Static NAT; 'ospf': Open Shortest Path First (OSPF); 'static': Static routes; ", "enum":[ "bgp", "connected", "floating-ip", "ip-nat-list", "ip-nat", "isis", "lw4o6", "nat-map", "static-nat", "ospf", "static" ] }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16, "partition-visibility":"shared", "description":"Metric for redistributed routes (metric value)" }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" } } } ] }, "vip-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "vip-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'only-flagged': Selected Virtual IP (VIP); 'only-not-flagged': Only not flagged; ", "enum":[ "only-flagged", "only-not-flagged" ] }, "vip-metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16, "partition-visibility":"shared", "description":"Metric for redistributed routes (metric value)" }, "vip-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" } } } } }, "bgp-list":{ "type":"array", "minItems":1, "items":{ "type":"bgp" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}", "array":[ { "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" ] } ] } } } } } } } }, "required":[ "as-number" ] } ] }, "ospf-list":{ "type":"array", "minItems":1, "items":{ "type":"ospf" }, "uniqueItems":true, "$ref":"/axapi/v3/router/ospf/{process-id}", "array":[ { "properties":{ "process-id":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":0, "partition-visibility":"shared", "description":"OSPF process ID", "optional":false }, "auto-cost-reference-bandwidth":{ "type":"number", "format":"number", "minimum":1, "maximum":4294967, "default":10000, "partition-visibility":"shared", "description":"Use reference bandwidth method to assign OSPF cost (The reference bandwidth in terms of Mbits per second)", "optional":true }, "bfd-all-interfaces":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable BFD on all interfaces", "optional":true }, "rfc1583-compatible":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Compatible with RFC 1583", "optional":true }, "extern-lsa-equivalence-check":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"external LSA equivalance check", "optional":true }, "default-metric":{ "type":"number", "format":"number", "minimum":1, "maximum":16777214, "default":20, "partition-visibility":"shared", "description":"Set metric of redistributed routes (Default metric)", "optional":true }, "distance":{ "type":"object", "properties":{ "distance-value":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "default":110, "partition-visibility":"shared", "description":"OSPF Administrative distance" }, "distance-ospf":{ "type":"object", "properties":{ "distance-external":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"External routes (Distance for external routes)" }, "distance-inter-area":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Inter-area routes (Distance for inter-area routes)" }, "distance-intra-area":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Intra-area routes (Distance for intra-area routes)" } } } } }, "distribute-internal-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "di-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'lw4o6': LW4O6 Prefix; 'floating-ip': Floating IP; 'ip-nat': IP NAT; 'ip-nat-list': IP NAT list; 'static-nat': Static NAT; 'vip': Only not flagged Virtual IP (VIP); 'vip-only-flagged': Selected Virtual IP (VIP); ", "enum":[ "lw4o6", "floating-ip", "ip-nat", "ip-nat-list", "static-nat", "vip", "vip-only-flagged" ] }, "di-area-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"OSPF area ID as a IP address format" }, "di-area-num":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"OSPF area ID as a decimal value" }, "di-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":1, "partition-visibility":"shared", "description":"Cost of route" } } } ] }, "distribute-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "value":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Access-list name" }, "direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Filter incoming routing updates; 'out': Filter outgoing routing updates; ", "enum":[ "in", "out" ] }, "protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'bgp': Border Gateway Protocol (BGP); 'connected': Connected; 'floating-ip': Floating IP; 'lw4o6': LW4O6 Prefix; 'ip-nat': IP NAT; 'ip-nat-list': IP NAT list; 'static-nat': Static NAT; 'isis': ISO IS-IS; 'ospf': Open Shortest Path First (OSPF); 'rip': Routing Information Protocol (RIP); 'static': Static routes; ", "enum":[ "bgp", "connected", "floating-ip", "lw4o6", "ip-nat", "ip-nat-list", "static-nat", "isis", "ospf", "rip", "static" ] }, "ospf-id":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"OSPF process ID" }, "option":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'only-flagged': Selected Virtual IP (VIP); 'only-not-flagged': Only not flagged; ", "enum":[ "only-flagged", "only-not-flagged" ] } } } ] }, "ha-standby-extra-cost":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "extra-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"The extra cost value" }, "group":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "partition-visibility":"shared", "description":"Group (Group ID)" } } } ] }, "host-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "host-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Host address" }, "area-cfg":{ "type":"object", "properties":{ "area-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not":"area-num", "description":"OSPF area ID in IP address format" }, "area-num":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "not":"area-ipv4", "description":"OSPF area ID as a decimal value" }, "cost":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":0, "partition-visibility":"shared", "description":"Cost of host" } } } } } ] }, "log-adjacency-changes-cfg":{ "type":"object", "properties":{ "state":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'detail': Log changes in adjacency state; 'disable': Disable logging; ", "enum":[ "detail", "disable" ] } } }, "max-concurrent-dd":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":5, "partition-visibility":"shared", "description":"Maximum number allowed to process DD concurrently (Number of DD process)", "optional":true }, "maximum-area":{ "type":"number", "format":"number", "minimum":1, "maximum":4294967294, "partition-visibility":"shared", "description":"Maximum number of non-backbone areas (OSPF area limit)", "optional":true }, "neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Neighbor address" }, "cost":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"OSPF cost for point-to-multipoint neighbor (Metric)" }, "poll-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"OSPF dead-router polling interval (Seconds)" }, "priority":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "partition-visibility":"shared", "description":"OSPF priority of non-broadcast neighbor" } } } ] }, "network-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "network-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Network number" }, "network-ipv4-mask":{ "type":"string", "format":"ipv4-rev-netmask", "partition-visibility":"shared", "description":"OSPF wild card bits" }, "network-ipv4-cidr":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"OSPF network prefix" }, "network-area":{ "type":"object", "properties":{ "network-area-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"OSPF area ID in IP address format" }, "network-area-num":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"OSPF area ID as a decimal value" }, "instance-value":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "default":0, "partition-visibility":"shared", "description":"Instance ID" } } } } } ] }, "ospf-1":{ "type":"object", "properties":{ "abr-type":{ "type":"object", "properties":{ "option":{ "type":"string", "format":"enum", "default":"cisco", "partition-visibility":"shared", "description":"'cisco': Alternative ABR, Cisco implementation (RFC3509); 'ibm': Alternative ABR, IBM implementation (RFC3509); 'shortcut': Shortcut ABR; 'standard': Standard behavior (RFC2328); ", "enum":[ "cisco", "ibm", "shortcut", "standard" ] } } } } }, "router-id":{ "type":"object", "properties":{ "value":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"OSPF router-id in IPv4 address format" } } }, "overflow":{ "type":"object", "properties":{ "database":{ "type":"object", "properties":{ "count":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967294, "default":4294967294, "partition-visibility":"shared", "description":"Maximum number of LSAs" }, "limit":{ "type":"string", "format":"enum", "default":"hard", "partition-visibility":"shared", "description":"'hard': Hard limit: Instance will be shutdown if exceeded; 'soft': Soft limit: Warning will be given if exceeded; ", "enum":[ "hard", "soft" ] }, "db-external":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "default":2147483647, "partition-visibility":"shared", "description":"Maximum number of LSAs" }, "recovery-time":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":0, "partition-visibility":"shared", "description":"Time to recover (0 not recover)" } } } } }, "passive-interface":{ "type":"object", "properties":{ "loopback-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "loopback-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Address of Interface" } } } ] }, "trunk-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "trunk-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Address of Interface" } } } ] }, "ve-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" }, "ve-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Address of Interface" } } } ] }, "tunnel-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "tunnel-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Address of Interface" } } } ] }, "lif-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "lif":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "description":"Logical interface (Lif interface name)" }, "lif-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Address of Interface" } } } ] }, "eth-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "eth-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Address of Interface" } } } ] } } }, "summary-address-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "summary-address":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"Configure IP address summaries (Summary prefix)" }, "not-advertise":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Suppress routes that match the prefix" }, "tag":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"Set tag (32-bit tag value)" } } } ] }, "timers":{ "type":"object", "properties":{ "spf":{ "type":"object", "properties":{ "exp":{ "type":"object", "properties":{ "min-delay":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "default":500, "partition-visibility":"shared", "description":"Minimum delay between receiving a change to SPF calculation in milliseconds" }, "max-delay":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "default":50000, "partition-visibility":"shared", "description":"Maximum delay between receiving a change to SPF calculation in milliseconds" } } } } } } }, "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 }, "default-information":{ "type":"object", "$ref":"/axapi/v3/router/ospf/{process-id}/default-information", "properties":{ "originate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Distribute a default route" }, "always":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Always advertise default route" }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16777214, "partition-visibility":"shared", "description":"OSPF default metric (OSPF metric)" }, "metric-type":{ "type":"number", "format":"number", "minimum":1, "maximum":2, "default":2, "partition-visibility":"shared", "description":"OSPF metric type for default routes" }, "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" } } }, "area-list":{ "type":"array", "minItems":1, "items":{ "type":"area" }, "uniqueItems":true, "$ref":"/axapi/v3/router/ospf/{process-id}/area/{area-ipv4}+{area-num}", "array":[ { "properties":{ "area-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"OSPF area ID in IP address format", "optional":false }, "area-num":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"OSPF area ID as a decimal value", "optional":false }, "auth-cfg":{ "type":"object", "properties":{ "authentication":{ "type":"number", "format":"flag", "plat-neg-list":["fips"], "default":0, "partition-visibility":"shared", "description":"Enable authentication" }, "message-digest":{ "type":"number", "format":"flag", "plat-neg-list":["fips"], "default":0, "partition-visibility":"shared", "description":"Use message-digest authentication" } } }, "filter-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "filter-list":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Filter networks between OSPF areas" }, "acl-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter networks by access-list (Name of an access-list)" }, "acl-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Filter networks sent to this area; 'out': Filter networks sent from this area; ", "enum":[ "in", "out" ] }, "plist-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filter networks by prefix-list (Name of an IP prefix-list)" }, "plist-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Filter networks sent to this area; 'out': Filter networks sent from this area; ", "enum":[ "in", "out" ] } } } ] }, "nssa-cfg":{ "type":"object", "properties":{ "nssa":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify a NSSA area" }, "no-redistribution":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"No redistribution into this NSSA area" }, "no-summary":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Do not send summary LSA into NSSA" }, "translator-role":{ "type":"string", "format":"enum", "default":"candidate", "partition-visibility":"shared", "description":"'always': Translate always; 'candidate': Candidate for translator (default); 'never': Do not translate; ", "enum":[ "always", "candidate", "never" ] }, "default-information-originate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Originate Type 7 default into NSSA area" }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16777214, "default":1, "partition-visibility":"shared", "description":"OSPF default metric (OSPF metric)" }, "metric-type":{ "type":"number", "format":"number", "minimum":1, "maximum":2, "default":2, "partition-visibility":"shared", "description":"OSPF metric type (OSPF metric type for default routes)" } } }, "default-cost":{ "type":"number", "format":"number", "minimum":0, "maximum":16777215, "default":1, "partition-visibility":"shared", "description":"Set the summary-default cost of a NSSA or stub area (Stub's advertised default summary cost)", "optional":true }, "range-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "area-range-prefix":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"Area range for IPv4 prefix" }, "option":{ "type":"string", "format":"enum", "default":"advertise", "partition-visibility":"shared", "description":"'advertise': Advertise this range (default); 'not-advertise': DoNotAdvertise this range; ", "enum":[ "advertise", "not-advertise" ] } } } ] }, "shortcut":{ "type":"string", "format":"enum", "default":"default", "partition-visibility":"shared", "description":"'default': Set default shortcutting behavior; 'disable': Disable shortcutting through the area; 'enable': Enable shortcutting through the area; ", "enum":[ "default", "disable", "enable" ], "optional":true }, "stub-cfg":{ "type":"object", "properties":{ "stub":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure OSPF area as stub" }, "no-summary":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Do not inject inter-area routes into area" } } }, "virtual-link-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "virtual-link-ip-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"ID (IP addr) associated with virtual link neighbor" }, "bfd":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Bidirectional Forwarding Detection (BFD)" }, "hello-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Hello packet interval (Seconds)" }, "dead-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Dead router detection time (Seconds)" }, "retransmit-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":3600, "partition-visibility":"shared", "description":"LSA retransmit interval (Seconds)" }, "transmit-delay":{ "type":"number", "format":"number", "minimum":1, "maximum":3600, "default":1, "partition-visibility":"shared", "description":"LSA transmission delay (Seconds)" }, "virtual-link-authentication":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable authentication" }, "virtual-link-auth-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'message-digest': Use message-digest authentication; 'null': Use null authentication; ", "enum":[ "message-digest", "null" ] }, "authentication-key":{ "type":"string", "format":"string-rlx", "plat-neg-list":["fips"], "minLength":1, "maxLength":8, "partition-visibility":"shared", "description":"Set authentication key (Authentication key (8 chars))" }, "message-digest-key":{ "type":"number", "format":"number", "plat-neg-list":["fips"], "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Set message digest key (Key ID)" }, "md5":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"Use MD5 algorithm (Authentication key (16 chars))" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "area-ipv4", "area-num" ] } ] }, "redistribute":{ "type":"object", "$ref":"/axapi/v3/router/ospf/{process-id}/redistribute", "properties":{ "redist-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'bgp': Border Gateway Protocol (BGP); 'connected': Connected; 'floating-ip': Floating IP; 'ip-nat-list': IP NAT list; 'lw4o6': LW4O6 Prefix; 'nat-map': NAT MAP Prefix; 'static-nat': Static NAT; 'isis': ISO IS-IS; 'rip': Routing Information Protocol (RIP); 'static': Static routes; ", "enum":[ "bgp", "connected", "floating-ip", "ip-nat-list", "lw4o6", "nat-map", "static-nat", "isis", "rip", "static" ] }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16777214, "partition-visibility":"shared", "description":"OSPF default metric (OSPF metric)" }, "metric-type":{ "type":"string", "format":"enum", "default":"2", "partition-visibility":"shared", "description":"'1': Set OSPF External Type 1 metrics; '2': Set OSPF External Type 2 metrics; ", "enum":[ "1", "2" ] }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" }, "tag":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"Set tag for routes redistributed into OSPF (32-bit tag value)" } } } ] }, "ospf-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ospf":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Open Shortest Path First (OSPF)" }, "process-id":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"OSPF process ID" }, "metric-ospf":{ "type":"number", "format":"number", "minimum":0, "maximum":16777214, "partition-visibility":"shared", "description":"OSPF default metric (OSPF metric)" }, "metric-type-ospf":{ "type":"string", "format":"enum", "default":"2", "partition-visibility":"shared", "description":"'1': Set OSPF External Type 1 metrics; '2': Set OSPF External Type 2 metrics; ", "enum":[ "1", "2" ] }, "route-map-ospf":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" }, "tag-ospf":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"Set tag for routes redistributed into OSPF (32-bit tag value)" } } } ] }, "ip-nat":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IP-NAT" }, "metric-ip-nat":{ "type":"number", "format":"number", "minimum":0, "maximum":16777214, "partition-visibility":"shared", "description":"OSPF default metric (OSPF metric)" }, "metric-type-ip-nat":{ "type":"string", "format":"enum", "default":"2", "partition-visibility":"shared", "description":"'1': Set OSPF External Type 1 metrics; '2': Set OSPF External Type 2 metrics; ", "enum":[ "1", "2" ] }, "route-map-ip-nat":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" }, "tag-ip-nat":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"Set tag for routes redistributed into OSPF (32-bit tag value)" }, "ip-nat-floating-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ip-nat-prefix":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"Address" }, "ip-nat-floating-IP-forward":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Floating-IP as forward address" } } } ] }, "vip-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type-vip":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'only-flagged': Selected Virtual IP (VIP); 'only-not-flagged': Only not flagged; ", "enum":[ "only-flagged", "only-not-flagged" ] }, "metric-vip":{ "type":"number", "format":"number", "minimum":0, "maximum":16777214, "partition-visibility":"shared", "description":"OSPF default metric (OSPF metric)" }, "metric-type-vip":{ "type":"string", "format":"enum", "default":"2", "partition-visibility":"shared", "description":"'1': Set OSPF External Type 1 metrics; '2': Set OSPF External Type 2 metrics; ", "enum":[ "1", "2" ] }, "route-map-vip":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" }, "tag-vip":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"Set tag for routes redistributed into OSPF (32-bit tag value)" } } } ] }, "vip-floating-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "vip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Address" }, "vip-floating-IP-forward":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Floating-IP as forward address" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "required":[ "process-id" ] } ] }, "isis-list":{ "type":"array", "minItems":1, "items":{ "type":"isis" }, "uniqueItems":true, "$ref":"/axapi/v3/router/isis/{tag}", "array":[ { "properties":{ "tag":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "default":"", "partition-visibility":"shared", "description":"ISO routing area tag", "optional":false }, "adjacency-check":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Check ISIS neighbor protocol support", "optional":true }, "area-password-cfg":{ "type":"object", "properties":{ "password":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":254, "partition-visibility":"shared", "description":"Configure the authentication password for an area (Area password)" }, "authenticate":{ "type":"object", "properties":{ "snp":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'send-only': Send but do not check PDUs on receiving; 'validate': Send and check PDUs on receiving; ", "enum":[ "send-only", "validate" ] } } } } }, "authentication":{ "type":"object", "properties":{ "send-only-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "send-only":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Authentication send-only" }, "level":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'level-1': Specify authentication send-only for level-1 PDUs; 'level-2': Specify authentication send-only for level-2 PDUs; ", "enum":[ "level-1", "level-2" ] } } } ] }, "mode-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "mode":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'md5': Authentication mode; ", "enum":[ "md5" ] }, "level":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'level-1': Specify authentication mode for level-1 PDUs; 'level-2': Specify authentication mode for level-2 PDUs; ", "enum":[ "level-1", "level-2" ] } } } ] }, "key-chain-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "key-chain":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Authentication key-chain (Name of key-chain)" }, "level":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'level-1': Specify authentication key-chain for level-1 PDUs; 'level-2': Specify authentication key-chain for level-2 PDUs; ", "enum":[ "level-1", "level-2" ] } } } ] } } }, "bfd":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all-interfaces': Enable BFD on all interfaces; ", "enum":[ "all-interfaces" ], "optional":true }, "default-information":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'originate': Distribute a default route; ", "enum":[ "originate" ], "optional":true }, "distance-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "distance":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "default":115, "partition-visibility":"shared", "description":"ISIS Administrative Distance (Distance value)" }, "System-ID":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"System-ID in XXXX.XXXX.XXXX" }, "acl":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Access list name" } } } ] }, "domain-password-cfg":{ "type":"object", "properties":{ "password":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":254, "partition-visibility":"shared", "description":"Set the authentication password for a routing domain (Routing domain password)" }, "authenticate":{ "type":"object", "properties":{ "snp":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'send-only': Send but do not check PDUs on receiving; 'validate': Send and check PDUs on receiving; ", "enum":[ "send-only", "validate" ] } } } } }, "ha-standby-extra-cost":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "extra-cost":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"The extra cost value" }, "group":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "partition-visibility":"shared", "description":"Group (Group ID)" } } } ] }, "ignore-lsp-errors":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Ignore LSPs with bad checksums", "optional":true }, "is-type":{ "type":"string", "format":"enum", "default":"level-1", "partition-visibility":"shared", "description":"'level-1': Act as a station router only; 'level-1-2': Act as both a station router and an area router; 'level-2-only': Act as an area router only; ", "enum":[ "level-1", "level-1-2", "level-2-only" ], "optional":true }, "log-adjacency-changes-cfg":{ "type":"object", "properties":{ "state":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'detail': Log changes in adjacency state; 'disable': Disable logging; ", "enum":[ "detail", "disable" ] } } }, "lsp-gen-interval-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "interval":{ "type":"number", "format":"number", "minimum":1, "maximum":120, "default":30, "partition-visibility":"shared", "description":"Minimum interval in seconds" }, "level":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'level-1': Set interval for level 1 only; 'level-2': Set interval for level 2 only; ", "enum":[ "level-1", "level-2" ] } } } ] }, "lsp-refresh-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":900, "partition-visibility":"shared", "description":"Set LSP refresh interval (LSP refresh time in seconds)", "optional":true }, "max-lsp-lifetime":{ "type":"number", "format":"number", "minimum":350, "maximum":65535, "default":1200, "partition-visibility":"shared", "description":"Set maximum LSP lifetime (Maximum LSP lifetime in seconds)", "optional":true }, "metric-style-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type":{ "type":"string", "format":"enum", "default":"narrow", "partition-visibility":"shared", "description":"'narrow': Use old style of TLVs with narrow metric; 'wide': Use new style of TLVs to carry wider metric; 'transition': Send and accept both styles of TLVs during transition; 'narrow-transition': Send old style of TLVs with narrow metric with accepting both styles of TLVs; 'wide-transition': Send new style of TLVs to carry wider metric with accepting both styles of TLVs; ", "enum":[ "narrow", "wide", "transition", "narrow-transition", "wide-transition" ] }, "level":{ "type":"string", "format":"enum", "default":"level-1-2", "partition-visibility":"shared", "description":"'level-1': Level-1 only; 'level-1-2': Level-1-2; 'level-2': Level-2 only; ", "enum":[ "level-1", "level-1-2", "level-2" ] } } } ] }, "passive-interface-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "lif":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "description":"Logical interface (Lif interface name)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" } } } ] }, "protocol-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "protocol-topology":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Protocol Topology" } } } ] }, "set-overload-bit-cfg":{ "type":"object", "properties":{ "set-overload-bit":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Signal other touers not to use us in SPF" }, "on-startup":{ "type":"object", "properties":{ "delay":{ "type":"number", "format":"number", "minimum":5, "maximum":86400, "partition-visibility":"shared", "not":"wait-for-bgp", "description":"Time in seconds to advertise ourself as overloaded after reboot" }, "wait-for-bgp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"delay", "description":"Let BGP decide when to unset the overload bit" } } }, "suppress-cfg":{ "type":"object", "properties":{ "external":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"If overload-bit set, don't advertise IP prefixes learned from other protocols" }, "interlevel":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"If overload-bit set, don't advertise IP prefixes learned from another ISIS level" } } } } }, "spf-interval-exp-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "min":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "default":500, "partition-visibility":"shared", "description":"Minimum Delay between receiving a change to SPF calculation in milliseconds" }, "max":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "default":50000, "partition-visibility":"shared", "description":"Maximum Delay between receiving a change to SPF calculation in milliseconds" }, "level":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'level-1': Set interval for level 1 only; 'level-2': Set interval for level 2 only; ", "enum":[ "level-1", "level-2" ] } } } ] }, "summary-address-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "prefix":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"IP network prefix" }, "level":{ "type":"string", "format":"enum", "default":"level-2", "partition-visibility":"shared", "description":"'level-1': Summarize into level-1 area; 'level-1-2': Summarize into both area and sub-domain; 'level-2': Summarize into level-2 sub-domain; ", "enum":[ "level-1", "level-1-2", "level-2" ] } } } ] }, "net-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "net":{ "type":"string", "format":"nasp-string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"A Network Entity Title for this process (XX.XXXX. ... .XXXX.XX Network entity title (NET))" } } } ] }, "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 }, "redistribute":{ "type":"object", "$ref":"/axapi/v3/router/isis/{tag}/redistribute", "properties":{ "redist-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'bgp': Border Gateway Protocol (BGP); 'connected': Connected; 'floating-ip': Floating IP; 'ip-nat-list': IP NAT list; 'ip-nat': IP NAT; 'lw4o6': LW4O6 Prefix; 'nat-map': NAT MAP Prefix; 'static-nat': Static NAT; 'ospf': Open Shortest Path First (OSPF); 'rip': Routing Information Protocol (RIP); 'static': Static routes; ", "enum":[ "bgp", "connected", "floating-ip", "ip-nat-list", "ip-nat", "lw4o6", "nat-map", "static-nat", "ospf", "rip", "static" ] }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":4261412864, "default":0, "partition-visibility":"shared", "description":"Metric for redistributed routes (IS-IS default metric)" }, "metric-type":{ "type":"string", "format":"enum", "default":"internal", "partition-visibility":"shared", "description":"'external': Set IS-IS External metric type; 'internal': Set IS-IS Internal metric type; ", "enum":[ "external", "internal" ] }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" }, "level":{ "type":"string", "format":"enum", "default":"level-2", "partition-visibility":"shared", "description":"'level-1': IS-IS level-1 routes only; 'level-1-2': IS-IS level-1 and level-2 routes; 'level-2': IS-IS level-2 routes only; ", "enum":[ "level-1", "level-1-2", "level-2" ] } } } ] }, "vip-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "vip-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'only-flagged': Selected Virtual IP (VIP); 'only-not-flagged': Only not flagged; ", "enum":[ "only-flagged", "only-not-flagged" ] }, "vip-metric":{ "type":"number", "format":"number", "minimum":0, "maximum":4261412864, "default":0, "partition-visibility":"shared", "description":"Metric for redistributed routes (IS-IS default metric)" }, "vip-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" }, "vip-metric-type":{ "type":"string", "format":"enum", "default":"internal", "partition-visibility":"shared", "description":"'external': Set IS-IS External metric type; 'internal': Set IS-IS Internal metric type; ", "enum":[ "external", "internal" ] }, "vip-level":{ "type":"string", "format":"enum", "default":"level-2", "partition-visibility":"shared", "description":"'level-1': IS-IS level-1 routes only; 'level-1-2': IS-IS level-1 and level-2 routes; 'level-2': IS-IS level-2 routes only; ", "enum":[ "level-1", "level-1-2", "level-2" ] } } } ] }, "isis":{ "type":"object", "properties":{ "level-1-from":{ "type":"object", "properties":{ "into-1":{ "type":"object", "properties":{ "level-2":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Inter-area routes into level-2" }, "distribute-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Select routes (Access-list name)" } } } } }, "level-2-from":{ "type":"object", "properties":{ "into-2":{ "type":"object", "properties":{ "level-1":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Inter-area routes into level-2" }, "distribute-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Select routes (Access-list name)" } } } } } } }, "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/isis/{tag}/address-family", "properties":{ "ipv6":{ "type":"object", "$ref":"/axapi/v3/router/isis/{tag}/address-family/ipv6", "properties":{ "default-information":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'originate': Distribute a default route; ", "enum":[ "originate" ] }, "adjacency-check":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Check ISIS neighbor protocol support" }, "distance":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "default":115, "partition-visibility":"shared", "description":"ISIS Administrative Distance (Distance value)" }, "multi-topology-cfg":{ "type":"object", "properties":{ "multi-topology":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable multi-topology mode" }, "level":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"transition", "description":"'level-1': Level-1 only; 'level-1-2': Level-1-2; 'level-2': Level-2 only; ", "enum":[ "level-1", "level-1-2", "level-2" ] }, "transition":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"level", "description":"Accept and generate both IS-IS IPv6 and Multi-topology IPV6 TLVs" }, "level-transition":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Accept and generate both IS-IS IPv6 and Multi-topology IPV6 TLVs" } } }, "summary-prefix-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "prefix":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPv6 prefix" }, "level":{ "type":"string", "format":"enum", "default":"level-2", "partition-visibility":"shared", "description":"'level-1': Summarize into level-1 area; 'level-1-2': Summarize into both area and sub-domain; 'level-2': Summarize into level-2 sub-domain; ", "enum":[ "level-1", "level-1-2", "level-2" ] } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "redistribute":{ "type":"object", "$ref":"/axapi/v3/router/isis/{tag}/address-family/ipv6/redistribute", "properties":{ "redist-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'bgp': Border Gateway Protocol (BGP); 'connected': Connected; 'floating-ip': Floating IP; 'ip-nat-list': IP NAT list; 'ip-nat': IP NAT; 'lw4o6': LW4O6 Prefix; 'nat-map': NAT MAP Prefix; 'static-nat': Static NAT; 'nat64': NAT64 Prefix; 'ospf': Open Shortest Path First (OSPF); 'rip': Routing Information Protocol (RIP); 'static': Static routes; ", "enum":[ "bgp", "connected", "floating-ip", "ip-nat-list", "ip-nat", "lw4o6", "nat-map", "static-nat", "nat64", "ospf", "rip", "static" ] }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":4261412864, "default":0, "partition-visibility":"shared", "description":"Metric for redistributed routes (IS-IS default metric)" }, "metric-type":{ "type":"string", "format":"enum", "default":"internal", "partition-visibility":"shared", "description":"'external': Set IS-IS External metric type; 'internal': Set IS-IS Internal metric type; ", "enum":[ "external", "internal" ] }, "route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" }, "level":{ "type":"string", "format":"enum", "default":"level-2", "partition-visibility":"shared", "description":"'level-1': IS-IS level-1 routes only; 'level-1-2': IS-IS level-1 and level-2 routes; 'level-2': IS-IS level-2 routes only; ", "enum":[ "level-1", "level-1-2", "level-2" ] } } } ] }, "vip-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "vip-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'only-flagged': Selected Virtual IP (VIP); 'only-not-flagged': Only not flagged; ", "enum":[ "only-flagged", "only-not-flagged" ] }, "vip-metric":{ "type":"number", "format":"number", "minimum":0, "maximum":4261412864, "default":0, "partition-visibility":"shared", "description":"Metric for redistributed routes (IS-IS default metric)" }, "vip-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Route map reference (Pointer to route-map entries)" }, "vip-metric-type":{ "type":"string", "format":"enum", "default":"internal", "partition-visibility":"shared", "description":"'external': Set IS-IS External metric type; 'internal': Set IS-IS Internal metric type; ", "enum":[ "external", "internal" ] }, "vip-level":{ "type":"string", "format":"enum", "default":"level-2", "partition-visibility":"shared", "description":"'level-1': IS-IS level-1 routes only; 'level-1-2': IS-IS level-1 and level-2 routes; 'level-2': IS-IS level-2 routes only; ", "enum":[ "level-1", "level-1-2", "level-2" ] } } } ] }, "isis":{ "type":"object", "properties":{ "level-1-from":{ "type":"object", "properties":{ "into-1":{ "type":"object", "properties":{ "level-2":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Inter-area routes into level-2" }, "distribute-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Select routes (Access-list name)" } } } } }, "level-2-from":{ "type":"object", "properties":{ "into-2":{ "type":"object", "properties":{ "level-1":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Inter-area routes into level-2" }, "distribute-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Select routes (Access-list name)" } } } } } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } } } } }, "required":[ "tag" ] } ] } } }