Command Manual – IPv6 Routing
H3C S7500E Series Ethernet Switches
Chapter 5 IPv6 BGP Configuration Commands
5-45
5.1.53 peer route-policy
Syntax
peer
{
ipv6-group-name
|
ipv6-address
}
route-policy
route-policy-name
{
import
|
export
}
undo peer
{
ipv6-group-name
|
ipv6-address
}
route-policy
route-policy-name
{
import
|
export
}
View
IPv6 address family view
Parameters
ipv6-group-name
: Name of an IPv6 peer group, a string of 1 to 47 characters.
ipv6-address
: IPv6 address of a peer.
route-policy-name
: Specifies route-policy name, a string of 1 to 19 characters.
import
: Applies the routing policy to routes from the peer (group).
export
: Applies the routing policy to routes to the peer (group).
Description
Use the
peer
route-policy
command to apply a routing policy to routes incoming from
or outgoing to a peer or peer group.
Use the
undo peer route-policy
command to remove the configuration.
By default, no routing policy is specified for the peer (group).
Use of the
peer route-policy
command does not apply the
if-match interface
clause
defined in the routing policy. Refer to
Routing Policy Commands
in the part discussing
IPv4 routing for related information
.
Examples
# Apply the routing policy test-policy to routes received from the peer group
test
.
<Sysname> system-view
[Sysname] route-policy test-policy permit node 10
[Sysname-route-policy] if-match cost 10
[Sysname-route-policy] apply cost 65535
[Sysname-route-policy] quit
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] group test external
[Sysname-bgp-af-ipv6] peer test route-policy test-policy import