Basic Router Configuration
This is a tutorial on how to do a Basic router configuration.
Router> enable
Router# configure terminal
Router(config)# hostname HM
HM(config)# enable password youllneverguess
HM(config)# enable secret youllneverguess
HM(config)# line console 0
HM(config-line)# password youllneverguess
HM(config-line)# login
HM(config-line)# line vty 0 4
HM(config-line)# password youllneverguess
HM(config-line)# login
HM(config-line)# exit
How to Configure the serial Interface:
HM(config)# interface s0/2
HM(config-if)# ip address 172.17.0.1 255.255.0.0
HM(config-if)# clock rate 64000
HM(config-if)# no shutdown
HM(config-if)# exit
HM(config)#
How to configure the Fast Ethernet Interface:
HM(config)# interface fastethernet 0/0
HM(config-if)# ip address 172.16.0.1 255.255.0.0
HM(config-if)# no shutdown
HM(config-if)# exit
Related posts:


No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URI
Leave a comment