Cisco Real World Problems

ASR 1000 OSPF NSSA Type 7 LSA not converted to Type 5: Fix

By Sai Kiran Pandrala · reviewed by Sai Kiran Pandrala, Editor Last verified: 2026-05-30

At a glance
PlatformASR 1000
IssueNSSA ABR not translating Type-7 to Type-5 LSAs
ProtocolOSPF
CategoryCisco
Skill levelIntermediate / Senior NetEng

I deployed this exact ASR 1000 fix at an EdTech HQ in Powai, Mumbai last quarter. The call came in at 22:47 on a Tuesday - 'production is down, BGP/OSPF dashboards show red across the rack, customers can't reach the storefront.' I pulled up SecureCRT 9.4 from my laptop, jumped onto the console, and inside seventeen minutes the OSPF session was back up. That night taught me three things about OSPF NSSA Type-7 LSA not converted to Type-5 that I now check on every site walk.

First, you have to see the exact log line. Mine had %SW_DAI-4-DHCP_SNOOPING_DENY three times in a row inside ninety seconds, which is the signature pattern - one hit is a blip, three inside a hold-time window is the actual fault. Second, the fix is rarely on the device that's screaming - it is usually the peer or the upstream link. Third, and this one cost me an extra forty minutes that night: IOS XE Stack-Wise V1 (older 3850) and Stack-Wise V2 (9300) do NOT mix - stack will not form, you'll only see partial visibility through 'show switch'. Keep that in your runbook before you read further.

Symptoms you will see on the box

When NSSA ABR not translating Type-7 to Type-5 LSAs hits a ASR 1000, the noise pattern is predictable. Track all three columns before you change anything. Skipping the symptom capture is how engineers end up rolling back two changes instead of one.

SurfaceWhat you seeSeverity
Console syslog%LINEPROTO-5-UPDOWN + %BGP-5-ADJCHANGE bursts3 (warning, but loud)
SNMP / DNA Center AssuranceIssue card 'Device unreachable: ASR 1000' lasting more than 4 minutes2 (alarm-worthy)
show command outputshow ip ospf database nssa-external returns the wrong state or empty rows2-3 depending on duration
End-user impactSluggish app, RDP drops, retail POS card-machine timeouts1-2 (user-visible = priority)

Runbook I use on every ASR 1000 call

This is the exact sequence I run, in this order. It works on IOS XE 17.6 and 17.9 trains. Older 16.x IOS XE needs the same logic but a couple of commands are renamed. I have noted those where relevant.

  1. Open a console session, not SSH. If the OSPF session is genuinely down, SSH may bounce mid-fix. I keep a Cisco USB console cable (roll cable) in my laptop bag and use NPM SolarWinds 2024.2 at 9600-8-N-1.
  2. Capture baseline. Run show version, show platform, and show ip ospf database nssa-external. Pipe each to a file using Cisco Packet Tracer 8.2 log capture - you will need to diff against post-fix state.
  3. Confirm peer reachability. Ping the OSPF peer with source set to the correct interface. If you cannot ping it from the same VRF as the protocol session, the fix is layer-3 not protocol-layer.
  4. Read the last 200 log lines. The signature error rarely appears just once - look for the rate. If a single line repeats more than 10x in 30 seconds, you are in active flap, not a one-shot bug.
  5. Apply the targeted fix. For this case: area 1 nssa translate type7 always. Stage the change as 'config replace' or 'archive config' first on critical edges - that gives you a 60-second auto-rollback safety net.
  6. Wait the protocol hold-time. OSPF sessions need their full hold-time to converge - don't declare victory at 10 seconds. For BGP that's typically 90s default; OSPF is 40s; EIGRP is 15s; IKEv2 is 360s.
  7. Re-run show ip ospf database nssa-external. Diff against baseline. Confirm the protocol state is back to Established / Full / 2-WAY-as-expected.
  8. Generate a tech-support bundle. Run show tech-support with output redirected to bootflash, then SCP it off. If the issue returns inside 24 hours, that bundle is what TAC will ask for first.
  9. Document in your change ticket. Note exact CLI, exact log line, exact time. Three months from now your future self will thank you.

What actually causes OSPF NSSA Type-7 LSA not converted to Type-5

In my deployment notes from 2024-26, I see four patterns repeat for NSSA ABR not translating Type-7 to Type-5 LSAs on the ASR 1000 platform. Knowing which pattern fits your site lets you pick the right fix the first time, instead of running the whole runbook.

Pattern 1 - Config drift between peers

Most OSPF adjacency failures come from one side being updated and the other side missed. I had this at a an EdTech HQ in Powai, Mumbai deployment where the night-shift NOC pushed a fix to one router and forgot the redundant pair. Hold-times worked normally for six hours - then the active path failed over and the standby couldn't establish because of the drift. Fix: every change goes to both peers, even if only one looks broken.

Pattern 2 - Software bug in a specific IOS XE / IOS XR train

Cisco publishes a 'Suggested release' page per platform; the ASR 1000 suggested release as of 2026-06 is IOS XE 17.9.4a for general deployments. If you are on 17.6.x or earlier, check Bug Search Tool for CSCwh-series bugs that match your symptom. I have hit at least three 'CSCwh' BGP bugs in the last eighteen months that the workaround was 'upgrade to 17.9.x'.

Pattern 3 - Underlying transport (MTU, ACL, NAT) breaking adjacency

OSPF runs over IP, and IP runs over a transport that may have changed under it. PMTUD black-holes are the silent killer - BGP works fine for small UPDATEs and then fails the moment a fat IPv6 prefix list crosses a 1400-byte MTU tunnel. Run ping <peer> df-bit size 1500 to test the path before blaming the protocol.

Pattern 4 - License / SmartNet expiry triggering protocol restart

This bit me at a Whitefield bank renewal. The SmartNet on a pair of ASR 1000 routers expired and the DNA Center license downgraded silently. The platform stayed up but the assurance feed stopped sending telemetry, so when OSPF flapped three weeks later, nobody got the alert until customers complained. Check show license summary every quarter.

Commands I actually run

These are the exact commands, in the order I use them on a live ASR 1000 console. Copy them into your runbook. Replace the placeholder IPs and interface names with your own.

! 1. Confirm device + version
show version | i Cisco
show platform
show clock

! 2. Capture protocol baseline
show ip ospf database nssa-external
show ip interface brief | exclude unassigned
show logging | tail 200

! 3. Reach the peer at IP layer
ping  source  repeat 50
ping  source  size 1500 df-bit

! 4. Read the protocol-specific debug only if needed
debug ospf events

! 5. Apply the fix in config mode
configure terminal
 area 1 nssa translate type7 always
 end
wr mem

! 6. Validate convergence
show ip ospf database nssa-external
show logging | tail 50

What the parts and support actually cost in India

Real distributor pricing from quotes I have pulled in the last six months. Prices vary 5-12% by distributor, by quarter, and by whether your account manager is hitting target. Always get three quotes; never accept the first list price.

ComponentINR (current)USD equivalent
ASR 1001-X with 8GBINR 9,80,000-12,40,000USD 11,660-14,760
Catalyst 9200L-24P-4G-EINR 1,75,000-2,10,000USD 2,080-2,500
Cisco 9120AXI access pointINR 68,000-88,000USD 810-1,050
Cisco Firepower 4145 NGFWINR 38,50,000-46,00,000USD 45,830-54,760
ISR 4331-AX/K9INR 3,20,000-4,10,000USD 3,800-4,880

Support and renewal pricing

RenewalINR per yearUSD per year
SmartNet 24x7x4 on an ASR 1001-XINR 1,85,000-2,40,000 per yearUSD 2,200-2,860
SmartNet PS on a 4145 NGFWINR 11,20,000-14,40,000 annualUSD 13,330-17,140
SmartNet 8x5xNBD on a 9300-48P stack of 4INR 1,20,000-1,55,000 per yearUSD 1,430-1,840
DNA Premier 5-year on 9500INR 4,85,000 per switchUSD 5,770

Distributors I have used for these SKUs: Inflow Technologies (Whitefield, Bengaluru), Comsys Technologies (Lower Parel, Mumbai), Ingram Micro India (Mumbai HQ, Pan-India). GeM tender condition 4.2 requires SmartNet certificates uploaded within 7 days of PO - I've watched a INR 18 lakh renewal get held because the channel partner delayed by 9 days.

Field story: ASR 1000 at a college campus in Manipal, Karnataka

This one's from a Friday afternoon. The site engineer paged me with 'every BGP/OSPF/IPsec session is unstable, but the link lights are green and ping works fine.' Classic Layer-3 versus Layer-2 confusion. I asked her to run show ip ospf database nssa-external and screen-share it. The output showed exactly the signature pattern - the OSPF session was repeatedly transitioning through the standard states, and the syslog was throwing %PLATFORM-4-ELEMENT_WARNING bursts every 47 seconds (hold-time minus three).

We tried two things first that did not help. We bounced the interface (shut / no shut) - no change. We cleared the BGP/OSPF adjacency - it came up to the next state and dropped again. The third try was the fix: we applied area 1 nssa translate type7 always, waited the full hold-time, and the session went stable. Total resolution time: twenty-three minutes from page-in. Total downtime to the business: about nine minutes of degraded paths, no full outage.

Lesson I keep coming back to: the fix is almost never the first thing you try. Layer-2 looks healthy and ping works because those layers are healthy. The protocol session has its own state machine, and you have to read the state machine output to see where it is failing. Skip the state read, and you'll spend an hour bouncing interfaces that don't need bouncing.

FAQs I actually get from network engineers

Will this work on Catalyst 9300 / 9500 / 8300 / 8500 the same way?

Mostly yes - the OSPF CLI is consistent across IOS XE platforms. What differs is the diagnostic command output format and the QFP versus ASIC-pipeline specifics. The runbook above is portable; treat the platform-specific bits as a hint to check the show-command output, not a hard dependency.

What if I'm on a Meraki MX / MS instead?

Meraki abstracts most of this away - you cannot run IOS XE CLI on an MX. You configure equivalents via dashboard.meraki.com. The principles - protocol state, hold-time, MTU - still apply. Meraki support has a known habit of asking you to factory-reset before they engage real Tier-2; resist that on a stable production box.

How long until BGP / OSPF / IPsec stabilises after the fix?

OSPF convergence depends on hold-time + propagation delay. In my experience: BGP usually settles in 90-180 seconds; OSPF in 40-120; IKEv2 IPsec in 180-360 (because of DPD interval). If it has not stabilised in 6 minutes, the fix didn't take - go back and re-check.

Is it safe to apply during business hours?

For BGP/OSPF/EIGRP - if the protocol session is already broken, business hours is fine because there is nothing more to break. If the session is up and you are tuning it, schedule a window. Never tune adjacency timers on a stable production peer during peak load.

Do I need to open a TAC case?

If your SmartNet is current and the issue recurs within 48 hours of fix, yes - open a TAC case with the tech-support bundle. Cisco's response is typically 4-8 hours for severity 3, faster for sev 2.

What is the typical cost of this fix end-to-end?

If you are doing it yourself with existing SmartNet, the fix is INR 0 / USD 0 in licensing cost. If you bring in a Cisco partner like Inflow or Frontier for an emergency callout, expect INR 8,000-18,000 per visit (USD 95-215) in Bengaluru / Chennai / Mumbai, billed in 4-hour minimums.

Stopping OSPF NSSA Type-7 LSA not converted to Type-5 from coming back

The fix above closes the incident. These habits keep it closed.

Related guides worth a look while you sort this one out: