Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration to the vBRG

Code Blockinfo
titleCreate VXLAN port for tunnel to the vG-MUX
<pre>curlcurl -H &apos;'Content-Type: application/json&apos;' -H &apos;'Accept: application/json&apos;' -u admin:admin -X PUT -d &apos;{&quot;interface&quot;'{"interface":[{&quot;name&quot;:&quot;vxlanTun0&quot;, &quot;type&quot;:&quot;"name":"vxlanTun0", "type":"v3po:vxlan-tunnel&quot;", &quot;enabled&quot;:&quot;true&quot;, &quot;"enabled":"true", "link-up-down-trap-enable&quot;": &quot;enabled&quot;"enabled", &quot;vxlan&quot;"vxlan":{&quot;src&quot;:&quot;"src":"10.3.0.9&quot;", &quot;dst&quot;:&quot;"dst":"10.1.0.20&quot;", &quot;vni&quot;:&quot;100&quot;, &quot;"vni":"100", "encap-vrf-id&quot;:&quot;0&quot;":"0"}}]}&apos; <a href="' http://10.3.0.9:8183/restconf/config/ietf-interfaces:interfaces/interface/vxlanTun0">http://10.3.0.9:8183/restconf/config/ietf-interfaces:interfaces/interface/vxlanTun0</a></pre>
Info
titleAdd the VXLAN port to the bridge-domain
curl -H 'Content-Type: application/json' -H 'Accept: application/json' -u admin:admin -X PUT -d '{'l2':{"bridge-domain":"bridge-domain-10" , "bridged-virtual-interface": false,  "split-horizon-group": 2}}' http://10.3.0.9:8183/restconf/config/ietf-interfaces:interfaces/interface/vxlanTun0/v3po:l2

...