Description: Lab Exercise explains pinging between router and work station
Network Diagram :
Instructions:
1. Connect to R1 and configure the IP address of 192.168.100.1/24 on the ge-0/0/0 interface
2. To assign ip address to WS1 click network diagram button and in network diagram window click WS1 icon from the diagram. And configure 192.168.100.2/24 as ip address and default-gateway 192.168.100.1
3. To assign ip address to WS2 click network diagram button and in network diagram window click WS2 icon from the diagram and configure 192.168.100.3 as ip address and default-gateway as 192.168.100.1
4. Now ping ping R1 from WS1 and WS2 and check the connectivity.
user@R1>configure
[edit]
user@R1#set interfaces ge-0/0/0 unit 0 family inet address 192.168.100.1/24
user@R1#commit
commit complete
[edit]
user@R1#exit
WS1>ip 192.168.100.2/24 192.168.100.1
WS2>ip 192.168.100.3/24 192.168.100.1
WS1>ping R1
PING 192.168.100.1: 56 data byte 64 bytes from 192.168.100.1 : icmp_seq=0 ttl=253 time=1.028 ms
WS2>ping R1
PING 192.168.100.1: 56 data byte 64 bytes from 192.168.100.1 : icmp_seq=0 ttl=253 time=1.028 ms