RE: NSSA: No Type 7/5 translation

From: Ali, Shahzad (Shahzad.Ali@xxxxxx)
Date: Mon Feb 19 2001 - 19:33:05 GMT-3


   
Ohmmmmmmm remove the ospf authentication and try the route-map on r3.

I am able to see 192.168.x.x netwok on r1 but same thing on r2 !!!!!!! any
input folkssssssssss.

r2#sh ip os database ns

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

                Type-7 AS External Link States (Area 2)

  LS age: 233
  Options: (No TOS-capability, No Type 7/5 translation, DC)
  LS Type: AS External Link
  Link State ID: 0.0.0.0 (External Network Number )
  Advertising Router: 172.1.5.5
  LS Seq Number: 80000001
  Checksum: 0xB148
  Length: 36
  Network Mask: /0
        Metric Type: 2 (Larger than any link state path)
        TOS: 0
        Metric: 1

!
r3
!
 !
router ospf 1
 redistribute connected route-map connected
 network 172.1.56.0 0.0.0.255 area 2
 network 172.1.6.0 0.0.0.255 area 2
 area 2 nssa
!
ip classless
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.2.0 0.0.0.255
route-map connected permit 10
 match ip address 1

Regards,

ShahzaD

-----Original Message-----
From: Nodir Nazarov [mailto:nodir@datatone.com]
Sent: Monday, February 19, 2001 1:48 PM
To: ccielab@groupstudy.com
Subject: NSSA: No Type 7/5 translation

Hello, Thr Group,

I have a little problem with NSSA.

Area0---R1---area2---R2----area3----R3---

I have redistributed connected interfaces into R3, they show up on R2 as
N2, but they don't show up on R1. Virtual link is fine as I see all
networks on R3 and R1. HOwever on R2 I got : No Type 7/5 translation
This is detail info I got on R2:

#sh ip os da ns

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

                Type-7 AS External Link States (Area 3)

  Routing Bit Set on this LSA
  LS age: 1020
  Options: (No TOS-capability, No Type 7/5 translation, DC)
  LS Type: AS External Link
  Link State ID: 192.168.5.0 (External Network Number )
  Advertising Router: 10.10.10.10
  LS Seq Number: 80000003
  Checksum: 0xE23
  Length: 36
  Network Mask: /24
        Metric Type: 1 (Comparable directly to link state metric)
        TOS: 0
        Metric: 20
        Forward Address: 172.30.136.2
        External Route Tag: 0

Here are configs:

R3:
router ospf 1
 redistribute connected metric-type 1
 network 172.30.136.0 0.0.0.255 area 3
 distribute-list 10 out connected
 area 0 authentication message-digest
 area 3 nssa
!
access-list 10 permit 192.168.5.0 0.0.0.255
access-list 10 permit 192.168.55.0 0.0.0.255

R2:
router ospf 1
 network 172.30.112.0 0.0.0.255 area 2
 network 172.30.136.0 0.0.0.255 area 3
 area 0 authentication message-digest
 area 2 authentication
 area 2 virtual-link 172.30.3.3 message-digest-key 1 md5 cisco
 area 3 nssa
!

R1:
router ospf 1
 network 172.30.40.0 0.0.0.255 area 0
 network 172.30.104.0 0.0.0.255 area 2
 network 172.30.112.0 0.0.0.255 area 2
 area 0 authentication message-digest
 area 2 authentication
 area 2 virtual-link 172.30.5.5 message-digest-key 1 md5 cisco
 area 3 authentication message-digest
!

Thank you for any hint !

Nodir



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:28:53 GMT-3