Users Guide

Table Of Contents
100
4 AS
MED 0
寿 = 15
= 60
使 = 750
= 2000
= 60
= 180
BGP
BGP 使 BGP ID
ROUTER BGP router-id ip-address ip-address L3
LAG IP
BGP AS AS BGP
BGP BGP TCP
BGP
KEEPALIVE
BGP EBGP EBGP IBGP
EBGP IP IP BGP BGP
访访
1. 分配 AS CONFIGURATION ROUTER-BGP 1 65535 2 1
4294967295 4 AS 4 AS 4 AS
router bgp as-number
2. ROUTER-BGP
neighbor ip-address
3. ROUTER-NEIGHBOR AS 1 65535 2 1 4294967295 4
remote-as as-number
4. ROUTER-NEIGHBOR BGP
no shutdown
5. ROUTER-NEIGHBOR
description text
BGP 使 clear ip bgp * BGP 使 show ip bgp
summary
BGP
OS10# configure terminal
OS10(config)# router bgp 100
OS10(config-router-bgp-100)# neighbor 5.1.1.1
OS10(config-router-neighbor)# remote-as 1
OS10(config-router-neighbor)# no shutdown
OS10(config-router-neighbor)# description n1_abcd
OS10(config-router-neighbor)# exit
506
3