正在加载图片...
不使用同步:1、该AS不为其他两个AS提供通道2、该AS域内都走BGP。 二、BGP& Route maps outer map与BGP一起使用时可控制路由信息,并可定义路由再分配的条件 route-map map-tag [permit deny] [sequence-number]l, map-tag RE route-map 的标识号, sequence- number是每一个 route map条件的标识号。 BGP使用 route-map时,从最小的 sequence- number开始对应 Match用于定义一些必须符合的条件,set是定义当符合 match中的条件时 所采取的一些动作。如: match ip address 1.1.1.1 set metric 例: route A与 route b走RIP, route A与 route c走BGP。 Route a对从 170.10.0.0来的路由设 metric为2,其他为5: router A router rip rk3.0.0.0 network 2.0.0.0 network 150.10.0.0 passive-interface serial 0 redistribute bgp 100 route-map setmetric neighbor 2.2.2. 3 remote-as network 50.10.0 0 metric permit 10 atch ip-address I route-map setmetric permit set metric 5 access-list I permit 170. 10.0.00.0.255.255 若在 router C上对170.10.0.0的 outgoing包设 community attribute为 30 /router C outer bgp 300 network 170.10.0.0 neighbor 2.2. 2 2 remote-as 100 neighbor 2.2.2.2 route-map setcommunity out route-map setcommunity permit 10 ddress l不使用同步:1、该 AS 不为其他两个 AS 提供通道 2、 该 AS 域内都走 BGP。 二、BGP & Route Maps router map 与 BGP 一起使用时可控制路由信息,并可定义路由再分配的条件: route-map map-tag [[permit|deny]|[sequence-number]], map-tag是route-map 的标识号,sequence-number 是每一个 route map 条件的标识号。 BGP 使用 route-map 时,从最小的 sequence-number 开始对应。 Match 用于定义一些必须符合的条件,set 是定义当符合 match 中的条件时 所采取的一些动作。如: route-map mymap permit 10 match ip address 1.1.1.1 set metric 5 例:route A 与 route B 走 RIP,route A 与 route C 走 BGP。Route A 对从 170.10.0.0 来的路由设 metric 为 2,其他为 5: !router A router rip network 3.0.0.0 network 2.0.0.0 network 150.10.0.0 passive-interface serial 0 redistribute bgp 100 route-map setmetric ! router bgp 100 neighbor 2.2.2.3 remote-as 300 network 150.10.0.0 ! route-map setmetric permit 10 match ip-address 1 set metric 2 ! route-map setmetric permit 20 set metric 5 ! access-list 1 permit 170.10.0.0 0.0.255.255 若在 router C 上对 170.10.0.0 的 outgoing 包设 community attribute 为 300: !router C router bgp 300 network 170.10.0.0 neighbor 2.2.2.2 remote-as 100 neighbor 2.2.2.2 route-map setcommunity out ! route-map setcommunity permit 10 match ip address 1
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有