| ROUTING CONFIGURATION | |
| Would you like to enter configuration mode? N | |
| Router> enable | - user-exec mode |
| Router# config t | - priviledged-exec mode |
| Router(config)# | - global configuration mode |
| Router(config)# hostname RTA | - rename/change router hostname |
| RTA(config)#banner motd #Authorized User Only! # | - banner |
|
|
|
| RTA(config)# line console 0 | - set console password |
| RTA(config-line)# password RTAcon |
|
| RTA(config-line)# login |
|
|
|
|
| RTA(config)# line vty 0 4 | - set telnet password |
| RTA(config)# password RTAtel |
|
| RTA(config)# login |
|
|
|
|
| RTA(config)# enable password RTApass |
|
| RTA(config)# enable secret RTAsec |
|
| RTA(config)# service password-encryption |
|
|
|
|
| CONFIGURATION INTERFACES |
|
| RTA(config)# interface s0/0 |
|
| RTA(config)# ip add --IP-- --SM-- |
|
| RTA(config)# clock rate 64000 | - clocking for DCE only |
| RTA(config)#no shutdown | - to turn on int |
|
|
|
| SAVE CONFIGURATION |
|
| RTA# copy running-config startip-config |
|
| or |
|
| RTA# copy run start |
|
| or |
|
| RTA# wr |
|
Monday, September 29, 2008
CISCO: Basic Routing Configuration w/ Description
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment