R3721-F3210-F3171-HP High-End Firewalls Network Management Command Reference-6PW101

966
Routing policy configuration commands
NOTE:
The common routing policy configuration commands are applicable to both IPv4 and IPv6.
Only F5000 supports the IS-IS configuration commands in this chapter.
Common routing policy configuration commands
apply as-path
Syntax
apply as-path as-number&<1-10> [ replace ]
undo apply as-path
View
Routing policy view
Default level
2: System level
Parameters
as-number&<1-10>: Autonomous system number, in the range of 1 to 4294967295. &<1-10>: Indicates
you can enter up to 10 AS numbers.
replace: Replaces the original AS numbers.
Description
Use apply as-path to apply the specified AS numbers to BGP routes.
Use undo apply as-path to remove the clause configuration.
No AS_PATH attribute is set by default.
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