Internet.com
Get your
ISP-News
courtesy of
internetnews.com




Search ISP-Lists
Search:
ISP Channel
CLEC-Planet
ISP Glossary
ISP News
ISP-Planet
ISP-Lists
E-mail Newsletters
Opt-in Announcements
Discussion Forums
internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

The ISP-Lists.com Email Discussion List Community

<- Previous Message | Next Message ->
Thread Index
[isp-bgp] Re: Sample BGP Config
Quick 5 minute config...

Router1:
!
router bgp YOUR_ASN
 network your_aggregate mask x.x.x.x
 neighbor router2 remote-as YOUR_ASN
 neighbor router2 next-hop-self
 neighbor ISP2 remote-as ISP2_ASN
 neighbor ISP2 prefix-list outbound out
 neighbor ISP2 filter-list 1 out
!
ip prefix-list outbound seq 5 permit your_aggregate/cidr
ip prefix-list outbound seq 10 permit your_specifics_if_any_that_needs_to_be_announced/24
ip prefix-list outbound seq 20 deny 0.0.0.0/0 le 32
!
ip as-path access-list 1 permit ^$
ip as-path access-list 1 permit ^(_YOURAS)+$


Router2:
!
router bgp YOUR_ASN
 network your_aggregate mask x.x.x.x
 neighbor router1 remote-as YOUR_ASN
 neighbor router1 next-hop-self
 neighbor ISP1 remote-as ISP1_ASN
 neighbor ISP1 prefix-list outbound out
 neighbor ISP1 filter-list 1 out
!
ip prefix-list outbound seq 5 permit your_aggregate/cidr
ip prefix-list outbound seq 10 permit your_specifics_if_any_that_needs_to_be_announced/24
ip prefix-list outbound seq 20 deny 0.0.0.0/0 le 32
!
ip as-path access-list 1 permit ^$
ip as-path access-list 1 permit ^(_YOURAS)+$

-hc
-- 
Sincerely,
  Haesu C.
  TowardEX Technologies, Inc.
  WWW: http://www.towardex.com
  E-mail: haesu@...
  Cell: (978) 394-2867

On Tue, Jul 15, 2003 at 02:47:02PM -0700, Christopher J. Wolff wrote:
> Hello,
> 
> I'm looking for a couple of sample cisco configs that illustrate two
> multihomed routers connected by an IGP session.  For example;
> 
> Router 1----------Isp 1
> |
> |
> IGP
> |
> |
> Router 2----------Isp 2
> 
> I read the Cisco scenarios for multihomed networks documents but I
> didn't like what I read.  Thank you in advance.
> 
> C.J. Wolff, VP CIO
> Broadband Laboratories, Inc.
> http://www.bblabs.com 
> 
> 
> 
> 

Replies
[isp-bgp] Sample BGP Config, Christopher J. Wolff
<- Previous Message | Next Message ->
Thread Index

ISP Glossary
Find an ISP Term

Need Help?

JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
IBM Whitepaper: Innovative Collaboration to Advance Your Business
Internet.com eBook: Real Life Rails
Avaya Article: Call Control XML - Powerful, Standards-Based Call Control
Internet.com eBook: The Pros and Cons of Outsourcing
Go Parallel Article: Scalable Parallelism with Intel(R) Threading Building Blocks
Internet.com eBook: Best Practices for Developing a Web Site
IBM CXO Whitepaper: The 2008 Global CEO Study "The Enterprise of the Future"
Avaya Article: Call Control XML in Action - A CCXML Auto Attendant
Go Parallel Article: James Reinders on the Intel Parallel Studio Beta Program
IBM CXO Whitepaper: Unlocking the DNA of the Adaptable Workforce--The Global Human Capital Study 2008
Adobe Acrobat Connect Pro: Web Conferencing and eLearning Whitepapers
Go Parallel Article: Getting Started with TBB on Windows
HP eBook: Storage Networking , Part 1
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Go Parallel Video: Intel(R) Threading Building Blocks: A New Method for Threading in C++
HP Video: Is Your Data Center Ready for a Real World Disaster?
Microsoft Partner Portal Video: Microsoft Gold Certified Partners Build Successful Practices
HP On Demand Webcast: Virtualization in Action
Go Parallel Video: Performance and Threading Tools for Game Developers
Rackspace Hosting Center: Customer Videos
Intel vPro Developer Virtual Bootcamp
HP Disaster-Proof Solutions eSeminar
HP On Demand Webcast: Discover the Benefits of Virtualization
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Microsoft Download: Silverlight 2 Software Development Kit Beta 2
30-Day Trial: SPAMfighter Exchange Module
Red Gate Download: SQL Toolbelt
Iron Speed Designer Application Generator
Microsoft Download: Silverlight 2 Beta 2 Runtime
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
IBM IT Innovation Article: Green Servers Provide a Competitive Advantage
Microsoft Article: Expression Web 2 for PHP Developers--Simplify Your PHP Applications
Featured Algorithm: Intel Threading Building Blocks - parallel_reduce
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES