Commit 28567e99 authored by Dimitrios Mylonakis's avatar Dimitrios Mylonakis
Browse files

Upload New File

parent 9038fb67
Loading
Loading
Loading
Loading
+23 −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
#get
netconf --reply system-get get --with_defaults report-all --filter-file system_filter.xml
netconf --reply system-state-get get --with_defaults report-all --filter-file system-state_filter.xml
#get config
netconf --reply system-get-config get-config --with_defaults report-all --source running --filter-file system_filter.xml
#close session
netconf close-session

# Formating data
table from_xml --reply system-get --table system-get --xsl-transform system_transform.xsl
table from_xml --reply system-state-get --table system-state-get --xsl-transform system-state_transform.xsl
table from_xml --reply system-get-config --table system-get-config --xsl-transform system_transform.xsl
table concat --table system-get
table concat --table system-state-get
table concat --table system-get-config
table to_excel INV_FW_01.xls --tables system-get system-state-get system-get-config
quit
 No newline at end of file