Odd. Here are my show commands from this section:
R3#sh ip bgp vpnv4 all 10.6.6.6
BGP routing table entry for 12349:9:10.6.6.0/24, version 112
Paths: (1 available, best #1, table CENTRAL_SERVICES)
Advertised to update-groups:
1
Local
172.30.103.5 from 0.0.0.0 (150.1.3.3)
Origin incomplete, metric 1, localpref 100, weight 32768, valid, sourced, best
Extended Community: RT:1:1
BGP routing table entry for 12349:100:10.6.6.0/24, version 179
Paths: (2 available, best #1, table 100, not advertised to EBGP peer, RIB-failure(17))
Advertised to update-groups:
1
Local, (Received from a RR-client)
169.254.255.255 from 150.1.1.1 (150.1.1.1)
Origin incomplete, metric 2560002816, localpref 100, valid, internal, best
Community: 666 no-export
Extended Community: RT:12349:100 0x8800:0:666 0x8801:10:2816
0x8802:257:2560000000 0x8803:257:1 0x8804:0:168166913 0x8805:11:0
Local
172.30.101.5 from 0.0.0.0 (150.1.3.3)
Origin incomplete, metric 1, localpref 90, valid, sourced
Extended Community: RT:12349:100
R1#sh ip route vrf 100 10.6.6.6
Routing entry for 10.6.6.0/24
Known via "eigrp 10", distance 170, metric 2560002816
Tag 666, type external
Redistributing via eigrp 10, bgp 12349
Advertised by bgp 12349 route-map EIGRP_TO_BGP
Last update from 10.1.17.7 on FastEthernet0/0, 00:31:19 ago
Routing Descriptor Blocks:
* 10.1.17.7, from 10.1.17.7, 00:31:19 ago, via FastEthernet0/0
Route metric is 2560002816, traffic share count is 1
Total delay is 110 microseconds, minimum bandwidth is 1 Kbit
Reliability 1/255, minimum MTU 1 bytes
Loading 1/255, Hops 1
Route tag 666
I used a bit different config on R7 which should still meet the requirements:
interface Loopback100
ip address 10.6.6.1 255.255.255.0
!
router eigrp 10
redistribute connected route-map SET_TAG_666
network 10.1.7.7 0.0.0.0
network 10.1.17.0 0.0.0.255
no auto-summary
!
route-map SET_TAG_666 permit 10
match interface Loopback100
set metric 1 1 1 1 1
set tag 666
R7#sh ip route 10.6.6.6
Routing entry for 10.6.6.0/24
Known via "connected", distance 0, metric 0 (connected, via interface)
Redistributing via eigrp 10
Advertised by eigrp 10 route-map SET_TAG_666
Routing Descriptor Blocks:
* directly connected, via Loopback100
Route metric is 0, traffic share count is 1
And, to show that the TAG 666 is there, here is the EIGRP topology table entry for 10.6.6.0/24:
R7#sh ip eigrp top 10.6.6.0/24
IP-EIGRP (AS 10): Topology entry for 10.6.6.0/24
State is Passive, Query origin flag is 1, 1 Successor(s), FD is 2560000256
Routing Descriptor Blocks:
0.0.0.0, from Rconnected, Send flag is 0x0
Composite metric is (2560000256/0), Route is External
Vector metric:
Minimum bandwidth is 1 Kbit
Total delay is 10 microseconds
Reliability is 1/255
Load is 1/255
Minimum MTU is 1
Hop count is 0
External data:
Originating router is 10.6.6.1 (this system)
AS number of route is 0
External protocol is Connected, external metric is 0
Administrator tag is 666 (0x0000029A)
I hope this helps you....