Juniper IGP - CONFIGURATION GUIDE V11.1.X Configuration Manual page 235

Software for e series broadband services routers ip, ipv6, and igp configuration guide
Table of Contents

Advertisement

host1(config-router)#network 10.2.1.0 255.255.255.0
host1(config-if)#ip rip
host1(config-if)#ip rip receive version 1
host1(config-if)#ip rip send version 2
host1(config-if)#ip rip authentication mode text
host1(config-if)#ip rip authentication key klaatu42
Associate the RIP routing process with an interface specified by an IP address
or with an unnumbered interface, and configure RIP for the interface.
host1(config-router)#address 10.2.1.1
host1(config-router)#address 10.2.1.1 receive version 1
host1(config-router)#address 10.2.1.1 send version 2
host1(config-router)#address 10.2.1.1 authentication mode text
host1(config-router)#address 10.2.1.1 authentication key 31barada
Each configuration step is optional, and includes the following:
(Optional) Specify a RIP receive version for an interface. By default, RIP
interfaces on your router receive both RIPv1 and RIPv2.
(Optional) Specify a RIP send version for an interface. By default, RIP
interfaces on your router send only RIPv1.
(Optional) Specify an authentication mode and authentication password or
key. This step is permitted only if both receive version and send version are
set to RIPv2.
(Optional) Enable RIP to advertise a default route.
4.
host1(config-router)#default-information originate
(Optional) Specify a default metric for redistributed routes on all subsequently
5.
created interfaces.
host1(config-router)#default-metric 5
(Optional) Set the administrative distance for advertised routes.
6.
host1(config-router)#distance 150
(Optional) Control the dynamic distribution of routes caused by changes to an
7.
associated route map.
host1(config-router)#disable-dynamic-redistribute
(Optional) Adjust RIP timers.
8.
host1(config-router)#timers update 20
host1(config-router)#timers invalid 60
host1(config-router)#timers holddown 60
host1(config-router)#timers flush 90
(Optional) Specify maximum number of ECMP paths.
9.
host1(config-router)#maximum-paths 2
Chapter 4: Configuring RIP
211
Configuration Tasks

Advertisement

Table of Contents
loading

Table of Contents