RESTAPI Manual
Virtualization
EVPN Multihoming
15 min
urls summary urls summary url get post patch put delete /rest/v1/running/evpn multihoming y n y n n /rest/v1/running/evpn multihoming/ethernet segment/{name} y y y n y /rest/v1/running/evpn multihoming/global y n y n n /rest/v1/running/evpn multihoming/unique ip svi/{vlan name} y y n n y /rest/v1/rpc/show evpn es n y n n n examples examples show evpn es show evpn es post https //{switch ip}/rest/v1/rpc/show evpn es { "detail" null } enable unique ip svi for vlan 911 enable unique ip svi for vlan 911 post https //{switch ip}/rest/v1/running/evpn multihoming/unique ip svi { "vlan name" "vlan911" } disable unique ip svi for vlan 911 disable unique ip svi for vlan 911 delete https //{switch ip}/rest/v1/running/evpn multihoming/unique ip svi/vlan911 create ethernet segment for portchannel0911 create ethernet segment for portchannel0911 post https //{switch ip}/rest/v1/running/evpn multihoming/ethernet segment { "name" "portchannel0911", "es sys mac" "00 11 00 11 00 11", "es id" 50, "df pref" 50, "uplink" "true" } delete ethernet segment for portchannel0911 delete ethernet segment for portchannel0911 delete https //{switch ip}/rest/v1/running/evpn multihoming/ethernet segment/portchannel0911 update global evpn multihoming configuration update global evpn multihoming configuration patch https //{switch ip}/rest/v1/running/evpn multihoming/global { "disable advertise svi mac" "true", "mac holdtime" 50, "neigh holdtime" 50, "redirect off" "true", "startup delay" 50 } modify evpn multihoming modify evpn multihoming patch https //{switch ip}/rest/v1/running/evpn multihoming { "unique ip svi" \[ { "vlan name" "vlan911" } ], "ethernet segment" \[ { "name" "portchannel0911", "es sys mac" "00 11 00 11 00 11", "es id" 50, "df pref" 50, "uplink" "true" } ], "global" { "disable advertise svi mac" "true", "mac holdtime" 50, "neigh holdtime" 50, "redirect off" "true", "startup delay" 50 } } properties descriptions properties descriptions evpn multihoming global evpn multihoming global tree diagrams + rw evpn multihoming + rw global \| + rw disable advertise svi mac? \| + rw mac holdtime? \| + rw neigh holdtime? \| + rw redirect off? \| + rw startup delay? table of properties name required type/range description evpn multihoming m path only node, has no configurable value global m (sub property of evpn multihoming) path only node, has no configurable value evpn multihoming global configuration disable advertise svi mac o "true" "false" (sub property of global) disable svi mac advertise to bgp default value "false" mac holdtime o 0 86400 (sub property of global) mac hold time default value 1080 neigh holdtime o 0 86400 (sub property of global) neighbor entry hold time default value 1080 redirect off o "true" "false" (sub property of global) es bond redirect for fast failover off default value "false" startup delay o 0 3600 (sub property of global) startup delay default value 180 evpn multihoming unique ip svi evpn multihoming unique ip svi tree diagrams + rw evpn multihoming + rw unique ip svi \[vlan name] \| + rw vlan name table of properties name required type/range description evpn multihoming m path only node, has no configurable value unique ip svi m (sub property of evpn multihoming) path only node, has no configurable value vlan name m vlan1 4094 (sub property of unique ip svi) control the unique ip feature for evpn evpn multihoming es evpn multihoming es tree diagrams + rw evpn multihoming + rw ethernet segment \[name] + rw name + rw esi? + rw es sys mac? + rw es id? + rw df pref? + rw uplink? table of properties name required type/range description evpn multihoming m path only node, has no configurable value ethernet segment m (sub property of evpn multihoming) path only node, has no configurable value name m portchannel0000 9999 (sub property of ethernet segment) name of interface esi co 00 00 00 00 00 00 00 00 00 01 ff\ ff\ ff\ ff\ ff\ ff\ ff\ ff\ ff\ ff (sub property of ethernet segment) only applicable when not(es id) and not(es sys mac) a 10 byte complete esiname es sys mac co a\ b c\ d e\ f (sub property of ethernet segment) only applicable when not(esi) ethernet segment system mac es id co 1 16777215 (sub property of ethernet segment) only applicable when not(esi) local discriminator df pref o 1 65535 (sub property of ethernet segment) preference value used for df election uplink o "true" "false" (sub property of ethernet segment) uplink to the vxlan core show evpn es show evpn es tree diagrams + x show evpn es + w input \| + w (options)? \| + (detail) \| | + w detail? \| + (esi) \| + w esi? + ro output + ro data? table of properties name required type/range description show evpn es m path only node, has no configurable value show es detail status information detail o empty (sub property of input) mutually exclusive with \ esi display more details esi o string (sub property of input) mutually exclusive with \ detail display information of specific esi data ro \<anydata> (sub property of output)
