Hi, I am not able to find the CLI equivalent of a command that would display the same information as when "Switch report on a name" report is run with * in the search field.
I am looking for results that will display all these fields:
Switch,Port,Status,VLAN,Desc,ND,MAC,Last IP,Hostname,DHCP,Firstseen,Lastseen
Further, the CVS export doesn't work for me (blank page) so the workaround is copy and paste from the broswer onto excel (not ideal).
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I am not able to find the CLI equivalent of a command that would display the same information as when "Switch report on a name" report is run with * in the search field.
I am looking for results that will display all these fields:
Switch,Port,Status,VLAN,Desc,ND,MAC,Last IP,Hostname,DHCP,Firstseen,Lastseen
Further, the CVS export doesn't work for me (blank page) so the workaround is copy and paste from the broswer onto excel (not ideal).
Hi, I am not able to find the CLI equivalent of a command that would display the same information as when "Switch report on a name" report is run with * in the search field.
I am looking for results that will display all these fields:
Switch,Port,Status,VLAN,Desc,ND,MAC,Last IP,Hostname,DHCP,Firstseen,Lastseen
Further, the CVS export doesn't work for me (blank page) so the workaround is copy and paste from the broswer onto excel (not ideal).
Thanks
Georgi,
I’ve been out of the office, sorry for the delay. Try this for the CSV export to work:
Ubuntu
touch /var/www/netdbReport.csv
chown www-data /var/www/netdbReport.csv
Then check your apache error logs if it’s still not working.
Hopefully that should do it. I need to add wildcard support to the CLI, but see if this works for now.
Jonathan