|
Navigate to the Rip level in the configuration
hierarchy.
|
In the configuration editor hierarchy, select Protocols>Rip.
|
From the top of the configuration hierarchy, enter
edit protocols rip
|
|
Create the RIP group alpha1.
|
- In the Group field, click Add new entry.
- In the Group name box, type alpha1.
|
- Create the RIP group alpha1,
and add an interface:
set group alpha1 neighbor fe-0/0/0.0
- Repeat Step 1 for each interface on this Services Router
that you are adding to the RIP group. Only one interface is required.
|
|
Add interfaces to the RIP group alpha1.
|
- In the Neighbor field, click Add new entry.
- In the Neighbor name box, type the name of an interface
on the Services Router—for example, fe-0/0/0.0—and click OK.
- Repeat Step 2 for each interface on this Services Router
that you are adding to the RIP group. Only one interface is required.
|
|
Configure a routing policy to advertise directly connected routes.
|
- In the configuration editor hierarchy, select Policy
Options.
- Next to Policy statement, click Add new
entry.
- In the Policy name box, type the name of the policy statement—for
example, advertise-rip-routes.
- Next to Term, click Add new entry.
- In the Term name box, type the name of the policy statement—for
example, from-direct.
- Next to From, click Configure.
- Next to Protocol, click Add new entry.
- From the Value list, select Direct.
- Click OK until you return to the Policy
statement page.
- Next to Then, click Configure.
- From the Accept reject list, select Accept.
- Click OK.
|
- From the top of the configuration hierarchy, enter
edit policy-options
- Set the match condition to match on direct routes:
set policy-statement advertise-rip-routes term from-direct from
protocol direct
- Set the match action to accept these routes:
set policy-statement advertise-rip-routes term from-direct then
accept
|
|
Configure the previous routing policy to advertise routes learned from
RIP.
|
- In the configuration editor hierarchy, select Policy
Options.
- Next to Policy statement, click advertise-rip-routes.
- Next to Term, click Add new entry.
- In the Term name box, type the name of the policy statement—for
example, from-rip.
- Next to From, click Configure.
- Next to Protocol, click Add new entry.
- From the Value list, select rip.
- Click OK until you return to the Policy
statement page.
- Next to Then, click Configure.
- From the Accept reject list, select Accept.
- Click OK.
|
- From the top of the configuration hierarchy, enter
edit policy-options
- Set the match condition to match on direct routes:
set policy-statement advertise-rip-routes term from-rip from protocol
rip
- Set the match action to accept these routes:
set policy-statement advertise-rip-routes term from-rip then accept
|