{ "id":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/network", "type":"object", "node-type":"intermediate", "title":"network", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Specify a network to announce via BGP", "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" ] } ] } } }