Jan 30, 2006 #1 chrisb29 Technical User Joined Jan 30, 2006 Messages 1 Location GB Is it possible for the router to log invalid telnet attempts? I only see logging of syscfg changes etc.
Is it possible for the router to log invalid telnet attempts? I only see logging of syscfg changes etc.
Jan 30, 2006 #2 gwildfire IS-IT--Management Joined Apr 29, 2004 Messages 136 Location GB here you go http://www.cisco.com/en/US/products...figuration_guide_chapter09186a00800ca7aa.html Visit http://www.Cisco-Engineer.com for free Cisco rack access. Upvote 0 Downvote
here you go http://www.cisco.com/en/US/products...figuration_guide_chapter09186a00800ca7aa.html Visit http://www.Cisco-Engineer.com for free Cisco rack access.
Jan 30, 2006 #3 KiscoKid ISP Joined Nov 17, 2002 Messages 1,279 Location GB Something like the following will work also: line vty 0 4 access-class 10 in access-list 10 perm x.x.x.x 255.255.255.0 access-list 10 deny any log where x.x.x.x is a permitted network that can telnet to the device. The 'log' option on the access-list will log all failed telnet attempts. Upvote 0 Downvote
Something like the following will work also: line vty 0 4 access-class 10 in access-list 10 perm x.x.x.x 255.255.255.0 access-list 10 deny any log where x.x.x.x is a permitted network that can telnet to the device. The 'log' option on the access-list will log all failed telnet attempts.