R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference
488
Examples
# Create node 10 in permit mode of routing policy policy1. If a route has a tag of 8, set the cost type for
the route to IS-IS internal route.
<Sysname> system-view
[Sysname] route-policy policy1 permit node 10
[Sysname-route-policy] if-match tag 8
[Sysname-route-policy] apply cost-type internal
apply extcommunity
Use apply extcommunity to apply the specified RT extended community attribute to BGP routes.
Use undo apply extcommunity to remove the clause configuration.
Syntax
apply extcommunity { { rt route-target }&<1-16> [ additive ] | soo site-of-origin additive }
undo apply extcommunity
Default
No RT extended community attribute is set for BGP routing information.
Views
Routing policy view
Default command level
2: System level
Parameters
rt route-target: Sets the route target (RT) extended community attribute, which is a string of 3 to 21
characters.
soo site-of-origin: Sets the Site of Origin (SoO) extended community attribute, which is a string of 3 to 21
characters.
A route-target or site-of-origin has one of the following forms:
• 16 -bit AS number—32-bit self-defined number, for example, 101:3.
• 32-bit IP address—16-bit self-defined number, for example, 192.168.122.15:1.
• 32-bit AS number—16-bit self-defined number, for example, 70000:3. The AS number must be no
less than 65536.
&<1-16>: Indicates that the argument before it can be entered up to 16 times.
additive: Adds the specified attribute to the original RT community attribute.
Examples
# Configure node 10 in permit mode of routing policy policy1. If a BGP route matches AS path list 1, add
the RT extended community attribute 100:2 to the route.
<Sysname> system-view
[Sysname] route-policy policy1 permit node 10
[Sysname-route-policy] if-match as-path 1
[Sysname-route-policy] apply extcommunity rt 100:2 additive