INET INTEROPERABILITY TOOLS
|
|
|
- Willa Butler
- 9 years ago
- Views:
Transcription
1 INET INTEROPERABILITY TOOLS Maria S. Araujo 1, Ray D. Seegmiller 1, Patrick J. Noonan 1, Todd A. Newton 1, Chris S. Samiadji-Benthin 1, Myron L. Moodie 1, Thomas B. Grace 2, William A. Malatesta 2 1 Southwest Research Institute 2 Naval Air Systems Command (NAVAIR) San Antonio, Texas Patuxent River, Maryland [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] ABSTRACT The integrated Network Enhanced Telemetry (inet) program has developed standards for network-based telemetry systems, which implementers and range users of Telemetry Network System (TmNS) equipment can use to promote interoperability between components. While standards promote interoperability, only implementations of the standards can ensure it. This paper discusses the tools that are being developed by the inet program which implement the technologies and protocols specified in the inet standards in order to ensure interoperability between TmNS components and provide a general framework for device development. Capabilities provided by the tools include system management, TmNS message processing, metadata processing, and time synchronization. KEYWORDS inet, Interoperability, System Management, SNMP, Metadata, Tool, PTP INTRODUCTION The integrated Network-Enhanced Telemetry (inet) project has developed standards for network-based telemetry systems. While these standards are based largely on the existing body of commercial networking protocols and were developed to promote interoperability, implementations of the standards are necessary in order to ensure interoperability, identify potential issues, and address any areas of concern. In order to accomplish this, the inet interoperability tools are being developed, which implement the capabilities specified in the System Management Standard (SMS), Metadata Standard (MDS), and Test Article Standard (TAS). 1
2 The inet interoperability tools are comprised of the System Management Tools (SMT), Metadata Description Language (MDL) Authoring Tool (MDLAT), and TmNS Message Processing Tools (TMPT). The SMT implements the management capabilities specified in the SMS as well as a Precision Time Protocol (PTP) client for time synchronization as specified in TAS. The SMT provides a tool set for performing manager functionalities as well as client capabilities using the Simple Network Management Protocol (SNMP). The SMT also provides a sample Graphical User Interface (GUI)-based inet Manager, which enables users to manage inet devices, such as Data Acquisition Units (DAUs), recorders, switches, etc. The MDLAT is a GUI-based tool that allows users to generate and edit MDL instance documents. While MDL is powerful for describing test configurations, it is also very complex. This complexity, combined with the flexibility of the language, can make generating MDL instance documents without the proper tools very difficult and time consuming. Moreover, the flexibility of the language allows for describing test configurations in a variety of different ways, which can lead to interoperability problems when multiple devices need to process a given MDL instance document. As such, the goal of the MDLAT is to implement a tool that abstracts the complexities of the language to a higher level, so that users are not required to have a deep understanding of MDL, but rather can describe their tests from an instrumentation perspective, which the MDLAT then translates to MDL. Finally, and just as important, the MDLAT provides a consistent framework for creating MDL instance documents, thus promoting interoperability. Lastly, the TMPT provide a toolset for generating, parsing, and processing TmNS Data Messages, including measurement extraction capabilities. The TMPT supports both of the inet delivery protocols: the Latency/Throughput Critical (LTC) delivery protocol and the Reliability Critical (RC) delivery protocol, as specified in TAS. As part of the TMPT, a DAU and a recorder simulator are provided, which incorporate capabilities from all the inet tools (e.g. MDL instance document parsing, SM capabilities, PTP client). This paper discusses the inet tools and how they promote interoperability for the TmNS Demonstration System. SYSTEM MANAGEMENT TOOLS The SMS defines the set of capabilities required to manage the TmNS. Management of the TmNS gives the Mission Control Room (MCR) and Range Operations Center (ROC) the capability to monitor the status, statistics, and faults as well as to control and configure TmNS devices across multiple ne tworks. The SMT is a tool set for implementing the system management capabilities specified in the SMS. The SMT is divided into the four functionality categories: manager functions, SNMP agent functions, TmNS adapter functions, and TmNS proxy functions. Manager capabilities include MDL instance document parsing, device discovery, device control, device status monitoring, device configuration, consolidated management, and event logging, among others. Device discovery involves identifying devices to be monitored and controlled by a manager. The SMT provides the ability to discover devices statically (e.g. IP address or other device identification is provided a priori) as well as dynamically via an automated method. The SMT supports automatic device discovery through the use of broadcast IP addresses as well as ping 2
3 sweep IP address ranges. It is very useful to discover TmNS devices automatically without having to know each device s configuration (e.g. IP address), especially when dynamic host configuration protocol (DHCP) servers are used in the networks to provide dynamic IP address assignments. As part of device discovery, the SMT provides topology discovery and verification capabilities so that engineers can compare actual network topology (i.e. network connections) against the expected topology based on an MDL instance document. Another key SMT capability is device status monitoring. Device status monitoring allows engineers to see the status and statistics of each device, such as how much data has been recorded on a recorder, device faults, communication problems, etc. Status monitoring can be event-driven (i.e. upon user request) or can occur on a periodic basis. The periodicity for discovering and monitoring devices can be adjusted depending on network bandwidth limitations. The SMT also provides consolidated management capabilities. Consolidated management allows for hierarchical management structures to be implemented with managers controlling other managers. It allows engineers the ability to control an entire group of devices through a single manager. This single point of control provides many benefits, the primary one being the savings in bandwidth and the reduction in complexity and time when trying to, for example, configure devices on the Test Article (TA). For instance, a manager in the MCR could command a manager on the TA to configure itself via consolidated management. This would result in the TA manager configuring itself as well as configuring all its managed devices. Once the TA manager and its managed devices are configured, the TA manager provides consolidated status about itself and its managed devices to the manager in the MCR. In a TmNS, managers must have a way of collecting system management information from the devices being managed, while also controlling these devices. To accomplish this, each TmNS device is required to implement a Simple Network Management Protocol (SNMP) agent that is capable of responding to SNMP queries and commands that are specific to the TmNS Management Information Base (MIB). The TMNS-MIB provides branches for both common and device-specific variables. All TmNS devices implement the common branch variables; however, only a network data acquisition unit (DAU) would implement the device-specific branch variables for a DAU. The System Management Tools (SMT) provides a suite of agents, each implementing a device-specific branch of the TMNS-MIB. Additionally, each of these agents implements the common branch of the TMNS-MIB. The SMT agent handles the SNMP protocol and is capable of responding to get, set, and walk requests from a manager; however, the agent has no inherent knowledge of the device s data. Therefore, the SMT agent provides a simple internal interface for communicating with the device in order to keep the TMNS-MIB variables up to date. Other common capabilities provided by the SMT agent include: device configuration, notification generation, Precision Time Protocol (PTP) daemon interfacing, and device reset. Additionally, the SMT agent implements standardized MIBs specified by the System Management Standard, such as the SNMP- NOTIFICATION-MIB and the SNMP-TARGET-MIB, which are used to manage notification destinations. Finally, the SMT agent provides configuration options for running SNMPv2c and SNMPv3. 3
4 The SMT also implements the specialized TmNS device proxy and TmNS adapter capabilities. TmNS proxies provide inet interfaces for non-tmns devices. The SMT provides a framework for developing proxies and, as an example, implements a proxy that provides a TmNS system management interface for non-tmns switches. TmNS adapters allow multiple TmNS Manageable Applications (TMAs), each of which contain an SNMP agent, to run on the same platform. The TmNS adapter capabilities include a full implementation of a TmNS adapter. Finally, the SMT provides an IEEE , or PTP, software client for time synchronization to a master clock in the network. A software implementation of the IEEE standard can achieve sub-millisecond time synchronization accuracy, and a hardware-assisted implementation can achieve sub-nanosecond time synchronization accuracy. The SMT includes PTP daemon software that allows the SMT to synchronize its clock with the external master clock in the network. The software is based on an existing open source PTPd implementation and was modified to allow synchronization on Windows without special time-stamping hardware. MDL AUTHORING TOOL In a TmNS, each device must be configured to communicate with other devices in the system. Each device receives a configuration file that describes the test mission. The configuration file is called an MDL instance document. An MDL instance document is an extensible Markup Language (XML) file that conforms to the MDL standard. The MDL Authoring Tool was developed to generate MDL instance documents. An MDL instance document can specify device configurations, network configurations, measurement specifications, manager-to-managed device relationships, descriptions of network message formats, and quality of service descriptions. Manual editing and construction of an MDL instance document is a tedious and error prone process. An MDL instance document specifying a single network with only three devices and one measurement is several hundred lines of XML. The MDL Authoring Tool uses wizards with usage rules and default values to help a user manage the size and intricacies of an MDL instance document. This enables the user to more easily create MDL instance documents and reuse previously defined information; e.g. a Mission Control Room network that is unlikely to change between test missions. The wizards enforce acceptable values and ensure that required portions are filled in without requiring the user to reference the specifications. Each user participating in a TmNS-enabled test mission has a different view of the system. A technician may only be interested in how the devices are connected to each other in the network while an instrumentation engineer may only be concerned with the measurements to be taken. To address these different views, the MDL Authoring Tool has been designed with different workflows for different users. Each workflow employs various wizards to guide the user through the applicable steps. The MDL Authoring Tool allows each user to contribute to the definition of a test mission in terms that are familiar to them while ensuring that the generated MDL instance document conforms to the Metadata Standard. 4
5 With any language comes the need for validation. Each MDL instance document must follow the rules specified in the MDS. The MDL Authoring Tool can analyze MDL instance documents and check for compliance with the standard. Each time an MDL instance document is opened by or exported from the MDL Authoring Tool, the document is validated. There are some forms of validation that cannot be performed by the MDL Authoring Tool (device-specific or rangespecific validation), but the MDL Authoring Tool could be extended in the future to perform those validations. Use of the MDL Authoring Tool reduces the development time and the opportunities for human error when describing a test mission. With a decreased time to specify a test mission, rapid iteration makes testing new configurations easier. With more testing comes greater confidence in the correctness of the test design. Once a test mission has been specified in the MDL Authoring Tool, it is exported as an MDL instance document. This document is then distributed to each consolidated manager. The consolidated manager self-configures from the document and informs each device that it manages (as specified in the MDL instance document) of the new MDL instance document. Every TmNS device will be required to configure itself with the same MDL instance document. Other tools (network analysis, TmNS data extraction, etc.) must also understand MDL instance documents. The correctness of the MDL instance documents and the universality of the need to parse them make the need for a common MDL parsing library plain. The MDL Authoring Tool is built on the MDL parsing libraries. The MDL parsing library is also in use by the System Management Tools and in other parts of the system. TMNS MESSAGE PROCESSING TOOLS For the user of acquired data, the ability to process and interpret data is one of the most critical aspects of a TmNS. The concepts of system management and configuration metadata are necessary for configuring and controlling devices, but it is of little value if an end device cannot understand the incoming data stream. The metadata itself does more than just provide device configuration information; it also describes the data streams on the network, from destination multicast address down to the order of specific measurements contained within the data packages within the data message. While the metadata instance document of a certain configuration may describe the data messages available on the network, the metadata instance document itself does not handle any of the processing itself. Thus, there is a need for TmNS data message processing tools. A suite of TmNS messaging libraries has been developed in order to provide a common framework for TmNS message processing. The TMPT have taken the form of network application simulators that make use of the common TmNS message libraries. Two flavors of simulators have been developed, one set covering the UDP-based LTC data streams, and the other covering the TCP-based RC data streams. Each set of simulators includes one tool for data generation and one for data consumption. All simulators utilize the common TmNS data message libraries in support of providing interoperable message processing capabilities, leveraging the common routines when appropriate. 5
6 For LTC simulators, the data generator simulates a network DAU by transmitting TmNS data messages over the network. Using the TmNS message libraries, the DAU simulator constructs the data messages described by the simulator s configuration MDL instance document. The other LTC simulator mimics the behavior of a network recorder by consuming TmNS data messages that it receives from the network. The recorder simulator is able to store the received data messages to the hard drive of the host computer for retrieval in the future. The RC simulators employ a TCP-based approach to transferring data from a server to a client. This inet-defined mechanism exists for the purpose of data retrieval, particularly in the case of telemetry drop-outs at the ground processing system. The reliability of TCP affords the ground processing system to request data from a server onboard the TA, allowing users in the mission control room to validate data that had been initially dropped during a test maneuver out of the live telemetry pulse-code modulation (PCM) stream. A network recorder is a likely candidate to host the RC Source (server) functionality since its primary function is to store the network test data. An RC Sink (client) sends a request for data to the RC Source. The request may be for certain measurement IDs, package IDs, or message IDs for a given time window. The RC Source utilizes the TmNS message libraries to locate the particular parameter requested in its stored data, and then it uses the message libraries to construct new messages to encapsulate the data being sent via the RC delivery protocol. Likewise, the RC Sink receives the messages delivered from the RC Source and can deconstruct the received messages with the TmNS message libraries in order to obtain the desired measurements. TOOLS FRAMEWORK The aim in developing all of these tools was to build an open source framework that could be leveraged by the inet community and vendors to develop TmNS components. In order to accomplish this goal, a decision was made early on to base the tools on publicly available libraries with a proven track record, such as: PyQt, PySNMP, Net-SNMP, and LIVE555. The public libraries were used, and in many cases extended, to create the tools framework that enhances interoperability, allows for cross-platform development, and should ultimately lead to reuse among TmNS components. The core component of the tools framework is the TmNS library. The TmNS library was primarily developed in Python and provides a cross-platform application programming interface (API) for MDL parsing, low-level SNMP control and status monitoring, SNMP notification handling, TMNS-MIB translation, TmNS device discovery, control and status monitoring, and TmNS message processing. The tools framework also provides a set of applications that use the TmNS library to implement the technologies and protocols specified in the inet standards. These applications demonstrate how to use the TmNS library while also providing a framework for TmNS device development. The SMT Manager and MDL Authoring Tool were developed using Python and use PyQt to implement the user interface. The Manager uses the TmNS library to parse MDL files, receive SNMP notifications and discover, control and monitor TmNS devices. The MDL Authoring Tool uses the TmNS library to create and parse MDL files. The core functionality of the MDL 6
7 parsing library was extended for the MDL Authoring Tool to enable a database to store information outside of MDL instance documents, increasing reusability of test mission design information. The SMT includes an SNMP agent that was developed by extending the Net- SNMP snmpd application to include TMNS-MIB functionality. The agent uses the TmNS library to implement proxy agents for non-tmns devices. Finally, the TmNS data simulators were developed in C++ and use the TmNS library for MDL parsing and TmNS message processing. For the TmNS component developer, the tools framework provides an established library along with applications that already conform to the inet standards. This framework can easily be reused, extended, or used to test TmNS components for interoperability as they are being developed. TOOLS APPLICATION The System Management Tools, MDL Authoring Tool, and TmNS Message Processing Tools are all applications geared at exercising the inet standards. While they are all stand-alone applications, they have been designed with interfaces that allow the different tools to communicate and share information. These applications have been used in conjunction with each other in the inet System Integration Lab (isil) in order to exercise system-level features and functions. It all starts with the MDL Authoring Tool. This tool truly is stand-alone, requiring only a user to input the test details. Information provided to this tool includes network topology, network devices, and data descriptions (i.e., message definition, package definition, and measurement descriptions). This tool acquires from the user all information that describes the test, and then it produces an MDL instance document that is to be distributed to all TmNS devices in the network system. This one file is used to configure each device described by the file. The SMT provides an example of a TmNS manager. The MDL instance document created by the MDL Authoring Tool is first loaded into the SMT. The SMT parses the file and learns the list of devices that it is responsible for managing. It implements a standard device discovery mechanism in order to be made aware of the presence of other devices on the network. Using the inet system management mechanism of SNMP, device discovery is completed, and the GUI is populated with a list of discovered devices. Using SNMP, the SMT obtains the status and statistics of each TmNS device discovered. It also uses SNMP to initiate device configuration of its managed devices. The SMT itself also runs its own SNMP agent. This allows the SMT to be managed by another manager (such as another instance of the SMT) elsewhere in the network. The SMT also contains a PTP daemon for implementing the IEEE protocol for precise time synchronization. The PTP synchronization status is displayed on the GUI. The TmNS data simulators have been heavily leveraged in the isil, more than just for generating data on the network. The simulators were designed with the capability to work in conjunction with an SNMP agent for operational control of the simulators and for retrieving 7
8 status and statistics from the simulator. An LTC DAU simulator represents a single device and runs with a single SNMP agent. An LTC recorder simulator and an RC Source simulator together represent a single device, and they run with a single SNMP agent. The SNMP agent is necessary in order for the simulated device to be discovered by the SMT s discovery protocol. Once discovered, the SMT can manage the different simulated devices. This includes changing the transmit state of a DAU simulator or the recording state of the recorder simulator. It also allows the SMT to update a simulator s roleid and to initiate the device configuration process. Prior to configuration, the simulator s SNMP agent will receive the uniform resource identifier (URI) location of the desired MDL instance document. When commanded to configure, the SNMP agent will retrieve the file at the specified URI by means of file transfer protocol (FTP) or trivial file transfer protocol (TFTP). Once the new file is retrieved, the simulated device parses the MDL instance document and reconfigures its simulation parameters based on the new configuration MDL instance document. Also of importance to the operation of the simulators is that they, too, work in conjunction with a PTP daemon for precise time synchronization over the network. In addition to the PTP-synchronized time being used for the data timestamps, the PTP status information is used by the SNMP agent for status updates and the clock synchronization status is put into the message header by the LTC DAU simulator for each new TmNS data message it creates. TOOL EXTENSIBILITY As previously discussed, the goal of the inet tools was to build an open source framework that could be leveraged by the inet community and vendors to develop TmNS components and applications. The API nature of the inet tools make them very extensible. For instance, the management framework provided by the SMT can be leveraged by the many managers that will be developed for the TmNS demonstration system, such as the serial streaming telemetry (SST) Manager, RF Network Manager, Ground TA Manager, etc. The development time and risk associated with those applications can be significantly reduced by using the SMT since most of the main functions required of those managers can be accomplished through simple SMT library calls. Likewise, the TMPT can be leveraged in the development of components that generate and receive TmNS Data Messages, and the MDL Authoring Tool can be leveraged by components that parse and produce MDL instance documents. Leveraging the inet tools in the development of TmNS components and applications provides many benefits, the primary one being the reduction and simplification of the development process. The framework provided by the inet tools comes with a level of testing and maturity that significantly reduces development risk and time. In addition, many of the complexities involved in implementing the standards have been resolved. Lastly, the incorporation of the inet tools into components and applications promotes interoperability between those components. 8
9 CONCLUSION One of the main tenants of the inet project is to utilize existing standardized network technologies whenever practical. The inet standards were written in order to identify these existing standard technologies and, when practical, to extend them for the TmNS environment. The suite of interoperability tools that is being developed for the inet project implements the technologies and protocols specified in the inet standards. These tools are reference applications and programming libraries that implement the interfaces specified by the inet standards. They have been made available to the inet community and vendors to promote system interoperability. Capabilities provided by the tools include system management, TmNS message processing, metadata processing, and time synchronization. The use of these tools during the development of hardware and software components provides a higher likelihood of interoperability during system integration. ACKNOWLEDGEMENTS The work described in this paper would not have been possible if not for the contributions from the many members of the inet Standards Working Groups. We gratefully acknowledge this effort and the funding and guidance provided by the inet program. 9
Using WhatsUp IP Address Manager 1.0
Using WhatsUp IP Address Manager 1.0 Contents Table of Contents Welcome to WhatsUp IP Address Manager Finding more information and updates... 1 Sending feedback... 2 Installing and Licensing IP Address
DESIGN OF A CONFIGURATION AND MANAGEMENT TOOL FOR INSTRUMENTATION NETWORKS
DSIGN OF A CONFIGURATION AND MANAGMNT TOOL FOR INSTRUMNTATION NTWORKS 1 John Roach VP Network Products Division Teletronics Technology Corporation Newtown, PA USA ABSTRACT The development of network-based
PANDORA FMS NETWORK DEVICE MONITORING
NETWORK DEVICE MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS is able to monitor all network devices available on the marke such as Routers, Switches, Modems, Access points,
PANDORA FMS NETWORK DEVICES MONITORING
NETWORK DEVICES MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS can monitor all the network devices available in the market, like Routers, Switches, Modems, Access points,
Firewall Builder Architecture Overview
Firewall Builder Architecture Overview Vadim Zaliva Vadim Kurland Abstract This document gives brief, high level overview of existing Firewall Builder architecture.
Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18)
Open EMS Suite O&M Agent Functional Overview Version 1.2 Nokia Siemens Networks 1 (18) O&M Agent The information in this document is subject to change without notice and describes only the product defined
Cisco TelePresence Manager
Cisco TelePresence Manager 1.3 Simplifying the Experience: Meeting Scheduling and Management Cisco TelePresence Manager is an integral part of the Cisco TelePresence experience that creates the feeling
SolarWinds Certified Professional. Exam Preparation Guide
SolarWinds Certified Professional Exam Preparation Guide Introduction The SolarWinds Certified Professional (SCP) exam is designed to test your knowledge of general networking management topics and how
Application Notes for Configuring Dorado Software Redcell Enterprise Bundle using SNMP with Avaya Communication Manager - Issue 1.
Avaya Solution & Interoperability Test Lab Application Notes for Configuring Dorado Software Redcell Enterprise Bundle using SNMP with Avaya Communication Manager - Issue 1.0 Abstract These Application
Saving Time & Money Across The Organization With Network Management Simulation
Saving Time & Money Across The Organization With Network Management Simulation May, 2011 Copyright 2011 SimpleSoft, Inc. All Rights Reserved Introduction Network management vendors are in business to help
Required Ports and Protocols. Communication Direction Protocol and Port Purpose Enterprise Controller Port 443, then Port 11165 Port 8005
Oracle Enterprise Manager Ops Center Ports and Protocols Guide 12c Release 2 (12.2.2.0.0) E51942-04 December 2014 This document contains the latest information on the ports and protocols that Oracle Enterprise
A Survey Study on Monitoring Service for Grid
A Survey Study on Monitoring Service for Grid Erkang You [email protected] ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide
Print Audit Facilities Manager Technical Overview
Print Audit Facilities Manager Technical Overview Print Audit Facilities Manager is a powerful, easy to use tool designed to remotely collect meter reads, automate supplies fulfilment and report service
NMS300 Network Management System
NMS300 Network Management System User Manual June 2013 202-11289-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate
Leveraging Best Practices for SolarWinds IP Address Manager
Leveraging Best Practices for SolarWinds IP Address Manager Share: Leveraging Best Practices for SolarWinds IPAM SolarWinds IP Address Manager (IPAM) is a comprehensive IP address management solution that
The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper.
The EMSX Platform A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks A White Paper November 2002 Abstract: The EMSX Platform is a set of components that together provide
Oracle Enterprise Manager Ops Center. Ports and Protocols. Ports and Protocols 12c Release 3 (12.3.0.0.0)
Oracle Enterprise Manager Ops Center Ports and Protocols 12c Release 3 (12.3.0.0.0) E59963-01 June 2015 This document contains the latest information on the ports and protocols that Oracle Enterprise Manager
Infoblox vnios Software for CISCO AXP
Summary Infoblox vnios for Cisco consolidates core network services such as DNS, DHCP and IPAM and others onto the Cisco Integrated Services Router (ISR) running the Application Extension Platform (AXP)
A Brief. Introduction. of MG-SOFT s SNMP Network Management Products. Document Version 1.3, published in June, 2008
A Brief Introduction of MG-SOFT s SNMP Network Management Products Document Version 1.3, published in June, 2008 MG-SOFT s SNMP Products Overview SNMP Management Products MIB Browser Pro. for Windows and
New Products and New Features May, 2015
NetAcquire Server 8 New Products and New Features May, 2015 1. Includes all NetAcquire 7.6 and earlier enhancements 2. Runs on a new real-time operating system: NetAcquire Deterministic Linux (NDL) a.
NNMi120 Network Node Manager i Software 9.x Essentials
NNMi120 Network Node Manager i Software 9.x Essentials Instructor-Led Training For versions 9.0 9.2 OVERVIEW This course is designed for those Network and/or System administrators tasked with the installation,
SSVVP SIP School VVoIP Professional Certification
SSVVP SIP School VVoIP Professional Certification Exam Objectives The SSVVP exam is designed to test your skills and knowledge on the basics of Networking, Voice over IP and Video over IP. Everything that
Testing Intelligent Device Communications in a Distributed System
Testing Intelligent Device Communications in a Distributed System David Goughnour (Triangle MicroWorks), Joe Stevens (Triangle MicroWorks) [email protected] United States Smart Grid systems
Heterogeneous Tools for Heterogeneous Network Management with WBEM
Heterogeneous Tools for Heterogeneous Network Management with WBEM Kenneth Carey & Fergus O Reilly Adaptive Wireless Systems Group Department of Electronic Engineering Cork Institute of Technology, Cork,
SiteCelerate white paper
SiteCelerate white paper Arahe Solutions SITECELERATE OVERVIEW As enterprises increases their investment in Web applications, Portal and websites and as usage of these applications increase, performance
SOLARWINDS ENGINEER S TOOLSET FAST FIXES TO NETWORK ISSUES
DATASHEET SOLARWINDS ENGINEER S TOOLSET FAST FIXES TO NETWORK ISSUES SolarWinds Engineer s Toolset (ETS) helps you monitor and troubleshoot your network with the most trusted tools in network management.
Introduction to Network Management
Introduction to Network Management Chu-Sing Yang Department of Electrical Engineering National Cheng Kung University Outline Introduction Network Management Requirement SNMP family OSI management function
About Network Data Collector
CHAPTER 2 About Network Data Collector The Network Data Collector is a telnet and SNMP-based data collector for Cisco devices which is used by customers to collect data for Net Audits. It provides a robust
CiscoWorks Resource Manager Essentials 4.1
CiscoWorks Resource Manager Essentials 4.1 Product Overview CiscoWorks Resource Manager Essentials (RME) 4.1 is the cornerstone application of CiscoWorks LAN Management Solution (LMS). CiscoWorks RME provides
TimePictra Release 10.0
DATA SHEET Release 100 Next Generation Synchronization System Key Features Web-based multi-tier software architecture Comprehensive FCAPS management functions Software options for advanced FCAPS features
Integration Guide. Help Desk Authority, Perspective and sl360. 1.800.424.9411 www.scriptlogic.com
Integration Guide Help Desk Authority, Perspective and sl360 1.800.424.9411 www.scriptlogic.com Table of Contents Introduction... 3 Product Overview... 3 Benefits of Product Integration... 3 Advanced Help
NQA Technology White Paper
NQA Technology White Paper Keywords: NQA, test, probe, collaboration, scheduling Abstract: Network Quality Analyzer (NQA) is a network performance probe and statistics technology used to collect statistics
Network Management Deployment Guide
Smart Business Architecture Borderless Networks for Midsized organizations Network Management Deployment Guide Revision: H1CY10 Cisco Smart Business Architecture Borderless Networks for Midsized organizations
Networking 4 Voice and Video over IP (VVoIP)
Networking 4 Voice and Video over IP (VVoIP) Course Objectives This course will give delegates a good understanding of LANs, WANs and VVoIP (Voice and Video over IP). It is aimed at those who want to move
WhatsUpGold. v3.0. WhatsConnected User Guide
WhatsUpGold v3.0 WhatsConnected User Guide Contents CHAPTER 1 Welcome to WhatsConnected Finding more information and updates... 2 Sending feedback... 3 CHAPTER 2 Installing and Configuring WhatsConnected
Domain Time II. Time Synchronization Software Suite Precise Time Synchronization for the Entire Enterprise
Domain Time II Time Synchronization Software Suite Precise Time Synchronization for the Entire Enterprise Key Features Comprehensive time client, server & management software for precise time synchronization
SSVP SIP School VoIP Professional Certification
SSVP SIP School VoIP Professional Certification Exam Objectives The SSVP exam is designed to test your skills and knowledge on the basics of Networking and Voice over IP. Everything that you need to cover
Basic & Advanced Administration for Citrix NetScaler 9.2
Basic & Advanced Administration for Citrix NetScaler 9.2 Day One Introducing and deploying Citrix NetScaler Key - Brief Introduction to the NetScaler system Planning a NetScaler deployment Deployment scenarios
Assignment One. ITN534 Network Management. Title: Report on an Integrated Network Management Product (Solar winds 2001 Engineer s Edition)
Assignment One ITN534 Network Management Title: Report on an Integrated Network Management Product (Solar winds 2001 Engineer s Edition) Unit Co-coordinator, Mr. Neville Richter By, Vijayakrishnan Pasupathinathan
Automatic Configuration and Service Discovery for Networked Smart Devices
Automatic Configuration and Service Discovery for Networked Smart Devices Günter Obiltschnig Applied Informatics Software Engineering GmbH St. Peter 33 9184 St. Jakob im Rosental Austria Tel: +43 4253
School of Information Technology and Engineering (SITE) CEG 4395: Computer Network Management. Lab 4: Remote Monitoring (RMON) Operations
School of Information Technology and Engineering (SITE) CEG 4395: Computer Network Management Lab 4: Remote Monitoring (RMON) Operations Objective To become familiar with basic RMON operations, alarms,
Software Development Kit
Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice
Smart Business Architecture for Midsize Networks Network Management Deployment Guide
Smart Business Architecture for Midsize Networks Network Management Deployment Guide Introduction: Smart Business Architecture for Mid-sized Networks, Network Management Deployment Guide With the Smart
Observer RPM. Remote Program Monitor. Post STB-Monitoring, Logging and Troubleshooting
Observer RPM Remote Program Monitor Post STB-Monitoring, Logging and Troubleshooting Pay-TV operators are caught in a hyper-competitive marketplace. They must provide a growing array of linear, ondemand
Lab Testing Summary Report
Lab Testing Summary Report September 2007 Report 070914 Product Category: WAN Optimization Vendor Tested: Packeteer, Inc. Product Tested: ishaper 400 Key findings and conclusions: Deep packet inspection
Semaphore T BOX Applications in Data Center Facilities
Semaphore T BOX Applications in Data Center Facilities Introduction Data centers must reliably provide 24/7/365 operation. For automation and monitoring of the facility, use of a rugged, reliable RTU is
OpenScape Voice V8 Application Developers Manual. Programming Guide A31003-H8080-R100-2-7620
OpenScape Voice V8 Application Developers Manual Programming Guide A31003-H8080-R100-2-7620 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001
What communication protocols are used to discover Tesira servers on a network?
Understanding device discovery methods in Tesira OBJECTIVES In this application note, basic networking concepts will be summarized to better understand how Tesira servers are discovered over networks.
Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.
Course Name: TCP/IP Networking Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. TCP/IP is the globally accepted group of protocols
R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement
I/Q Modulation Generator Supplement The following description relates to the Operating Manuals, version 03 of R&S AFQ100A, and version 01 of R&S AFQ100B. It encloses the following topics: LXI features,
How To Use A Help Desk With A Pnettrap On A Pc Or Mac Or Mac (For A Laptop)
Integration Guide Help Desk Authority, PacketTrap and sl360 1.800.424.9411 www.scriptlogic.com 2010 ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo, Help Desk Authority and
Security FAQs (Frequently Asked Questions) for Xerox Remote Print Services
Security FAQs (Frequently Asked Questions) for Xerox Remote Print Services February 30, 2012 2012 Xerox Corporation. All rights reserved. Xerox and Xerox and Design are trademarks of Xerox Corporation
MCN Health Monitor. The finger on the pulse of your critical systems. David Tayler Service Engineer, OSISoft
MCN Health Monitor The finger on the pulse of your critical systems David Tayler Service Engineer, OSISoft MCN Health Monitor Today s presentation Introduction Description Interfaces Tag Builders Client
Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager
Paper SAS1787-2015 Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager Chris Upton and Lori Small, SAS Institute Inc. ABSTRACT With the latest release of SAS
Extending Network Visibility by Leveraging NetFlow and sflow Technologies
Extending Network Visibility by Leveraging and sflow Technologies This paper shows how a network analyzer that can leverage and sflow technologies can provide extended visibility into enterprise networks
Whitepaper. Business Service monitoring approach
Whitepaper on Business Service monitoring approach - Harish Jadhav Page 1 of 15 Copyright Copyright 2013 Tecknodreams Software Consulting Pvt. Ltd. All Rights Reserved. Restricted Rights Legend This document
0DQDJLQJ#0XOWLVHUYLFH#1HWZRUNV
Best Connections in the Business ProSphere NMS 0DQDJLQJ#0XOWLVHUYLFH#1HWZRUNV Figure 1: Xedge Switches managed by ProSphere NMS 7KH#0XOWLVHUYLFH#&KDOOHQJH Managing diverse protocols, applications and topologies
Cable Modems. Definition. Overview. Topics. 1. How Cable Modems Work
Cable Modems Definition Cable modems are devices that allow high-speed access to the Internet via a cable television network. While similar in some respects to a traditional analog modem, a cable modem
NetIQ Identity Manager Setup Guide
NetIQ Identity Manager Setup Guide July 2015 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE
Cisco Application Networking Manager Version 2.0
Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager (ANM) software enables centralized configuration, operations, and monitoring of Cisco data center networking equipment
Configuring SNMP. 2012 Cisco and/or its affiliates. All rights reserved. 1
Configuring SNMP 2012 Cisco and/or its affiliates. All rights reserved. 1 The Simple Network Management Protocol (SNMP) is part of TCP/IP as defined by the IETF. It is used by network management systems
Topic 7 DHCP and NAT. Networking BAsics.
Topic 7 DHCP and NAT Networking BAsics. 1 Dynamic Host Configuration Protocol (DHCP) IP address assignment Default Gateway assignment Network services discovery I just booted. What network is this? What
Device Provisioning in Cable Environments
A white paper by Incognito Software March, 2009 2009 Incognito Software Inc. All rights reserved. Page 1 of 8 Introduction... 2 Auto-Provisioning and Pre-Provisioning... 2 Components Involved in Device
Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide
Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.
Managing Enterprise-wide Printing: The IT Challenge
Managing Enterprise-wide Printing: The IT Challenge Presented by September 2002 There is a way To inject true efficiency into enterprisewide printing To have enterprise-wide visibility, total control and
Interconnecting IPv6 Domains Using Tunnels
Interconnecting Domains Using Tunnels Version History Version Number Date Notes 1 30 July 2002 This document was created. 2 19 May 2003 Updated the related documents section. This document describes how
CiscoWorks Resource Manager Essentials 4.3
. Data Sheet CiscoWorks Resource Manager Essentials 4.3 Product Overview CiscoWorks Resource Manager Essentials (RME) 4.3 is the cornerstone application of CiscoWorks LAN Management Solution (LMS). CiscoWorks
R&S AFQ100A, R&S AFQ100B I/Q Modulation Generator Supplement
I/Q Modulation Generator Supplement The following description relates to the Operating Manuals, version 03 of R&S AFQ100A, and version 01 of R&S AFQ100B. It encloses the following topics: LXI features,
Product Standard General Interworking: Internet Server
General Interworking: Internet Server The Open Group Copyright August 1998, The Open Group All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted,
WhatsUp Gold 2016 Getting Started Guide
WhatsUp Gold 2016 Getting Started Guide Contents CHAPTER 1 Welcome Welcome to WhatsUp Gold... 1 About WhatsUp Gold... 1 WhatsUp Gold Editions... 2 Deploying Deploying WhatsUp Gold... 5 STEP 1: Prepare
MIB Explorer Feature Matrix
MIB Explorer Feature Matrix Lite Pro Android Standards and Protocols Supported SNMPv1 (RFC 1157), SNMPv2c (RFC 1901/1905), and SNMPv3 (RFC 3412-3417). Transport Protocols UDP, TCP, and. All transport protocols
Control Tower for Virtualized Data Center Network
Control Tower for Virtualized Data Center Network Contents 1 Virtual Machine Network Environment Analysis...3 2 "Control Tower" Must Have an Overall Picture of the Network...4 3 Virtual Machine Migration
Configuring and Managing Token Ring Switches Using Cisco s Network Management Products
Configuring and Managing Token Ring Switches Using Cisco s Network Management Products CHAPTER 12 Cisco offers several network management applications that you can use to manage your Catalyst Token Ring
R&S BC NETSTATE Open network management software for broadcast applications
R&S BC NETSTATE Open network management software for broadcast applications Broadcasting Product Brochure 01.00 R&S BC-NETSTATE At a glance R&S BC NETSTATE is a specialized software solution for broadcast
How to Eliminate the No: 1 Cause of Network Downtime. Learn about the challenges with configuration management, solutions, and best practices.
How to Eliminate the No: 1 Cause of Network Downtime Learn about the challenges with configuration management, solutions, and best practices Share: Through 2015, 80% of outages impacting mission-critical
802.1X Authentication, Link Layer Discovery Protocol (LLDP), and Avaya IP Telephones
802.1X Authentication, Link Layer Discovery Protocol (LLDP), and Avaya IP Telephones Abstract The purpose of this document is to discuss 802.1X Authentication and Link Layer Discovery Protocol (LLDP) in
Zabbix 1.8 Network Monitoring
Zabbix 1.8 Network Monitoring Monitor your network's hardware, servers, and web performance effectively and efficiently Rihards Olups - PUBLISHING - 1 BIRMINGHAM - MUMBAI Preface 1 Chapter 1: Getting Started
s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ]
s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] Topic break down Topic No. of Questions Topic 1: Network Architecture 183 Topic 2: Network Operations 149
EMC PERSPECTIVE Comparing Network Change and Configuration Management Solutions
EMC PERSPECTIVE Comparing Network Change and Configuration Management Solutions When information comes together, your world moves ahead. Network change and configuration management is central to next-generation
Atrium Discovery for Storage. solution white paper
Atrium Discovery for Storage solution white paper EXECUTIVE SUMMARY As more IT systems are deployed that depend on storage infrastructure to provide business services, and with the adoption of technology
How To Get Started With Whatsup Gold
WhatsUp Gold v16.2 Getting Started Guide Co Welcome Welcome to WhatsUp Gold... 1 About WhatsUp Gold... 1 WhatsUp Gold Editions... 2 Deploying Deploying WhatsUp Gold... 4 STEP 1: Prepare the network...
1 Product. Open Text is the leading fax server vendor in the world. *
1 Product Open Text Fax s Replace fax machines and inefficient paper processes with efficient and secure computer-based faxing and electronic document delivery Open Text is the leading fax server vendor
Virtual Team Collaboration Glossary
Virtual Team Collaboration Glossary Steve Prahst, Rhonda Arterberrie, and Dennis Kay Knowledge Management and Collaborative Technologies Branch NASA Glenn Research Center Introduction Most NASA projects
How To Make A Vpc More Secure With A Cloud Network Overlay (Network) On A Vlan) On An Openstack Vlan On A Server On A Network On A 2D (Vlan) (Vpn) On Your Vlan
Centec s SDN Switch Built from the Ground Up to Deliver an Optimal Virtual Private Cloud Table of Contents Virtualization Fueling New Possibilities Virtual Private Cloud Offerings... 2 Current Approaches
Avaya Network Configuration Manager User Guide
Avaya Network Configuration Manager User Guide May 2004 Avaya Network Configuration Manager User Guide Copyright Avaya Inc. 2004 ALL RIGHTS RESERVED The products, specifications, and other technical information
CONDIS. IT Service Management and CMDB
CONDIS IT Service and CMDB 2/17 Table of contents 1. Executive Summary... 3 2. ITIL Overview... 4 2.1 How CONDIS supports ITIL processes... 5 2.1.1 Incident... 5 2.1.2 Problem... 5 2.1.3 Configuration...
WhatsUp Gold v11 Features Overview
WhatsUp Gold v11 Features Overview This guide provides an overview of the core functionality of WhatsUp Gold v11, and introduces interesting features and processes that help users maximize productivity
Enforcive / Enterprise Security
TM Enforcive / Enterprise Security End to End Security and Compliance Management for the IBM i Enterprise Enforcive / Enterprise Security is the single most comprehensive and easy to use security and compliance
Metadata Quality Control for Content Migration: The Metadata Migration Project at the University of Houston Libraries
Metadata Quality Control for Content Migration: The Metadata Migration Project at the University of Houston Libraries Andrew Weidner University of Houston, USA [email protected] Annie Wu University of Houston,
EKT 332/4 COMPUTER NETWORK
UNIVERSITI MALAYSIA PERLIS SCHOOL OF COMPUTER & COMMUNICATIONS ENGINEERING EKT 332/4 COMPUTER NETWORK LABORATORY MODULE LAB 2 NETWORK PROTOCOL ANALYZER (SNIFFING AND IDENTIFY PROTOCOL USED IN LIVE NETWORK)
1 What Are Web Services?
Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1.6) E14294-06 November 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include:
1 What Are Web Services?
Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1) E14294-04 January 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include: What
WhatsUp Gold v11 Features Overview
WhatsUp Gold v11 Features Overview This guide provides an overview of the core functionality of WhatsUp Gold v11, and introduces interesting features and processes that help users maximize productivity
NetCrunch 6. AdRem. Network Monitoring Server. Document. Monitor. Manage
AdRem NetCrunch 6 Network Monitoring Server With NetCrunch, you always know exactly what is happening with your critical applications, servers, and devices. Document Explore physical and logical network
Rapid Assessment Key v2 Technical Overview
Rapid Assessment Key v2 Technical Overview Overview The Rapid Assessment Key v2 is an extremely easy to use USB device that quickly collects data on networked imaging devices. The key allows office equipment
White Paper. Software Development Best Practices: Enterprise Code Portal
White Paper Software Development Best Practices: Enterprise Code Portal An Enterprise Code Portal is an inside the firewall software solution that enables enterprise software development organizations
