Using Rip Announce Policy - Avaya 8600 Technical Configuration Manual

Ethernet routing switch
Hide thumbs Also See for 8600:
Table of Contents

Advertisement

4.9

Using RIP Announce Policy

In the previous configuration example, a RIP Accept policy was used on ERS8600A to insert a single
route into its route table for all networks from ERS8600C. Instead of using an Accept Policy on
ERS8600A, we could use an RIP Announce Policy on ERS8600C to announce a single route to both
ERS8600A and ERS8600B for it local network range.
Use the following configuration step to configure the RIP Announce Policy on ERS8600C.
1
Configure the IP Prefix List
config ip prefix-list "Prefix_1" add-
prefix 10.1.240.0/20
2
Configure the Route Policy
config ip route-policy "Policy_Rip" seq 1
create
config ip route-policy "Policy_Rip" seq 1
enable
config ip route-policy "Policy_Rip" seq 1
action permit
config ip route-policy "Policy_Rip" seq 1
set-injectlist "Prefix_1"
3
Add the Route Policy to the appropriate RIP interfaces
config ip rip interface
policy "Policy_Rip"
config ip rip interface
policy "Policy_Rip"
ERS8600C Configuration File
#
# IP PREFIX LIST CONFIGURATION
#
ip prefix-list "Prefix_1" add-prefix 10.1.240.0/20
#
# IP ROUTE POLICY CONFIGURATION
#
ip route-policy "Policy_Rip" seq 1 create
ip route-policy "Policy_Rip" seq 1 enable
ip route-policy "Policy_Rip" seq 1 action permit
ip route-policy "Policy_Rip" seq 1 set-injectlist "Prefix_1"
November 2010
10.1.1.14 out-
10.1.1.6 out-
ERS 8600 / ERS 8800 RIP Technical Configuration Guide
This command creates a Prelist list named Prefix_1 with
an IP address of 10.1.240.0/20.
These commands configure a route policy named
"Policy_Rip" with match criteria using the IP Prefix
configured in Step 1.
These two commands add the Route Policy created in
Step 2 to both RIP core ports.
maskLenFrom 20 maskLenTo 20
avaya.com
23

Advertisement

Table of Contents
loading

This manual is also suitable for:

8800

Table of Contents