Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

LAB #5

ROUTER A

ROUTER B
192.168.20.1
192.168.20.2

192.168.10.2

Net X 192.168.10.0/24

192.168.15.1
Net Y 192.168.15.0/24

1. Connect Router A to Netwrok X and B to Net Y using UTPs RJ45 connector.


2. Interconnect routers A and B through a serial cable.
3. Login to router A.
4. Go to global configuration mode.
5. Type int e0, <Enter>
6. IP address 192.168.10.1 255.255.255.0
7. Keep alive
8. no shutdown.
9. Similarly assign IP address to S0 in global configuration mode
10. int s0
11. IP address 192.168.20.2 255.255.255.0
12. clock rate 64000
13. Bandwidth 64
14. no shutdown
15. Keep alive
16. ^Z
17. sh s0
18. Similarly you can assign IP addresses of interfaces of router B, i.e. e0 192.168.15.1
and s0 192.168.20.1
19. In router A global configuration mode set the static route as,
IP Route 192.168.15.0 255.255.255.0 192.168.20.1 permanent
20. Similarly for router B set the static route as,
IP route 192.168.10.0 255.255.255.0 192.168.20.2 permanent
21. Use sh ip route command to see the ip routes.

You might also like