Juniper JUNOSE SOFTWARE FOR E SERIES 11.3.X - IP-IPV6-IGP CONFIGURATION GUIDE 2010-10-31 Configuration Manual page 231

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

Advertisement

Copyright © 2010, Juniper Networks, Inc.
(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 created
5.
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
(Optional) Summarize routes.
10.
Use a prefix tree to specify the number of bits to report for routes matching a route
map:
host1(config)#ip prefix-tree boston permit 10.10.2.0/24
host1(config-router)#route-map 4
host1(config-route-map)#match-set summary prefix-tree boston
NOTE: For information about the ip prefix-tree command, see JunosE IP
Services Configuration Guide.
Alternatively, explicitly specify routes for RIP to summarize:
host1(config-router)#ip summary-address 4.4.0.0 255.255.0.0 5
host1(config-router)#ip summary-address 4.3.0.0 255.255.0.0 6
(Optional) Redistribute routes from other protocols into RIP, or from RIP to other
11.
protocols.
host1(config-router)#redistribute rip 5
host1(config-router)#route-map 4
host1(config-router)#redistribute bgp 100 route-map 4
(Optional) Enable unicast communication with RIP neighbors.
12.
host1(config-router)#neighbor 10.10.21.100
host1(config-router)#passive-interface atm atm 2/0.16
Chapter 4: Configuring RIP
207

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.3

Table of Contents