lucky you. I have my routers set up and this was an easy Q&D yes it can be done.
you need: the proper interface configurations the proper bgp configurations the proper static routes, since the BGP peer addresses are not directly connected. in a way, this is much like the "bgp practice labs over the internet" things I do once in a while. example ( one side only ) router bgp 1 bgp log-neighbor-changes neighbor 222.222.222.8 remote-as 1 neighbor 222.222.222.8 ebgp-multihop 3 ip route 222.222.222.8 255.255.255.255 Serial0 interface Loopback1001 ip address 222.222.222.9 255.255.255.255 interface Serial0 ip unnumbered Loopback1001 the ebgp-multihop is required since the neighbor ip addresses are not on directly connected interfaces. the static route is required because otherwise, the router has no clue where to send packets destined for the BGP neighbor. ( I've been told that you can use a default-route, but in the past I have not had success that way ). HTH Chuck -- TANSTAAFL "there ain't no such thing as a free lunch" ""Daren Presbitero"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Folks, > > Anyone have any sample configs of 2 peers doing EBGP with both interfaces > using ip unnumbered and pointing to loopback addresses? I don't even know > if this can be done. > > Daren Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=57902&t=57901 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

