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.
I'm looking for a utility that could use the configurations archived by CW to create a config change log. My hope is that this could be linked to an internal web page to display what was changed, step by step, or a full config file at any particula...
Try changing the access-list for telnet to...access-list 100 deny tcp 192.168.3.0 0.0.0.255 host 192.168.3.1 eq telnetYou may have to put an access-class on the vty lines for this to work.P.S. the final line in your access-list is never going to be c...