HP VPN Firewall Appliances Network Management Command Reference

1056
Routing policy commands
The common routing policy configuration commands are applicable to both IPv4 and IPv6.
The term "router" in this document refers to both routers and routing-capable firewalls and firewall
modules.
Common routing policy commands
apply as-path
Use apply as-path to apply the specified AS numbers to BGP routes.
Use undo apply as-path to remove the clause configuration.
Syntax
apply as-path as-number&<1-10> [ replace ]
undo apply as-path
Default
No AS_PATH attribute is set.
Views
Routing policy view
Default command level
2: System level
Parameters
as-number&<1-10>: Specifies an autonomous system by its number, in the range of 1 to 4294967295.
&<1-10> indicates that you can enter up to 10 AS numbers.
replace: Replaces the original AS numbers.
Usage guidelines
With the replace keyword included, the apply as-path command replaces the original AS_PATH attribute
with the specified AS numbers. Without the replace keyword, this command adds the specified AS
numbers before the original AS_PATH attribute.
Examples
# Configure node 10 in permit mode of routing policy policy1. Add AS number 200 before the original
AS_PATH attribute of BGP routing information matching AS path list 1.
<Sysname> system-view
[Sysname] route-policy policy1 permit node 10
[Sysname-route-policy] if-match as-path 1
[Sysname-route-policy] apply as-path 200