Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Try mine...it has 3 files:general-show.py >>> this is the scriptgeneral-show-hosts.txt >>> to store the devices info one per line in format: hostname ipAddr, e.g. switch01 10.1.1.1general-show-cmd.txt >>> whatever cli cmd, e.g. show clock, show ip ...
to my understand, prior to disable mac address learning we should statically assign a mac addr to the interface, once done no other mac address will be learnt on that interface thus improve the network security.
What I read from the above, it only means the destination is a port channel then PAgP and LACP won't work. There isn't any mentioning if the source is a port channel. Can I assume it would work fine if the source was a port channel while the destina...
Not sure what IOS version you have, but I did it before. Note you only need to delete line vty 5 and the IOS will automatically delete all lines that started from 5. However, you can not delete the line vty from 0 to 4.Below is how I delete them:c28a...