Commit 9528fbd9 authored by Dimitrios Mylonakis's avatar Dimitrios Mylonakis
Browse files

Upload New File

parent 9d9446da
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
set feedback_to_output true
ne load ne.yaml
# set logging_config logging_config.yaml

# Retreive data from NEs
connect
netconf --reply vlan_get get --filter-file bridge_filter.xml
netconf --reply vlan_get_config get-config --source running --filter-file bridge_filter.xml
netconf close-session

# Formating data
table from_xml --reply vlan_get --table vlan_get  --xsl-transform vlans_transform.xsl
table from_xml --reply vlan_get_config --table vlan_get_config  --xsl-transform vlans_transform.xsl
table concat --table vlan_get
table concat --table vlan_get_config
table to_excel vlans.xlsx --tables vlan_get vlan_get_config
quit