- 1、本文档共19页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
H3BGP路由策略之选路.doc
54/24y 54/24去往 数据包走AS100往 54的数据包走向非对称路径
54/24
y 54/24
去往 数据包走
AS100
往 54的
数据包走向
非对称路径
AS200
54/24
54/24
54/24
在引入路由的时候只允许引入20.20.30,0/24的路由,过滤器使用基本ACL+router-policy的方式
54/24
在引入路由的时候仅仅引入
/24的路由使用’ ip prefix需要route-policy
1修改AS列表的属性只能在EBGP的出方向上增加这个属性并且只能 添加在AS-PATH列表的前面。同时证实在EBGP的进入方向无法添加 AS号码。
2关于缺省路由,在BGP中缺省路由最好是通过一条IGP比如静态的 缺省路由,然后network 0. 0. 0. 0 0. 0. 0. 0贝1J可以得到通告。
也可以在 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
I
參
version 1. 74
sysname AR18
firewall enable
aaa-enable
aaa accounting-scheme optional
i
番
acl 2000 match-order auto
rule normal permit source 20. 20. 30. 0 0. 0. 0. 255
rule normal deny source any
i
參
interface AuxO
async mode flow
flow-control none
link-protocol ppp
interface EthernetO
interface SerialO
link-protocol ppp
ip address 1. 1. 1. 10 255. 255. 255. 252
I
interface Serial 1
clock DTECLK1
link-protocol ppp
ip address 1. 1. 1. 14 255. 255. 255. 252
I
interface LoopBackl
ip address 20. 20. 10. 254 255. 255. 255. 0
I
interface LoopBack2
ip address 20. 20. 20. 254 255. 255. 255. 0
i
interface LoopBack3
ip address 20. 20. 30. 254 255. 255. 255. 0
i
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
i
quit
I
quit
route-policy lv permit 1
if-match ip address 2000
I
return
AR46配置
#
sysnamc AR46
#
epu-usage cycle lmin
radius scheme system
domain system
local-user admin
password cipher .]@USE=B,53Q=Q MAF4〈1!! service-type telnet terminal
level 3
service-type ftp
interface AuxO
async mode flow
#
interface GigabitEthernetO/0/0
ip address 1. 1. 1. 1 255. 255. 255. 252
#
interface Gigabi tEthernetO/0/1
ip address 1. 1. 1. 5 255. 255. 255. 252
#
interface GigabitEthernetO/O/2
ip address dhep-alloc
#
interface NULLO
#
interface LoopBackl
ip address 10. 10. 10. 254 255. 255. 255. 0
interface LoopBack2
ip address 10. 10. 20
文档评论(0)