RIP Configuration in Juniper Router
RIP Configuration Router’s Configurations JUNIPER-1 [ Configure the network interfaces. ] root@Juniper-1# set interface em0 unit 0 family inet address 12.0.0.2/8 root@Juniper-1# set interface em1 unit 0 family inet address 192.168.1.1/24 root@Juniper-1#commit [ Create the RIP group and add the interface ] root@Juniper-1#set protocols rip group rip-group neighbor em0 root@Juniper-1# set protocols rip group rip-group neighbor em1 root@Juniper-1#activate protocols rip group rip-group root@Juniper-1#commit [ Create the routing policy to adver...