Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Networking Forum > Networking Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Networking Support General Networking Support Forum

Reply
 
LinkBack Thread Tools
Old 06-29-2009, 12:57 AM   #1 (permalink)
Registered User
 
Join Date: Jun 2009
Posts: 4
OS: xp


Pencil

i have a two internet service provider.
i want to configure BGP on my router.
one isp use for uploading traffic & second isp is use for downloading traffic..

so, please help me how to configure BGP on my router for uploading & doanloading traffic...which routing policy i have use for it.


!
router bgp 100
no synchronization
no bgp fast-external-fallover
bgp log-neighbor-changes
bgp bestpath as-path ignore
network x.x.1.0
network x.x.2.0
neighbor y.y.y.y remote-as 200
neighbor y.y.y.y description EBGP via SP1
neighbor y.y.y.y ebgp-multihop 255
neighbor y.y.y.y update-source FastEthernet0/5
neighbor y.y.y.y soft-reconfiguration inbound
neighbor y.y.y.y route-map SP1 out
neighbor z.z.z.z remote-as 300
neighbor z.z.z.z description EBGP via SP2
neighbor z.z.z.z ebgp-multihop 255
neighbor z.z.z.z update-source FastEthernet0/1
neighbor z.z.z.z soft-reconfiguration inbound
neighbor z.z.z.z route-map SP2 out
no auto-summary
!

!
access-list 10 permit x.x.1.0 0.0.0.255
access-list 20 permit x.x.2.0 0.0.0.255
access-list 30 permit any

route-map SP1 permit 10
match ip address 10
!
route-map SP1 permit 20
match ip address 30
!
route-map SP2 permit 10
match ip address 20
!
route-map SP2 permit 20
match ip address 30
!

i have a two internet service provider.
i want to configure BGP on my router.
one isp use for uploading traffic & second isp is use for downloading traffic..

so, please help me how to configure BGP on my router for uploading & downloading traffic...which routing policy i have use for it.

in my configuration sp1 is use for uploading traffic but i want use for downloading traffic.

so,what can i do ?


This is my config of BGP


!
router bgp 100
no synchronization
no bgp fast-external-fallover
bgp log-neighbor-changes
bgp bestpath as-path ignore
network x.x.1.0
network x.x.2.0
neighbor y.y.y.y remote-as 200
neighbor y.y.y.y description EBGP via SP1
neighbor y.y.y.y ebgp-multihop 255
neighbor y.y.y.y update-source FastEthernet0/5
neighbor y.y.y.y soft-reconfiguration inbound
neighbor y.y.y.y route-map SP1 out
neighbor z.z.z.z remote-as 300
neighbor z.z.z.z description EBGP via SP2
neighbor z.z.z.z ebgp-multihop 255
neighbor z.z.z.z update-source FastEthernet0/1
neighbor z.z.z.z soft-reconfiguration inbound
neighbor z.z.z.z route-map SP2 out
no auto-summary
!

!
access-list 10 permit x.x.1.0 0.0.0.255
access-list 20 permit x.x.2.0 0.0.0.255
access-list 30 permit any

route-map SP1 permit 10
match ip address 10
!
route-map SP1 permit 20
match ip address 30
!
route-map SP2 permit 10
match ip address 20
!
route-map SP2 permit 20
match ip address 30
!

Last edited by simpswr; 06-29-2009 at 08:53 AM.
mayankl is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 06-30-2009, 12:52 AM   #2 (permalink)
Registered User
 
Join Date: Jun 2009
Posts: 4
OS: xp


Pencil Re: Bgp

i have a two internet service provider.
i want to configure BGP on my router.
one isp use for uploading traffic & second isp is use for downloading traffic..

so, please help me how to configure BGP on my router for uploading & doanloading traffic...which routing policy i have use for it.


!
router bgp 100
no synchronization
no bgp fast-external-fallover
bgp log-neighbor-changes
bgp bestpath as-path ignore
network x.x.1.0
network x.x.2.0
neighbor y.y.y.y remote-as 200
neighbor y.y.y.y description EBGP via SP1
neighbor y.y.y.y ebgp-multihop 255
neighbor y.y.y.y update-source FastEthernet0/5
neighbor y.y.y.y soft-reconfiguration inbound
neighbor y.y.y.y route-map SP1 out
neighbor z.z.z.z remote-as 300
neighbor z.z.z.z description EBGP via SP2
neighbor z.z.z.z ebgp-multihop 255
neighbor z.z.z.z update-source FastEthernet0/1
neighbor z.z.z.z soft-reconfiguration inbound
neighbor z.z.z.z route-map SP2 out
no auto-summary
!

!
access-list 10 permit x.x.1.0 0.0.0.255
access-list 20 permit x.x.2.0 0.0.0.255
access-list 30 permit any

route-map SP1 permit 10
match ip address 10
!
route-map SP1 permit 20
match ip address 30
!
route-map SP2 permit 10
match ip address 20
!
route-map SP2 permit 20
match ip address 30
!
mayankl is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-04-2009, 03:02 PM   #3 (permalink)
Registered User
 
Prometheus_Fire's Avatar
 
Join Date: Jan 2007
Posts: 134
OS: Win2K, WinXP, Win Vista, Win2K3, Win2K8, IOS


Re: Bgp

Have you tried AS prepending or configuring communities?
Prometheus_Fire is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-06-2009, 01:11 AM   #4 (permalink)
Registered User
 
Join Date: Jun 2009
Posts: 4
OS: xp


Pencil Re: Bgp

thanks for reply,
We Have configured AS prepending but it does not worked.
plz required any changes tell me i can do it..




access-list 10 permit x.x.1.0 0.0.0.255
access-list 20 permit x.x.2.0 0.0.0.255
access-list 30 permit any

route-map SP1 permit 10
match ip address 10
!
route-map SP1 permit 20
match ip address 30
!
route-map SP2 permit 10
match ip address 20
set As-prepend 100 100 100 100 100
!
route-map SP2 permit 20
match ip address 30
mayankl is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 05:40 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85