Loading scripts/inventory/INV_FW_01/icom_script.txt 0 → 100644 +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 --filter-file system_filter.xml netconf --reply system-state-get get --filter-file system-state_filter.xml #get config netconf --reply system-get-config get-config --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 Loading
scripts/inventory/INV_FW_01/icom_script.txt 0 → 100644 +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 --filter-file system_filter.xml netconf --reply system-state-get get --filter-file system-state_filter.xml #get config netconf --reply system-get-config get-config --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