- Hostname
- config terminal
- hostname R1
- Console Password
- config terminal
- line console 0
- password cisco
- login
- exit
- Telnet Password
- config terminal
- line vty 0 5
- password cisco
- login
- exit
- Enable Secret/Password
- config terminal
- enable secret class
- config terminal
- enable password class
- Banner
- config terminal
- banner motd #You Are Not Authorized#
- Interface Configuration
- config terminal
- interface fa0/0
- ip address 192.168.1.1 255.255.255.0
- end
- Description
- description R1 to R2 connection
- Save Configuration
- copy running-config startup-config
- Delete Configuration
- copy startup-config running-config
- erase startup-config
- reload
Monday, July 2, 2012
Cisco Basic Router Configuration
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment