1、 修改AS列表的屬性只能在EBGP的出方向上增加這個屬性並且只能添加在AS-PATH列表的前面。同時證實在EBGP的進入方向無法添加AS號碼。
2 、關於缺省路由,在BGP中缺省路由最好是通過一條IGP比如靜態的缺省路由,然後network 0.0.0.0 0.0.0.0則可以得到通告。
也可以在BGP下使用1 default-route imported,2 import-route static。
3 、BGP的network只能通告非BGP的路由,比如R1---R2---R3,R1上某路由在R2上的BGP路由再次network則不可以生效。
AR18配置
[AR18]dis cur
Now create configuration...
Current configuration
!
version 1.74
sysname AR18
firewall enable
aaa-enable
aaa accounting-scheme optional
!
acl 2000 match-order auto
rule normal permit source 20.20.30.0 0.0.0.255
rule normal deny source any
!
interface Aux0
async mode flow
flow-control none
link-protocol ppp
!
interface Ethernet0
!
interface Serial0
link-protocol ppp
ip address 1.1.1.10 255.255.255.252
!
interface Serial1
clock DTECLK1
link-protocol ppp
ip address 1.1.1.14 255.255.255.252
!
interface LoopBack1
ip address 20.20.10.254 255.255.255.0
!
interface LoopBack2
ip address 20.20.20.254 255.255.255.0
!
interface LoopBack3
ip address 20.20.30.254 255.255.255.0
!
quit
bgp 200
undo synchronization
import-route direct route-policy lv
peer 1.1.1.9 as-number 200
peer 1.1.1.13 as-number 200
!
quit
!
quit
route-policy lv permit 1
if-match ip address 2000