- First we have write enable command for selecting privilege mode in the hyper terminal command window.
- Then write configure terminal command for global configuration mode.
[In this simulation software we have four router named Lab_A, Lab_B, Lab_C, Lab_D. I configure only Lab_a and all are same]
- Then write hostname Lab_A.
- Then write enable secret class
- Then give line console 0 for selecting console port.
- Then give login command
- Then password command
- Then give exit command
- For virtual terminal selecting give line vty 0 4 command.
- Give password command
- Then exit.
- For configure Ethernet line and serial line we have to write three command. For Ethernet 0:
i. interface Ethernet 0
ii. ip address 192.5.5.1 255.255.255.0
iii. no shutdown
- for serial 0
i. interface serial 0
ii. ip address 205.7.5.1 255.255.255.0
iii. no shutdown
- give clock rate 56000 if DCE line.
- Then exit
- For routing protocol started give router rip command.
- The give the networks addresses such as network 192.5.5.0.
- Then exit
- For testing network connection give ping command.
- then the router configuration is completed.
No comments:
Post a Comment