11-40
View
IPv6 address family view
Default Level
2: System level
Parameters
ipv6-group-name
: Name of a peer group, a string of 1 to 47 characters.
ipv6-address
: IPv6 address of a peer.
as-number
: Local AS number, in the range 1 to 4294967295.
Description
Use the
peer fake-as
command to configure a fake local AS number for a peer or peer group.
Use the
undo peer fake-as
command to remove the configuration.
By default, no fake local AS number is configured for a peer or peer group.
Examples
# Configure a fake AS number of 200 for the peer group test.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] group test external
[Sysname-bgp-af-ipv6] peer test fake-as 200
peer filter-policy (IPv6 address family view)
Syntax
peer
{
group-name
|
ipv4-address
|
ipv6-address
}
filter-policy
acl6-number
{
import
|
export
}
undo peer
{
group-name
|
ipv4-address
|
ipv6-address
}
filter-policy
[
acl6-number
] {
import
|
export
}
View
IPv6 address family view
Default Level
2: System level
Parameters
group-name
: Name of an IPv4 or IPv6 peer group, a string of 1 to 47 characters.
ipv4-address
: IPv4 address of a peer.
ipv6-address
: IPv6 address of a peer.
acl6-number
: IPv6 ACL number, in the range 2000 to 3999.
import
: Applies the filter-policy to routes received from the peer/peer group.
export
: Applies the filter-policy to routes advertised to the peer/peer group.
Description
Use the
peer filter-policy
command to configure an ACL-based filter policy for a peer or peer group.
Use the
undo peer filter-policy
command to remove the configuration.