H3C S7500E Series Command Manual page 462

Hide thumbs Also See for S7500E Series:
Table of Contents

Advertisement

Command Manual – IPv4 Routing
H3C S7500E Series Ethernet Switches
internal: Creates an IBGP peer group.
Description
Use the group command to create a peer group.
Use the undo group command to delete a peer group.
An IBGP peer group is created if neither internal nor external is specified.
Examples
# In BGP view, create an EBGP peer group test with AS number 200, and add EBGP
peers 10.1.1.1 and 10.1.2.1 into the group.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] group test external
[Sysname-bgp] peer test as-number 200
[Sysname-bgp] peer 10.1.1.1 group test
[Sysname-bgp] peer 10.1.2.1 group test
5.1.36 import-route
Syntax
import-route protocol [ process-id [ med med-value | route-policy route-policy-name ]
* ]
undo import-route protocol [ process-id ]
View
BGP view
Parameters
protocol: Redistributes routes from the routing protocol, which can be direct, isis, ospf,
rip and static at present.
process-id: Process ID, in the range 1 to 65535. It is available only when the protocol is
isis, ospf or rip.
med-value: Specifies the MED value to be applied to redistributed routes, ranging from
0 to 4294967295. If the argument is not specified, the cost of the redistributed route is
used as its MED in the BGP routing domain.
route-policy-name: Name of a routing policy used to filter redistributed routes, a string
of 1 to 19 characters.
Chapter 5 BGP Configuration Commands
5-33

Advertisement

Table of Contents
loading

Table of Contents