379
# In BGP IPv6 unicast address family view, specify the maximum number of routes that can be received
from peer 1::1 to 10000, and configure the router to tear down the session to the peer if the number is
exceeded.
<Sysname> system-view
[Sysname] bgp 109
[Sysname-bgp] address-family ipv6 unicast
[Sysname-bgp-ipv6] peer 1::1 route-limit 10000
peer route-policy
Use
peer route-policy
to apply a routing policy to routes incoming from or outgoing to a peer or peer
group.
Use
undo peer route-policy
to remove the configuration.
Syntax
In BGP IPv4 unicast address family view/BGP-VPN IPv4 unicast address family view/BGP VPNv4
address family view/BGP VPNv6 address family view:
peer
{
group-name
|
ip-address
}
route-policy
route-policy-name
{
export
|
import
}
undo peer
{
group-name
|
ip-address
}
route-policy
{
export
|
import
}
In BGP-VPN VPNv4 address family view:
peer
{
group-name
|
ip-address
}
route-policy
route-policy-name
import
undo peer
{
group-name
|
ip-address
}
route-policy
import
In BGP IPv6 unicast address family view:
peer
{
group-name
|
ip-address
|
ipv6-address
}
route-policy
route-policy-name
{
export
|
import
}
undo peer
{
group-name
|
ip-address
|
ipv6-address
}
route-policy
{
export
|
import
}
In BGP-VPN IPv6 unicast address family view:
peer
{
group-name
|
ipv6-address
}
route-policy
route-policy-name
{
export
|
import
}
undo peer
{
group-name
|
ipv6-address
}
route-policy
{
export
|
import
}
Default
No routing policy is applied to routes from/to the peer or peer group.
Views
BGP IPv4 unicast address family view, BGP-VPN IPv4 unicast address family view, BGP VPNv4 address
family view, BGP-VPN VPNv4 address family view, BGP IPv6 unicast address family view, BGP-VPN IPv6
unicast address family view, BGP VPNv6 address family view
Predefined user roles
network-admin
Parameters
group-name
: Specifies a peer group by its name, a case-sensitive string of 1 to 47 characters. The peer
group must have been created.
ip-address
: Specifies a peer by its IP address. The peer must have been created.
ipv6-address
: Specifies a peer by its IPv6 address. The peer must have been created.