|
<- Previous Message | Next Message -> Thread Index [isp-bgp] BGP Newbie Help - Config Review
Below is the config I have, but I don't think it is correct. I would like a little help fixing it to do what its supposed to. First, a little topology; I have 2 T1s to Sprint AS1239 Atlanta that are to be load balanced as a secondary route, and a T3 to UUNet AS701 that is to be primary route for both inbound and outbound traffic. I plan on getting full routes from UUNet and No routes from Sprint (is this recommended? Otherwise, I could get partial routes from sprint) I have the following netblocks currently that I need to advertise: 204.180.198.0/23 63.169.171.0/24 If anyone could be so helpful as to take a look and let me know what I should change to make everything kosher, that would be great. ---snip--- !****************************** !BGP !****************************** !SmartTel-BCI ASN: XXXXX router bgp XXXXX no synchronization network 204.180.198.0 mask 255.255.254.0 network 63.169.171.0 mask 255.255.255.0 ! neighbor x.x.x.x description Sprint ASN1239 neighbor x.x.x.x remote-as 1239 neighbor x.x.x.x version 4 neighbor x.x.x.x distribute-list 30 out neighbor x.x.x.x send-community 1239:90 ! neighbor y.y.y.y description Sprint ASN1239 neighbor y.y.y.y remote-as 1239 neighbor y.y.y.y version 4 neighbor y.y.y.y distribute-list 30 out neighbor y.y.y.y send-community 1239:90 ! neighbor z.z.z.z description UUNet ASN701 neighbor z.z.z.z remote-as 701 neighbor z.z.z.z version 4 neighbor z.z.z.z distribute-list 30 out neighbor z.z.z.z send-community 701:110 neighbor z.z.z.z maximum-prefix 150000 warning-only ! no auto-summary ! !****************************** !BGP Access Lists !****************************** !BGP Lists 30-39 access-list 30 permit 204.180.198.0 0.0.254.255 access-list 30 permit 63.169.171.0 0.0.0.255 access-list 30 deny any ! ---snip--- ------------------------------------ SmartTel Communications Jim Barstow Sr. Telecom Engineer jimb@... PO Box 367 22645 Canal Road Suite E Orange Beach, AL 36561 tel: (251) 224-0868 fax: (251) 224-0830 mobile: (251) 747-4913 ------------------------------------ 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. Copyright 2005 Jupitermedia Corporation All Rights Reserved.
Thread Index |