Hi Everyone,
I am stuck on MPLS config as I am receiving below error
====
%BGP-4-VPNV4NH_MASK: Nexthop 10.0.6.6 may not be reachable from neigbor 10.0.4.4 - not /32 mask
====
I am using 32 bit mask on my loopbacks, so I don't think so that this has anything to do with mpls forwarding table or FEC.
Below is the config from R6
====
R6#sh mpls for 10.0.4.4
Local Outgoing Prefix Bytes tag Outgoing Next Hop
tag tag or VC or Tunnel Id switched interface
608 102 10.0.4.4/32 0 Fa0/0.16 10.0.16.1
====
R6#sh ip bgp vpnv4 vrf B 10.2.9.9 <<<<<<< Trying to reach this from BB1 from SW3
BGP routing table entry for 6:2:10.2.9.9/32, version 11
Paths: (1 available, best #1, table B)
Flag: 0x820
Not advertised to any peer
Local, imported path from 4:2:10.2.9.9/32
10.0.4.4 (metric 4) from 10.0.4.4 (10.0.4.4)
Origin incomplete, metric 156160, localpref 100, valid, internal, best
Extended Community: RT:4:2 Cost:pre-bestpath:128:156160 0x8800:32768:0
0x8801:10:130560 0x8802:65281:25600 0x8803:65281:1500
mpls labels in/out nolabel/412
====
BB1#sh ip ro 10.2.9.9
Routing entry for 10.2.9.9/32
Known via "eigrp 10", distance 90, metric 2300416, type internal
Redistributing via eigrp 10
Last update from 54.1.1.6 on Serial0/0.101, 00:03:30 ago
Routing Descriptor Blocks:
* 54.1.1.6, from 54.1.1.6, 00:03:30 ago, via Serial0/0.101
Route metric is 2300416, traffic share count is 1
Total delay is 25100 microseconds, minimum bandwidth is 1544 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 2
====
R6#sh ip ro vrf B 10.2.9.9
Routing entry for 10.2.9.9/32
Known via "bgp 200", distance 200, metric 156160, type internal
Redistributing via eigrp 10
Advertised by eigrp 10 metric 100000 100 255 1 1500
Last update from 10.0.4.4 00:06:22 ago
Routing Descriptor Blocks:
* 10.0.4.4 (Default-IP-Routing-Table), from 10.0.4.4, 00:06:22 ago
Route metric is 156160, traffic share count is 1
AS Hops 0
====
R4#sh mpls for 10.0.6.6
Local Outgoing Prefix Bytes tag Outgoing Next Hop
tag tag or VC or Tunnel Id switched interface
402 201 10.0.6.6/32 0 Fa0/0.24 10.0.24.2
====
SW3#sh ip ro 200.0.0.1 <<<<<<<<<< Destination on BB1
Routing entry for 200.0.0.0/24
Known via "eigrp 10", distance 90, metric 2298112, type internal
Redistributing via eigrp 10
Last update from 10.2.49.4 on Vlan49, 00:05:04 ago
Routing Descriptor Blocks:
* 10.2.49.4, from 10.2.49.4, 00:05:04 ago, via Vlan49
Route metric is 2298112, traffic share count is 1
Total delay is 25010 microseconds, minimum bandwidth is 1544 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 2
====
Routing entry for 200.0.0.0/24
Known via "bgp 200", distance 200, metric 2297856, type internal
Redistributing via eigrp 10
Advertised by eigrp 10 metric 100000 100 255 1 1500
Last update from 10.0.6.6 00:06:06 ago
Routing Descriptor Blocks:
* 10.0.6.6 (Default-IP-Routing-Table), from 10.0.6.6, 00:06:06 ago
Route metric is 2297856, traffic share count is 1
AS Hops 0
====
R4#sh ip bgp vpnv4 vrf B 200.0.0.1
BGP routing table entry for 4:2:200.0.0.0/24, version 113
Paths: (1 available, best #1, table B)
Not advertised to any peer
Local, imported path from 6:2:200.0.0.0/24
10.0.6.6 (metric 4) from 10.0.6.6 (10.0.6.6)
Origin incomplete, metric 2297856, localpref 100, valid, internal, best
Extended Community: RT:6:2
Cost:pre-bestpath:128:2297856 (default-2145185791) 0x8800:32768:0
0x8801:10:640000 0x8802:65281:1657856 0x8803:65281:1500
mpls labels in/out nolabel/611
====
Please let me know if yo need more info, i am stuck here
Thanks