HP VPN Firewall Appliances Network Management Command Reference
892
internal: Creates an IBGP peer group.
external: Creates an EBGP peer group, which can be a group of another sub AS in the confederation.
Usage guidelines
An IBGP peer group will be created if neither internal nor external is selected.
Examples
# Create an IBGP peer group named test.
<Sysname> system-view
[Sysname] bgp 100
[Sysname] ipv6-family
[Sysname-bgp-af-ipv6] group test
import-route (IPv6 address family view/IPv6 BGP-VPN instance
view)
Use import-route to redistribute routes from another routing protocol.
Use undo import-route to remove the configuration.
Syntax
import-route protocol [ process-id [ med med-value | route-policy route-policy-name ] * ]
undo import-route protocol [ process-id ]
Default
IPv6 BGP does not redistribute routes from any routing protocol.
Views
IPv6 address family view, IPv6 BGP-VPN instance view
Default command level
2: System level
Parameters
protocol: Redistributes routes from the specified protocol, which can be direct, isisv6, ospfv3, ripng, and
static.
process-id: Process ID, in the range of 1 to 65535. The default is 1. It is available only when the protocol
is isisv6, ospfv3, or ripng.
med-value: Applies the MED value to redistributed routes. The value is in the range of 0 to 4294967295.
If not specified, the cost of the redistributed route is used as its MED in the IPv6 BGP routing domain.
route-policy-name: Name of a routing policy used to filter redistributed routes, a string of 1 to 63
characters.
Usage guidelines
The routes redistributed using the import-route command has the incomplete origin attribute.
Examples
# Redistribute routes from RIPng 1.
<Sysname> system-view