Cover | Table of Contents | Colophon
Not easily penetrated or separated into parts; not yielding to pressure.
Cisco Internetwork Operating System Software IOS(tm)
GS Software (RSP-P-MZ), Version 12.0(16), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1999 by Cisco Systems, Inc.
Compiled Wed 06-Jan-99 08:15 by preetha
RELEASE SOFTWARE.
If it reads anything else, such as EARLY DEPLOYMENT RELEASE
SOFTWARE or MAINTENANCE INTERIM
SOFTWARECisco Internetwork Operating System Software IOS(tm)
GS Software (RSP-P-MZ), Version 12.0(16), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1999 by Cisco Systems, Inc.
Compiled Wed 06-Jan-99 08:15 by preetha
RELEASE SOFTWARE.
If it reads anything else, such as EARLY DEPLOYMENT RELEASE
SOFTWARE or MAINTENANCE INTERIM
SOFTWARE, the router is not running one of the most stable
and secure releases.Router#config terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#line console 0 Router(config-line)#login Router(config-line)#password console-password Router(config-line)#^Z Router#
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#130.18.10.10. Also, this example uses
preshared keys (a password manually configured on both sides).
Advanced VPN solutions can use key management systems instead of
statically configured keys.enable secret 5 $1$Guks$Ct2/uAcSKHkcxNKyavE1i1 enable password enable-password ! username jdoe password 0 jdoe-password username rsmith password 0 rsmith-password ! line con 0 exec-timeout 5 0 password console-password login local transport input none line aux 0 exec-timeout 5 0 password aux-password login tacacs transport input none line vty 0 4 exec-timeout 5 0 password vty-password
enable secret 5 $1$Guks$Ct2/uAcSKHkcxNKyavE1i1 enable password enable-password ! username jdoe password 0 jdoe-password username rsmith password 0 rsmith-password ! line con 0 exec-timeout 5 0 password console-password login local transport input none line aux 0 exec-timeout 5 0 password aux-password login tacacs transport input none line vty 0 4 exec-timeout 5 0 password vty-password login transport input ssh
Router#config terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#service password-encryption Router(config)#^Z
enable secret 5 $1$Guks$Ct2/uAcSKHkcxNKyavE1i1 enable password 7 02030A5A46160E325F59060B01 ! username jdoe password 7 09464A061C480713181F13253920 username rsmith password 7 095E5D0410111F5F1B0D17393C2B3A37 ! line con 0 exec-timeout 5 0 password 7 110A160B041D0709493A2A373B243A3017 login local transport input none line aux 0 exec-timeout 5 0 password 7 0005061E494B0A151C36435C0D login tacacs transport input all line vty 0 4 exec-timeout 5 0 password 7 095A5A1054151601181B0B382F login transport input ssh
enable password ena-password
service password-encryption enable password 7 02030A5A46160E325F59060B01
Router#config terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#enable secret my-secret-password Router(config)#^Z
enable secret 5 $1$Guks$Ct2/uAcSKHkcxNKyavE1i1e
enable password 7 02030A5A46160E325F59060B01 enable secret 5 $1$Guks$Ct2/uAcSKHkcxNKyavE1i1e
Router>show privilege Current privilege level is 1 Router>enable 5 Password: level-5-password Router#show privilege Current privilege level is 5 Router#
Router#show privilege Current privilege level is 5 Router#disable 2 Router#show privilege Current privilege level is 2 Router#
Router#disable 0 Router>? Exec commands: disable Turn off privileged commands enable Turn on privileged commands exit Exit from the EXEC help Description of the interactive help system logout Exit from the EXEC Router>