In Layer 3 networks, IS-IS and OSPF prevent permanent loops by computing loop-free shortest paths. However, during network convergence, the brief period after a topology change while all routers are updating their forwarding tables, transient micro-loops can form. A micro-loop occurs when two adjacent routers have inconsistent forwarding tables: Router A has already updated its path to a destination, but Router B has not yet, causing packets to bounce between them until B converges.
While micro-loops are short-lived (typically milliseconds to seconds), they can saturate links and cause significant packet loss during high-traffic periods. OcNOS 6.3 introduces IS-IS micro-loop avoidance based on an ordered FIB update, the mechanism defined in RFC 6976, which sequences forwarding-table changes across the domain so no inconsistent state is ever exposed.
How Micro-Loops Form

Ordered FIB: IS-IS Micro-Loop Avoidance in OcNOS 6.3
OcNOS 6.3 implements micro-loop avoidance as an ordered FIB (oFIB) process, following RFC 6976. The insight is that a micro-loop appears only when routers update their forwarding tables in the wrong order. If every router installs the new next-hop for a destination only after the router it now points to has already converged, no transient loop can ever form. OcNOS enforces exactly that ordering.
When a topology change is detected, each router computes both the reverse shortest-path tree (rSPT) and the shortest-path tree (SPT) for the affected prefixes and assigns every node a rank equal to its depth in hops within that tree. Rather than installing all new forwarding entries at once, the router installs them in ranked order, releasing each rank only after the preceding ranks have had time to complete. Routers closest to the change update first and routers further away follow, so an upstream router never redirects traffic toward a downstream router that has not yet converged.
The install time for each rank is governed by a simple relationship: T0 + H + (rank * MAX_FIB), where T0 is the arrival time of the triggering LSP, H is the configured hold-down time, and MAX_FIB is a network-wide constant representing the maximum time any router needs to update its FIB. Multiplying the rank by MAX_FIB staggers the ranks far enough apart that each level of the tree is guaranteed to finish before the next one begins.
The hold-down time and the FIB update constant are both configurable per level. The microloop-avoidance hold-timer option sets H and the microloop-avoidance max-fib option sets MAX_FIB, each accepting a value from 1 to 60 for level-1 or level-2. Once a level has walked through all ranks and its ordered FIB update is complete, its state machine reaches OFIB_STABLE, which you can confirm with the verification command below.
! OcNOS 6.3 IS-IS micro-loop avoidance configuration
!
router isis 1
is-type level-1
microloop-avoidance level-1
microloop-avoidance level-2
microloop-avoidance hold-timer <1-60> <level-1|level-2> <=== Optional
microloop-avoidance max-fib <1-60> <level-1|level-2> <=== Optional
net 49.0000.0000.0001.00
!
! Verification
PE1#sh isis microloop-avoidance detail
Tag 1: VRF : default
Level-1 status:
FSM State: OFIB_STABLE
Level-2 status:
FSM State: OFIB_STABLE
PE1#
Ordered FIB and TI-LFA Work Together
Ordered FIB micro-loop avoidance is a distinct mechanism from TI-LFA, and the two address different parts of a topology change. The table below summarizes the division of labor.
| Mechanism | Protects Against | Activation |
|---|---|---|
| TI-LFA | The failure event itself, using a pre-computed backup path | BFD detection, <50ms |
| Ordered FIB micro-loop avoidance | Transient loops while the domain reconverges | Any topology change (link up or down) |
These two mechanisms complement each other. TI-LFA provides the immediate backup path the instant a failure is detected, keeping traffic flowing on a pre-computed route. Ordered FIB then governs the convergence window that follows, sequencing every router's forwarding-table update so the network settles onto the new shortest paths without ever passing through an inconsistent, loop-prone state. Together they protect against both the failure event and the transient convergence artifacts that follow it.
- ISIS-SR with TI-LFA: Fast Reroute Guide
- OcNOS 6.3 Release Overview
- OcNOS-SP Product Page
- IP Infusion 문의
IP Infusion Engineering Team
더 깊이 살펴보십시오. 자료를 소장하십시오.
제품 데이터시트와 이 페이지보다 한층 더 깊이 있는 간결한 기술 다운로드 자료입니다.
OcNOS-SP 데이터시트
OcNOS-SP 전체 사양: 액세스, 셀 사이트, 애그리게이션 기능 세트, 소프트웨어 SKU, 지원 하드웨어 플랫폼, 솔루션 주문 가이드.
Datasheet 받기OcNOS로 SR-MPLS 업그레이드
오픈 하드웨어 위에서 SR-MPLS를 OcNOS로 마이그레이션하기: Flex-Algo, TI-LFA, 그리고 검증된 Cisco 대체 전환 경로를 다룹니다.
브리프 받기클라우드 & 서비스 공급자 WAN 전송
open hardware에서의 클라우드 및 service provider용 WAN 트랜스포트: SR-MPLS, EVPN, 규모가 검증된 포워딩.
브리프 받기OcNOS-SP 데이터시트
간단한 양식입니다. 제출하면 PDF가 즉시 새 탭에서 열립니다.
✓ 새 탭에서 PDF를 여는 중입니다…
열리지 않았다면 아래 링크를 이용해 주십시오.
OcNOS로 SR-MPLS 업그레이드
간단한 양식입니다. 제출하면 PDF가 즉시 새 탭에서 열립니다.
✓ 새 탭에서 PDF를 여는 중입니다…
열리지 않았다면 아래 링크를 이용해 주십시오.
클라우드 & 서비스 공급자 WAN 전송
간단한 양식입니다. 제출하면 PDF가 즉시 새 탭에서 열립니다.
✓ 새 탭에서 PDF를 여는 중입니다…
열리지 않았다면 아래 링크를 이용해 주십시오.