vrf aware router not installing type-3 received from non-vrf aware neighbor

i’m stumped….the type 3′s are in the database, but not in the routing table of r4.  and only R4.  Router IDs are 192.168.r.r

(area 0) – R1 (area1) — R3 — Sw2 (vrf un-aware) — (vrf aware)R4

R4#sho ip os data

            OSPF Router with ID (172.16.128.130) (Process ID 1)

                Router Link States (Area 1)

Link ID         ADV Router      Age         Seq#       Checksum Link count
172.16.128.130  172.16.128.130  1047        0×80000001 0x0048EB 1
192.168.1.1     192.168.1.1     1560        0×80000139 0x00F8F6 3
192.168.3.3     192.168.3.3     1493        0x8000013B 0x00911A 4
192.168.8.8     192.168.8.8     667         0×80000144 0x009A0A 3
192.168.9.9     192.168.9.9     1660        0x8000013B 0x00CE57 3
192.168.10.10   192.168.10.10   1436        0x8000013C 0x00F727 3

                Net Link States (Area 1)

Link ID         ADV Router      Age         Seq#       Checksum
172.16.128.65   192.168.3.3     1493        0x8000013A 0x00C9FA
172.16.128.97   192.168.8.8     175         0x8000013B 0x00A4EA
172.16.128.129  192.168.8.8     1048        0×80000001 0x004F98

               Summary Net Link States (Area 1)

Link ID         ADV Router      Age         Seq#       Checksum
172.16.0.64     192.168.1.1     1064        0×80000008 0x00B337
172.16.0.96     192.168.1.1     1100        0×80000008 0×007258
172.16.0.128    192.168.1.1     1100        0×80000008 0x003B6E
192.168.1.1     192.168.1.1     1596        0×80000139 0x0040EB
192.168.2.2     192.168.1.1     1100        0×80000008 0x009AC0
192.168.7.7     192.168.1.1     1100        0×80000008 0x003B15

                Summary ASB Link States (Area 1)

Link ID         ADV Router      Age         Seq#       Checksum
192.168.7.7     192.168.1.1     1100        0×80000008 0x00232D

                Type-5 AS External Link States

Link ID         ADV Router      Age         Seq#       Checksum Tag
0.0.0.0         192.168.7.7     1541        0×80000139 0x0060A1 1
0.0.0.0         192.168.8.8     211         0x8000013A 0x0051AD 1
4.1.1.0         192.168.9.9     1696        0×80000139 0x00C557 200
28.28.2.0       192.168.9.9     1696        0×80000139 0x003CAC 200
98.0.0.0        192.168.9.9     1696        0×80000139 0x00E7A4 0
100.1.1.0       192.168.7.7     1542        0×80000139 0x00DCAC 0
100.2.2.0       192.168.8.8     212         0x8000013A 0x00B6CD 0
100.3.3.0       192.168.9.9     1697        0×80000139 0x0094EC 0
R4#
R4#sh run int fa 0/0
Building configuration…

Current configuration : 145 bytes
!
interface FastEthernet0/0
ip vrf forwarding vpna
ip address 172.16.128.130 255.255.255.224
ip ospf mtu-ignore
duplex auto
speed auto
end

R4#sho ip rout vrf vpna

Routing Table: vpna
Codes: C – connected, S – static, R – RIP, M – mobile, B – BGP
       D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area
       N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2
       E1 – OSPF external type 1, E2 – OSPF external type 2
       i – IS-IS, su – IS-IS summary, L1 – IS-IS level-1, L2 – IS-IS level-2
       ia – IS-IS inter area, * – candidate default, U – per-user static route
       o – ODR, P – periodic downloaded static route

Gateway of last resort is 172.16.128.129 to network 0.0.0.0

     100.0.0.0/24 is subnetted, 2 subnets
O E2    100.3.3.0 [110/20] via 172.16.128.129, 00:24:14, FastEthernet0/0
O E2    100.2.2.0 [110/20] via 172.16.128.129, 00:24:14, FastEthernet0/0
     98.0.0.0/14 is subnetted, 1 subnets
O E2    98.0.0.0 [110/20] via 172.16.128.129, 00:24:14, FastEthernet0/0
     192.168.8.0/32 is subnetted, 1 subnets
O       192.168.8.8 [110/2] via 172.16.128.129, 00:24:14, FastEthernet0/0
     4.0.0.0/24 is subnetted, 1 subnets
O E2    4.1.1.0 [110/20] via 172.16.128.129, 00:24:15, FastEthernet0/0
     192.168.9.0/32 is subnetted, 1 subnets
O       192.168.9.9 [110/3] via 172.16.128.129, 00:24:15, FastEthernet0/0
     192.168.10.0/32 is subnetted, 1 subnets
O       192.168.10.10 [110/3] via 172.16.128.129, 00:24:17, FastEthernet0/0
     172.16.0.0/27 is subnetted, 6 subnets
O       172.16.128.0 [110/4] via 172.16.128.129, 00:24:17, FastEthernet0/0
O       172.16.128.96 [110/2] via 172.16.128.129, 00:24:17, FastEthernet0/0
O       172.16.128.64 [110/3] via 172.16.128.129, 00:24:17, FastEthernet0/0
O       172.16.0.32 [110/68] via 172.16.128.129, 00:24:17, FastEthernet0/0
C       172.16.128.128 is directly connected, FastEthernet0/0
O       172.16.0.0 [110/68] via 172.16.128.129, 00:24:17, FastEthernet0/0
     28.0.0.0/24 is subnetted, 1 subnets
O E2    28.28.2.0 [110/20] via 172.16.128.129, 00:24:17, FastEthernet0/0
     192.168.3.0/32 is subnetted, 1 subnets
O       192.168.3.3 [110/4] via 172.16.128.129, 00:24:17, FastEthernet0/0
O*E2 0.0.0.0/0 [110/1] via 172.16.128.129, 00:24:17, FastEthernet0/0

Tagged with  

0 thoughts on “vrf aware router not installing type-3 received from non-vrf aware neighbor

  1. easy money? go link -States that lost school money face reform dilemmas http://bit.ly/eo6jhe http://bit.ly/nbgx

  2. tweetreddit says:

    The United States of America According to Google Autocomplete: submitted by Moldavite [link] [1 comment] http://bit.ly/i6RgFV

  3. apushbarker says:

    An interesting link:
    Line by line comparison of the United States and Confederate States Constitutions…. http://fb.me/uSnYWH3M

  4. sweetypiechat says:

    Awful rumor patrol. I’m very much alive. Please stop tweeting out that link that states otherwise. Thank you.

  5. FreebieLink says:

    Free Sample of John Frieda Sheer Blonde (Select States) http://bit.ly/fc8bdO

  6. Check+out+this+link%3A+http%3A%2F%2Fpollsandreviews.com%2Fv1%2Fpoll%2Fwar%2Fis-it-true-that-the-baltic-states

  7. HunnaeBunnae says:

    open here http://bit.ly/coBlgo & click the link to download d app straight to your blackberry. Printing documents is premium.

  8. Docs say no link: She states that her research was based on information taken from the Breast Cancer Prevention … http://bit.ly/fr7eHl

  9. LINK! i can then buy mine in states

  10. secwatchigss says:

    US suspected Saudi envoy of terror link, Saudi Arabia General News …: The United States suspected a Saudi Arab… http://bit.ly/dIZW6w

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>