Cisco Systems Sample BGP Config

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Sample BGP Config M 07-08-08
|--> Re: Sample BGP Config guercio@_toglim...07-09-08
Posted by M on July 8, 2008, 7:25 pm
Please log in for more thread options
Does anyone have a sample BGP config for a 3700 series router they would be
willing to share? Still trying google but not finding much.

Matt



Posted by guercio@_toglimi_gmail.com on July 9, 2008, 8:06 am
Please log in for more thread options
> Does anyone have a sample BGP config for a 3700 series router they would =
be
> willing to share? =A0Still trying google but not finding much.

Do you mean external bgp for an autonomous system?

if you want a non transit configuration it's like this:

ip as-path access-list 10 permit ^$
ip as-path access-list 20 permit ^REMOTEASNUMBER_

route-map out permit 10
match as-path 10

route-map in permit 20
match as-path 20

router bgp YOURASNUMBER
bgp log-neighbor-changes
neighbor REMOTEPEERIP remote-as REMOTEASNUMBER
!
address-family ipv4
neighbor REMOTEPEERIP route-map in in
neighbor REMOTEPEERIP route-map out out
no auto-summary
no synchronization
network YOURNETWORK
exit-address-family

'ao
Guercio

Posted by Merv on July 9, 2008, 12:56 pm
Please log in for more thread options
> Does anyone have a sample BGP config for a 3700 series router they would be
> willing to share? Still trying google but not finding much.
>
> Matt


should be more or less independent of the IOS platform

google for

"Cisco BGP sample config"

"BGP tutorial"



take a look at
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a008009456d.shtml

and

avi.freedman.net/bigbgp.ppt


Similar ThreadsPosted
Sample BGP Config July 8, 2008, 7:25 pm
Sample config of Bonded T1 August 2, 2007, 9:42 am
CCNA sample Q clarification January 10, 2007, 10:44 am
Need sample code for Multilink1 setup with two isp February 22, 2007, 10:19 am
sample ccie/ccnp labs for dynamips June 25, 2007, 11:55 pm
initial config of 3560, set config, cant ping~~nv_done: unable to open "flash:/C:\new\config.new February 5, 2008, 11:39 pm
copy startup-config running-config ??? Why is this command not used. April 1, 2007, 12:01 am
2924 Switch: VLAN config not in config.text May 22, 2007, 5:23 am
can not save running-config to startup-config. November 10, 2005, 11:56 am
IOS IDS config ? July 13, 2005, 4:03 pm
QoS Config July 14, 2005, 9:30 pm
Config of a 515 PIX July 31, 2005, 9:12 am
Help config Pix 501 . . . please September 11, 2005, 1:18 pm
need config help October 24, 2005, 3:15 pm
Please help with 515 config November 7, 2005, 2:28 pm