Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cisco 2600 router logging

Status
Not open for further replies.

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.
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top