{ "id":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6/network/ipv6-network/{network-ipv6}", "type":"object", "node-type":"list", "title":"ipv6-network", "partition-visibility":"shared", "description":"Specify a ip address mask network to announce via BGP", "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 } }, "object-keys":[ "network-ipv6" ], "required":[ "network-ipv6" ] }