Link to home
Start Free TrialLog in
Avatar of tabush
tabush

asked on

need basic BGP config help for a Cisco Switch

Hi
i am setting up a new ISP connection and need some help.
The ISP will give me a /24 with 2 links (to 2 different routers of theirs, going out 2 different telecom circuits) and then both of those will connect to my Cisco 3560G switch. They said to use BGP.
They are my only ISP and yes i'm only using 1 switch on my end.

Here's the setup and info they gave me:

Link 1:  
ISP IP 1.1.1.209/30
My IP 1.1.1.210
My port # GigabitEthernet0/1

Link 2:
ISP IP 1.1.1.213/30
My IP 1.1.1.214
My port # GigabitEthernet0/2

AS # 65533 (internal BGP i believe)

The IP's for my equipment are 2.2.2.0/0
so i want my switch to be 2.2.2.1

then, i can configure the ports to my firewall and stuff on my own.

can anyone help me, maybe with a sample config for the cisco to cover the BGP and interfaces?

Thanks!

ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tabush
tabush

ASKER

Thanks. Would I use 65533 for their AS also? And based on this do I need a line like "ip route 0.0.0.0 0.0.0.0 (next hop)? Or do the bgp lines do that?
>Thanks. Would I use 65533 for their AS also?

If that's their AS.

>And based on this do I need a line like "ip route 0.0.0.0 0.0.0.0 (next hop)? Or do the bgp lines do that?

BGP could provide you with a default route.  

The thing is, whole books are written on the configuration and operation of BGP. This is kind of like a "How do I configure my switch" question. There are TONS of variables.
Avatar of tabush

ASKER

understood... thanks for the info!