Circuit Emulation Lab for TDM to IP Migration

Size: px
Start display at page:

Download "Circuit Emulation Lab for TDM to IP Migration"

Transcription

1 Circuit Emulation Lab for TDM to IP Migration LTRSPG-2716 Speakers: Vincent Ng, Sartaj Khuroo Learning Objectives Upon completion of this lab, you will be able to: 1. MPLS Flex-LSP Provisioning 2. Basic E1 CEM Provisioning 3. Basic E3 CEM Provisioning 4. Channelized E3 CEM Provisioning 5. Basic SDH CEM Provisioning 6. SDH MSP Protection Provisioning 7. E1/E3 1:1 Card Protection Provisioning 8. ACR/DCR Clocking Provisioning Lab Topology 1 P age

2 Task 1: Flex-LSP Configuration Before configuring Flex-LSP please make sure that MPLS transport between the routers shown in the topology below is up and MPLS-TE is enabled. Step 1: Verify MPLS Transport is IP and MPLS-TE is enabled. ASR903#sh run int g0/4/4 à Check this on all core interfaces Building configuration... Current configuration : 323 bytes interface GigabitEthernet0/4/4 description to ASR9001 G0/0/0/ ip address ip ospf network point-to-point ip ospf 1 area 0 ip ospf cost 1 load-interval 30 no negotiation auto mpls ip mpls traffic-eng tunnels synchronous mode cdp enable ip rsvp bandwidth percent 100 Step 2: Verify MPLS-TE is enabled under routing protocol and global level mpls traffic-eng tunnels à should be applied at global level router ospf 1 router-id log-adjacency-changes detail 2 P age

3 mpls traffic-eng router-id Loopback0 mpls traffic-eng area 0 Step 3: Create Flex-LSP between ASR903 and ASR907 with working and protect explicit paths Configuration on ASR903 ip explicit-path name ASR903-to-ASR907-working enable index 1 next-address index 2 next-address index 3 next-address index 4 next-address ip explicit-path name ASR903-to-ASR907-protect enable index 1 next-address index 2 next-address index 3 next-address interface Tunnel10 ip unnumbered Loopback0 mpls traffic-eng tunnels tunnel source Loopback0 tunnel mode mpls traffic-eng tunnel destination tunnel mpls traffic-eng autoroute announce tunnel mpls traffic-eng priority 7 7 tunnel mpls traffic-eng bandwidth 1000 tunnel mpls traffic-eng path-option 1 explicit name ASR903-to-ASR907-working tunnel mpls traffic-eng path-option protect 1 explicit name ASR903-to-ASR907-protect tunnel mpls traffic-eng bidirectional association id 30 source-address tunnel mpls traffic-eng bidirectional association type co-routed fault-oam wrap-protection Configuration on ASR907 ip explicit-path name ASR907-to-ASR903-working enable index 1 next-address index 2 next-address index 3 next-address index 4 next-address ip explicit-path name ASR907-to-ASR903-protect enable index 1 next-address index 2 next-address index 3 next-address interface Tunnel10 ip unnumbered Loopback0 mpls traffic-eng tunnels tunnel source Loopback0 tunnel mode mpls traffic-eng tunnel destination tunnel mpls traffic-eng autoroute announce tunnel mpls traffic-eng priority 7 7 tunnel mpls traffic-eng bandwidth P age

4 tunnel mpls traffic-eng path-option 1 explicit name ASR907-to-ASR903-working tunnel mpls traffic-eng path-option protect 1 explicit name ASR907-to-ASR903-protect tunnel mpls traffic-eng bidirectional association id 30 source-address tunnel mpls traffic-eng bidirectional association type co-routed fault-oam wrap-protection Step 4: Create Flex-LSP between ASR903 and NCS4206 with working and protect explicit paths Configuration on ASR903 ip explicit-path name ASR903-to-NCS4206-working enable index 1 next-address index 2 next-address index 3 next-address ip explicit-path name ASR903-to-NCS4206-protect enable index 1 next-address index 2 next-address interface Tunnel20 ip unnumbered Loopback0 mpls traffic-eng tunnels tunnel source Loopback0 tunnel mode mpls traffic-eng tunnel destination tunnel mpls traffic-eng autoroute announce tunnel mpls traffic-eng priority 7 7 tunnel mpls traffic-eng bandwidth 1000 tunnel mpls traffic-eng path-option 1 explicit name ASR903-to-NCS4206-working tunnel mpls traffic-eng path-option protect 1 explicit name ASR903-to-NCS4206-protect tunnel mpls traffic-eng bidirectional association id 30 source-address tunnel mpls traffic-eng bidirectional association type co-routed fault-oam wrap-protection Configuration on NCS4206 ip explicit-path name NCS4206-to-ASR903-working enable index 1 next-address index 2 next-address index 3 next-address ip explicit-path name NCS4206-to-ASR903-protect enable index 1 next-address index 2 next-address index 3 next-address interface Tunnel20 ip unnumbered Loopback0 mpls traffic-eng tunnels tunnel source Loopback0 tunnel mode mpls traffic-eng tunnel destination tunnel mpls traffic-eng autoroute announce tunnel mpls traffic-eng priority 7 7 tunnel mpls traffic-eng bandwidth P age

5 tunnel mpls traffic-eng path-option 1 explicit name NCS4206-to-ASR903-working tunnel mpls traffic-eng path-option protect 1 explicit name NCS4206-to-ASR903-protect tunnel mpls traffic-eng bidirectional association id 30 source-address tunnel mpls traffic-eng bidirectional association type co-routed fault-oam wrap-protection Task 2: Circuit Emulation of E1 Circuit Lab Topology Step 1: Configure card type conf t card type e1 0 4 Step 2: Configure the framing and line coding if needed controller e1 0/4/1 framing unframed cem-group 0 unframed Step 3: Verify cem interface is created show running-config interface CEM0/4/1 Building configuration... Current configuration : 51 bytes 5 P age

6 interface CEM0/4/1 Step 4: Provision Pseudowire conf t interface cem0/4/1 xconnect encapsulation mpls Step 5: Verify Pseudowire is UP sh mpls l2transport vc Local intf Local circuit Dest address VC ID Status CE0/6/1 SATOP E UP Task 3: Circuit Emulation of E3 Circuit Step 1: Configure cardtype/mediatype Controller mediatype 0/6/1 mode e3 Step 2: Configure the controller/framing controller e3 0/6/1 cem-group 0 unframed Step 3: Verify cem interface is created show running-config interface CEM0/6/1 Building configuration... Current configuration : 51 bytes interface CEM0/6/1 6 P age

7 Step 4: Provision Pseudowire conf t interface cem0/6/1 xconnect encapsulation mpls Step 5: Verify Pseudowire is UP sh mpls l2transport vc Local intf Local circuit Dest address VC ID Status CE0/6/1 SATOP E UP Task 4: Circuit Emulation of Channelized E3 Step 1: Configure card type/mediatype conf t controller mediatype 0/8/1 mode E3 Step 2: Configure controller/framing controller E3 0/8/1 channelized mode e1 e1 1 cem-group 0 unframed e1 2 cem-group 2 unframed Step 3: Verify cem interface is created ASR907-2#sh running-config interface cem0/8/0 Building configuration... Current configuration : 61 bytes interface CEM0/8/0 cem 2 7 P age

8 Step 4: Provision Pseudowire conf t interface cem0/8/0 xconnect encapsulation mpls cem 2 xconnect encapsulation mpls Step 5: Verify PW is UP ASR907-2#sh mpls l2transport vc Local intf Local circuit Dest address VC ID Status CE0/8/0 SATOP E UP CE0/8/0 SATOP E UP Task 5: Circuit Emulation of SDH Step 1: Configure card type/mediatype controller mediatype 0/3/0 mode sdh Step 2: Configure controller/framing controller SDH 0/11/0 rate STM4 clock source internal overhead s1s0 0 aug mapping au-4 au-4 1 clock source internal mode tug-3 tug-3 1 mode E3 overhead c2 0 cem-group 0 unframed e3 clock source internal Step 3: Verify cem interface is created ASR907-2#sh running-config int cem0/11/0 8 P age

9 Building configuration... Current configuration : 52 bytes interface CEM0/11/0 Step 4: Provision Pseudowire interface CEM0/11/0 xconnect encapsulation mpls Step 5: Verify PW is UP ASR907#sh mpls l2transport vc 111 Local intf Local circuit Dest address VC ID Status CE0/11/0 SATOP E UP Task 6: Configuring SDH MSP Protection Configuration on ASR903 Step 1: Configure Card Type card type e P age

10 Step 2: Configure T1 Controller controller e1 0/1/0 framing unframed clock source internal cem-group 0 unframed Step 3: Verify CEM interface is created ASR903#sh run int /1/0 Building configuration... Current configuration : 96 bytes interface CEM0/1/0 Step 4: Provision Pseudowire interface CEM0/1/0 xconnect encapsulation mpls Configuration on NCS4206 Step 1: Configure SDH Controller 0/4/1 controller SDH 0/4/1 rate STM4 no ais-shut alarm-report all threshold sf-ber 3 clock source internal overhead s1s0 0 aug mapping au-4 aps group 20 aps working 1 aps group acr 20 Step 2: Configure SDH Controller 0/2/1 controller SONET 0/2/1 10 P age

11 rate STM4 no ais-shut alarm-report all threshold sf-ber 3 clock source internal overhead s1s0 0 aug mapping au-4 aps group 20 aps protect aps group acr 20 Step 3: Configure SDH-ACR 20 controller controller SDH-ACR 20 aug mapping au-4 au-4 1 mode tug-3 tug-3 1 mode VC1x tug-2 1 payload VC12 e1 1 cem-group 0 unframed Step 4: Verify APS State NCS4206#sh aps SDH 0/2/1 APS Group 20: protect channel 0 (Inactive) Working channel 1 at (Enabled) bidirectional, non-revertive PGP timers (default): hello time=1; hold time=3 hello fail revert time=120 SDH framing; SDH MSP signalling by default Received K1K2: 0x00 0x00 No Request (Null) Transmitted K1K2: 0x00 0x00 No Request (Null) Remote APS configuration: (null) SDH 0/4/1 APS Group 20: working channel 1 (Active) Protect at PGP timers (from protect): hello time=1; hold time=3 SDH framing Remote APS configuration: (null) Step 6: Verify CEM-ACR1 is created NCS4206#sh run int cem-acr 1 Building configuration... Current configuration : 96 bytes 11 P age

12 interface CEM-ACR20 Step 7: Provision Pseudowire interface CEM-ACR20 xconnect encapsulation mpls Step 8: Verify PW is UP NCS4206#sh mpls l2transport vc 51 Local intf Local circuit Dest address VC ID Status CE1 SATOP T UP Configuration on ASR907 Step 1: Configure SDH Controller 0/12/1 controller SDH 0/12/1 rate STM4 no ais-shut alarm-report all threshold sf-ber 3 clock source internal overhead s1s0 0 aug mapping au-4 aps group 20 aps working 1 aps group acr 20 Step 2: Configure SDH Controller 0/3/1 controller SDH 0/3/1 rate STM4 no ais-shut alarm-report all threshold sf-ber 3 clock source internal overhead s1s0 0 aug mapping au-4 12 P age

13 aps group 20 aps protect aps group acr 20 Step 3: Verify APS state ASR907#sh aps SDH 0/3/1 APS Group 20: protect channel 0 (Inactive) Working channel 1 at (Enabled) bidirectional, non-revertive PGP timers (default): hello time=1; hold time=3 hello fail revert time=120 SDH framing; SDH MSP signalling by default Received K1K2: 0x00 0x00 No Request (Null) Transmitted K1K2: 0x00 0x00 No Request (Null) Remote APS configuration: (null) SDH 0/12/1 APS Group 20: working channel 1 (Active) Protect at PGP timers (from protect): hello time=1; hold time=3 SDH framing Remote APS configuration: (null) Step 4: Configure SDH-ACR 20 controller controller SDH-ACR 20 aug mapping au-4 au-4 1 mode tug-3 tug-3 1 mode VC1x tug-2 1 payload VC12 e1 1 cem-group 0 unframed Step 5: Verify CEM-ACR1 is created ASR907#sh run interface cem-acr 20 Building configuration... Current configuration : 83 bytes interface CEM-ACR1 description APS LC to CEM0/6/1 Step 6: Configure controller E1 0/6/1 controller E1 0/6/1 framing unframed 13 P age

14 clock source internal cem-group 0 unframed Step 8: Configure Local Connect Between CEM 0/6/1 and CEM-ACR1 connect TEST CEM0/6/1 0 CEM-ACR1 0 Task 7: E1/E3 1:1 Card Protection Provisioning Configuration on ASR903 Step 1: Configure Card-protection card-protection 16 primary slot 0 bay 0 backup slot 0 bay 2 Step 2: Configure Virtual Controller T1 8/15/1 controller E1 8/15/1 framing unframed clock source recovered 9 cem-group 0 unframed Step 3: Verify CEM interface 8/15/1 is created 14 P age

15 ASR903#sh run int cem 8/15/1 Building configuration... Current configuration : 136 bytes interface CEM8/15/1 description to 1:1 ASR907-2 CEM0/6/0 Step 4: Provision PW interface CEM8/15/1 description to 1:1 ASR907-2 CEM0/6/0 xconnect encapsulation mpls Configuration on ASR907 Step 1: Configure E1 controller 0/6/0 controller E1 0/6/0 framing unframed clock source recovered 10 cem-group 0 unframed Step 2: Verify CEM interface is created ASR907#sh run int /6/0 Building configuration... Current configuration : 136 bytes interface CEM0/6/0 description to 1:1 ASR907 CEM8/15/1 Step 3: Provision PW interface CEM0/6/0 description to 1:1 ASR907 CEM8/15/1 xconnect encapsulation mpls Step 4: Verify PW is UP ASR907#sh mpls l2transport vc P age

16 Local intf Local circuit Dest address VC ID Status CE0/6/0 SATOP T UP Task 8: ACR/DCR Clocking Provisioning ##903-1 controller E1 0/3/1 clock source internal ##903-2 controller E1 0/4/0 clock source internal ##asr903 interface CEM8/15/1 rtp-present recovered-clock 8 15 clock recovered 9 differential cem 1 0 controller E1 8/15/1 clock source recovered 9 ##ASR907 interface CEM0/6/0 rtp-present recovered-clock 0 6 clock recovered 10 differential 0 controller E1 0/6/0 clock source recovered 10 Verify Clocking ASR903#show recovered-clock Recovered clock status for subslot 8/ Clock Type Mode CEM Status Frequency Offset(ppb) Circuit-No Working Protect 9 E1 DIFFERENTIAL 0 ACQUIRED n/a 1 (Port) ACQUIRED ACQUIRED ASR907#show recovered-clock 16 P age

17 Recovered clock status for subslot 0/ Clock Type Mode CEM Status Frequency Offset(ppb) Circuit-No Priority 10 E1 DIFFERENTIAL 0 ACQUIRING n/a 0 (Port) NA ASR903#show cem circuit interface cem8/15/1 CEM8/15/1, ID: 0, Line: UP, Admin: UP, Ckt: ACTIVE Mode :E1, CEM Mode: E1-SAToP Controller state: down, T1/E1 state: up Idle Pattern: 0xFF, Idle CAS: 0x8 Dejitter: 5 (In use: 0) Payload Size: 256 Framing: Unframed CEM Defects Set None Signalling: No CAS RTP: Configured, RTP-HDR Compression: Disabled Ingress Pkts: Dropped: 0 Egress Pkts: Dropped: 0 CEM Counter Details Input Errors: 0 Output Errors: 0 Pkts Missing: 0 Pkts Reordered: 0 Misorder Drops: 0 JitterBuf Underrun: 0 Error Sec: 0 Severly Errored Sec: 0 Unavailable Sec: 0 Failure Counts: 0 Pkts Malformed: 0 JitterBuf Overrun: 0 Generated Lbits: 0 Received Lbits: 0 Generated Rbits: 0 Received Rbits: 0 ASR907#show cem circuit interface cem0/6/0 CEM0/6/0, ID: 0, Line: UP, Admin: UP, Ckt: ACTIVE Mode :E1, CEM Mode: E1-SAToP Controller state: up, T1/E1 state: up Idle Pattern: 0xFF, Idle CAS: 0x8 Dejitter: 5 (In use: 0) Payload Size: 256 Framing: Unframed CEM Defects Set None Signalling: No CAS RTP: Configured, RTP-HDR Compression: Disabled Ingress Pkts: Dropped: 0 Egress Pkts: Dropped: 0 CEM Counter Details Input Errors: 0 Output Errors: 0 Pkts Missing: 0 Pkts Reordered: 0 Misorder Drops: 0 JitterBuf Underrun: 0 17 P age

18 Error Sec: 0 Severly Errored Sec: 0 Unavailable Sec: 0 Failure Counts: 0 Pkts Malformed: 0 JitterBuf Overrun: 0 Generated Lbits: 0 Received Lbits: 0 Generated Rbits: 0 Received Rbits: 0 18 P age

Transparent Overhead Tunneling Data Communication Channel

Transparent Overhead Tunneling Data Communication Channel Transparent Overhead Tunneling Data Communication Channel This chapter provides information about the transparent overhead tunneling data communication channel. Overview, on page 1 Transparent Overhead

More information

Overview of Circuit Emulation

Overview of Circuit Emulation Circuit Emulation (CEM) is a technology that provides a protocol-independent transport over IP/MPLS networks. It s proprietary or legacy applications to be carried transparently to the destination, similar

More information

Overview of Circuit Emulation

Overview of Circuit Emulation Circuit Emulation (CEM) is a technology that provides a protocol-independent transport over IP/MPLS networks. It s proprietary or legacy applications to be carried transparently to the destination, similar

More information

Clock Recovery System

Clock Recovery System The recovers the service clock using Adaptive Clock Recovery (ACR) and Differential Clock Recovery (DCR). Finding Feature Information, on page 1 Information About Clock Recovery, on page 1 Prerequisites

More information

Configuring SDH on 1-Port OC192/STM-64 or 8-Port OC3/12/48/STM-1/-4/-16 Module

Configuring SDH on 1-Port OC192/STM-64 or 8-Port OC3/12/48/STM-1/-4/-16 Module Configuring SDH on 1-Port OC192/STM-64 or 8-Port OC3/12/48/STM-1/-4/-16 Module SDH is a standard that defines optical signals as well as a synchronous frame structure for multiplexed digital traffic. It

More information

Configuring Pseudowire

Configuring Pseudowire This chapter provides information about configuring pseudowire features on the Cisco ASR 920 Series Router. Pseudowire Overview, on page 1 CEM Configuration, on page 2 CEM Configuration Guidelines and

More information

1-Port OC-192 or 8-Port Low Rate CEM Interface Module Configuration Guide, Cisco IOS XE 3S (Cisco ASR 900 Series)

1-Port OC-192 or 8-Port Low Rate CEM Interface Module Configuration Guide, Cisco IOS XE 3S (Cisco ASR 900 Series) 1-Port OC-192 or 8-Port Low Rate CEM Interface Module Configuration Guide, Cisco IOS XE 3S (Cisco ASR 900 Series) First Published: 2016-07-29 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive

More information

Configuring VCoP Smart SFP

Configuring VCoP Smart SFP The Virtual Container over Packet (VCoP) smart small form-factor pluggable (SFP) forwards the Plesiochronous Digital Hierarchy (PDH)/SONET signal transparently across the packet network. VCoP smart SFP

More information

Configuring the Circuit Emulation over Packet Shared Port Adapter

Configuring the Circuit Emulation over Packet Shared Port Adapter Configuring the Circuit Emulation over Packet Shared Port Adapter Release History This chapter provides information about configuring the Circuit Emulation over Packet (CEoP) shared port adapters (SPAs)

More information

Time Division Multiplexing Configuration Guide, Cisco IOS XE Everest 3.18SP (Cisco NCS 4200 Series)

Time Division Multiplexing Configuration Guide, Cisco IOS XE Everest 3.18SP (Cisco NCS 4200 Series) Time Division Multiplexing Configuration Guide, Cisco IOS XE Everest 3.18SP (Cisco NCS 4200 Series) Configuring VCoP Smart SFP 2 Features of VCoP Smart SFP 2 Benefits of VCoP Smart SFP 3 Prerequisites

More information

Configuring SDH on 1-Port OC-192/STM-64 or 8-Port OC-3/12/48/STM-1/-4/-16 Module

Configuring SDH on 1-Port OC-192/STM-64 or 8-Port OC-3/12/48/STM-1/-4/-16 Module Configuring SDH on 1-Port OC-192/STM-64 or 8-Port OC-3/12/48/STM-1/-4/-16 Module SDH is a standard that defines optical signals as well as a synchronous frame structure for multiplexed digital traffic.

More information

Clock Recovery System

Clock Recovery System The recovers the service clock using Adaptive Clock Recovery (ACR) and Differential Clock Recovery (DCR). Finding Feature Information, on page 1 Information About Clock Recovery, on page 1 Prerequisites

More information

Time Division Multiplexing Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 920 Series)

Time Division Multiplexing Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 920 Series) Time Division Multiplexing Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 920 Series) First Published: 2015-03-26 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Provisioning Circuit Emulation Services

Provisioning Circuit Emulation Services Provisioning Circuit Emulation Services EPN Manager 2.1 Job Aid Copyright Page THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS,

More information

Time Division Multiplexing Configuration Guide, Cisco IOS XE Everest (Cisco ASR 920 Series)

Time Division Multiplexing Configuration Guide, Cisco IOS XE Everest (Cisco ASR 920 Series) Time Division Multiplexing Configuration Guide, Cisco IOS XE Everest 16.6.1 (Cisco ASR 920 Series) First Published: 2017-03-23 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

Clock Recovery System

Clock Recovery System The recovers the service clock using Adaptive Clock Recovery (ACR) and Differential Clock Recovery (DCR). Finding Feature Information, page 1 Information About Clock Recovery, page 1 Prerequisites for

More information

MPLS Traffic Engineering over Bridge Domain Interfaces

MPLS Traffic Engineering over Bridge Domain Interfaces MPLS Traffic Engineering over Bridge Domain Interfaces The MPLS Traffic Engineering(TE) over Bridge Domain Interfaces(BDI) feature enables MPLS traffic engineering over Bridge Domain Interfaces. Prerequisites

More information

Signaling Methods and Object Association for Flex LSPs

Signaling Methods and Object Association for Flex LSPs Flex LSP also known as Associated Bidirectional LSPs is the combination of static bidirectional MPLS-TP and dynamic MPLS-TE. Flex LSP provides bidirectional label switched paths (LSPs) set up dynamically

More information

Single-router APS for the Cisco Series Router

Single-router APS for the Cisco Series Router Single-router APS for the Cisco 12000 Series Router This feature provides 1+1 single-router automatic protection switching (SR-APS) for the Cisco 12000 series ISE ATM line cards (Engine 3) installed in

More information

Time Division Multiplexing Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series)

Time Division Multiplexing Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) Time Division Multiplexing Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) First Published: 2014-11-01 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Transparent SONET or SDH over Packet (TSoP) Protocol

Transparent SONET or SDH over Packet (TSoP) Protocol Transparent SONET or SDH over Packet (TSoP) Protocol Transparent SONET or SDH over Packet (TSoP) Protocol is not supported on the Cisco ASR 900 RSP3 module. The Transparent SONET or SDH over Packet (TSoP)

More information

Transparent SONET or SDH over Packet (TSoP) Protocol

Transparent SONET or SDH over Packet (TSoP) Protocol Transparent SONET or SDH over Packet (TSoP) Protocol is not supported on the Cisco ASR 900 RSP3 module. The Transparent SONET or SDH over Packet (TSoP) protocol converts SONET or SDH TDM traffic to a packet

More information

MPLS Point-to-Multipoint Traffic Engineering Support for Static Pseudowires

MPLS Point-to-Multipoint Traffic Engineering Support for Static Pseudowires MPLS Point-to-Multipoint Traffic Engineering Support for Static Pseudowires The MPLS Point-to-Multipoint Traffic Engineering: Support for Static Pseudowires feature allows you to configure a point-to-multipoint

More information

Multi-Chassis APS and Pseudowire Redundancy Interworking

Multi-Chassis APS and Pseudowire Redundancy Interworking Multi-Chassis and Pseudowire Redundancy Interworking In This Chapter This section describes multi-chassis and pseudowire redundancy interworking. Topics in this section include: Applicability on page 120

More information

Configuring MPLS Transport Profile

Configuring MPLS Transport Profile CHAPTER 44 The Multiprotocol Label Switching (MPLS) Transport Profile (TP) enables you to create tunnels that provide the transport network service layer over which IP and MPLS traffic traverse. MPLS-TP

More information

Time Division Multiplexing Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series)

Time Division Multiplexing Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) Time Division Multiplexing Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) First Published: 2014-11-01 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

E and M Signals over MPLS

E and M Signals over MPLS This chapter provides information about peer-to-peer transport of receive and transmit (E and M) signals and voice data over MPLS on the Cisco ASR 903 Router. E and M Signaling Overview, page 1 Restrictions,

More information

Configuring SONET. 1-Port OC-192 or 8-Port Low Rate CEM Interface Module Configuration Guide, Cisco IOS XE Everest (Cisco NCS 4200 Series) 1

Configuring SONET. 1-Port OC-192 or 8-Port Low Rate CEM Interface Module Configuration Guide, Cisco IOS XE Everest (Cisco NCS 4200 Series) 1 This module describes how to configure Synchronous Optical NETwork (SONET). SONET defines optical signals and a synchronous frame structure for multiplexed digital traffic. SONET equipment is generally

More information

CONTENTS. Introduction

CONTENTS. Introduction CONTENTS Introduction MP-1 Multiprotocol Label Switching Commands MP-3 address-family MP-4 affinity (LSP Attributes) MP-6 append-after MP-8 auto-bw (LSP Attributes) MP-9 bandwidth (LSP Attributes) MP-11

More information

HDLC or PPP to Ethernet IPv4 Interworking Pseudowire, on page 2

HDLC or PPP to Ethernet IPv4 Interworking Pseudowire, on page 2 Configuring HDLC or PPP to Ethernet IPv4 Interworking Pseudowire This chapter provides information about configuring HDLC or PPP to Ethernet IPv4 interworking pseudowire. L2VPN Interworking, on page 1

More information

Signaling Methods and Object Association for Flex LSPs

Signaling Methods and Object Association for Flex LSPs Flex LSP also known as Associated Bidirectional LSPs is the combination of static bidirectional MPLS-TP and dynamic MPLS-TE. Flex LSP provides bidirectional label switched paths (LSPs) set up dynamically

More information

Managing RAN Backhaul Services

Managing RAN Backhaul Services CHAPTER 4 This chapter describes how to use Prime Fulfillment to manage radio access network (RAN) backhaul services in Prime Fulfillment. It contains the following sections: Overview of RAN Backhaul Services,

More information

Configuring SONET. 1-Port OC-192 or 8-Port Low Rate CEM Interface Module Configuration Guide, Cisco IOS XE 3S (Cisco ASR 900 Series) 1

Configuring SONET. 1-Port OC-192 or 8-Port Low Rate CEM Interface Module Configuration Guide, Cisco IOS XE 3S (Cisco ASR 900 Series) 1 This module describes how to configure Synchronous Optical NETwork (SONET). SONET defines optical signals and a synchronous frame structure for multiplexed digital traffic. SONET equipment is generally

More information

MPLS LSP Ping, Traceroute, and AToM VCCV

MPLS LSP Ping, Traceroute, and AToM VCCV As Multiprotocol Label Switching (MPLS) deployments increase and the traffic types they carry increase, the ability of service providers to monitor label switched paths (LSPs) and quickly isolate MPLS

More information

INDEX AR HR IR MCR MNR MPR NFR QR RR SMR SR VPR

INDEX AR HR IR MCR MNR MPR NFR QR RR SMR SR VPR INDEX AR HR IR MCR MNR MPR NFR QR RR SMR SR VPR A Cisco IOS XR Advanced System Command Reference Cisco IOS XR Interface and Hardware Component Command Reference Cisco IOS XR IP Addresses and Services Command

More information

MPLS-TE Configuration Application

MPLS-TE Configuration Application CHAPTER 6 The contains the following tabs and subtabs: Global Tab, page 6-53 Labels Tab, page 6-54 Links Tab, page 6-55 General Subtab, page 6-56 Backup Tunnels Subtab, page 6-57 Tunnel Head Tab, page

More information

BASIC MPLS - MPLS Traffic Engineering Network

BASIC MPLS - MPLS Traffic Engineering Network BASIC MPLS - MPLS Traffic Engineering Network Traffic engineering is essential for service provider and Internet service provider (ISP) backbones. Such backbones must support a high use of transmission

More information

Module 11a MPLS VPWS Configuration Lab (LDP)

Module 11a MPLS VPWS Configuration Lab (LDP) APNIC MPLS Workshop Lab Module 11a MPLS VPWS Configuration Lab (LDP) Objective: All the routers are pre-configured with basic interface, OSPF, BGP, MPLS Label Distribution Protocol (LDP) configuration

More information

MPLS Transport Profile

MPLS Transport Profile Multiprotocol Label Switching (MPLS) Transport Profile (TP) enables you to create tunnels that provide the transport network service layer over which IP and MPLS traffic traverses. MPLS-TP tunnels enable

More information

MPLS LDP Graceful Restart

MPLS LDP Graceful Restart MPLS LDP Graceful Restart Last Updated: November 23, 2011 When a router is configured with Multiprotocol Label Switching (MPLS) Label Distribution Protocol (LDP) Graceful Restart (GR), it assists a neighboring

More information

Access Circuit Redundancy Support for IMA

Access Circuit Redundancy Support for IMA The Access Circuit Redundancy Support (ACR) for Inverse Multiplexing over ATM (IMA) feature provides a converged IP or Multiprotocol Label Switching (MPLS) access network for its mobile users that use

More information

Configuring Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

More information

N:1 PVC Mapping to PWE with Nonunique VPIs

N:1 PVC Mapping to PWE with Nonunique VPIs The N:1 PVC Mapping to PseudoWire Emulation (PWE) with Nonunique virtual path identifiers (VPIs) feature maps one or more ATM permanent virtual circuits (PVCs) to a single pseudowire (PW). There are two

More information

MPLS Embedded Management LSP Ping/Traceroute and AToM VCCV

MPLS Embedded Management LSP Ping/Traceroute and AToM VCCV MPLS Embedded Management LSP Ping/Traceroute and AToM VCCV As Multiprotocol Label Switching (MPLS) deployments increase and the traffic types they carry increase, the ability of service providers to monitor

More information

Anticipating the future

Anticipating the future Anticipating the future End to End Packet Optical Architecture for Convergent Network Modernization. David Bianchi davbianc@cisco.com June 2016 What s the problem? Smooth migration or overnight swap? Traffic

More information

clock rate through cut-through

clock rate through cut-through clock rate through cut-through clock rate, page 3 clock rate (interface ATM), page 6 clock rate (interface serial), page 10 clock rate network-clock, page 14 clock recovered adaptive/differential cem,

More information

Configure Topology-Independent Loop-Free Alternate (TI-LFA)

Configure Topology-Independent Loop-Free Alternate (TI-LFA) Configure Topology-Independent Loop-Free Alternate (TI-LFA) Topology-Independent Loop-Free Alternate (TI-LFA) uses segment routing to provide link protection in topologies where other fast reroute techniques

More information

Configuring OC3 Ports

Configuring OC3 Ports CHAPTER 3 This chapter describes the most common configurations for OC3 ports on the Cisco ME 3600X 24CX Series Switch and includes the following sections: Limitations and Restrictions, page 3-1 Configuring

More information

Cisco 1-Port Channelized OC-3/STM-1 Circuit Emulation Over Packet and Channelized ATM Shared Port Adapter

Cisco 1-Port Channelized OC-3/STM-1 Circuit Emulation Over Packet and Channelized ATM Shared Port Adapter Cisco 1-Port Channelized OC-3/STM-1 Circuit Emulation Over Packet and Channelized ATM Shared Port Adapter The Cisco I-Flex design combines shared port adapters (SPAs) and SPA interface processors (SIPs),

More information

Configuring Serial Interface (X.21/V.35/RS-530)

Configuring Serial Interface (X.21/V.35/RS-530) Configuring Serial Interface (X.21/V.3/RS-30) This chapter provides information about the serial interface using cable type x.21/v.3/rs-30. The serial interface transports the respective x.21/v.3/rs-30

More information

Configuring Layer 2 Local Switching

Configuring Layer 2 Local Switching CHAPTER 17 The Layer 2 Local Switching feature allows you to switch Layer 2 data between two physical or virtual interfaces of the same type on the same router. The interfaces can be on the same line card

More information

Configuring CRS-1 Series Virtual Interfaces

Configuring CRS-1 Series Virtual Interfaces Configuring CRS-1 Series Virtual Interfaces A virtual interface is defined as representing a logical packet switching entity within the Cisco CRS-1 Series router. Virtual Interfaces have a global scope

More information

Circuit Emulation over IP

Circuit Emulation over IP (CEoIP) provides a virtual circuit through an IP network--similar to a leased line--to integrate solutions that require a time-sensitive, bit-transparent transport into IP networks. Data, with proprietary

More information

Auto In-Service State for Ports

Auto In-Service State for Ports This document describes the Auto In-Service State (AINS) feature on the port. Effective Cisco IOS XE Everest 16.6.1, the Cisco NCS 4200 Series support management of equipment and port state model in two

More information

SR-TE On Demand LSP. The SR TE On demand LSP feature provides the ability to connect Metro access rings via a static route to the

SR-TE On Demand LSP. The SR TE On demand LSP feature provides the ability to connect Metro access rings via a static route to the The SR TE On demand LSP feature provides the ability to connect Metro access rings via a static route to the destination. The static route is mapped to an explicit path and that will trigger an on demand

More information

AToM Graceful Restart

AToM Graceful Restart AToM Graceful Restart Last Updated: November 29, 2011 The AToM Graceful Restart feature assists neighboring routers that have nonstop forwarding (NSF), stateful switchover (SSO) and graceful restart (GR)

More information

Multichannel STM-1 Port Adapter for the Cisco 7500 Series Router

Multichannel STM-1 Port Adapter for the Cisco 7500 Series Router Multichannel STM-1 Port Adapter for the Cisco 7500 Series Router This feature module describes the Multichannel STM-1 Port Adapter (PA-MC-STM-1). It includes information on the benefits of this port adapter,

More information

Configuring the 1-Port Channelized OC-3/STM-1 SPA

Configuring the 1-Port Channelized OC-3/STM-1 SPA CHAPTER 12 Configuring the 1-Port Channelized OC-3/STM-1 SPA This chapter provides information about configuring the 1-Port Channelized OC-3/STM-1 SPA on Cisco 12000 Series Routers. It includes the following

More information

Configuring the Channelized OC-12/T3 SONET/SDH Optical Services Modules

Configuring the Channelized OC-12/T3 SONET/SDH Optical Services Modules CHAPTER 5 Configuring the Channelized OC-12/T3 SONET/SDH Optical Services Modules This chapter describes how to configure the channelized 1-port OC-12 (OSM-1CHOC12/T3-SI) SONET/SDH Optical Services Modules

More information

Table of Contents 1 E-CPOS Interface Configuration 1-1

Table of Contents 1 E-CPOS Interface Configuration 1-1 Table of Contents 1 E-CPOS Interface Configuration 1-1 Overview 1-1 SONET 1-1 SDH 1-1 E-CPOS 1-5 Configuring an E-CPOS Interface 1-6 Configuring an E-CPOS Interface 1-6 Configuring the Operating Mode of

More information

Configuring T1/E1 Interfaces

Configuring T1/E1 Interfaces This chapter provides information about configuring the T1/E1 interface module on the chassis. It includes the following sections: For information about managing your system images and configuration files,

More information

Segment Routing On Demand for L2VPN/VPWS

Segment Routing On Demand for L2VPN/VPWS On-Demand Next Hop (ODN) for Layer 2 Virtual Private Network (L2VPN) creates a segment routing (SR) traffic-engineering (TE) auto-tunnel and uses the auto-tunnel for pseudowire dataplane. Restrictions

More information

Emerging MPLS OAM mechanisms

Emerging MPLS OAM mechanisms Emerging MPLS OAM mechanisms Answering the interoperability and scalability question Data Networks Operation John Nakulski Product Manager October 2006 Page 1 Agenda Introduction The Need for MPLS OAM

More information

Configuring Point to Point Layer 2 Services

Configuring Point to Point Layer 2 Services This chapter provides conceptual and configuration information for point-to-point Layer 2 (L2) connectivity on Cisco NCS 4000 Series routers. Layer 2 Virtual Private Network Overview, page 2 Ethernet Virtual

More information

MPLS Traffic Engineering - Fast Reroute Link Protection

MPLS Traffic Engineering - Fast Reroute Link Protection MPLS Traffic Engineering - Fast Reroute Link Protection This feature module describes the Fast Reroute (FRR) link protection and Bidirectional Forwarding Detection (BFD)-triggered FRR feature of Multiprotocol

More information

Dynamic PCC. Information About Dynamic PCC. Path Computation Element Protocol Functions

Dynamic PCC. Information About Dynamic PCC. Path Computation Element Protocol Functions The Stateful Path Computation Element Protocol(PCEP) enables a router to report and optionally delegate Label Switched Paths (LSPs) which is established using either Resource Reservation Protocol (RSVP)

More information

CCIE Service Provider Sample Lab. Part 2 of 7

CCIE Service Provider Sample Lab. Part 2 of 7 CCIE Service Provider Sample Lab Part 2 of 7 SP Sample Lab Main Topology R13 S2/1.135.13/24 Backbone Carrier SP AS 1002 S2/1 PPP E0/1.69.6/24 R6 Customer Carrier SP ABC Site 5 AS 612 E1/0 ISIS.126.6/24

More information

Configuring the Cisco MWR 2941-DC Router Using the CLI

Configuring the Cisco MWR 2941-DC Router Using the CLI CHAPTER 4 Configuring the Cisco MWR 2941-DC Router Using the CLI This chapter describes how to use the Cisco IOS software command-line interface (CLI) to configure the Cisco MWR 2941-DC Mobile Wireless

More information

Manage Circuits. Before You Begin CHAPTER. This chapter explains how to manage Cisco ONS SDH electrical, optical and Ethernet circuits.

Manage Circuits. Before You Begin CHAPTER. This chapter explains how to manage Cisco ONS SDH electrical, optical and Ethernet circuits. CHAPTER 9 This chapter explains how to manage Cisco ONS 15454 SDH electrical, optical and Ethernet circuits. Before You Begin To create circuits, see Chapter 6, Create Circuits and Low-Order Tunnels. To

More information

MPLS AToM Overview. Documentation Specifics. Feature Overview

MPLS AToM Overview. Documentation Specifics. Feature Overview MPLS AToM Overview This document provides an introduction to MPLS AToM and includes the following sections: Documentation Specifics, page 14 Feature Overview, page 14 Benefits, page 26 What To Do Next,

More information

LIM Configuration Menu

LIM Configuration Menu CHAPTER 7 This chapter deals with configura tion of LIM devices. It is organized as follows:, page 7-1 LIM Maintenance, page 7-4 LIM Alarms, page 7-7 SONET/SDH, page 7-7 SONET Maintenance, page 7-13 DSX1,

More information

Configure Multipoint Layer 2 Services

Configure Multipoint Layer 2 Services This module provides the conceptual and configuration information for Multipoint Layer 2 Bridging Services, also called Virtual Private LAN Services (VPLS). Note VPLS supports Layer 2 VPN technology and

More information

Configuring T1/E1 Interfaces

Configuring T1/E1 Interfaces Effective Cisco IOS-XE Release 3.14.0S, the Cisco ASR-920-24SZ-IM, ASR-920-24SZ-M, ASR-920-24TZ-M Aggregation Services Router supports the following types of interface modules (IMs): 8x1G Cu IM (A900-IMA8T)

More information

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS CHAPTER 43 Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS This chapter describes how to configure multiprotocol label switching (MPLS) and Ethernet over MPLS (EoMPLS) on the Cisco ME 3800X and ME 3600X

More information

Segment Routing Commands

Segment Routing Commands Segment Routing Commands address ipv4 (PCE), page 4 adjacency-sid, page 5 apply-weight ecmp-only bandwidth, page 7 attribute-set, page 8 autoroute announce, page 10 autoroute destination, page 12 clear

More information

Ethernet Local Management Interface

Ethernet Local Management Interface This chapter provides conceptual and configuration information of the protocol., on page 1 E-LMI Communication, on page 1 E-LMI Operation, on page 2 Supported Functions, on page 3 Limitations, on page

More information

MPLS OAM Technology White Paper

MPLS OAM Technology White Paper MPLS OAM Technology White Paper Issue 01 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without

More information

N:1 PVC Mapping to PWE with Nonunique VPIs

N:1 PVC Mapping to PWE with Nonunique VPIs N:1 PVC Mapping to PWE with Nonunique VPIs The N:1 PVC Mapping to PseudoWire Emulation (PWE) with Nonunique virtual path identifiers (VPIs) feature maps one or more ATM permanent virtual circuits (PVCs)

More information

MPLS Traffic Engineering (TE) Configurable Path Calculation Metric for Tunnels

MPLS Traffic Engineering (TE) Configurable Path Calculation Metric for Tunnels MPLS Traffic Engineering (TE) Configurable Path Calculation Metric for Tunnels Feature History Release 12.0(18)ST 12.2(11)S 12.0(22)S Modification This feature was introduced. This feature was integrated

More information

MPLS Basic MPLS Configuration Guide

MPLS Basic MPLS Configuration Guide First Published: July 24, 2013 Last Modified: July 24, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Monitoring MPLS Services

Monitoring MPLS Services CHAPTER 17 The following topics describe how to view and manage aspects of Multiprotocol Label Switching (MPLS) services using Cisco Prime Network Vision (Prime Network Vision), including the MPLS service

More information

Layer 2 Local Switching

Layer 2 Local Switching Layer 2 Local Switching First Published: December 17, 2003 Last Updated: November 24, 2010 The Layer 2 Local Switching feature allows you to switch Layer 2 data in two ways: Between two interfaces on the

More information

INDEX. ATM overview. bert pattern command HC-402, HC-404 buckets archive command HC-169 bundle command HC-543 Bundle-Ether command HC-215 HC-58 HC-13

INDEX. ATM overview. bert pattern command HC-402, HC-404 buckets archive command HC-169 bundle command HC-543 Bundle-Ether command HC-215 HC-58 HC-13 INDEX HC IC MCC MNC MPC QC RC SBC SC SMC VFC A Cisco IOS XR Interface and Hardware Component Configuration Guide Cisco IOS XR IP Addresses and Services Configuration Guide Cisco IOS XR Multicast Configuration

More information

MPLS Traffic Engineering Traffic Protection using Fast Re-route (FRR)

MPLS Traffic Engineering Traffic Protection using Fast Re-route (FRR) MPLS Traffic Engineering Traffic Protection using Fast Re-route (FRR) Santiago Álvarez August 2008 2007 Cisco Systems, Inc. All rights reserved. 1 MPLS TE Use Cases Strategic Bandwidth Optimization Tactical

More information

Deploying MPLS L2VPN

Deploying MPLS L2VPN Deploying MPLS L2VPN Nurul Islam Roman (nurul@apnic.net) 1 Abstract This session covers the fundamental and advanced topics associated with the deployment of Layer 2 VPNs over an MPLS network. The material

More information

MPLS Traffic Engineering (TE) Fast Reroute (FRR) Link and Node Protection

MPLS Traffic Engineering (TE) Fast Reroute (FRR) Link and Node Protection MPLS Traffic Engineering (TE) Fast Reroute (FRR) Link and Node Protection First Published: January 16, 2003 Last Updated: December 19, 2006 The feature provides link protection (backup tunnels that bypass

More information

Testing Riverstone RS MPLS Interoperability with Cisco GSR and Juniper M Series Routers

Testing Riverstone RS MPLS Interoperability with Cisco GSR and Juniper M Series Routers #127 TECHNOLOGY WHITE PAPER Page: 1 of 40 Testing Riverstone RS MPLS Interoperability with Cisco GSR and Juniper M Series Routers Ray Qiu, Riverstone Networks ABSTRACT MPLS interoperability is an important

More information

HP FlexFabric Switch Series

HP FlexFabric Switch Series HP FlexFabric 12900 Switch Series MPLS Command Reference Part number: 5998-7274 Software version: R103x Document version: 6W100-20150116 Legal and notice information Copyright 2015 Hewlett-Packard Development

More information

CertifyMe. CertifyMe

CertifyMe. CertifyMe CertifyMe Number: 642-780 Passing Score: 800 Time Limit: 120 min File Version: 9.6 http://www.gratisexam.com/ CertifyMe 642-780 Exam A QUESTION 1 The customer has an MPLS Layer 3 VPN service CE-A is not

More information

Configuring Flexible Command Line Interface Configuration Groups

Configuring Flexible Command Line Interface Configuration Groups Configuring Flexible Command Line Interface Configuration Groups This module describes how to configure and use flexible command line interface (CLI) configuration groups. Table 1: Feature History for

More information

SDN Workshop. Contact: WSDN01_v0.1

SDN Workshop. Contact: WSDN01_v0.1 SDN Workshop Contact: training@apnic.net WSDN01_v0.1 Issue Date: [Date] Revision: [xx] Segment Routing - Lab SDN Workshop WSDN01_v0.1 Issue Date: [Date] Revision: [xx] Segment Routing Configuration 3 Configuration

More information

Configure IOS XR Traffic Controller (XTC)

Configure IOS XR Traffic Controller (XTC) IOS XR Traffic Controller (XTC) provides stateful path computation element (PCE) functionality by exting the existing IOS-XR PCE functionality with additional capabilities. The current IOS-XR PCE function

More information

CE Ethernet Operation

CE Ethernet Operation 25 CHAPTER Note The terms "Unidirectional Path Switched Ring" and "UPSR" may appear in Cisco literature. These terms do not refer to using Cisco ONS 15xxx products in a unidirectional path switched ring

More information

Configuring Automatic Protection Switching

Configuring Automatic Protection Switching Application Note Configuring Automatic Protection Switching Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408 745 2000 or 888 JUNIPER www.juniper.net Part Number : 350021-001

More information

Configuring Clear Channel SONET Controllers on the Cisco ASR 9000 Series Router

Configuring Clear Channel SONET Controllers on the Cisco ASR 9000 Series Router Configuring Clear Channel SONET Controllers on the Cisco ASR 9000 Series Router This module describes the configuration of clear channel SONET controllers on the Cisco ASR 9000 Series Router. SONET controller

More information

Configuring Traffic Mirroring

Configuring Traffic Mirroring This module describes the configuration of the traffic mirroring feature. Traffic mirroring is sometimes called port mirroring, or switched port analyzer (SPAN). Feature History for Traffic Mirroring Release

More information

Configuring Traffic Mirroring

Configuring Traffic Mirroring This module describes the configuration of the traffic mirroring feature. Traffic mirroring is sometimes called port mirroring, or switched port analyzer (SPAN). Feature History for Traffic Mirroring Release

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Layer 2 Circuits Modified: 2017-01-19 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights reserved. Juniper

More information

t1 through tug-2 e1 unframed

t1 through tug-2 e1 unframed t1 through tug-2 e1 unframed t1, page 3 t1 bert, page 5 t1/e1 cem-group, page 8 t1 clock source, page 9 t1 external, page 11 t1 fdl ansi, page 13 t1 framing, page 15 t1 linecode, page 18 t1 logging-events,

More information

Deploy VPLS. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by:

Deploy VPLS. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by: Deploy VPLS APNIC Technical Workshop October 23 to 25, 2017. Selangor, Malaysia Hosted by: Issue Date: [201609] Revision: [01] Acknowledgement Cisco Systems 2 VPLS Overview 3 Virtual Private LAN Service

More information