3com 8807 참조 가이드

다운로드
페이지 1099
BGP Configuration Commands
521
Description
Use the group group-name command to establish a peer group.
Use the undo group group-name command to cancel the configured peer group.
The default type of BGP peer group is internal.
Rather than existing alone, a BGP peer must belong to a peer group. Therefore, 
when creating a BGP peer, you must create a BGP peer group first and then add 
the peer into the group.
All member peers must use the same update policy as the peer group, but they 
may use different ingress policies.
Example
# Create an IBGP group named test.
[3Com-bgp] group test 
import-route
Syntax
import-route protocol [ med med-value | route-policy route-policy-name ]
undo import-route protocol
View
BGP view
Parameter
protocol: Specifies source routing protocols which can be imported, which include 
direct, ospf, ospf-nssa , ospf-ase, rip, isis and static at present.
med med-value: Specifies the MED value loaded by an imported route, ranging 
from 0 to 4294967295.
route-policy route-policy-name: Specifies a route-policy used for filtering 
imported routes of other protocols. It can consist of numbers and letters with a 
length ranging from 1 to 19.
Description
Use the import-route command to import routes of other protocols.
Use the undo import-route command to cancel importing routes of other 
protocols.
By default, BGP does not import routes of other protocols.
Note that when BGP is importing other routing protocols, BGP does not import 
their default routes.
Example
# Import routes of RIP.
[3Com-bgp] import-route rip