Initial configuration CISCO Router:
At first power on your router & connect console cable to router console port. then use bellow command……………… [boxads]
Router>enable
Router#conf t
Router(config)#
Now copy and past below command after change [xxxxxxx] this portion as your requirement.
hostname Router_Name
enable secret xxxxxxx
username xxxxxx privilege 15 secret xxxxxxxx
username xxxxxx privilege 3 secret xxxxxxx
interface FastEthernet0/0
des ” Local OM Interface”
ip address 1.1.x.x 255.255.x.x
no shutdown
full-duplex
exit
[bodyads]
line con 0
login local
logging synchronous
line vty 0 4
login local
exit
exit
wr