norteldude78
IS-IT--Management
Hello,
First of all, I can resolve issue by turning OFF synchronization
However, I am trying to understand how it works...
Topology:
R2------------R4
|
|
R3------FRSW
|
|
R1------------R5
AS 65400: R4 (bgp ID: 14.14.14.14)
AS 65000: R1, R2 and R3
AS 65500: R5
IBGP between R1 and R2
IBGP between R1 and R3
EBGP between R1 and R5
EBGP between R2 and R4
(no IBGP between R2 and R3, but there is IP connectivity)
OSPF between R2 and R3 and R1 over the Frame network
network type is point-to-multipoint non-broadcast.
OSPF neighbors are all FULL state
Synchronization is ON in AS 65000.
The issue:
R4 has interface loopback0: 4.4.4.0/24.
This is advertised via EBGP to R2.
I have redistrubted BGP into OSPF on R2.
R1 and R3 have the route in their route table via OSPF
Yet R1 still does not advertise this network to R5
R1 marks it as "not synchronized"
From my understanding once R1 and R3 learn this network via OSPF, it should now be "synchronized" and will be advertised to R5 via EBGP.
R2:
R2#show ip bgp 4.4.4.0
BGP routing table entry for 4.4.4.0/24, version 1258
Paths: (1 available, best #1, table Default-IP-Routing-Table)
Advertised to non peer-group peers:
172.12.123.1
65400
172.12.24.4 from 172.12.24.4 (14.14.14.14)
Origin IGP, metric 0, localpref 100, valid, external, best
R1:
R1#show ip route 4.4.4.0
Routing entry for 4.4.4.0/24
Known via "ospf 1", distance 110, metric 20
Tag 65400, type extern 2, forward metric 64
Last update from 172.12.123.2 on Serial1/0, 00:00:21 ago
Routing Descriptor Blocks:
* 172.12.123.2, from 2.2.2.2, 00:00:21 ago, via Serial1/0
Route metric is 20, traffic share count is 1
R1#show ip route
4.0.0.0/24 is subnetted, 1 subnets
O E2 4.4.4.0 [110/20] via 172.12.123.2, 00:00:44, Serial1/0
R1#show ip bgp 4.4.4.0
BGP routing table entry for 4.4.4.0/24, version 2417
Paths: (1 available, no best path)
Flag: 0x208
Not advertised to any peer
65400, (Received from a RR-client)
172.12.123.2 (metric 64) from 172.12.123.2 (2.2.2.2)
Origin IGP, metric 0, localpref 100, valid, internal, not synchronized
Anybody have a clue what I have done wrong?
Am I misunderstanding this synchronization thing?
Thanks,
-B
First of all, I can resolve issue by turning OFF synchronization
However, I am trying to understand how it works...
Topology:
R2------------R4
|
|
R3------FRSW
|
|
R1------------R5
AS 65400: R4 (bgp ID: 14.14.14.14)
AS 65000: R1, R2 and R3
AS 65500: R5
IBGP between R1 and R2
IBGP between R1 and R3
EBGP between R1 and R5
EBGP between R2 and R4
(no IBGP between R2 and R3, but there is IP connectivity)
OSPF between R2 and R3 and R1 over the Frame network
network type is point-to-multipoint non-broadcast.
OSPF neighbors are all FULL state
Synchronization is ON in AS 65000.
The issue:
R4 has interface loopback0: 4.4.4.0/24.
This is advertised via EBGP to R2.
I have redistrubted BGP into OSPF on R2.
R1 and R3 have the route in their route table via OSPF
Yet R1 still does not advertise this network to R5
R1 marks it as "not synchronized"
From my understanding once R1 and R3 learn this network via OSPF, it should now be "synchronized" and will be advertised to R5 via EBGP.
R2:
R2#show ip bgp 4.4.4.0
BGP routing table entry for 4.4.4.0/24, version 1258
Paths: (1 available, best #1, table Default-IP-Routing-Table)
Advertised to non peer-group peers:
172.12.123.1
65400
172.12.24.4 from 172.12.24.4 (14.14.14.14)
Origin IGP, metric 0, localpref 100, valid, external, best
R1:
R1#show ip route 4.4.4.0
Routing entry for 4.4.4.0/24
Known via "ospf 1", distance 110, metric 20
Tag 65400, type extern 2, forward metric 64
Last update from 172.12.123.2 on Serial1/0, 00:00:21 ago
Routing Descriptor Blocks:
* 172.12.123.2, from 2.2.2.2, 00:00:21 ago, via Serial1/0
Route metric is 20, traffic share count is 1
R1#show ip route
4.0.0.0/24 is subnetted, 1 subnets
O E2 4.4.4.0 [110/20] via 172.12.123.2, 00:00:44, Serial1/0
R1#show ip bgp 4.4.4.0
BGP routing table entry for 4.4.4.0/24, version 2417
Paths: (1 available, no best path)
Flag: 0x208
Not advertised to any peer
65400, (Received from a RR-client)
172.12.123.2 (metric 64) from 172.12.123.2 (2.2.2.2)
Origin IGP, metric 0, localpref 100, valid, internal, not synchronized
Anybody have a clue what I have done wrong?
Am I misunderstanding this synchronization thing?
Thanks,
-B