Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Basic BGP setup

Status
Not open for further replies.

TillmanZ

Programmer
Joined
Sep 13, 2006
Messages
5
Location
DE
Hi there!

Could anyone help me with some step-by-step instructions on how to setup the following scenario:

Summit48si

Port1 connected to ISP
My address space 123.123.123.0/24 - AS45678
ISPs router: 62.100.100.100/30 - AS1234
My transfer net: 62.100.100.101/30

Port 10-48 VLan "Main"
with 123.123.123.0/24
123.123.123.1 being the DefaultGate(the summit) for stations connected to those ports


When I tried to set it up I always get the "no interface in routing mode" error.

Hope you can help me as I struggle for quite some time now already. :-)


Cheers,

Tillman
 
This is what I have done so far:

create vlan Upstream1
configure Upstream1 add ports 1
configure Upstream1 ipaddress 62.100.100.101/30
enable ipforwarding Upstream1

configure bgp as-number 45678
configure bgp routerid 62.100.100.101
configure bgp add network 123.123.123.0/24
create bgp neighbor 62.100.100.100 remote-as-number 1234
enable bgp neighbor 62.100.100.100
enable bgp


By the way - how would I add a second upstream provider?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top