Description: Use this lab to configure the RIP on router, by applying an export and import policies at their respective hierarchical levels.
Network Diagram :
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#commit
commit complete
[edit]
user@R1#show
protocols{ rip{ group neighborRouters{ export riproutes neighbor so-0/0/0{ import riproutes } } }
[edit]
user@R1#