{ "id":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/redistribute", "type":"object", "node-type":"scalar", "title":"redistribute", "partition-visibility":"shared", "description":"Redistribute information from another routing protocol", "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", "optional":true } } }