|
<- Previous Message | Next Message -> Thread Index [isp-bgp] Expert assistance please
I could use a little expert assistance with my BGP config.
I have 3 connections( 2 T1's, 1 5Mb ) with 3 ISP's. I would like to route
all or nearly all of my outbound traffic through the 5Mb connection. But in
the event the 5Mb connection fails the other 2 T1's will continue to provide
connectivity.
I am of the understanding this can be accomplished with a weight, however
with my lack of experience with BGP I have not had complete success.
I would appreciate any advice with my config (snippet below).
D. Ott
IP's, ASN's changed for security.
!
router bgp 20000
no synchronization
bgp log-neighbor-changes
network 64.14.1.64 mask 255.255.255.248
network 65.11.1.0 mask 255.255.255.0
network 207.67.226.0
neighbor 65.112.0.3 remote-as 200
neighbor 65.112.0.3 route-map QWEST in
neighbor 65.112.0.3 filter-list 10 out
neighbor 209.189.1.3 remote-as 2900
neighbor 209.189.1.3 route-map VERIO in
neighbor 209.189.1.3 filter-list 10 out
neighbor 216.2.0.9 remote-as 1300
neighbor 216.2.0.9 ebgp-multihop 5
neighbor 216.2.0.9 filter-list 10 out
no auto-summary
!
!
ip as-path access-list 10 permit ^1300 .{0,1} .{0,1}$
ip as-path access-list 10 permit ^$
ip as-path access-list 20 permit ^200 .{0,1}$
ip as-path access-list 30 permit ^2900 .{0,1}$
!
route-map QWEST permit 10
match as-path 20
set weight 75
!
route-map VERIO permit 10
match as-path 30
set weight 75
!
route-map COX permit 10
match as-path 10
set weight
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016
Please include the email address which you have been contacted with.
Thread Index |