Thanks, Actually my issue was a conflicting router ID. Just had to look at it again. :)
Aaron -----Original Message----- From: Dan Spataro [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 11:30 AM To: Aaron Wendel; [email protected] Subject: RE: [f-nsp] Basic BGP Setup Aaron, You need to add this to your neighbor " update-source loopback x". For example router bgp local-as 10000 neighbor 172.16.1.1 remote-as 10000 neighbor 172.16.1.1 update-source loopback 1 Thanks, Dan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Wendel Sent: Tuesday, November 04, 2008 12:40 PM To: [email protected] Subject: [f-nsp] Basic BGP Setup Hi Guys, I'm working on building some foundry equipment into a test bed to evaluate replacing some Extreme gear. I'm having an issue with BGP setup. I have 2 BI4000's connected to each other through a FI1500. Straight layer 2 on the FI1500. I've attached an IP address to each 4000 and can ping between them. The problem is, when I bring up BGP between them it sticks in the "connect" state. Here's the config: router bgp local-as 10000 neighbor 172.16.1.1 remote-as 10000 Other 4000: router bgp local-as 10000 neighbor 172.16.1.2 remote-as 10000 Yes, it's supposed to be an iBGP session. I'm sure there's something super simple I forgot here. I'm not looking for any route maps or any other filtering at this point. Just want to get them talking to eachother and take it from there. Any ideas? Aaron _______________________________________________ foundry-nsp mailing list [email protected] http://puck.nether.net/mailman/listinfo/foundry-nsp _______________________________________________ foundry-nsp mailing list [email protected] http://puck.nether.net/mailman/listinfo/foundry-nsp
