16-17
Cisco Router and Security Device Manager Version 2.2 Users Guide
OL-4015-08
Chapter16 Security Audit
Fix It Page
Set Users
Security Audit secures the console, AUX, vty, and tty lines by configuring Telnet
user accounts to authenticate access to these lines whenever possible. Security
Audit will display a dialog box that lets you define user accounts and passwords
for these lines.
Enable Telnet Settings
Security Audit secures the console, AUX, vty, and tty lines by implementing the
following configurations whenever possible:
Configures transport input and transport output commands to define
which protocols can be used to connect to those lines.
Sets the exec-timeout value to 10 minutes on the console and AUX lines,
causing an administrative user to be logged out from these lines after
10 minutes of no activity.
The configuration that will be delivered to the router to secure the console, AUX,
vty, and tty lines is as follows:
!
line console 0
transport output telnet
exec-timeout 10
login local
!
line AUX 0
transport output telnet
exec-timeout 10
login local
!
line vty ….
transport input telnet
login local
Enable NetFlow Switching
Security Audit enables NetFlow switching whenever possible. NetFlow switching
is a Cisco IOS feature that enhances routing performance while using Access
Control Lists (ACLs) and other features that create and enhance network security.