BGP Router Details
I have 2 spoke and every spoke have 3 connection to the hub (2 using internet connection and 1 using WAN connection)
On spoke1 when i check routing details to spoke2 why i see duplicated entries only for both internet connections?
SPOKE01 (Internet) # get router info routing-table details 10.101.62.1
Routing table for VRF=0
Routing entry for 10.101.0.0/16
Known via "bgp", distance 200, metric 0, best
Last update 00:28:56 ago
* vrf 0 10.10.111.3 priority 1 (recursive is directly connected, INT1_2)
* vrf 0 10.10.112.3 priority 1 (recursive is directly connected, INT2_0)
* vrf 0 10.10.111.3 priority 1 (recursive is directly connected, INT1_2)
* vrf 0 10.10.112.3 priority 1 (recursive is directly connected, INT2_0)
* vrf 0 10.103.113.1 priority 1 (recursive via MPLS tunnel 192.168.120.1)
If i execute get router info routing table i only have 2 result below
B 10.101.0.0/16 [200/0] via 10.10.111.3 [2] (recursive is directly connected, INT1_2)), 00:16:47, [1/0]
[200/0] via 10.10.112.3 [2] (recursive is directly connected, INT2_0), 00:16:47, [1/0]
[200/0] via 10.103.113.1 (recursive via MPLS tunnel 192.168.120.1), 00:16:47, [1/0]
So why there are duplicated path in routing table details?
