The call route-filter command further filters the routes that meet the matching rules of the current route-filter against the specified route-filter.
By default, no action is set for the routes that meet the matching rules of the current route-filter.
Parameter | Description | Value |
---|---|---|
route-filter-name |
Specifies the name of a route-filter. |
The value is a string of 1 to 200 case-sensitive characters, spaces not supported. If parameters are included in the referenced route-filter, specify values for them in the format of (var1, var2, ...var8) behind the route-filter name. A maximum of eight parameters can be specified, and each value ranges from 1 to 200 characters. |
Usage Scenario
Route-filters are used to filter routes based on sets or a single element and modify route attributes of the routes that meet matching rules. To further filter the routes that meet the matching rules of the current route-filter against another route-filter, run the call route-filter command.
<HUAWEI> system [~HUAWEI] xpl route-filter r1 [~HUAWEI-xpl-filter] if local-preference GE 100 then [~HUAWEI-xpl-filter-if] call route-filter r2 [~HUAWEI-xpl-filter-if] endif [~HUAWEI-xpl-filter] end-filter