Light-path Monitor System of TWAREN Optical Network. National Center for High-Performance Computing Speaker: Ming-Chang Liang

Size: px
Start display at page:

Download "Light-path Monitor System of TWAREN Optical Network. National Center for High-Performance Computing Speaker: Ming-Chang Liang"

Transcription

1 Light-path Monitor System of TWAREN Optical Network National Center for High-Performance Computing Speaker: Ming-Chang Liang 1

2 INTRODUCTION 2

3 TWAREN phase 2 TWAREN was adapted for more protection methods and better availability at the end of 2006, called TWAREN phase 2. Tens of optical switches and hundreds of lightpaths were then served as the foundation of the layer 2 VLAN services and the layer 3 IP routing services. In 2008, tens of VPLS switches were further incorporated to provide additional Multi-point VPLS VPN service. The layer 1 lightpaths can be protected by SNCP, layer 2 VLAN by spanning tree recalculation and layer 2 VPLS by fast reroute technology. All these improvements transform TWAREN phase 2 into a true hybrid network capable of providing multiple layers of services and high availability. 3

4 Architecture of Optical Network 4

5 Architecture of TWAREN phase 2 NTU ASCC NCCU 6509 NIU NDHU NCU MOEcc 7609C Taipei NCNU NHLTC 6509 NCTU C Hsinchu Taichung 7609C NCHC Tainan NCHC 7609C NCHC NCHU 7609 NTTU NTHU NSYSU NCKU CCU STM64 STM16 10GE GE 5

6 CTC is not enough for us TWAREN phase 2 inherently has the ability to guard against a single point of hardware or circuit failure, so the failure is less likely to affect the actual service provisioning. When port or circuit is fault, we must determine which lightpaths are affected and then correlate with services of upper layers. 6

7 DESIGN OF NMS 7

8 1 st Stage Architecture of NMS Monitor Objs Control API GUI & Ticket System Traps Data Collectors Fault Detection MIBs Syslogs Net flows Telnet/SSH TL1 Current Status DB Long Term DB Threshold DB Case/Action DB Fault Location Auto Action Mirror Threshold Analyzer Interactive Passive Report System 8

9 Lightpaths Monitor System Monitor System in NOC Alarm trigger Alarm Database Trap parser Light-path data Parser TWAREN Optical Network ONS 9

10 Frequent incident case 1 10

11 Frequent incident case 2 11

12 Important information in a trap Value index Value Description 1 Trap agent host name The hostname which sent this trap 2 Trap agent IP address The IP address of host which sent this trap 3 sysuptime The system uptime of host which sent this trap 4 snmptrapoid The mapped OID of this trap 5 Cerent454NodeTime 6 cerent454alarmstate The ONS clock time (YYYYMMDDhhmmss) The severity level of this warning (defined by Cisco CerentNotificationClass) 12

13 cerent454alarmstate Alarm State Number Meaning Traps that use this alarm stats 31 diagnostic All traps of ONS 40 cleared 50 minornonserviceaffecting All traps of ONS will sent this state when fault be solved 1. carrierlossonthelan 2. transportlayerfailure 80 minorserviceaffecting All traps of ONS 90 majorserviceaffecting 100 criticalserviceaffecting 1. carrierlossonthelan 2. transportlayerfailure 1. lossofsignal 2. lossofframe 13

14 The OID of ONS Trap ONS Trap Name MIB OID lossofsignal lossofframe carrierlossonthelan transportlayerfailure ONS Trap Name MIB OID lossofsignal lossofframe carrierlossonthelan transportlayerfailure

15 DESIGN OF DATABASE 15

16 Relationship of Data Tables Basic Data Tables Component People Relationship Tables Circuit VLAN Services Location Unit Vendor., etc VPLS Services ONS Light Path ONS Cross Connection., etc 16

17 Basic Data Tables Component Data Table Component_ID Parent_C_ID Name 1 0 TN7609P 12 1 Slot_1 2 0 TP Slot_ Port_9 Vendor Data Table ID Name 1 CHT 2 APBT 3 RingLine People Data Table ID Name Phone Address Service_Time Service_WeekDay 1 John xxxxxxx ,3,5 2 Mary xxxxxxx ALL ALL Location Data Table ID Name Address 1 MOEcc xxxxx 2 NTU xxxxx Unit Data Table ID Name 1 NCKU 18 THU 17

18 Port Table Field Type Description PortID int Port Component ID Type int Port type: Ethernet(0) SDH(1) CardName varchar Line Card type name Bandwidth int Bandwidth Status int Defined by us 18

19 Topology Link Table Field Type Description NodeA NodeB int int The component IDs of the equipments connected with the link. PortA PortB int int The component IDs of the ports connected with the link. 19

20 Cross Connection Table Field Type Description CRS int Cross Connection unique number SNCP int If SNCP protection? (0: No, 1:Yes) PortFrom1 int Port Component ID - From 1 PortFrom2 int Port Component ID - From 2 PortTo1 int Port Component ID - To 1 PortTo2 int Port Component ID - To 2 ChannelFrom1 int Port From 1 Channel ID ChannelFrom2 int Port From 2 Channel ID ChannelTo1 int Port To 1 - Channel ID ChannelTo2 int Port To 2 - Channel ID SNCPPathFrom int SNCPPathTo int Current SNCP selector uses WORKING(1) or PROTECTION(2) Size int VC bandwidth size, unit is VC1 (155mbps) Status int Defined by us CKTID varchar Circuit Identification string 20

21 Light-Path Table Field Type Description LightPath int Light Path unique number Name varchar Light Path name (CKTID) PortFrom int Port From PortTo int Port - To SNCP int If SNCP protection? (0: No, 1:Yes) Size int VC bandwidth size, unit is VC1 (155mbps) TraceCRS TraceConfigured TraceCurrent varchar varchar varchar Status int Defined by us Cross-connection path string that a light-path passed through Configured ports path (port Component ID string) that a light-path should pass through. Actual ports path (port Component ID string) that a light-path pass through currently. 21

22 Alarm Table Field Type Description Id Int Alarm serial number EventName Varchar Alarm identify name HostName Varchar The name of the host which sent this alarm AgentIP Varchar The IP address of the host which sent this alarm Category Varchar The class of this alarm Severity Varchar The severity level of this alarm (defined by us) UpTime Varchar The uptime of the equipment which sent this alarm TrapTime Varchar The time that this alarm be generated Interface Varchar The port be affected AlarmStatus Varchar The severity level that be defined by CISCO LightPath Varchar The light-path names be affected 22

23 IMPLEMENTATION 23

24 Working steps Build Port table by reading from Component table. Send some TL1 commands to all ONS. Build TopologyLink and CrossConnection tables by parsing the responses of TL1. Build LightPath table by aggregating Port, TopologyLink, CrossConnection tables. Determine the affected ports When receive traps from ONS, and then correlate the affected services with database. 24

25 TL1 commands Command ACT-USER::username:123::password; RTRV-NE-IPMAP:::123; RTRV-CRS::ALL:123; RTRV-VC::ALL:123; CANC-USER::username:123:; Description Login Get information about topology link neighbors Get information about cross connections Get information about all VC statuses, including SNCP selector status logout 25

26 Partial SNCP (1) RA ONS-A ONS-B ONS-C ONS-D RB Configured working path Configured protection path 26

27 Partial SNCP (2) RA ONS-A ONS-B ONS-C ONS-D RB Actual working path Configured protection path 27

28 28

29 WEB-BASED ALARM LOG SYSTEM 29

30 Example 1 30

31 Example 1 31

32 Example 2 32

33 INTEGRATED VISUAL INTERFACE 33

34 34

35 35

36 36

NCHC Research over Lightpaths

NCHC Research over Lightpaths NCHC Research over Lightpaths Te-Lung Liu, Shi-Wei Lo NCHC DATE:8/29/06 TWAREN Architecture 4 core nodes 20G backbone 12 GigaPops Connects HPC resources in North and South Taiwan 2 Optical Backbone NTU

More information

SNMP SNMP Overview CHAPTER

SNMP SNMP Overview CHAPTER CHAPTER 18 This chapter explains Simple Network Management Protocol () as implemented by the Cisco ONS 15454. For setup information, refer to the Cisco ONS 15454 Procedure Guide. Chapter topics include:

More information

Create Circuits. Before You Begin CHAPTER

Create Circuits. Before You Begin CHAPTER 6 CHAPTER Create Circuits This chapter explains how to create Cisco ONS 15600 SDH circuits and tunnels. For additional information, refer to the Circuits and Tunnels chapter in the Cisco ONS 15600 SDH

More information

Create Circuits and Low-Order Tunnels

Create Circuits and Low-Order Tunnels 6 CHAPTER This chapter explains how to create Cisco ONS 15454 SDH low-order circuits and tunnels, high-order circuits, Ethernet circuits, and virtual concatenated (VCAT) circuits. For additional information

More information

Data Gathering in Optical Networks with the TL1 Toolkit

Data Gathering in Optical Networks with the TL1 Toolkit Data Gathering in Optical Networks with the TL1 Toolkit Ronald van der Pol 1 and Andree Toonk 2 1 SARA Computing & Networking Services, Kruislaan 415, 1098 SJ Amsterdam, The Netherlands rvdp@sara.nl http://nrg.sara.nl/

More information

Create Circuits and Low-Order Tunnels

Create Circuits and Low-Order Tunnels 6 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

Create Circuits and Low-Order Tunnels

Create Circuits and Low-Order Tunnels CHAPTER 6 Create Circuits and Low-Order Tunnels 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

More information

CTC Information and Shortcuts

CTC Information and Shortcuts APPENDIX A This appendix describes how to navigate in the Cisco Transport Controller (CTC), change CTC table data displays, and lists menu and tool options for the Cisco ONS 15454 SDH. This appendix also

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

Networking in Virtual Infrastructure and Future Internet. NCHC Jen-Wei Hu

Networking in Virtual Infrastructure and Future Internet. NCHC Jen-Wei Hu Networking in Virtual Infrastructure and Future Internet NCHC Jen-Wei Hu Overview Virtualization Networking in Virtualization Future Internet 2 Hardware virtualization Hardware virtualization techniques

More information

SNMP Fault Management Management Architecture:

SNMP Fault Management Management Architecture: Contents Introduction to SNMP Trap Notification: Prerequisites SNMP Fault Management Management Architecture: SNMP Setup on multi-shelf environment: SNMP Setup on multi-shelf environment Socks proxy: Proprietary

More information

Huawei Railway Bearer Network Solution

Huawei Railway Bearer Network Solution Huawei Railway Bearer Network Solution Challenges to Existing Railway Bearer Networks Both the operational and the business applications of railway systems require high security, high availability, and

More information

CTC Information and Shortcuts

CTC Information and Shortcuts APPENDIXA CTC Information and Shortcuts This appendix describes how to navigate in the Cisco Transport Controller (CTC) and change CTC table data. It also describes menu and tool options and the shelf

More information

Management Software. SmartView TM EMS (Element Management System) Management Software. Management Software. Polled Network Elements

Management Software. SmartView TM EMS (Element Management System) Management Software. Management Software. Polled Network Elements Centralized Device Management Real-time visual representations and processing of alarms Long term event storage (up to 1 year) Easy, User-Friendly Operation Interface CTC Union s SmartView TM Element Management

More information

Circuits and Tunnels CHAPTER

Circuits and Tunnels CHAPTER CHAPTER 7 Circuits and Tunnels This chapter explains Cisco ONS 15600 SDH high-order circuits, data communications channel (DCC), and IP-encapsulated tunnels. To provision circuits and tunnels, refer to

More information

Management Software. SmartView TM EMS (Element Management System) 1-1. Management Software. Polled Network Elements

Management Software. SmartView TM EMS (Element Management System) 1-1. Management Software. Polled Network Elements Management Software Centralized Device Management Real-time visual representations & processing of alarms Long term event storage (up to 1 year) Easy, User-Friendly Operation Interface CTC Union s SmartView

More information

Overview of the ML-Series Card

Overview of the ML-Series Card CHAPTER 1 This chapter provides an overview of the ML-100T-8 card for Cisco ONS 15310-CL and the Cisco ONS 15310-MA. It lists Ethernet and SONET capabilities and Cisco IOS and Cisco Transport Controller

More information

E1-E2 (EB) Chapter 1 MLLN

E1-E2 (EB) Chapter 1 MLLN E1-E2 (EB) Chapter 1 MLLN MLLN Drawback Of Traditional Leased Line Circuits No Intramedia in between. Grew from 64 kbps they have to jump over to 2 Mbps only. Data Cards support only upto 64 Kbps From

More information

Agenda. NREN Requirements & Evolution. Hybrid IP/Optical Architecture. Unified Control Plane & GMPLS. Examples of IP/Optical Initiatives

Agenda. NREN Requirements & Evolution. Hybrid IP/Optical Architecture. Unified Control Plane & GMPLS. Examples of IP/Optical Initiatives Future of NRENs: Migration from Pure IP to Hybrid IP/Optical Networks Chris McGugan, Cisco Systems (chris@cisco.com) Olivier Jerphagnon, Calient Networks (jerph@calient.net) TF-NGN meeting, Oct.1 2004

More information

Cisco Transport Controller Operation

Cisco Transport Controller Operation 8 CHAPTER This chapter describes Cisco Transport Controller (CTC), the Cisco software interface for the Cisco ONS 15454 SDH. For CTC set up and login information, refer to the Cisco ONS 15454 SDH Procedure

More information

The IPv6 Deployment in Taiwan Academic Network

The IPv6 Deployment in Taiwan Academic Network The IPv6 Deployment in Taiwan Academic Network Reen-Cheng Wang, Han-Chieh Chao 1 and Michelle Kao 2 Department of Computer Science and Information Engineering, 1 Department of Electrical Engineering, 2

More information

Cisco Transport Controller Operation

Cisco Transport Controller Operation CHAPTER 8 Cisco Transport Controller Operation This chapter describes Cisco Transport Controller (CTC), the Cisco software interface for the Cisco ONS 15454 SDH. For CTC set up and login information, refer

More information

CTC Information and Shortcuts

CTC Information and Shortcuts APPENDIX A This appendix describes how to navigate in the Cisco Transport Controller (CTC), change CTC table data displays, and lists menu and tool options for the Cisco ONS 15454. This appendix also describes

More information

Basic Concepts. 2.1 Prime Optical Interfaces Southbound Interfaces with NEs ONS CHAPTER

Basic Concepts. 2.1 Prime Optical Interfaces Southbound Interfaces with NEs ONS CHAPTER 2 CHAPTER This chapter introduces some basic Cisco Prime Optical and networking concepts, including: 2.1 Prime Optical Interfaces, page 2-1 2.2 Data Communications Network, page 2-4 2.3 What is FCPS?,

More information

Working with Reports. User Roles Required to Manage Reports CHAPTER

Working with Reports. User Roles Required to Manage Reports CHAPTER CHAPTER 10 Cisco Prime Network (Prime Network) provides a Report Manager that enables you to schedule, generate, view, and export reports of the information managed by Prime Network. You can save the generated

More information

CTC Information and Shortcuts

CTC Information and Shortcuts APPENDIXA CTC Information and Shortcuts 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

More information

Lightpath Monitoring in NetherLight

Lightpath Monitoring in NetherLight Lightpath Monitoring in NetherLight (funded by SURFnet/GigaPort) Ronald van der Pol GLIF meeting 14 15 February 2007, Minneapolis 1 Overview NetherLight Monitoring in NetherLight Tools used for monitoring

More information

Symbols. Numerics INDEX. managing 1-26 open 6-20 port-down. $ANAROOT ANA installation directory 4-1. port-up

Symbols. Numerics INDEX. managing 1-26 open 6-20 port-down. $ANAROOT ANA installation directory 4-1. port-up INDEX Symbols $ANAROOT ANA installation directory 4-1 Numerics 4948 switch Catalyst 1-2, 1-6 6500 switch Catalyst 1-6 7600 router 1-6 A Activate on creation check box 5-3 activation script IPTV 1-21 active

More information

Add and Remove Nodes

Add and Remove Nodes CHAPTER 14 Add and Remove Nodes This chapter explains how to add and remove Cisco ONS 15454 SDH nodes from multiplex section-shared protection rings (MS-SPRings), subnetwork connection protection (SNCP)

More information

CCIE SP Operations Written Exam v1.0

CCIE SP Operations Written Exam v1.0 Cisco 350-060 CCIE SP Operations Written Exam v1.0 Version: 5.0 QUESTION NO: 1 DRAG DROP Cisco 350-060 Exam Answer: Critical Section Loss of Signal (SLOS) Critical Section Loss of Frame (SLOF) Major Alarm

More information

Create Circuits and VT Tunnels

Create Circuits and VT Tunnels CHAPTER 6 This chapter explains how to create Cisco ONS 15310-CL and ONS 15310-MA electrical circuits, Virtual Tributary (VT) tunnels, optical circuits, and Ethernet circuits. For additional information

More information

Understanding the Carrier Packet Transport System

Understanding the Carrier Packet Transport System Understanding the Carrier Packet Transport System This chapter describes the Cisco Carrier Packet Transport system. This chapter includes the following topics: Carrier Packet Transport System, page 1 Understanding

More information

CTC Information and Shortcuts

CTC Information and Shortcuts APPENDIXA 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

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

Management Software. SmartView TM EMS (Element Management System) Management Software. Management Software SmartView TM EMS. Polled Network Elements

Management Software. SmartView TM EMS (Element Management System) Management Software. Management Software SmartView TM EMS. Polled Network Elements LAN PWR PWR 2 PoE Fault Fiber 00 LAN ON OFF Force Auto 0 00 Half Full LFP Flow Pass SW TX RX Ethernet Media Converter FIBER LAN PWR PWR 2 Fault Fiber 00 LAN ON OFF Force Auto 0 00 Half Full LFP Flow Pass

More information

Optical Network 2011 Training Programs. Catalog of Course Descriptions

Optical Network 2011 Training Programs. Catalog of Course Descriptions Optical Network 2011 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION...4 OPTICAL NETWORKS OVERVIEW...5 OPTICAL NETWORKS SYSTEM SURVEY...7 SPO 1400 (OMS 1400)

More information

Compliant with ITU-T G.8262 (SyncE) for frequency synchronization; Compliant with IEEE (PTP) for phase and frequency synchronization

Compliant with ITU-T G.8262 (SyncE) for frequency synchronization; Compliant with IEEE (PTP) for phase and frequency synchronization itn2100 Multi Services Access Platform Raisecom s Multi-Service Access Platform offers a comprehensive deployment strategy for operators, carriers and ISPs with SDH-based applications. The MSAP product

More information

NE Explorer Information

NE Explorer Information APPENDIXB This appendix provides information on the various NE Explorer windows supported in Cisco Prime Optical. This appendix contains the following sections: B.1 ONS 15216 NE Explorer, page B-1 B.2

More information

SmartView EMS. Central EMS. SmartConfig. Fault, Configuration, Accounting, Performance & Security Management (FCAPS)

SmartView EMS. Central EMS. SmartConfig. Fault, Configuration, Accounting, Performance & Security Management (FCAPS) SmartView EMS TM Fault, Configuration, Accounting, Performance & Security Management (FCAPS) Central EMS Expand EMS platform up to 50 SmartViewTM and 25,000 devices management SmartConfig TM Tool for quick

More information

OPTI-6100 Series Optical Access Multi-Service Provisioning Platform (MSPP)

OPTI-6100 Series Optical Access Multi-Service Provisioning Platform (MSPP) OPTI-6100 Series Optical Access Multi-Service Provisioning Platform (MSPP) OPTI-6100 Series A high-density, compact, multi-service optical access and aggregation platform. Service providers globally have

More information

System Description. System Architecture. System Architecture, page 1 Deployment Environment, page 4

System Description. System Architecture. System Architecture, page 1 Deployment Environment, page 4 System Architecture, page 1 Deployment Environment, page 4 System Architecture The diagram below illustrates the high-level architecture of a typical Prime Home deployment. Figure 1: High Level Architecture

More information

Configure SNMP. Understand SNMP. This chapter explains Simple Network Management Protocol (SNMP) as implemented by Cisco NCS 4000 series.

Configure SNMP. Understand SNMP. This chapter explains Simple Network Management Protocol (SNMP) as implemented by Cisco NCS 4000 series. This chapter explains Simple Network Management Protocol (SNMP) as implemented by Cisco NCS 4000 series. Understand SNMP, page 1 Basic SNMP Components, page 2 SNMPv3 Support, page 3 SNMP Traps, page 4

More information

Manage Circuits. Before You Begin CHAPTER

Manage Circuits. Before You Begin CHAPTER CHAPTER 8 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

REDUCING CAPEX AND OPEX THROUGH CONVERGED OPTICAL INFRASTRUCTURES. Duane Webber Cisco Systems, Inc.

REDUCING CAPEX AND OPEX THROUGH CONVERGED OPTICAL INFRASTRUCTURES. Duane Webber Cisco Systems, Inc. REDUCING CAPEX AND OPEX THROUGH CONVERGED OPTICAL INFRASTRUCTURES Duane Webber Cisco Systems, Inc. Abstract Today's Cable Operator optical infrastructure designs are becoming more important as customers

More information

Create Circuits. Before You Begin CHAPTER

Create Circuits. Before You Begin CHAPTER CHAPTER 6 Create Circuits 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

More information

Cisco ONS Port 10/100 Ethernet Module

Cisco ONS Port 10/100 Ethernet Module Cisco ONS 15305 8-Port 10/100 Ethernet Module The Cisco ONS 15305 8-Port 10/100 Ethernet module provides eight ports for Layer 1 or Layer 2 switched transport of Ethernet and Fast Ethernet traffic over

More information

Optical Networks Training Programs. Catalog of Course Descriptions

Optical Networks Training Programs. Catalog of Course Descriptions Optical Networks Training Programs Catalog of Course Descriptions 1 Catalog of Course Descriptions INTRODUCTION...4 OPTICAL NETWORKS SYSTEM OVERVIEW (VCT)...5 OPTICAL NETWORKS SYSTEM SURVEY...8 MARCONI

More information

NORDUnet2008, 9 11 April, Espoo, Finland

NORDUnet2008, 9 11 April, Espoo, Finland Operational Management of Lightpaths Ronald van der Pol Outline SURFnet6 hybrid network NetherLight Optical Exchange Point GLIF (global Lambda Integrated Facility) lightpath planning tool

More information

Cisco Transport Controller Operation

Cisco Transport Controller Operation CHAPTER 8 This chapter describes Cisco Transport Controller (CTC), the software interface for the Cisco ONS 15454. For CTC set up and login information, refer to the Cisco ONS 15454 Procedure Guide. Chapter

More information

48-Port 10/100/1000BASE-T + 4-Port 100/1000BASE-X SFP Gigabit Managed Switch GS T4S

48-Port 10/100/1000BASE-T + 4-Port 100/1000BASE-X SFP Gigabit Managed Switch GS T4S 48-Port 10/100/1000BASE-T + 4-Port 100/1000BASE-X SFP Gigabit Managed Switch GS-4210-48T4S Outlines Product Overview Product Benefits Applications Appendix Product Features 2 / 42 Product Overview Layer

More information

Create Circuits and VT Tunnels

Create Circuits and VT Tunnels CHAPTER 8 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

Cisco Transport Controller Operation

Cisco Transport Controller Operation CHAPTER 5 This chapter describes Cisco Transport Controller (CTC), the Cisco ONS 15310-CL and Cisco ONS 15310-MA software interface. For CTC set up and login information, refer to the Cisco ONS 15310-CL

More information

DESCRIPTION. Features

DESCRIPTION. Features Multi-Ser vice Access Network Features Combined SONET - SDH ADM and E1/T1- PDH multiservice DACS 6U height, full front access (ETSI) shelf TM, ADM and DCS at DS0, VC12, VC3, VC4 Dual STM-1/4 - OC-3/12

More information

Connection Master. Mission critical multiservice access platform for utility, corporate and enterprise customers

Connection Master. Mission critical multiservice access platform for utility, corporate and enterprise customers DP10001708 1 Mission critical multiservice access platform for utility, corporate and enterprise customers provides true multiservice capabilities to support a very wide range of legacy voice and data

More information

CTC Information and Shortcuts

CTC Information and Shortcuts 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

More information

NET311 Computer Network Management Tools, Systems and Engineering

NET311 Computer Network Management Tools, Systems and Engineering NET311 Computer Network Management Tools, Systems and Engineering Dr. Mostafa H. Dahshan Department of Computer Engineering College of Computer and Information Sciences King Saud University mdahshan@ksu.edu.sa

More information

RAX711-L Multi-service Network Terminal

RAX711-L Multi-service Network Terminal RAX711-L Multi-service Network Terminal Raisecom RAX711- L series, as a new generation PTN network terminal, is used in multi- service PSN (packet switch network) for business leased line and mobile backhaul.

More information

Integrated Frequency & Packet Performance Monitoring in the Transition to Packet Networks

Integrated Frequency & Packet Performance Monitoring in the Transition to Packet Networks Integrated Frequency & Packet Performance Monitoring in the Transition to Packet Networks Chris Farrow Technical Services Manager ITSF 2011 Version 1.05 Introduction How did we get here? What is the challenge?

More information

Configure Notification

Configure Notification s, page 1 Notification Groups, page 2 Notification Criteria, page 3 Types of Notifications, page 3 Configure SMTP Server, page 4 Notifications Limited to Specific Alarms, page 5 s Cisco Prime Collaboration

More information

Troubleshooting Tools. Tools for Gathering Information

Troubleshooting Tools. Tools for Gathering Information Internetwork Expert s CCNP Bootcamp Troubleshooting Tools http:// Tools for Gathering Information Before implementing a fix, information must be gathered about a problem to eliminate as many variables

More information

RADview-EMS/NGN Element Management System for NGN Applications ETX-202A

RADview-EMS/NGN Element Management System for NGN Applications ETX-202A RADview-EMS/NGN Element Management System for NGN Applications ETX-202A 1994 2008 RAD Data Communications Publication 07/08 Contents Chapter 1. Introduction 1.1 Overview of ETX-202A... 1-1 1.2 RV-EMS/NGN

More information

ML-Series Card Overview

ML-Series Card Overview CHAPTER 1 This chapter provides an overview of the ML1000-2 and ML100T-12 cards for the ONS 15454 (SONET) and ONS 15454 SDH. It lists Ethernet and SONET/SDH capabilities and Cisco IOS and Cisco Transport

More information

Icon and State Reference

Icon and State Reference and State Reference Device Reachability and Admin States, page 1 Port and Interface States, page 3 Circuit/VC States, page 4 Link Serviceability States, page 7 Link Characteristics, page 7 Equipment Operational

More information

48-Port Gigabit with 4 Shared SFP Managed Switch

48-Port Gigabit with 4 Shared SFP Managed Switch 48-Port Gigabit with 4 Shared SFP Managed Switch High-Density / Cost-effective / Telecom class Gigabit solution for Enterprise backbone and Data Center Networking The PLANET is a Layer 2 / Layer 4 full

More information

NS-090. Carrier Ethernet Based on MPLS-TP SERIES NS: NEW TECHNOLOGIES. PTCL Specifications NS-090 PAKISTAN TELECOMMUNICATION COMPANY LIMITED

NS-090. Carrier Ethernet Based on MPLS-TP SERIES NS: NEW TECHNOLOGIES. PTCL Specifications NS-090 PAKISTAN TELECOMMUNICATION COMPANY LIMITED PAKISTAN TELECOMMUNICATION COMPANY LIMITED SE SYSTEM ENGINEERING WING OF PTCL July, 2012 SERIES NS: NEW TECHNOLOGIES Specifications of New Technologies and Data Equipment Carrier Ethernet Based on MPLS-TP

More information

SKYWAY-XM SERIES PTP Microwave Radio System User Interface Guide

SKYWAY-XM SERIES PTP Microwave Radio System User Interface Guide SKYWAY-XM SERIES PTP Microwave Radio System User Interface Guide April 2010 Rev 1.2 PN: 1563102 Contents 1. Introduction... 5 1.1 Overview... 5 1.2 Modes of User Interfaces... 5 1.3 Features Overview...

More information

Understanding Feature and Network Services in Cisco Unified Serviceability

Understanding Feature and Network Services in Cisco Unified Serviceability CHAPTER 10 Understanding Feature and Network Services in Cisco Unified Serviceability May 19, 2009 Cisco Unified Serviceability service management includes working with feature and network services and

More information

H3C S7500E-XS Switch Series FAQ

H3C S7500E-XS Switch Series FAQ H3C S7500E-XS Switch Series FAQ Copyright 2016 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without prior

More information

Optimizing Ethernet Access Network for Internet Protocol Multi-Service Architecture

Optimizing Ethernet Access Network for Internet Protocol Multi-Service Architecture 1 Optimizing Ethernet Access Network for Internet Protocol Multi-Service Architecture Author: Mikael Forsten TeliaSonera Sonera Carrier Networks Supervisor: Docent Timo O. Korhonen Instructor: M.Sc Jari

More information

H Q&As. Huawei Certified Network Associate-Transmission. Pass Huawei H Exam with 100% Guarantee

H Q&As. Huawei Certified Network Associate-Transmission. Pass Huawei H Exam with 100% Guarantee H31-311 Q&As Huawei Certified Network Associate-Transmission Pass Huawei H31-311 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money

More information

NETSMART Network Management Solutions

NETSMART Network Management Solutions shaping tomorrow with you NETSMART NETSMART management solutions simplify maintenance, provisioning and surveillance. 1 NETSMART Unify Your Network As new and legacy services coexist to support a widening

More information

Ericsson ip transport nms

Ericsson ip transport nms Ericsson ip transport nms Ericsson IP Transport NMS is the fully integrated and complete end-to-end O&M management solution for the IP and transport products used in mobile backhaul, metro, core and fixed/mobile

More information

Configuring RMON. Understanding RMON CHAPTER

Configuring RMON. Understanding RMON CHAPTER 22 CHAPTER This chapter describes how to configure Remote Network Monitoring (RMON) on your switch. RMON is a standard monitoring specification that defines a set of statistics and functions that can be

More information

RADview-EMS/NGN Element Management System for NGN Applications ETX-102, ETX-201, ETX-202

RADview-EMS/NGN Element Management System for NGN Applications ETX-102, ETX-201, ETX-202 RADview-EMS/NGN Element Management System for NGN Applications ETX-102, ETX-201, ETX-202 1994 2008 RAD Data Communications Publication 02/08 Contents Chapter 1. Introduction 1.1 Overview of ETX-102/201/202...

More information

Cisco Transport Controller Operation

Cisco Transport Controller Operation 4 CHAPTER Cisco Transport Controller Operation This chapter describes Cisco Transport Controller (CTC), the Cisco ONS 15600 software interface that is stored on the Timing and Shelf Controller (TSC) card

More information

Configuring the Cisco NAM 2220 Appliance

Configuring the Cisco NAM 2220 Appliance CHAPTER 5 This section describes how to configure the Cisco NAM 2220 appliance to establish network connectivity, configure IP parameters, and how to perform other required administrative tasks using 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

E-Series and G-Series Ethernet Cards

E-Series and G-Series Ethernet Cards 2 CHAPTER 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

Working with Prime Network Vision Maps

Working with Prime Network Vision Maps CHAPTER 5 The topological map is the main tool used by Cisco Prime Network Vision (Prime Network Vision) to display the links and relationships between the network elements and aggregations. The following

More information

Ethernet Operation Any Service Any Port Card Application CHAPTER

Ethernet Operation Any Service Any Port Card Application CHAPTER 10 CHAPTER Operation This chapter describes the operation of the Cisco ONS 15600 SDH ASAP card. For card specifications, refer to Appendix A, Hardware Specifications. For step-by-step card circuit configuration

More information

Turn Up a Node. Before You Begin CHAPTER

Turn Up a Node. Before You Begin CHAPTER CHAPTER 4 Turn Up a Node This chapter explains how to provision a single Cisco ONS 15600 node and turn it up for service, including node name, date and time, timing references, network attributes such

More information

IP Broadband Network Management 2016 Training Programs. Catalog of Course Descriptions

IP Broadband Network Management 2016 Training Programs. Catalog of Course Descriptions IP Broadband Network Management 2016 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION... 3 ERICSSON IP TRANSPORT NMS R12 FOR ASON (WSON) SOLUTION OPERATIONS

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

The Security feature available on the ME 1200 Web GUI allows you to set the security configurations for

The Security feature available on the ME 1200 Web GUI allows you to set the security configurations for The Security feature available on the ME 1200 Web GUI allows you to set the security configurations for the ME 1200. Switch, page 1 Network, page 16 Switch Users Configuration This option provides an overview

More information

9.2(1)SU1 OL

9.2(1)SU1 OL Prerequisites, page 1 workflow, page 2 architecture considerations, page 2 Deployment model considerations, page 3 for Large PoD and Small PoD, page 4 for Micro Node, page 8 Prerequisites Before you plan

More information

Administrative and Service States

Administrative and Service States APPENDIXB Administrative and Service States This appendix describes the administrative and service states for Cisco ONS 15454 SDH cards, ports, and cross-connects. For circuit state information, see Chapter

More information

IP Broadband Network Management 2018 Training Programs. Catalog of Course Descriptions

IP Broadband Network Management 2018 Training Programs. Catalog of Course Descriptions IP Broadband Network Management 2018 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION... 3 ERICSSON IP TRANSPORT NMS R12 FOR ASON (WSON) SOLUTION OPERATIONS

More information

Convert Network Configurations

Convert Network Configurations 13 CHAPTER 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

Cisco Small Business SF200E Series Advanced Smart Switches

Cisco Small Business SF200E Series Advanced Smart Switches ADMINISTRATION GUIDE Cisco Small Business SF200E Series Advanced Smart Switches Contents Chapter 1: Getting Started 9 Starting the Web-Based Switch Configuration Utility 9 Launching the Utility 10 Logging

More information

Error Messages CHAPTER

Error Messages CHAPTER 4 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

Service Path Trace. Overview CHAPTER

Service Path Trace. Overview CHAPTER CHAPTER 8 The following topics describe the Cisco MPLS Assurance Manager 1.0 (Cisco MPLS-AM) service path trace feature for Layer 3 Multiprotocol Label Switching (MPLS) virtual private network (VPNs) and

More information

Basic Concepts. Network Management. Spring Bahador Bakhshi CE & IT Department, Amirkabir University of Technology

Basic Concepts. Network Management. Spring Bahador Bakhshi CE & IT Department, Amirkabir University of Technology Basic Concepts Network Management Spring 2018 Bahador Bakhshi CE & IT Department, Amirkabir University of Technology This presentation is based on the slides listed in references. Outline Introduction:

More information

Packet-Optical, the Future of Transmission Networks?

Packet-Optical, the Future of Transmission Networks? Packet-Optical, the Future of Transmission Networks? Fred Masiak Expert Engineer Vodafone Group Engineering Nice, 30.06.2016 Outline What is Packet Optical? Requirements Related to Transmission Networks

More information

Designed, built, and tested for troublefree operation in extreme conditions

Designed, built, and tested for troublefree operation in extreme conditions SEL-2730M Managed 24-Port Ethernet Switch Designed, built, and tested for troublefree operation in extreme conditions Highest mean time between failures (MTBF) in the industry provides years of reliable

More information

IP Broadband Network Management R12 Training Programs. Catalog of Course Descriptions

IP Broadband Network Management R12 Training Programs. Catalog of Course Descriptions IP Broadband Network Management R12 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION... 4 TMN, FCAPS AND SNMP OVERVIEW... 5 SERVICEON OVERVIEW... 7 SERVICEON

More information

Chapter 3 Managing System Settings

Chapter 3 Managing System Settings Chapter 3 Managing System Settings Using the System Settings Utility The navigation pane at the top of the web browser interface contains a System tab that enables you to manage your FS700TSSmart Switch

More information

Impact Analysis in MPLS Networks

Impact Analysis in MPLS Networks CHAPTER 7 The following topics provide an overview of the Cisco MPLS Assurance Manager 1.0 (Cisco MPLS-AM) service impact analysis (IA) solution and supported scenarios, which are used in VPN networks

More information

Thanks to GUI running on PC/Window, operators can access to the management using a low-cost platform. CXR-iNMS Architecture

Thanks to GUI running on PC/Window, operators can access to the management using a low-cost platform. CXR-iNMS Architecture I NTEGRATED NETWORK MANAGEMENT SYSTEM CXR-iNMS Features inms solution includes: User friendly GUI (Graphical User Interface) clients runs on PC/Win7 Server software, Device Pollers and Backup run Linux.

More information

Cisco Small Business 200 Series Smart Switch Administration Guide Release 1.3

Cisco Small Business 200 Series Smart Switch Administration Guide Release 1.3 ADMINISTRATION GUIDE Cisco Small Business 200 Series Smart Switch Administration Guide Release 1.3 Contents Chapter 1: Getting Started 1 Starting the Web-based Configuration Utility 1 Launching the Configuration

More information

Volition. Modular Managed Switch. 3Innovation ETHERNET/FAST ETHERNET/GIGABIT ETHERNET

Volition. Modular Managed Switch. 3Innovation ETHERNET/FAST ETHERNET/GIGABIT ETHERNET Volition Modular Managed Switch ETHERNET/FAST ETHERNET/GIGABIT ETHERNET Revolutionary and robust, the Volition VOL-5000 modular switch from 3M provides the high-speed interconnection needed by organizations

More information