Home > Archive > CCIE > April 2002 > Please help... bgp. 3 AS





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Please help... bgp. 3 AS
Timi_137

2002-04-15, 9:53 am

Here is the senerio..
AS 100 >> AS 200 >> 300. That is, AS 100 is directly connected to AS 200 which directly connected to AS 300. All network inside each AS as directly connected. 2 networks each. No routing protocol is configured. Now, I can ping and see device in networks in AS 100 from AS 200 and vice verser. I can see all routes from AS 300 but cannot get to any network in AS 100 from AS 300. Question is, how do you configure bgp to see network in different AS that are not directly connected. If I do sh ip bgp and show ip route, I can see all route to all XXX and all network. Thanks you all.
poks

2002-04-15, 2:07 pm

Paste your router's config. I don't see any reason why you can't ping the network in AS100 from AS300. Is your config similar to this one:

AS100
networks : 10.10.10.0/24, 10.10.100.0/24
router bgp 100
network 10.10.10.0 mask 255.255.255.0
network 10.10.100.0 mask 255.255.255.0
neighbor XXXX.XXXX.XXXX.XX remote-as 200

AS200
networks : 50.50.50.0/24, 50.50.150.0/24
router bgp 200
network 50.50.50.0 mask 255.255.255.0
network 50.50.150.0 mask 255.255.255.0
neighbor XXXX.XXXX.XXXX.XX remote-as 100
neighbor XXXX.XXXX.XXXX.XX remote-as 300

AS300
networks: 70.70.70.0/24, 70.70.170.0/24
router bgp 300
network 70.70.70.0 mask 255.255.255.0
network 70.70.170.0 mask 255.255.255.0
neighbor XXXX.XXXX.XXXX.XX remote-as 200
Timi_137

2002-04-15, 3:00 pm

Your conf is similar to mine except I don't have the mask specified in the network command. I'm at work now, I will paste my config when I get home. Please check site late on tonight, if you have some time.
LANlord

2002-04-16, 11:51 am

A lot of people forget to do this when configuring BGP:
When you make a configuration change with respect to a neighbor for which a peer relationship has been established, be sure to reset the BGP session with that neighbor. To reset the session, at the system prompt, issue the clear ip bgp EXEC command specifying the IP address of that neighbor.

I know I have forgotten on more than one occasion.
Timi_137

2002-04-16, 2:18 pm

Yes I do reset the bgp nei everytime changes are made. I think bgp is a very complecated protocol. I'm working on iot everyday, so I know one day I will be a bgp guru. Thanks to you all.
Sponsored Links





Free Braindumps | MCSE braindumps software forum

Copyright 2003 - 2008 examnotes.net