Fredy Kuenzler wrote:
Also please apply a filter to the session of the TIX route server, otherwise traffic is still routed over TIX.

!
ip as-path access-list 9 deny ^13250_
ip as-path access-list 9 permit .*
!
router bgp xxxxxx
   neighbor 194.42.48.126 filter-list 9 in
!

And make sure to do the following to avoid traffic from backbone to yourselves over Tix:


!
route-map TIX8235out permit 100
 set community 8235:13250 additive
!
router bgp 13030
 neighbor 194.42.48.126 send-community
 neighbor 194.42.48.126 route-map TIX8235out out
 neighbor 194.42.48.126 filter-list 9 in
!

F.


---------------------------------------------- [EMAIL PROTECTED] Maillist-Archive: http://www.mail-archive.com/swinog%40swinog.ch/

Reply via email to