Description: The purpose of this Lab is to
configure IP Address on all the devices and test for ping command.
Instructions:
1. Assign the IP address of all the devices as given below
| Device |
Interface |
IP Address |
Mask |
| R1 |
So-0/0/0
So-1/0/0 |
192.168.1.1
192.168.3.2 |
255.255.255.0
255.255.255.0 |
| R2 |
So-0/0/0
So-1/0/0 |
192.168.1.2
192.168.2.1 |
255.255.255.0
255.255.255.0 |
| R3 |
So-0/0/0
So-1/0/0 |
192.168.2.2
192.168.3.1 |
255.255.255.0
255.255.255.0 |
2. From R1 issue a ping command to R2 and R3
On R1:
user@R1>configure
[edit]
user@R1#edit interfaces so-0/0/0
[edit interfaces so-0/0/0]
user@R1#edit unit 0 family inet
[edit interfaces so-0/0/0 unit 0 family inet]
user@R1#set address 192.168.1.1/24
[edit interfaces so-0/0/0 unit 0 family inet]
user@R1#exit
[edit interfaces so-0/0/0]
user@R1#exit
[edit]
user@R1#edit interfaces so-1/0/0
[edit interfaces so-1/0/0]
user@R1#edit unit 0 family inet
[edit interfaces so-1/0/0 unit 0 family inet]
user@R1#set address 192.168.3.2/24
[edit interfaces so-1/0/0 unit 0 family inet]
user@R1#exit
[edit interfaces so-1/0/0]
user@R1#exit
[edit]
user@R1#
On R2:
user@R2>configure
[edit]
user@R2#edit interfaces so-0/0/0
[edit interfaces so-0/0/0]
user@R2#edit unit 0 family inet
[edit interfaces so-0/0/0 unit 0 family inet]
user@R2#set address 192.168.1.2/24
[edit interfaces so-0/0/0 unit 0 family inet]
user@R2#exit
[edit interfaces so-0/0/0]
user@R2#exit
[edit]
user@R2#edit interfaces so-1/0/0
[edit interfaces so-1/0/0]
user@R2#edit unit 0 family inet
[edit interfaces so-1/0/0 unit 0 family inet]
user@R2#set address 192.168.2.1/24
[edit interfaces so-1/0/0 unit 0 family inet]
user@R2#exit
[edit interfaces so-1/0/0]
user@R2#exit
[edit]
user@R2#
On R3:
user@R3>configure
[edit]
user@R3#edit interfaces so-0/0/0
[edit interfaces so-0/0/0]
user@R3#edit unit 0 family inet
[edit interfaces so-0/0/0 unit 0 family inet]
user@R3#set address 192.168.2.2/24
[edit interfaces so-0/0/0 unit 0 family inet]
user@R3#exit
[edit interfaces so-0/0/0]
user@R3#exit
[edit]
user@R3#edit interfaces so-1/0/0
[edit interfaces so-1/0/0]
user@R3#edit unit 0 family inet
[edit interfaces so-1/0/0 unit 0 family inet]
user@R3#set address 192.168.3.1/24
[edit interfaces so-1/0/0 unit 0 family inet]
user@R3#exit
[edit interfaces so-1/0/0]
user@R3#exit
[edit]
user@R3#
On R1:
user@R1>ping 192.168.2.2
user@R1>192.168.2.1

Note: .1 on router 1 S0 refers to 192.1168.1.1. Similarly other
IP addresses to be interpreted.