Navigate to the Policy statement level
in the configuration hierarchy.
|
- In the J-Web interface, select Configure>CLI
Tools>Point and Click CLI.
- Next to Policy options, click Configure or Edit.
- Next to Policy statement, click Add new entry.
|
From the [edit] hierarchy level, enter
edit policy-options policy-statement
|
Create a damping policy and term—for example, dampenpolicy1 and dampenterm1.
|
- In the Policy name box, type dampenpolicy1.
- Next to Term, click Add new entry.
- In the Term name box, type dampenterm1.
|
Enter
set dampenpolicy1 term dampenterm1
|
Specify the routes to dampen and associate each group of routes
with a group name. For example:
- group1—Routes greater than or equal to 172.16.0.0/12
- group2—Routes greater than or equal to 192.168.0.0/16
- group3—Routes greater than or equal to 10.0.0.0/8
|
- Next to From, click Configure.
- Next to Route filter, click Add
new entry.
- In the Address box, type 172.16.0.0/12.
- In the Damping box, type group1.
- From the Modifier list, select Orlonger.
- Click OK.
|
Specify the first routes to dampen:
set from route-filter 172.16.0.0/12 orlonger damping group
1
|
- Next to Route filter, click Add new entry.
- In the Address box, type 192.168.0.0/16.
- In the Damping box, type group2.
- From the Modifier list, select Orlonger.
- Click OK.
|
Specify the next routes to dampen:
set from route-filter 192.168.0.0/16 orlonger
|
- Next to Route filter, click Add new entry.
- In the Address box, type 10.0.0.0/8.
- In the Damping box, type group3.
- From the Modifier list, select Orlonger.
- Click OK until you return
to the Policy options page.
|
Specify the last routes to dampen:
set from route-filter 10.0.0.0/8 orlonger
|
Create three damping parameter groups with different damping
actions. For example:
- group1—Increases the half-life to 30 minutes. All other parameters are left at their default values.
- group2—Increases the half-life to 40 minutes, decreases the maximum hold-down time for a route to 45 minutes, increases the reuse value to 1000, and
reduces the cutoff (suppression) threshold to 400.
- group3—Disables route damping.
|
For each damping group:
- Next to Damping, click Add
new entry.
- In the Damping object name box, type the name of
a damping group—for example, group1.
- In the Half life box, type the half-life duration,
in minutes:
- For group1—30
- For group2—40
- In the Max suppress box, type the maximum
hold-down time, in minutes:
- For group1—60 (the default)
- For group2—45
- In the Reuse box, type the reuse threshold,
for this damping group:
- For group1—750 (the default)
- For group2—1000
- In the Suppress box, type the cutoff threshold,
for this damping group:
- For group1—3000 (the default)
- For group2—400
- To disable damping for the group3 damping group, select the Disable check box.
- Click OK when you finish configuring
each group.
|
Create and configure the damping parameter groups:
edit damping group1 half-life 30 max-suppress 60 reuse 750
suppress 3000
edit damping group2 half-life 40 max-suppress 45 reuse 1000
suppress 400
edit damping group3 disable
|
Navigate to the Bgp level in the configuration
hierarchy.
|
- On the main Configuration page next to Protocols,
click Configure or Edit.
- Next to Bgp, click Configure or Edit.
|
From the [edit] hierarchy level, enter
edit protocols bgp
|
Enable damping.
|
- Select the Damping check
box.
- Click OK.
|
Enable damping:
set damping
|
Navigate to the Neighbor level in the configuration
hierarchy, for the BGP neighbor to which you want to apply the damping
policy—for example, the neighbor at IP address 172.16.15.14.
|
- On the main Configuration page next to Protocols,
click Edit.
- Next to Bgp, click Edit.
- Under Group name, click groupA.
- Under Neighbor Address, click 172.16.15.14.
|
From the [edit] hierarchy level, enter
edit protocols bgp group groupA neighbor 172.16.15.14
|
Apply the policy as an import policy for the BGP neighbor.
The routing policy is evaluated when routes are imported to
the routing table.
|
- Next to Import, click Add new
entry.
- In the Value box, type the name of the policy.
- Click OK.
|
Apply the policy:
set import dampenpolicy1
You can refer to the same routing policy one or more times in
the same or a different import statement.
|