Juniper Networks

Engineering Simplicity

Data Center Interconnect over IPoDWDM — Juniper Validated Design (JVD)

Published: 2025-07-11

About this Document

This document presents a Juniper Validated Design (JVD) for Data Center Interconnect (DCI) using Internet Protocol over Dense Wavelength-Division Multiplexing (IPoDWDM) with Juniper ACX7000 Router Series, MX Series Router, and PTX Series Router, and Juniper 400G Coherent Optics as transceivers.

This document focuses on demonstrating the capabilities of Juniper 400G Coherent Optics and validating the IPoDWDM solution with Juniper's Routing Platforms and ADTRAN Open Line System (OLS).

Solution Benefits

Juniper Networks Validated Designs provide a comprehensive, end-to-end blueprint for deploying Juniper solutions. These designs are created by Juniper's expert engineers and tested to ensure they meet requirements, reducing the risk of costly mistakes, saving time and money, and optimizing network performance.

Juniper Converged Optical Routing Architecture

Traditional DWDM networks use transponders to convert Ethernet signals into a DWDM signal. Converged Optical Routing Architecture (CORA) integrates DWDM optics directly into Juniper routers and switches. This eliminates the need for a separate optical transponder, allowing the Internet Protocol (IP) and optical network management to operate as a single domain controller.

Use Case and Reference Architecture

DCI requires high-capacity transport interconnecting two or more data centers. This solution focuses on high-capacity transport using an IPoDWDM network, referred to as CORA by Juniper. Design validation ensures reliable operations of coherent optical transceivers tightly coupled with router hardware and software.

IPoDWDM Network Diagram

The IPoDWDM network consists of packet-optical convergence, 400G ZR/ZR+ transceivers, booster amplifiers, preamplifiers, and ROADM/passive filters. IP-Optical Management oversees the network, connecting data centers via multiple wavelengths over a single pair of fibers, with components like N x ILAS (Inline Amplifier System).

Validation Framework

This JVD addresses the modernization of the transport layer by testing the capabilities of Juniper 400G Coherent Optics (JCO400). Key technical attributes include:

Test Bed

Amplified Test Bed

The amplified test bed utilizes three coherent optical transceivers (TRX) in DCI1 and DCI2 routers. All transceivers and ROADM ports are tuned to specific wavelengths. Signals with different wavelengths are multiplexed into a single fiber pair. For most test cases, one transceiver is the unit under test, with others acting as aggressors. Amplifiers add noise, reducing the Optical Signal-to-Noise ratio, which is emulated using amplified spontaneous emission (ASE). Chromatic Dispersion (CD), caused by light scattering in fiber optic cables, is compensated by the transceiver's digital signal processor (DSP) up to a certain limit. Chromatic dispersion emulators are used to simulate fiber optic cable distance.

Unamplified Test Bed

The unamplified test bed uses two pairs of fiber optical cables, each carrying two wavelengths. A 50/50 Optical Splitter/Combiner merges these wavelengths. Two coherent optical transceivers are used on DCI1 and DCI2 routers, and four on DCI3. For unamplified or dark fiber links, the design is limited by optical power. Span Loss, due to light scattering, is the primary factor, affecting the link budget, which is determined by Transmit Power and Receiver Sensitivity. A Variable Optical Attenuator (VOA) is used to emulate span loss.

Platforms / Devices Under Test (DUT)

Test Bed Configuration

Configuration Template for Junos Evolved Platforms

interfaces {
  $INTERFACE_NAME$ {
    speed $PORT-SPEED$;
    number-of-sub-ports $NUMBER-OF-CHANNELS$;
    optics-options {
      wavelength $WAVELENGTH$;
      tx-power $TX-POWER$;
    }
  }
}

NOTE: For channelized interfaces, optics-options are configured on the first sub-port (et-x/y/z:0), not on the parent port (et-x/y/z). The speed and number-of-subports knobs are still configured under the parent port.

Configuration Template for Junos Platforms (Chassis)

chassis {
  fpc $FPC$ {
    pic $PIC$ {
      port $PORT$ {
        speed $PORT-SPEED$;
        number-of-sub-ports $NUMBER-OF-CHANNELS$;
      }
    }
  }
}

interfaces {
  $INTERFACE_NAME$ {
    optics-options {
      wavelength $WAVELENGTH$;
      tx-power $TX-POWER$;
    }
  }
}

NOTE: For channelized interfaces, optics-options are configured on the first sub-port (et-x/y/z:0), not on the parent port (et-x/y/z).

Configuration Template for ADTRAN FSP3000C Open Line System

Amplifier: AM-S23L
Optical Multiplexer/Demultiplexer (Mux/Demux): RD-12RS

### The commands needs to be executed in sequence
set interface 1/$ROADM_SLOT_NUM$/n/oms oms carrier-power-management setpoint-psd -35
set interface 1/$ROADM_SLOT_NUM$/$CLIENT_PORT_NUM$/oms is-substates append mt
set interface 1/$ROADM_SLOT_NUM$/$CLIENT_PORT_NUM$/oms carrier-power-management powerset-configuration enable setpoint-psd -24
set interface 1/$ROADM_SLOT_NUM$/$CLIENT_PORT_NUM$/oms oms is-substates remove all
set fiber a-end 1/$ROADM_SLOT_NUM$/n z-end 1/$PREAMP_SLOT_NUM$/n
set fiber a-end 1/$PREAMP_SLOT_NUM$/c z-end 1/$BOOSTER_SLOT_NUM$/c
commit

### Assign one Arbitary_Service_Number per Client_Port per Center Frequency then configure multiple instances as per below template
set interface 1/alien/$ARBITARY_SERVICE_NUMBER$
set interface 1/alien/$ARBITARY_SERVICE_NUMBER$/otsi >>
set otsi $ARBITARY_SERVICE_NUMBER$ center-frequency $CLIENT_PORT_FREQUENCY_THZ$ bandwidth $CLIENT_PORT_BANDWIDTH_GHZ$
done
commit
set fiber a-end 1/alien/$ARBITARY_SERVICE_NUMBER$ z-end 1/$ROADM_SLOT_NUM$/$CLIENT_PORT_NUM$/
commit
set croma slc $ARBITARY_SERVICE_NUMBER$ >>
set slc-aendpoint path-node-number 2
set slc-zendpoint path-node-number 1
set slc-aendpoint slc-active-endpoint slc-resource-instance $DEGREENUMBER$
set slc-zendpoint slc-active-endpoint slc-resource-instance 1/alien/$ARBITARY_SERVICE_NUMBER$/otsi
done
commit
set croma slc $ARBITARY_SERVICE_NUMBER$ slc-zendpoint admin is
commit
run execute interface 1/$ROADM_SLOT_NUM$/n/oms oms carrier-power-management equalize
run execute interface 1/$ROADM_SLOT_NUM$/n/oms oms degree-span-equalization start-span-initialization
set croma slc $ARBITARY_SERVICE_NUMBER$ slc-aendpoint admin is
commit
run execute interface 1/$ROADM_SLOT_NUM$/$CLIENT_PORT_NUM$/oms oms carrier-power-management powerset

Contact your Juniper representative to obtain ADTRAN representative for support. For full configurations used in this validation, see Juniper GitHub.

Test Objectives

Test Goals

Test Non-Goals

Results Summary and Analysis

General testing includes the following crucial scenarios:

Recommendations

Revision History

Date Version Description
July 2025 1 Initial publication

PDF preview unavailable. Download the PDF instead.

jvd-optics-base-01-01 Antenna House PDF Output Library 6.6.1317 (Windows (x64))

Related Documents

Preview Juniper Validated Design: WAN Edge with Session Smart Router Test Report Brief
This Juniper Validated Design (JVD) test report brief details the qualification test data for the WAN Edge utilizing the Session Smart Router (SSR). It highlights Juniper Mist WAN Assurance, an AI-native cloud-managed solution for optimizing Wide Area Network (WAN) operations, including high-performance forwarding, enhanced AI capabilities, and automated WAN management. The document outlines the test topology, performance data for SSR120 and SSR130 platforms across various test cases (LBO HTTP Performance, Overlay HTTP Performance), and high-level features tested, including SD-WAN, HA-cluster, and Mist Cloud-based Management.
Preview Juniper Networks Contrail Service Orchestration Installation and Upgrade Guide Release 5.1
This guide provides detailed instructions for installing and upgrading Juniper Networks Contrail Service Orchestration (CSO) Release 5.1. It covers hardware and software requirements, deployment options, installation procedures, post-installation tasks, and upgrade processes for network infrastructure.
Preview Juniper Validated Design: Data Center Interconnect over IPoDWDM Test Report Brief
This Juniper Validated Design (JVD) test report brief details the capabilities of Juniper 400G Coherent Optics and validates the Internet Protocol over Dense Wavelength-Division Multiplexing (IPoDWDM) solution, focusing on amplified and unamplified path performance.
Preview Sushi Sushi Case Study: Juniper Mist Platform for Restaurant IT Modernization
Explore how Sushi Sushi, Australia's leading sushi franchise, leveraged Juniper Networks' AI-native Mist platform to transform its IT infrastructure, streamline operations, and elevate customer experiences across its 170+ locations.
Preview Juniper Routing Director 2.5.0 Onboard Device Quick Start Guide
A quick start guide for onboarding Juniper Routing Director 2.5.0, detailing the steps to onboard Juniper and non-Juniper devices for management, provisioning, and monitoring through automated workflows. Covers device preparation, prerequisite fulfillment in Routing Director, and the onboarding process using SSH or ZTP.
Preview Juniper Networks Junos OS Release 21.2R1 Release Notes
Detailed release notes for Juniper Networks Junos OS version 21.2R1, covering new features, changes, known issues, and resolved problems for various Juniper hardware and software platforms including ACX, EX, MX, PTX, QFX, SRX, and virtual series.
Preview Juniper Validated Design: 5G Mobile xHaul with Seamless MPLS Segment Routing
Explore Juniper Networks' validated design for 5G xHaul networks, detailing seamless MPLS Segment Routing, ACX7000 series, MX series, and PTX series integration, performance, and QoS for mobile backhaul and fronthaul applications.
Preview Juniper Identity Management Service 1.7.0R4 Release Notes
Release notes for Juniper Identity Management Service (JIMS) version 1.7.0R4, detailing new features, specifications, system requirements, supported identity sources, changes, known limitations, open issues, resolved issues, and support information.