s_AireOS_collect_interface_detail

s_AireOS_collect_interface_detail.script_main(session)
SINGLE device script
Morphed: Gordon Rogier grogier@cisco.com
Framework: Jamie Caesar jcaesar@presidio.com

This script will capture the WLC AireOS interface details and write them to a CSV file.

Parameters:session (sessions.Session) – A subclass of the sessions.Session object that represents this particular script session (either SecureCRTSession or DirectSession)
s_AireOS_collect_interface_detail.get_interface_detail(session, to_cvs=False)

A function that captures the WLC AireOS interface detail table and returns an output list

Parameters:session (session.Session) – The script object that represents this script being executed
Returns:A list of interface details
Return type:list of lists