Configuring an IPv6 Unicast Subaddress Family
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/bgp.json
{ "bgpEntity": { "children": [ { "bgpInst": { "attributes": { "asn": "100" }, "children": [ { "bgpDom": { "attributes": { "name": "VRF_1" }, "children": [ { "bgpPeerIf": { "attributes": { "id": "eth1/2" }, "children": [ { "bgpPeerAf": { "attributes": { "type": "ipv6-ucast" }}}]}}]}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <bgp-items> <inst-items> <asn>100</asn> <dom-items> <Dom-list> <name>VRF_1</name> <peerif-items> <PeerIf-list> <id>eth1/2</id> <af-items> <PeerAf-list> <type>ipv6-ucast</type> </PeerAf-list> </af-items> </PeerIf-list> </peerif-items> </Dom-list> </dom-items> </inst-items> </bgp-items> </System>