Commit 4a8b1242 authored by Spyros Kanellopoulos's avatar Spyros Kanellopoulos
Browse files

Upload New File

parent db249909
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
set feedback_to_output true
set debug true

#ne load GX80_1.yaml
ne load GX80_2.yaml
connect
mapping add COMMON '{vid: 100, vlan_name: VLAN100}'
#mapping add NE_SPECIFIC --ne GX80_1 '{bridge_name: bridge-1, component_name: component-1, port1_portref: 4, port2_portref: 6}'
mapping add NE_SPECIFIC --ne GX80_2 '{bridge_name: bridge-1, component_name: component-1, port1_portref: 4, port2_portref: 6}'
netconf edit-config --target running --config-template ../scripts/service_provisioning/PROV_SC_01/svlan_deletion.xml.pyformat --mappings COMMON NE_SPECIFIC
netconf close-session
quit