11-28
Default Level
2: System level
Parameters
ipv6-group-name
: Name of an IPv6 peer group, a string of 1 to 47 characters.
internal
: Creates an iBGP peer group.
external
: Creates an eBGP peer group, which can be a group of another sub AS in the confederation.
Description
Use the
group
command to create a peer group.
Use the
undo group
command to delete a peer group.
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)
Syntax
import-route
protocol
[
process-id
[
med med-value
|
route-policy route-policy-name
] * ]
undo import-route
protocol
[
process-id
]
View
IPv6 address family view
Default Level
2: System level
Parameters
protocol
: Redistributes routes from the specified protocol, which can be
direct
,
isisv6
,
ospfv3
,
ripng
and
static
at present.
process-id
: Process ID, in the range 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 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 19
characters.
Description
Use the
import-route
command to redistribute routes from another routing protocol.
Use the
undo import-route
command to remove the configuration.
By default, IPv6 BGP does not redistribute routes from any routing protocol.
The routes redistributed using the
import-route
command has the incomplete origin attribute.