Configuring Bgp Vpnv6 Route Control - HP FlexNetwork 10500 Series Configuration Manual

Hide thumbs Also See for FlexNetwork 10500 Series:
Table of Contents

Advertisement

Configuring BGP VPNv6 route control

BGP VPNv6 route control is configured similarly with BGP route control, except that it is configured in
BGP VPNv6 address family view. For more information about BGP route control, see Layer 3—IP
Routing Configuration Guide.
To configure BGP VPNv6 route control:
Step
1.
Enter system view.
2.
Enter BGP instance view.
3.
Enter BGP VPNv6 address
family view.
4.
Configure filtering of
advertised routes.
5.
Configure filtering of
received routes.
6.
Advertise the COMMUNITY
attribute to a peer or peer
group.
7.
Allow the local AS number to
appear in the AS_PATH
attribute of routes received
from the peer, and set the
maximum number of
repetitions.
8.
Filter routes received from or
advertised to a peer or peer
group based on an AS_PATH
list.
9.
Configure ACL-based route
filtering for the specified peer
or peer group.
10. Configure IPv6 prefix
list-based route filtering for
the specified peer or peer
group.
11. Specify a preferred value for
routes received from the
peer or peer group.
12. Configure BGP updates sent
to the peer to carry only
public AS numbers.
13. Apply a routing policy to
routes advertised to or
received from the peer or
peer group.
Command
system-view
bgp as-number [ instance
instance-name ]
address-family vpnv6
filter-policy { ipv6-acl-number |
prefix-list ipv6-prefix-name }
export [ protocol process-id ]
filter-policy { ipv6-acl-number |
prefix-list ipv6-prefix-name }
import
peer { group-name | ipv4-address
[ mask-length ] }
advertise-community
peer { group-name | ipv4-address
[ mask-length ] } allow-as-loop
[ number ]
peer { group-name | ipv4-address
[ mask-length ] } as-path-acl
as-path-acl-number { export |
import }
peer { group-name | ipv4-address
[ mask-length ] } filter-policy
ipv6-acl-number { export |
import }
peer { group-name | ipv4-address
[ mask-length ] } prefix-list
ipv6-prefix-name { export |
import }
peer { group-name | ipv4-address
[ mask-length ] } preferred-value
value
peer { group-name | ipv4-address
[ mask-length ] } public-as-only
peer { group-name | ipv4-address
[ mask-length ] } route-policy
route-policy-name { export |
import }
281
Remarks
N/A
N/A
N/A
By default, BGP does not filter
advertised routes.
By default, BGP does not filter
received routes.
By default, BGP does not
advertise the COMMUNITY
attribute to any peers or peer
groups.
By default, BGP discards route
updates that contain the local AS
number.
By default, no AS filtering list is
applied to a peer or peer group.
By default, no ACL-based route
filtering is configured.
By default, no IPv6 prefix
list-based route filtering is
configured.
The default preferred value is 0.
By default, a BGP update carries
both public and private AS
numbers.
By default, no routing policy is
applied for a peer.

Advertisement

Table of Contents
loading

Table of Contents