CertExams.com Simulator Lab Exercises Answers
Console Based :
Description: Use this lab to configure the RIP on router, by applying an export and import policies at their respective hierarchical levels.
Instructions:
1. Enter into configuration mode.
2. Enable RIP routing on the router.
3. Create a group called neighborRouters apply an export policy riproutes to this group.
4. Specify the neighbor interface as so-0/0/0 under the above created group and apply an import policy riproutes to this neighbor.
user@R1>configure
[edit]
user@R1#edit protocols rip
[edit protocols rip]
user@R1#edit group neighborRouters
[edit protocols rip group neighborRouters]
user@R1#set export riproutes
[edit protocols rip group neighborRouters]
user@R1#edit neighbor so-0/0/0
[edit protocols rip group neighborRouters neighbor so-0/0/0]
user@R1#set import riproutes
[edit protocols rip group neighborRouters neighbor so-0/0/0]
user@R1#exit
[edit protocols rip group neighborRouters]
user@R1#exit
[edit protocols rip]
user@R1#exit
[edit]
user@R1#
GUI Based :
Instructions:
1. Select device R1 from select device drop down box.
2. Click configure button that left navigation pane
3. Select Routing -> RIP
4. RIP Configuration screen appears enter neighborRouters in Group Name field , Export Name as riproutes , select Neighbor Name so-0/0/0 from drop down box and click right arrow button to add this to list and Import name as riproutes and click OK button.