
********************************************************************************
* Copyright (C) 2019-2024 by Extreme Networks , Inc.                           *
* This file is part of rBreeze Dump                                            *
*                                                                              *
* Author: Pradeep Raj.                                                         *
*                                                                              *
*                                                                              *
* Directions to Use:                                                           *
* 1. Replace all the values enclosed in the "%" with                           *
*    the values to be configured. The string present with in the braces        * 
*    indicates its type.                                                       *
* 2. To pass "" in the request replace the " with %22.                         *
* 3. To pass multiple keys in the URI enclose seperate them with %2c or        *
*    comma(",").                                                               *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
*                                                                              *
* Disclaimer:                                                                  *
* 1. The queries mentioned here do not have a one-to-one correlation with CLI. *
* 2. The queries inferred here are based on an automated tool and are not      *
*    gauranteed to work. Its the functional teams responsibilty to ensure its  *
*    working.                                                                  *
* 3. In case if you find any discrepancy you can always contact the author to  *
*    get it fixed.                                                             *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
********************************************************************************

curl -v -X PUT -d "<statistics>true</statistics>"  -u admin:password http://%ipaddress%:80/rest/config/running/vlan/%name%/statistics


curl -v -X PUT -d "<statistics-sync>true</statistics-sync>"  -u admin:password http://%ipaddress%:80/rest/config/running/vlan/%name%/statistics-sync


curl -v -X PUT -d "<loop-detection>true</loop-detection>"  -u admin:password http://%ipaddress%:80/rest/config/running/vlan/%name%/loop-detection


curl -v -X PUT -d "<loop-detection-shutdown-disable>true</loop-detection-shutdown-disable>"  -u admin:password http://%ipaddress%:80/rest/config/running/vlan/%name%/loop-detection-shutdown-disable


curl -v -X PUT -d "<Ve>%ve-type%</Ve>"  -u admin:password http://%ipaddress%:80/rest/config/running/vlan/%name%/router-interface/Ve


curl -v -X PUT -d "[DO NOT USE]<cee>%cee-map-name-type%</cee>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/cee


curl -v -X PUT -d "<loopback>%enumeration%</loopback>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/loopback


curl -v -X PUT -d "<speed>%enumeration%</speed>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/speed


curl -v -X PUT -d "<mode>%fec-mode-type%</mode>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/fec/mode


curl -v -X PUT -d "[DO NOT USE]<cee>%cee-map-name-type%</cee>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/cee


curl -v -X PUT -d "[DO NOT USE]<speed>%enumeration%</speed>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/speed


curl -v -X PUT -d "<forwarding>%common-def:vrf-name%</forwarding>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/vrf/forwarding


curl -v -X PUT -d "<enable>true</enable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/insight/enable


curl -v -X PUT -d "[DO NOT USE]<mmId>%uint32%</mmId>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/insight/mmId


curl -v -X PUT -d "<enable>true</enable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/reload-delay/enable


curl -v -X PUT -d "<reload-delay-time>%reload-delay-type%</reload-delay-time>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/reload-delay/reload-delay-time


curl -v -X PUT -d "<burstrate>%uint32%</burstrate>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/tcp/burstrate


curl -v -X PUT -d "<lockup>%uint32%</lockup>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/tcp/lockup


curl -v -X PUT -d "<unreachable>true</unreachable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/ip/icmp/unreachable


curl -v -X PUT -d "<echo-reply>true</echo-reply>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/ip/icmp/echo-reply


curl -v -X PUT -d "<rate-limiting>%uint32%</rate-limiting>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/ip/icmp/rate-limiting


curl -v -X PUT -d "<dhcp>true</dhcp>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/ip/address/dhcp


curl -v -X PUT -d "[DO NOT USE]<ip-address>%common-def:ipv4-address-prefix-type%</ip-address>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/ip/address/ip-address


curl -v -X PUT -d "<rate-limiting>%uint32%</rate-limiting>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/ipv6/icmpv6/rate-limiting


curl -v -X PUT -d "<ipv6-global-address>%common-def:ipv6-address-prefix%</ipv6-global-address>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/ipv6/address/ipv6-global-address


curl -v -X PUT -d "<eui-64>true</eui-64>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/ipv6/address/eui-64


curl -v -X PUT -d "<autoconfig>true</autoconfig>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/ipv6/address/autoconfig


curl -v -X PUT -d "<dhcp>true</dhcp>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/ipv6/address/dhcp


curl -v -X PUT -d "<forwarding>%common-def:vrf-name%</forwarding>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/vrf/forwarding


curl -v -X PUT -d "<speed>%enumeration%</speed>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/speed


curl -v -X PUT -d "<shutdown>true</shutdown>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Management/%name%/shutdown


curl -v -X PUT -d "<description>%string%</description>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/description


curl -v -X PUT -d "<shutdown>true</shutdown>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/shutdown


curl -v -X PUT -d "<channel-group><port-int>%portchannel-type%</port-int><mode>%po-mode%</mode></channel-group>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/channel-group


curl -v -X PUT -d "<type>%po-type%</type>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/channel-group/type


curl -v -X PUT -d "<mtu>%mtu-type%</mtu>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/mtu


curl -v -X PUT -d "[DO NOT USE]<route-only>true</route-only>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/route-only


curl -v -X PUT -d "<tag-type>%tpid-type%</tag-type>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/tag-type


curl -v -X PUT -d "<maintenance-mode />"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/maintenance-mode


curl -v -X PUT -d "<rate-monitoring />"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/maintenance-mode/rate-monitoring


curl -v -X PUT -d "<threshold>%maint-mode-threshold%</threshold>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/maintenance-mode/rate-monitoring/threshold


curl -v -X PUT -d "<switchport>true</switchport>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport


curl -v -X PUT -d "<vlan-mode>%l2-mode-type%</vlan-mode>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/mode/vlan-mode


curl -v -X PUT -d "<port-security />"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/port-security


curl -v -X PUT -d "<max>%uint32%</max>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/port-security/max


curl -v -X PUT -d "<violation>%port-sec-violation%</violation>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/port-security/violation


curl -v -X PUT -d "<sticky-flag>true</sticky-flag>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/port-security/sticky/sticky-flag


curl -v -X PUT -d "<shutdown-time>%uint32%</shutdown-time>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/port-security/shutdown-time


curl -v -X PUT -d "<vlan>%vlan-type%</vlan>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/access/vlan


curl -v -X PUT -d "<all>true</all>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/trunk/allowed/vlan/all


curl -v -X PUT -d "<none>true</none>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/trunk/allowed/vlan/none


curl -v -X PUT -d "<add>%ui32-vlan-20k-range%</add>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/trunk/allowed/vlan/add


curl -v -X PUT -d "<except>%ui32-1k-vlan-range%</except>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/trunk/allowed/vlan/except


curl -v -X PUT -d "<remove>%ui32-1k-vlan-range%</remove>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/trunk/allowed/vlan/remove


curl -v -X PUT -d "<tag />"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/trunk/tag


curl -v -X PUT -d "<native-vlan>true</native-vlan>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/trunk/tag/native-vlan


curl -v -X PUT -d "<native-vlan>%native-vlan-type%</native-vlan>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/switchport/trunk/native-vlan


curl -v -X PUT -d "[DO NOT USE]<bfd-software-session>true</bfd-software-session>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/bfd-software-session


curl -v -X PUT -d "<enable>true</enable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ip/source-guard/enable


curl -v -X PUT -d "<forwarding>%common-def:vrf-name%</forwarding>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/vrf/forwarding


curl -v -X PUT -d "<enable>true</enable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/reload-delay/enable


curl -v -X PUT -d "<reload-delay-time>%reload-delay-type%</reload-delay-time>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/reload-delay/reload-delay-time


curl -v -X PUT -d "<interval><min-tx>%bfd-tx-interval-type%</min-tx><min-rx>%bfd-rx-interval-type%</min-rx><multiplier>%bfd-multiplier-type%</multiplier></interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/bfd/interval


curl -v -X PUT -d "<shutdown>true</shutdown>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/bfd/shutdown


curl -v -X PUT -d "<disable>true</disable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/snmp/trap/link-status/disable


curl -v -X PUT -d "<enable>true</enable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/redundant-management/enable


curl -v -X PUT -d "<loop-detection>true</loop-detection>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/loop-detection


curl -v -X PUT -d "<shutdown-disable>true</shutdown-disable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/loop-detection/shutdown-disable


curl -v -X PUT -d "<vlan>%ui32-vlan-range%</vlan>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/loop-detection/vlan


curl -v -X PUT -d "[DO NOT USE]<priority-tag>true</priority-tag>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/priority-tag


curl -v -X PUT -d "[DO NOT USE]<strip-header>%enumeration%</strip-header>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/strip-header


curl -v -X PUT -d "<bpdu-drop-enable>true</bpdu-drop-enable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/bpdu-drop-enable


curl -v -X PUT -d "[DO NOT USE]<core-isolation-track>true</core-isolation-track>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/core-isolation-track


curl -v -X PUT -d "[DO NOT USE]<ethernet-segment />"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ethernet-segment


curl -v -X PUT -d "<esi>%string%</esi>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ethernet-segment/esi


curl -v -X PUT -d "<ac-influenced-df-election>true</ac-influenced-df-election>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/ethernet-segment/advertise/capability/ac-influenced-df-election


curl -v -X PUT -d "<description>%string%</description>"  -u admin:password http://%ipaddress%:80/rest/config/running/vlan/%name%/description


curl -v -X PUT -d "<name>%string%</name>"  -u admin:password http://%ipaddress%:80/rest/config/running/vlan/%name%/name


curl -v -X PUT -d "<description>%string%</description>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/description


curl -v -X PUT -d "<shutdown>true</shutdown>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/shutdown


curl -v -X PUT -d "[DO NOT USE]<minimum-links>%uint32%</minimum-links>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/minimum-links


curl -v -X PUT -d "<mtu>%mtu-type%</mtu>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/mtu


curl -v -X PUT -d "[DO NOT USE]<route-only>true</route-only>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/route-only


curl -v -X PUT -d "<tag-type>%tpid-type%</tag-type>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/tag-type


curl -v -X PUT -d "<maintenance-mode />"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/maintenance-mode


curl -v -X PUT -d "<rate-monitoring />"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/maintenance-mode/rate-monitoring


curl -v -X PUT -d "<threshold>%maint-mode-threshold%</threshold>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/maintenance-mode/rate-monitoring/threshold


curl -v -X PUT -d "<switchport>true</switchport>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport


curl -v -X PUT -d "<vlan-mode>%l2-mode-type%</vlan-mode>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/mode/vlan-mode


curl -v -X PUT -d "<port-security />"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/port-security


curl -v -X PUT -d "<max>%uint32%</max>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/port-security/max


curl -v -X PUT -d "<violation>%port-sec-violation%</violation>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/port-security/violation


curl -v -X PUT -d "<sticky-flag>true</sticky-flag>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/port-security/sticky/sticky-flag


curl -v -X PUT -d "<shutdown-time>%uint32%</shutdown-time>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/port-security/shutdown-time


curl -v -X PUT -d "<vlan>%vlan-type%</vlan>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/access/vlan


curl -v -X PUT -d "<all>true</all>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/trunk/allowed/vlan/all


curl -v -X PUT -d "<none>true</none>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/trunk/allowed/vlan/none


curl -v -X PUT -d "<add>%ui32-vlan-20k-range%</add>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/trunk/allowed/vlan/add


curl -v -X PUT -d "<except>%ui32-1k-vlan-range%</except>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/trunk/allowed/vlan/except


curl -v -X PUT -d "<remove>%ui32-1k-vlan-range%</remove>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/trunk/allowed/vlan/remove


curl -v -X PUT -d "<tag />"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/trunk/tag


curl -v -X PUT -d "<native-vlan>true</native-vlan>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/trunk/tag/native-vlan


curl -v -X PUT -d "<native-vlan>%native-vlan-type%</native-vlan>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/switchport/trunk/native-vlan


curl -v -X PUT -d "[DO NOT USE]<bfd-software-session>true</bfd-software-session>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/bfd-software-session


curl -v -X PUT -d "<enable>true</enable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ip/source-guard/enable


curl -v -X PUT -d "<disable>true</disable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/snmp/trap/link-status/disable


curl -v -X PUT -d "<interval><min-tx>%bfd-tx-interval-type%</min-tx><min-rx>%bfd-rx-interval-type%</min-rx><multiplier>%bfd-multiplier-type%</multiplier></interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/bfd/interval


curl -v -X PUT -d "<shutdown>true</shutdown>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/bfd/shutdown


curl -v -X PUT -d "<loop-detection>true</loop-detection>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/loop-detection


curl -v -X PUT -d "<shutdown-disable>true</shutdown-disable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/loop-detection/shutdown-disable


curl -v -X PUT -d "<vlan>%ui32-vlan-range%</vlan>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/loop-detection/vlan


curl -v -X PUT -d "[DO NOT USE]<priority-tag>true</priority-tag>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/priority-tag


curl -v -X PUT -d "<load-balance-type>%enumeration%</load-balance-type>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/load-balance-type


curl -v -X PUT -d "<bpdu-drop-enable>true</bpdu-drop-enable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/bpdu-drop-enable


curl -v -X PUT -d "[DO NOT USE]<core-isolation-track>true</core-isolation-track>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/core-isolation-track


curl -v -X PUT -d "[DO NOT USE]<ethernet-segment />"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ethernet-segment


curl -v -X PUT -d "<system-id>%string%</system-id>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ethernet-segment/lacp/system-id


curl -v -X PUT -d "<auto>true</auto>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ethernet-segment/lacp/auto


curl -v -X PUT -d "<esi>%string%</esi>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ethernet-segment/esi


curl -v -X PUT -d "<ac-influenced-df-election>true</ac-influenced-df-election>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Port-channel/%name%/ethernet-segment/advertise/capability/ac-influenced-df-election


curl -v -X PUT -d "<add>%ui32-1k-vlan-range%</add>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/rspan-vlan/add


curl -v -X PUT -d "<remove>%ui32-1k-vlan-range%</remove>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/rspan-vlan/remove


curl -v -X PUT -d "<rspan-vlan>%vlan-type%</rspan-vlan>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/rspan-vlan


curl -v -X PUT -d "<channel>%tunable-optics-sfpp-channel-type%</channel>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ethernet/%name%/tunable-optics/sfpp/channel


curl -v -X PUT -d "<description>%string%</description>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/description


curl -v -X PUT -d "<interval><min-tx>%bfd-tx-interval-type%</min-tx><min-rx>%bfd-rx-interval-type%</min-rx><multiplier>%bfd-multiplier-type%</multiplier></interval>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/bfd/interval


curl -v -X PUT -d "<shutdown>true</shutdown>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/bfd/shutdown


curl -v -X PUT -d "<disable>true</disable>"  -u admin:password http://%ipaddress%:80/rest/config/running/interface/Ve/%name%/snmp/trap/link-status/disable


curl -v -X PUT -d "<mtu>%mtu-type%</mtu>"  -u admin:password http://%ipaddress%:80/rest/config/running/mtu


curl -v -X PUT -d "<bpdu-drop-enable>true</bpdu-drop-enable>"  -u admin:password http://%ipaddress%:80/rest/config/running/bpdu-drop-enable


curl -v -X PUT -d "<reload-delay>%reload-delay-type%</reload-delay>"  -u admin:password http://%ipaddress%:80/rest/config/running/reload-delay


curl -v -X PUT -d "[DO NOT USE]<ingress-vlan-mapped-ve-counter>true</ingress-vlan-mapped-ve-counter>"  -u admin:password http://%ipaddress%:80/rest/config/running/ingress-vlan-mapped-ve-counter


curl -v -X PUT -d "<enable>true</enable>"  -u admin:password http://%ipaddress%:80/rest/config/running/tunneled-arp-trap/enable

