Configuring POS interfaces

Size: px
Start display at page:

Download "Configuring POS interfaces"

Transcription

1 Contents Configuring POS interfaces 1 Overview 1 SONET 1 SDH 1 POS 1 Configuration procedure 1 Displaying and maintaining POS interfaces 3 POS interface configuration examples 4 Directly connecting switches through POS interfaces 4 Connecting switches through POS interfaces across frame relay 4 Troubleshooting POS interfaces 6 i

2 Configuring POS interfaces Overview SONET SDH POS Synchronous Optical Network (SONET), a synchronous transmission system defined by the ANSI, is an international standard transmission protocol that adopts optical transmission. ITU-T Synchronous Digital Hierarchy (SDH) uses a SONET rate subset. SDH adopts synchronous multiplexing and allows for flexible mapping structure. Low-speed tributary signals can be added to or dropped from SDH signals without a large number of multiplexing/demultiplexing devices. This reduces signal attenuation and investment in network devices. Packet over SONET/SDH (POS) is a technology popular on WAN and MAN. It can support packet data such as IP packets. POS maps length-variable packets directly to SONET synchronous payloads and uses the SONET physical layer transmission standard. It offers high-speed, reliable, and point-to-point data connectivity. The POS interfaces on your switch support PPP, frame relay, and HDLC at the data link layer and IP at the network layer. Depending on the subcards of a POS interface, its transmission rate can be STM-1, STM-4, and STM-16, each four times the immediate lower level. Configuration procedure Before configuring the link layer and network layer protocols on a POS interface, you must configure its physical parameter settings. To configure a POS interface: Step Command Remarks 1. Enter system view. system-view N/A 2. Enter POS interface view. interface pos interface-number N/A 3. Set the interface description. description text By default, the description of a POS interface is interface name Interface, for example, POS2/1/1 Interface. 1

3 Step Command Remarks 4. Set the clock mode. clock { master slave } 5. Set the CRC length. crc { } The default is slave. The default is 32 bits. 6. Set the loopback mode. loopback { local remote } Loopback is disabled by default. Enable it only when special test is desired. 7. Configure the overhead bytes. flag c2 flag-value flag { j0 j1 } { sdh sonet } flag-value The default is hexadecimal 16 for C2. By default, SDH framing applies. In SDH framing, the defaults are null for both J0 and J1. 8. Set the framing format. frame-format { sdh sonet } 9. Configure scrambling. scramble The default is SDH. Enabled by default. 10. Specify the link layer protocol. link-protocol { ppp fr [ nonstandard ietf ] hdlc } The default is PPP. 11. Set the interface MTU. mtu size The interface MTU (in bytes) is in the range of 64 to and defaults to The maximum MTU you can configure for a POS interface is bytes, but the one that actually takes effect is 9216 bytes. 12. Set the signal degrade (SD) or signal fail (SF) alarm threshold for the interface. 13. Set the protective action for alarms on the interface. 14. Set the rate of the POS interface. 15. Set the statistics polling interval of the POS interface. threshold { sd sf } value alarm-detect { rdi sd sf } action link-down speed speed-value flow-interval interval The SD alarm threshold defaults to 10e-6. The SF alarm threshold defaults to 10e-4. By default, no protective action for alarms is set on the interface. By default, the rate of a POS interface on a LSR1DTCP8L1 subcard is 155 Mbps. 300 seconds by default. 2

4 Step Command Remarks 16. Set the physical state change suppression interval. link-delay msec milliseconds 1000 milliseconds by default. 17. Restore the default settings. default 18. Shut down the POS interface. shutdown By default, a POS interface is up. When you modify parameters on a POS interface, execute the shutdown command, and then the undo shutdown command to make your modifications take effect. NOTE: The POS interface can operate in master clock mode only when the SRPU (or the main control board) is installed with a clock daughter card. IPv6CP of PPP cannot get the peer IPv6 address through auto negotiation. Therefore, when a POS interface is used for IPv6 hardware forwarding, you need to configure static routes or routing protocols on it. Displaying and maintaining POS interfaces Task Command Remarks Display information about one or all POS interfaces. Display IP-related configurations and statistics for one or all POS interfaces. Display IPv6-related configurations and statistics for one or all POS interfaces. Clear the statistics on POS interfaces. display interface [ pos ] [ brief [ down ] ] [ { begin exclude include } regular-expression ] display interface [ pos [ interface-number ] ] [ brief [ description ] ] [ { begin exclude include } regular-expression ] display ip interface pos [ interface-number ] [ { begin exclude include } regular-expression ] display ipv6 interface pos [ interface-number verbose ] [ { begin exclude include } regular-expression ] reset counters interface [ pos [ interface-number ] ] Available in any view. Available in any view. Available in any view. Available in user view. 3

5 POS interface configuration examples Directly connecting switches through POS interfaces Network requirements As shown in Figure 1, Use a pair of optical fibers (for receiving and sending data) to connect the POS interfaces on Switch A and Switch B. Enable PPP encapsulation on the interfaces. Figure 1 Network diagram Configuration procedure 1. Configure Switch A: # Configure interface POS 2/1/1, setting its physical parameters to defaults. <SwitchA> system-view [SwitchA] interface Pos 2/1/1 [SwitchA-Pos2/1/1] ip address [SwitchA-Pos2/1/1] link-protocol ppp [SwitchA-Pos2/1/1] mtu 1500 [SwitchA-Pos2/1/1] shutdown [SwitchA-Pos2/1/1] undo shutdown 2. Configure Switch B: # Configure interface POS 2/1/1. <SwitchB> system-view [SwitchB] interface Pos 2/1/1 # Set the clock mode to master and other physical parameters to defaults. [SwitchB-Pos2/1/1] clock master [SwitchB-Pos2/1/1] ip address [SwitchB-Pos2/1/1] link-protocol ppp [SwitchB-Pos2/1/1] mtu 1500 [SwitchB-Pos2/1/1] shutdown [SwitchB-Pos2/1/1] undo shutdown You can check the connectivity between the POS interfaces by using the display interface pos command and test network connectivity by using the ping command. Connecting switches through POS interfaces across frame relay Network requirements As shown in Figure 2, connect switches to a public frame relay network through POS interfaces. The switches are premise equipment that work as DTE side of frame relay. 4

6 Switch A uses frame relay sub-interfaces to connect Switch B and Switch C in different network segments. Figure 2 Network diagram Configuration procedure 1. Configure Switch A: # Configure POS interface 3/1/1. <SwitchA> system-view [SwitchA] interface Pos 3/1/1 [SwitchA-Pos3/1/1] clock slave # Configure frame relay encapsulation on the interface. [SwitchA-Pos3/1/1] link-protocol fr [SwitchA-Pos3/1/1] fr interface-type dte [SwitchA-Pos3/1/1] quit # Create sub-interface 1 on the interface. [SwitchA] interface Pos 3/1/1.1 [SwitchA-Pos3/1/1.1] ip address [SwitchA-Pos3/1/1.1] fr dlci 50 [SwitchA-Pos3/1/1.1] fr map ip [SwitchA-Pos3/1/1.1] mtu 1500 [SwitchA-Pos3/1/1.1] quit # Create sub-interface 2 on the interface. [SwitchA] interface Pos 3/1/1.2 [SwitchA-Pos3/1/1.2] ip address [SwitchA-Pos3/1/1.2] fr dlci 60 [SwitchA-Pos3/1/1.2] fr map ip [SwitchA-Pos3/1/1.2] mtu 1500 [SwitchA-Pos3/1/1.2] quit 2. Configure Switch B: # Configure interface POS 3/1/1. [SwitchB] interface Pos 3/1/1 [SwitchB-Pos3/1/1] clock slave # Configure frame relay encapsulation on the interface. [SwitchB-Pos3/1/1] link-protocol fr [SwitchB-Pos3/1/1] fr interface-type dte [SwitchB-Pos3/1/1] ip address

7 [SwitchB-Pos3/1/1] fr dlci 70 [SwitchB-Pos3/1/1] fr map ip [SwitchB-Pos3/1/1] mtu Configure Switch C in the same way Switch B is configured. Verifying the configuration Check interface connectivity with the display interface pos command and test network connectivity with the ping command. Troubleshooting POS interfaces Symptom 1 Solution Symptom 2 Solution Symptom 3 Solution The physical state of a POS interface is down. Check that the transmitting and receiving optical fibers are correctly connected to the POS interface. If you connect the two ends of an optical fiber to the transmitting end and the receiving end of the same POS interface, you can see the message "loopback detected" on the screen when executing the display interface command even if you have not enabled loopback. If the two switches are directly connected (back to back), check that the POS interfaces use different clock modes. The physical layer is up but the link is down. Check that: The settings of clock, scrambling and other physical parameters are consistent on the two connected POS interfaces. The same link layer protocol is configured on two sides. Both ends are assigned IP addresses. A great amount of IP packets are dropped. Check that: The correct clock mode is configured on the POS interface. If not, enormous amount of CRC errors will be generated. The Maximum transmission unit (MTU) configuration is matched. 6

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

HP 6600/HSR6600 Routers

HP 6600/HSR6600 Routers HP 6600/HSR6600 Routers Interface Configuration Guide Part number: 5998-1499 Software version: A6602-CMW520-R3103 A6600-CMW520-R3102-RPE A6600-CMW520-R3102-RSE HSR6602_MCP-CMW520-R3102 Document version:

More information

HP A6600 Routers Interface. Configuration Guide. Abstract

HP A6600 Routers Interface. Configuration Guide. Abstract HP A6600 Routers Interface Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration procedures. These configuration

More information

NOTE: The S9500E switch series supports HDLC encapsulation only on POS interfaces. Enabling HDLC encapsulation on an interface

NOTE: The S9500E switch series supports HDLC encapsulation only on POS interfaces. Enabling HDLC encapsulation on an interface Contents Configuring HDLC 1 Overview 1 HDLC frame format and frame type 1 Enabling HDLC encapsulation on an interface 1 Configuring an IP address for an interface 2 Configuring the link status polling

More information

1-Port OC-48/STM-16 Packet over SONET Line Card Configuration

1-Port OC-48/STM-16 Packet over SONET Line Card Configuration CHAPTER 14 1-Port OC-48/STM-16 Packet over SONET Line Card Configuration This chapter describes procedures for configuring the Cisco 10000 series 1-Port OC-48/STM-16 Packet over SONET line card, hereafter

More information

Ethernet interface configuration commands

Ethernet interface configuration commands Contents Ethernet interface configuration commands 1 General Ethernet interface and subinterface configuration commands 1 alarm-detect 1 bandwidth 2 combo enable 2 default 3 description 4 display counters

More information

CPOS Interface. Synchronous digital hierarchy (SDH), defined by CCITT (today s ITU-T), uses a SONET rate subset.

CPOS Interface. Synchronous digital hierarchy (SDH), defined by CCITT (today s ITU-T), uses a SONET rate subset. SONET/SDH Synchronous Optical Network (SONET), a synchronous transmission system defined by ANSI, is an international standard transmission protocol. It adopts optical transmission where transmission rates

More information

H3C SR6600/SR6600-X Routers

H3C SR6600/SR6600-X Routers H3C SR6600/SR6600-X Routers Interface Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: SR6600X-CMW520-R3103 SR6602-CMW520-R3103 SR6602X_MCP-CMW520-R3103 SR6600-CMW520-R3103-RPE

More information

Introduction Metro Area Optical Networks Components of a MAN Metro Service POP Core MAN Services Access Services Metro Optical Services Service POP

Introduction Metro Area Optical Networks Components of a MAN Metro Service POP Core MAN Services Access Services Metro Optical Services Service POP Introduction Metro Area Optical Networks Components of a MAN Metro Service POP Core MAN Services Access Services Metro Optical Services Service POP Services Core Services MAON Physical Topologies Four

More information

Configuring POS. POS on the ML-Series Card. ML-Series SONET and SDH Circuit Sizes CHAPTER

Configuring POS. POS on the ML-Series Card. ML-Series SONET and SDH Circuit Sizes CHAPTER CHAPTER 5 This chapter describes advanced packet-over-sonet/sdh (POS) interface configuration for the ML-Series card. Basic POS interface configuration is included in Chapter 4, Configuring Interfaces.

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

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

Table of Contents. Chapter 1 Port Configuration Overview

Table of Contents. Chapter 1 Port Configuration Overview Table of Contents Table of Contents Chapter 1 Port Configuration Overview... 1-1 Chapter 2 Ethernet Port Configuration... 2-1 2.1 Ethernet Port Overview... 2-1 2.2 Ethernet Port Configuration... 2-1 2.2.1

More information

Contents. Configuring GRE 1

Contents. Configuring GRE 1 Contents Configuring GRE 1 Overview 1 GRE encapsulation format 1 GRE tunnel operating principle 1 GRE application scenarios 2 Protocols and standards 4 Configuring a GRE/IPv4 tunnel 4 Configuration guidelines

More information

POS on ONS Ethernet Cards

POS on ONS Ethernet Cards CHAPTER 23 This chapter describes packet-over-sonet/sdh (POS) and its implementation on ONS Ethernet cards. This chapter contains the following major sections: POS Overview, page 23-1 POS Interoperability,

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

Configuring Frame Relay

Configuring Frame Relay This module describes the optional configurable Frame Relay parameters available on Packet-over-SONET/SDH (POS), multilink, and serial interfaces configured with Frame Relay encapsulation. Feature History

More information

Troubleshooting Physical Layer Alarms on SONET and SDH Links

Troubleshooting Physical Layer Alarms on SONET and SDH Links Troubleshooting Physical Layer Alarms on SONET and SDH Links Document ID: 16154 Introduction Prerequisites Requirements Components Used Conventions Alarms at SONET's Layers Alarm Indicators Troubleshooting

More information

HP MSR Router Series. Interface Configuration Guide(V7) Part number: a Software version: CMW710-R0106 Document version: 6PW

HP MSR Router Series. Interface Configuration Guide(V7) Part number: a Software version: CMW710-R0106 Document version: 6PW HP MSR Router Series Interface Configuration Guide(V7) Part number: 5998-6361a Software version: CMW710-R0106 Document version: 6PW101-20140807 Legal and notice information Copyright 2014 Hewlett-Packard

More information

POS on ONS Ethernet Cards

POS on ONS Ethernet Cards 20 CHAPTER This chapter describes packet-over-sonet/sdh (POS) and its implementation on ONS Ethernet cards. This chapter contains the following major sections: POS Overview, page 20-1 POS Interoperability,

More information

Ethernet interface configuration commands

Ethernet interface configuration commands Contents Ethernet interface configuration commands 1 General Ethernet interface/subinterface configuration commands 1 combo enable 1 default 1 description 2 display counters 3 display counters rate 4 display

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

Table of Contents 1 Ethernet Interface Configuration Commands 1-1

Table of Contents 1 Ethernet Interface Configuration Commands 1-1 Table of Contents 1 Ethernet Interface Configuration Commands 1-1 broadcast-suppression 1-1 description 1-2 display brief interface 1-3 display interface 1-4 display loopback-detection 1-8 duplex 1-9 flow-control

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

SONET/SDH. By Iqtidar Ali

SONET/SDH. By Iqtidar Ali SONET/SDH By Iqtidar Ali SONET/SDH SONET/SDH means Synchronous Optical Network (SONET) was developed by ANSI. Synchronous Digital Hierarchy (SDH) was developed by ITU-T. The high bandwidth of fiber optic

More information

HP MSR Router Series. Interface Configuration Guide(V7) Part number: b Software version: CMW710-R0304 Document version: 6PW

HP MSR Router Series. Interface Configuration Guide(V7) Part number: b Software version: CMW710-R0304 Document version: 6PW HP MSR Router Series Interface Configuration Guide(V7) Part number: 5998-7717b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright 2015 Hewlett-Packard

More information

Ethernet interface commands

Ethernet interface commands Contents Ethernet interface commands 1 Common Ethernet interface commands 1 default 1 description 2 display counters 2 display counters rate 4 display interface 5 display interface brief 12 display packet-drop

More information

HP MSR Router Series Interface

HP MSR Router Series Interface HP MSR Router Series Interface Configuration Guide(V5) Part number: 5998-2019 Software version: CMW520-R2509 Document version: 6PW102-20130925 Legal and notice information Copyright 2013 Hewlett-Packard

More information

PA-POS-2OC3 Overview. The Cisco 7206 VXR router can be used as a router shelf in a Cisco AS5800 universal access server.

PA-POS-2OC3 Overview. The Cisco 7206 VXR router can be used as a router shelf in a Cisco AS5800 universal access server. :: Seite 1 von 6 :: Datenblatt zum Produkt Cisco 2 Port Packet/SONET mit DC# 437848 :: PA-POS-2OC3 Overview The PA-POS-2OC3 provides two Packet-over-SONET (POS) ports in a single port adapter slot. The

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

Configuring Serial Interfaces on the Cisco ASR 9000 Series Router

Configuring Serial Interfaces on the Cisco ASR 9000 Series Router Configuring Serial Interfaces on the Cisco ASR 9000 Series Router This module describes the configuration of serial interfaces on the Cisco ASR 9000 Series Router. Feature Histy f Configuring Serial Controller

More information

Table of Contents Chapter 1 Tunneling Configuration

Table of Contents Chapter 1 Tunneling Configuration Table of Contents Table of Contents... 1-1 1.1 Introduction to Tunneling... 1-1 1.1.1 IPv6 over IPv4 Tunnel... 1-2 1.1.2 IPv4 over IPv4 Tunnel... 1-7 1.2 Tunneling Configuration Task List... 1-8 1.3 Configuring

More information

Differences Between SONET and SDH Framing in Optical Networks

Differences Between SONET and SDH Framing in Optical Networks Differences Between SONET and SDH Framing in Optical Networks Document ID: 16180 Contents Introduction Prerequisites Requirements Components Used Conventions SONET and SDH Framing ATM Over SONET Packet

More information

Network Topologies & Error Performance Monitoring in SDH Technology

Network Topologies & Error Performance Monitoring in SDH Technology Network Topologies & Error Performance Monitoring in SDH Technology Shiva Sharma Electronics and Communications Department Dronacharya College of Engineering Gurgaon, Haryana Shiva.92@hotmail.com Abstract

More information

Configuring LAN/WAN-PHY Controllers on Cisco IOS XR Software

Configuring LAN/WAN-PHY Controllers on Cisco IOS XR Software Configuring LAN/WAN-PHY Controllers on Cisco IOS XR Software This module describes the configuration of LAN/WAN-PHY controllers on the Cisco CRS Router. Feature Histy f Configuring LAN/WAN-PHY Controller

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

WAN technology which are to be discussed:

WAN technology which are to be discussed: WAN Technology Operates at 3 layer OSI model as below: 1. PHY 2. Data Link 3. Network Most of WAN technology are packetswitched network categorized as Switched Virtual circuit Network ( 3-phase, connection

More information

Ethernet Interface Configuration Commands

Ethernet Interface Configuration Commands Table of Contents Ethernet Interface Configuration Commands 1 General Ethernet Interface/Subinterface Configuration Commands 1 combo enable 1 description 1 display interface 2 display interface brief 9

More information

Configuration of Synchronous Protocols

Configuration of Synchronous Protocols encor! enetworks TM Version A, September 2010 2013 Encore Networks, Inc. All rights reserved. Configuration of Synchronous Protocols This chapter discusses synchronous protocols that you can configure

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

Request for Comments: June MAPOS - Multiple Access Protocol over SONET/SDH Version 1

Request for Comments: June MAPOS - Multiple Access Protocol over SONET/SDH Version 1 Network Working Group Request for Comments: 2171 Category: Informational K. Murakami M. Maruyama NTT Laboratories June 1997 MAPOS - Multiple Access Protocol over SONET/SDH Version 1 Status of this Memo

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

Ethernet Interface Configuration Commands

Ethernet Interface Configuration Commands Table of Contents Ethernet Interface Configuration Commands 1 General Ethernet Interface/Subinterface Configuration Commands 1 combo enable 1 description 1 display interface 2 display interface brief 9

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

Direct Link Networks. Framing. Lecture - Encoding & Framing 1. Problems. Areas for Discussion

Direct Link Networks. Framing. Lecture - Encoding & Framing 1. Problems. Areas for Discussion Areas for Discussion Direct Link s Joseph Spring School of Computer Science 3COM0271 Computer Protocols & Architecture s Based on Chapter 2, Peterson & Davie, Computer s: A Systems Approach, 4 th Ed Problems

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Layer 2 - LAN Switching Configuration Guide Part number:5998-3155a Software version: Release 2103 and later Document version: 6W102-20141218 Legal and notice information

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Channelized IQ Interfaces Modified: 2016-12-13 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights

More information

Cisco 2-Port, 4-Port, and 8-Port OC-12c/STM-4 Packet over SONET Shared Port Adapters

Cisco 2-Port, 4-Port, and 8-Port OC-12c/STM-4 Packet over SONET Shared Port Adapters Cisco 2-Port, 4-Port, and 8-Port OC-12c/STM-4 Packet over SONET Shared Port Adapters The Cisco I-Flex design combines shared port adapters (SPAs) and SPA interface processors (SIPs), using an extensible

More information

Cisco 2-Port and 4-Port OC-3c/STM-1c POS Shared Port Adapters

Cisco 2-Port and 4-Port OC-3c/STM-1c POS Shared Port Adapters Cisco 2-Port and 4-Port OC-3c/STM-1c POS Shared Port Adapters The Cisco I-Flex approach combines shared port adapters (SPAs) and SPA interface processors (SIPs), providing an extensible design that enables

More information

Configuring Synchronous Ethernet ESMC and SSM

Configuring Synchronous Ethernet ESMC and SSM CHAPTER 17 Configuring Synchronous Ethernet ESMC and SSM With Ethernet equipment gradually replacing Synchronous Optical Networking (SONET) and Synchronous Digital Hierarchy (SDH) equipment in service-provider

More information

SONET. By Sadhish Prabhu. Unit II

SONET. By Sadhish Prabhu. Unit II SONET By Sadhish Prabhu History Digital carrier systems The hierarchy of digital signals that the telephone network uses. Trunks and access links organized in DS (digital signal) hierarchy Problem: rates

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 MPLS L2VPN overview 1 About MPLS L2VPN 1 Comparison with traditional VPN 2 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration

More information

Configuring the 2-Port and 4-Port Clear Channel T3/E3 SPAs

Configuring the 2-Port and 4-Port Clear Channel T3/E3 SPAs 20 CHAPTER Configuring the 2-Port and 4-Port Clear Channel T3/E3 SPAs This chapter provides information about configuring the 2-Port and 4-Port Clear Channel T3/E3 Shared Port Adapters (SPAs) on the Catalyst

More information

Configuring MPLS L2VPN

Configuring MPLS L2VPN Contents Configuring MPLS L2VPN 1 Overview 1 Comparison with traditional VPN 1 Comparison with MPLS L3VPN 2 Basic concepts 2 MPLS L2VPN implementation 3 MPLS L2VPN configuration task list 4 Configuring

More information

HPE FlexFabric 7900 Switch Series

HPE FlexFabric 7900 Switch Series HPE FlexFabric 7900 Switch Series VXLAN Configuration Guide Part number: 5998-8254R Software version: Release 213x Document version: 6W101-20151113 Copyright 2015 Hewlett Packard Enterprise Development

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

Table of Contents 1 IPv6 Basics Configuration 1-1

Table of Contents 1 IPv6 Basics Configuration 1-1 Table of Contents 1 IPv6 Basics Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-3 Introduction to IPv6 Neighbor Discovery Protocol 1-5 IPv6 PMTU Discovery 1-8 Introduction

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

Synchronous Ethernet (SyncE) ESMC and SSM

Synchronous Ethernet (SyncE) ESMC and SSM This module describes Synchronization Status Message (SSM), Ethernet Synchronization Message Channel (ESMC), and generating the Simple Network Management Protocol (SNMP) traps on the SyncE feature. With

More information

SONET/SDH VCAT SONET VCAT

SONET/SDH VCAT SONET VCAT SONET/SDH VCAT SONET/SDH networks have been deployed and heavily utilized for many years. These networks where designed for the efficient transport of DS0 voice circuits. Service providers, who have made

More information

Configuring the OC3 POS Line Card

Configuring the OC3 POS Line Card CHAPTER 4 To continue your OC3 POS line card installation, you must configure the OC-3 interfaces. This chapter contains the following sections: Using the EXEC Command Interpreter, page 4-1 Configuring

More information

Loopback detection configuration commands

Loopback detection configuration commands Contents Loopback detection configuration commands 1 display loopback-detection 1 loopback-detection action 2 loopback-detection enable 2 loopback-detection interval-time 3 i Loopback detection configuration

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series EVI Configuration Guide Part number: 5998-3419 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

Interface Configuration

Interface Configuration CHAPTER 7 You can configure or set up any interface through interface configuration windows, which are associated with each particular line card. This chapter contains the following information: Generic

More information

Operation Manual IPv6 H3C S3610&S5510 Series Ethernet Switches Table of Contents. Table of Contents

Operation Manual IPv6 H3C S3610&S5510 Series Ethernet Switches Table of Contents. Table of Contents Operation Manual IPv6 Table of Contents Table of Contents Chapter 1 IPv6 Basics Configuration... 1-1 1.1 IPv6 Overview... 1-1 1.1.1 IPv6 Features... 1-2 1.1.2 Introduction to IPv6 Address... 1-3 1.1.3

More information

Command Reference APPENDIX

Command Reference APPENDIX APPENDIX A 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 configuration.

More information

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1 Table of Contents 1 IPv6 Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-3 Introduction to IPv6 Neighbor Discovery Protocol 1-6 Introduction to IPv6 DNS 1-8 Protocols

More information

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1 Table of Contents 1 IPv6 Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-3 Introduction to IPv6 Neighbor Discovery Protocol 1-5 Introduction to IPv6 DNS 1-8 Protocols

More information

BROADBAND AND HIGH SPEED NETWORKS

BROADBAND AND HIGH SPEED NETWORKS BROADBAND AND HIGH SPEED NETWORKS SYNCHRONOUS OPTICAL NETWORK (SONET) Synchronous Optical Network (SONET) is a standard for optical telecommunications transport. SONET defines optical carrier (OC) levels

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

Configuring MSDP. Overview. How MSDP operates. MSDP peers

Configuring MSDP. Overview. How MSDP operates. MSDP peers Contents Configuring MSDP 1 Overview 1 How MSDP operates 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP functions 7 Configuration prerequisites

More information

Synchronous Optical Networks SONET. Computer Networks: SONET

Synchronous Optical Networks SONET. Computer Networks: SONET Synchronous Optical Networks SONET 1 Telephone Networks {Brief History} Digital carrier systems The hierarchy of digital signals that the telephone network uses. Trunks and access links organized in DS

More information

IP over. Mario Baldi. Politecnico di Torino. (Technical University of Turin) IPinterconnection - 1 Copyright: si veda nota a pag.

IP over. Mario Baldi. Politecnico di Torino. (Technical University of Turin)  IPinterconnection - 1 Copyright: si veda nota a pag. IP over ATM SDH DWDM Mario Baldi Politecnico di Torino (Technical University of Turin) www.baldi.info IPinterconnection - 1 Copyright: si veda nota a pag. 2 Nota di Copyright This set of transparencies,

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

Configuring the SM-1-STM1

Configuring the SM-1-STM1 4 CHAPTER To continue your SM-1-STM1 service module installation, you must configure the STM-1 interface. This chapter contains the following sections: Configuring the Interface, page 4-1 Checking the

More information

RADview-EMS/TDM. Element Management System for TDM Applications Optimux RAD Data Communications Publication 03/06

RADview-EMS/TDM. Element Management System for TDM Applications Optimux RAD Data Communications Publication 03/06 RADview-EMS/TDM Element Management System for TDM Applications Optimux-1551 1994 2006 RAD Data Communications Publication 03/06 Contents Chapter 1. Introduction 1.1 OP-1551 Hardware Overview... 1-1 1.2

More information

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1

Table of Contents 1 IPv6 Configuration IPv6 Application Configuration 2-1 Table of Contents 1 IPv6 Configuration 1-1 IPv6 Overview 1-1 IPv6 Features 1-1 Introduction to IPv6 Address 1-2 Introduction to IPv6 Neighbor Discovery Protocol 1-5 Introduction to ND Snooping 1-7 Introduction

More information

Fractional DS3. Version: 400. Copyright ImageStream Internet Solutions, Inc., All rights Reserved.

Fractional DS3. Version: 400. Copyright ImageStream Internet Solutions, Inc., All rights Reserved. Version: 400 Copyright 2007-2010 ImageStream Internet Solutions, Inc., All rights Reserved. Table of Contents Fractional DS3...1 Configuration for Fractional DS3 Point-to-Point...1 Before You Start...1

More information

PA-POS-1OC3 Overview

PA-POS-1OC3 Overview CHAPTER PA-POS-OC Overview This chapter describes the PA-POS-OC and contains the following sections: PA-POS-OC Overview, page - SONET/SDH Overview, page - Features, page - Interface Specifications, page

More information

Lab Troubleshooting WAN Connectivity

Lab Troubleshooting WAN Connectivity Lab 9.2.5 Troubleshooting WAN Connectivity Device Host Name Interface IP Address Subnet Mask Default Gateway R1 R1 Fast Ethernet 0/0 192.168.1.1 255.255.255.0 N/A Serial 0/0/0 (DCE) 192.168.3.1 255.255.255.252

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

Contents. Configuring MSDP 1

Contents. Configuring MSDP 1 Contents Configuring MSDP 1 Overview 1 How MSDP works 1 MSDP support for VPNs 6 Protocols and standards 6 MSDP configuration task list 7 Configuring basic MSDP features 7 Configuration prerequisites 7

More information

486 bit stuffing, eliminating, SONET

486 bit stuffing, eliminating, SONET I N D E X Numerics A 1+1 protection (APS), 91 92 10 Gigabit Ethernet, 17 12xxx Series DPT line cards, 387 200-GHz filters, channels, 273 2-fiber BLSR, 192 802.3X flow control, 226 A1 byte (SOH), 73 access

More information

HP A3100 v2 Switch Series

HP A3100 v2 Switch Series HP A3100 v2 Switch Series Layer 2 - LAN Switching Configuration Guide HP A3100-8 v2 SI Switch (JG221A) HP A3100-16 v2 SI Switch (JG222A) HP A3100-24 v2 SI Switch (JG223A) HP A3100-8 v2 EI Switch (JD318B)

More information

Overview. Port Adapter Overview CHAPTER

Overview. Port Adapter Overview CHAPTER CHAPTER This chapter describes the Cisco PA-POS-OC port adapter and contains the following sections: Port Adapter, page - SONET/SDH, page - Features, page - Interface Specifications, page -4 PA-POS-OC

More information

Operation Manual ARP H3C S5500-SI Series Ethernet Switches. Table of Contents

Operation Manual ARP H3C S5500-SI Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 ARP Overview... 1-1 1.1.1 ARP Function... 1-1 1.1.2 ARP Message Format... 1-1 1.1.3 ARP Address Resolution Process... 1-2 1.1.4 ARP Mapping Table... 1-3 1.2

More information

Configuring the OC12 POS Line Card

Configuring the OC12 POS Line Card CHAPTER 4 To continue your OC12 POS line card installation, you must configure the OC-12 interface. This chapter contains the following sections: Using the EXEC Command Interpreter, page 4-1 Configuring

More information

R 155. ZyFLEX. A Fiber Optical Multiplexer For Future-Proof Telecom Solutions.

R 155. ZyFLEX. A Fiber Optical Multiplexer For Future-Proof Telecom Solutions. F O TA R 155 A Fiber Optical Multiplexer For Future-Proof Telecom Solutions www..com.tw FOM FORTA155 Fiber Optic Multiplexer Scaleable capacity :supports 4, 8, 12, and 16 T1/E1 channels N*64 Kbps with

More information

Synchronous Optical Networks (SONET) Advanced Computer Networks

Synchronous Optical Networks (SONET) Advanced Computer Networks Synchronous Optical Networks (SONET) Advanced Computer Networks SONET Outline Brief History SONET Overview SONET Rates SONET Ring Architecture Add/Drop Multiplexor (ADM) Section, Line and Path Virtual

More information

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts

Configuring VPLS. VPLS overview. Operation of VPLS. Basic VPLS concepts Contents Configuring VPLS 1 VPLS overview 1 Operation of VPLS 1 VPLS packet encapsulation 4 H-VPLS implementation 5 Hub-spoke VPLS implementation 7 Multi-hop PW 8 VPLS configuration task list 9 Enabling

More information

Network Working Group. Category: Standards Track Nortel Networks April 2002

Network Working Group. Category: Standards Track Nortel Networks April 2002 Network Working Group Request for Comments: 3255 Category: Standards Track N. Jones Agere Systems C. Murton Nortel Networks April 2002 Extending Point-to-Point Protocol (PPP) over Synchronous Optical NETwork/Synchronous

More information

HP MSR Router Series. Layer 2 - WAN Access Configuration Guide(V7)

HP MSR Router Series. Layer 2 - WAN Access Configuration Guide(V7) HP MSR Router Series Layer 2 - WAN Access Configuration Guide(V7) Part number: 5998-7721b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright 2015 Hewlett-Packard

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Layer 2 - LAN Switching Configuration Guide Part number: 5998-1807 Software version: Release 1513 Document version: 6W100-20130830 Legal and notice information Copyright 2013 Hewlett-Packard

More information

E1-E2 (EB) Chapter 4 MSPP

E1-E2 (EB) Chapter 4 MSPP E1-E2 (EB) Chapter 4 MSPP Page: 1 Multi-service Provisioning Platform (M S P P) I) Introduction: MSPP is deployed in the boundary of Access and Metro core backbone. TEC has prepared two different platforms

More information

Command Reference for the ML-Series Card

Command Reference for the ML-Series Card APPENDIX A Note 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 configuration.

More information

Using Serial Ports to Connect to ATM with DXI Encapsulation

Using Serial Ports to Connect to ATM with DXI Encapsulation Using Serial Ports to Connect to ATM with DXI Encapsulation Document ID: 10418 Contents Introduction Prerequisites Requirements Components Used Conventions Physical Setup ATM DXI Modes ATM DXI Headers

More information

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 Introduction to BFD... 1-1 1.1.1 How BFD Works... 1-1 1.1.2 BFD Packet Format... 1-3 1.1.3 Protocols and Standards... 1-5 1.2 BFD Configuration Task List...

More information

frame-relay lapf n201

frame-relay lapf n201 frame-relay lapf n201 frame-relay lapf n201 To set the Link Access Procedure for Frame Relay (LAPF) N201 value (the maximum length of the Information field of the LAPF I frame), use the frame-relay lapf

More information

Routing. Point to point protocol (PPP) ETSF05 Internet Protocols Kaan Bür 1

Routing. Point to point protocol (PPP) ETSF05 Internet Protocols Kaan Bür 1 ETSF05 Internet Protocols PPP TDM Asynchronous Transfer Mode Synchronous Optical Networks WLAN Jens A Andersson (Kaan Bür) Routing Konsten att bygga least costtrees Från sändare till mottagare Från varje

More information

H3C S9500E Routing Switch Series POS Interface Card Datasheet

H3C S9500E Routing Switch Series POS Interface Card Datasheet H3C S9500E Routing Switch Series POS Interface Card Datasheet Copyright 2012 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form

More information