{ "id":"/axapi/v3/router/ipv6", "type":"object", "node-type":"intermediate", "title":"ipv6", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"IPv6 information", "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" ] } ] } } }