set feedback_to_output true
ne load ne.yaml
# set logging_config logging_config.yaml

# Retreive data from NEs
connect
netconf get --filter-file lldp_filter.xml
netconf close-session

# Formating data
table from_xml --xsl-transform lldp_transform.xsl
table concat
table to_excel lldp.xlsx
