Enabling RIP on a Netscreen

Routing Information Protocol (RIP) is a distance vector protocol used as an Interior Gateway Protocol (IGP) in moderate-sized autonomous systems (AS).

Enabling RIP on a VR and an Interface

set vrouter trust-vr router-id 10
set vrouter trust-vr protocol rip
set vrouter trust-vr protocol rip enable
set interface trust protocol rip enable

Advertise the default route

set vrouter trust-vr protocol rip advertise-def-route metric number

Redistrubute static routes to RIP (static routes into RIP)

set vrouter trust-vr access-list 20 permit ip 20.1.0.0/16 1
set vrouter trust-vr route-map name rtmap1 permit 1
set vrouter trust-vr route-map rtmap1 1 match ip 20
set vrouter trust-vr protocol rip redistribute route-map rtmap1 protocol static

Enabling RIP over VPN

set vrouter trust-vr protocol rip
set vrouter trust-vr protocol rip enable
set interface tunnel.1 protocol rip enable
set interface trust protocol rip enable
set vrouter trust-vr access-list 10 permit ip 10.10.0.0/16 10
set vrouter trust-vr route-map name abcd permit 10
set vrouter trust-vr route-map abcd 10 match ip 10
set vrouter trust-vr protocol rip route-map abcd out

Show Comamnds

get vrouter trust-vr protocol rip database
get vrouter trust-vr protocol rip
get vrouter trust-vr protocol rip neighbors

Note : After running any of these commands issue the command `save` to ensure your changes are permanent post reboot.

Rick Donato

Want to become an IT Security expert?

Here is our hand-picked selection of the best courses you can find online:
Internet Security Deep Dive course
Complete Cyber Security Course – Hackers Exposed
CompTIA Security+ (SY0-601) Certification Complete course
and our recommended certification practice exams:
AlphaPrep Practice Tests - Free Trial