284
Examples
# In BGP view, advertise a fake AS number of 200 to the peer group
test
.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] peer test fake-as 200
# In BGP-VPN instance view, advertise a fake AS number of 200 to the peer group
test
.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ip vpn-instance vpn1
[Sysname-bgp-vpn1] peer test fake-as 200
peer filter-policy
Use
peer filter-policy
to filter routes advertised to or received from a peer or peer group by using an ACL.
Use
undo peer filter-policy
to remove the configuration.
Syntax
In BGP IPv4 unicast instance view/BGP-VPN IPv4 unicast instance view:
peer
{
group-name
|
ip-address
}
filter-policy
acl-number
{
export
|
import
}
undo peer
{
group-name
|
ip-address
}
filter-policy
[
acl-number
] {
export
|
import
}
In BGP IPv6 unicast instance view:
peer
{
group-name
|
ipv6-address
}
filter-policy
acl6-number
{
export
|
import
}
undo peer
{
group-name
|
ipv6-address
}
filter-policy
acl6-number
{
export
|
import
}
In BGP-VPN IPv6 unicast instance view:
peer
{
group-name
|
ipv6-address
}
filter-policy
acl6-number
{
export
|
import
}
undo peer
{
group-name
|
ipv6-address
}
filter-policy
acl6-number
{
export
|
import
}
Default
No ACL-based filtering is configured.
Views
BGP IPv4 unicast instance view, BGP-VPN IPv4 unicast instance view, BGP IPv6 unicast instance view,
BGP-VPN IPv6 unicast instance 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.
acl-number
: Specifies an ACL by its number in the range of 2000 to 3999.
acl6-number
: Specifies an IPv6 ACL by its number in the range of 2000 to 3999.