Sample BGP Config

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

Reply to
M
Loading thread data ...

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

Reply to
guercio

should be more or less independent of the IOS platform

google for

"Cisco BGP sample config"

"BGP tutorial"

take a look at

formatting link
and

avi.freedman.net/bigbgp.ppt

Reply to
Merv

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.