CertExams.com Simulator Lab Exercises Answers

Ping test by configuring RIP

Console Based  |  GUI Based 

Console Based :

Description: The purpose of this lab is to configure RIP Routing and other required commands to advertise these rip routes 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/1
So-0/0/0
192.168.1.1
192.168.3.1
255.255.255.0
255.255.255.0
R2 So-0/0/0
So-0/0/1
192.168.1.2
192.168.2.1
255.255.255.0
255.255.255.0
R3 So-0/0/0
So-0/0/1
192.168.3.2
192.168.2.2
255.255.255.0
255.255.255.0

2. Enable RIP routing on all the devices

3. Specify the policy to accept the rip routes on all the devices

4. Apply an import policy and an export policy (policy created above) on all the devices.

5. From R1 issue a ping command to R2 and R3

On R1: 

user@R1>configure
[edit]
user@R1#
edit interfaces so-0/0/0 unit 0 family inet
[edit interfaces so-0/0/0 unit 0 family inet]
user@R1#
set address 192.168.3.1/24
[edit interfaces so-0/0/0 unit 0 family inet]
user@R1#
exit
[edit]
user@R1#
edit interfaces so-0/0/1 unit 0 family inet
[edit interfaces so-0/0/1 unit 0 family inet]
user@R1#
set address 192.168.1.1/24
[edit interfaces so-0/0/1 unit 0 family inet]
user@R1#
exit
[edit]
user@R1#
edit policy-options policy-statement R1pol term R1term
[edit policy-options policy-statement R1pol term R1term]
user@R1#
edit from
[edit policy-options policy-statement R1pol term R1term from]
user@R1#
set protocol rip
[edit policy-options policy-statement R1pol term R1term from]
user@R1#
exit
[edit policy-options policy-statement R1pol term R1term]
user@R1#
edit then
[edit policy-options policy-statement R1pol term R1term then]
user@R1#
set accept
[edit policy-options policy-statement R1pol term R1term then]
user@R1#
exit
[edit policy-options policy-statement R1pol term R1term]
user@R1#
exit
[edit]
user@R1#
edit protocols rip group R1grp
[edit protocols rip group R1grp]
user@R1#
set export R1pol
[edit protocols rip group R1grp]
user@R1#
edit neighbor so-0/0/0
[edit protocols rip group R1grp neighbor so-0/0/0]
user@R1#
set import R1pol
[edit protocols rip group R1grp neighbor so-0/0/0]
user@R1#
exit
[edit protocols rip group R1grp]
user@R1#
edit neighbor so-0/0/1
[edit protocols rip group R1grp neighbor so-0/0/1]
user@R1#
set import R1pol
[edit protocols rip group R1grp neighbor so-0/0/1]
user@R1#
exit
[edit protocols rip group R1grp]
user@R1#
exit
[edit]
user@R1#
commit
commit complete
[edit]
user@R1#

On R2:

user@R2>configure
[edit]
user@R2#
edit interfaces so-0/0/0 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]
user@R2#
edit interfaces so-0/0/1 unit 0 family inet
[edit interfaces so-0/0/1 unit 0 family inet]
user@R2#
set address 192.168.2.1/24
[edit interfaces so-0/0/1 unit 0 family inet]
user@R2#
exit
[edit]
user@R2#
edit policy-options policy-statement R2pol term R2term
[edit policy-options policy-statement R2pol term R2term]
user@R2#
edit from
[edit policy-options policy-statement R2pol term R2term from]
user@R2#
set protocol rip
[edit policy-options policy-statement R2pol term R2term from]
user@R2#
exit
[edit policy-options policy-statement R2pol term R2term ]
user@R2#
edit then
[edit policy-options policy-statement R2pol term R2term then]
user@R2#
set accept
[edit policy-options policy-statement R2pol term R2term then]
user@R2#
exit
[edit policy-options policy-statement R2pol term R2term ]
user@R2#
exit
[edit]
user@R2#
edit protocols rip group R2grp
[edit protocols rip group R2grp ]
user@R2#
set export R2pol
[edit protocols rip group R2grp ]
user@R2#
edit neighbor so-0/0/0
[edit protocols rip group R2grp neighbor so-0/0/0]
user@R2#
set import R2pol
[edit protocols rip group R2grp neighbor so-0/0/0]
user@R2#
exit
[edit protocols rip group R2grp ]
user@R2#
edit neighbor so-0/0/1
[edit protocols rip group R2grp neighbor so-0/0/1]
user@R2#
set import R2pol
[edit protocols rip group R2grp neighbor so-0/0/1]
user@R2#
exit
[edit protocols rip group R2grp ]
user@R2#
exit
[edit]
user@R2#
commit
commit complete
[edit]
user@R2#

On R3:

user@R3>configure
[edit]
user@R3#edit interfaces so-0/0/0 unit 0 family inet
[edit interfaces so-0/0/0 unit 0 family inet]
user@R3#
set address 192.168.3.2/24
[edit interfaces so-0/0/0 unit 0 family inet]
user@R3#exit
[edit]
user@R3#
edit interfaces so-0/0/1 unit 0 family inet
[edit interfaces so-0/0/1 unit 0 family inet]
user@R3#
set address 192.168.2.2/24
[edit interfaces so-0/0/1 unit 0 family inet]
user@R3#
exit
[edit]
user@R3#edit policy-options policy-statement R3pol term R3term
[edit policy-options policy-statement R3pol term R3term ]
user@R3#
edit from
[edit policy-options policy-statement R3pol term R3term from]
user@R3#
set protocol rip
[edit policy-options policy-statement R3pol term R3term from]
user@R3#
exit
[edit policy-options policy-statement R3pol term R3term ]
user@R3#
edit then
[edit policy-options policy-statement R3pol term R3term then]
user@R3#
set accept
[edit policy-options policy-statement R3pol term R3term then]
user@R3#
exit
[edit policy-options policy-statement R3pol term R3term ]
user@R3#
exit
[edit]
user@R3#
edit protocols rip group R3grp
[edit protocols rip group R3grp ]
user@R3#
set export R3pol
[edit protocols rip group R3grp ]
user@R3#
edit neighbor so-0/0/0
[edit protocols rip group R3grp neighbor so-0/0/0]
user@R3#
set import R3pol
[edit protocols rip group R3grp neighbor so-0/0/0]
user@R3#
exit
[edit protocols rip group R3grp ]
user@R3#
edit neighbor so-0/0/1
[edit protocols rip group R3grp neighbor so-0/0/1]
user@R3#
set import R3pol
[edit protocols rip group R3grp neighbor so-0/0/1]
user@R3#
exit
[edit protocols rip group R3grp ]
user@R3#
exit
[edit]
user@R3#
commit
commit complete
[edit]
user@R3#

On R1:

user@R1>ping 192.168.2.2
user@R1>ping 192.168.2.1


lab image

GUI Based :

Instructions:

1. Select device R1 from Select device drop down box

2. Click configure button to enable left navigation pane and select Interfaces -> Interface Configuration.

3. In the Interface Configuration screen select so-0/0/0 interface from available interface list and click Edit button.

4. Configure Interfaces screen appears, enter the ip address and mask as per the above table and click OK button.

5. Repeat steps 3-4 to assign ip address to So-0/0/1 interface.

6. Select device R2 from Select device drop down box and repeat steps 2-4 to assign ip addresses to so-0/0/0 and so-0/0/1 interface of R2 

7. Select device R3 from Select device drop down box and repeat steps 2-4 to assign ip addresses to so-0/0/0 and so-0/0/1 interface of R3

8. To enable RIP routing on R1, select device R1 from the drop down box 

8.1. Click configure button and select Routing > Policies from left navigation pane.

8.2. Policy configuration screen appears, enter policy name as R1pol in Policy Name field term name as R1term in Term Name field , select protocol rip From Protocol drop down box and select Accept option button and click OK button. 

8.3. Select Routing > RIP from left navigation pane.

8.4. RIP Configuration screen appears enter R1grp in Group Name field , Export Name as R1pol , select Neighbor Name so-0/0/0 from drop down box and click right arrow button to add this to list , select so-0/0/1 from Neighbor name drop down box and click right arrow button to add this to list and set Import name as R1pol and click OK button.

9. To enable RIP routing on R2, select device R2 from the select device drop down box 

9.1 Repeat steps 8.1-8.2 to configure policy options with policy name as R2pol , Term name R2term , protocol RIP and then condition as Accept and click OK button.

9.2 To configure RIP group and neighbors repeat steps 8.3-8.4 with group name as R2grp , Export name R2pol and neighbors so-0/0/0 and so-0/0/1 and import name R2pol and click OK button.

10. To enable RIP routing on R3, select device R3 from the select device drop down box

10.1 . Repeat steps 8.1-8.2 to configure policy options with policy name as R3pol , Term name R3term , protocol RIP and then condition as Accept and click OK button.

10.2 To configure RIP group and neighbors repeat steps 8.3-8.4 with group name as R3grp , Export name R3pol and neighbors so-0/0/0 and so-0/0/1 and import name R3pol and click OK button.

11. To verify the connectivity, select device R1 from select device drop down box and Click Troubleshoot button

12. Click Ping Host from left navigation pane, Ping/traceroute window appears enter the ip address 192.168.2.1 in the Ping/traceroute field and click OK button.

13. Repeat step 12 with ip address 192.168.2.2 to view the ping response. 

14. To view RIP neighbor details Click Monitor button > click Routing > RIP information to view RIP neighbor details

lab image
CertExams Blog!  Certexams.com Facebook Page Certexams.com Twitter Page Certexams on YouTube