ATM Switching

Total Page:16

File Type:pdf, Size:1020Kb

ATM Switching Chapter to appear in Wiley Encyclopedia of Telecommunications and Signal Processing, John Proakis, ed., Dec. 2002 ATM Switching Thomas M. Chen Stephen S. Liu Dept. of Electrical Engineering Verizon Laboratories Southern Methodist University 40 Sylvan Road PO Box 750338 Waltham, MA 02451 Dallas, TX 75275-0338 Tel: 781-466-2809 Tel: 214-768-8541 Email: [email protected] Fax: 214-768-3573 Email: [email protected] Abstract: ATM switches are high-speed packet switches indication (EFCI). The CLP flag is used to indicate that designed to process and forward ATM cells. The lower priority (CLP=1) cells should be discarded before functional components of a general ATM switch CLP=0 cells in the event of congestion. The HEC field architecture are described. The switch fabric provides allows single bit-error correction and multiple bit-error the central function of cell forwarding. The switch detection over the cell header. fabric design involves trade-offs between various A generic ATM switch architecture with N input approaches and a choice of input or output buffering. In ports and N output ports is shown in Figure 1 (note addition to cell forwarding, ATM switches require switches can have any dimensions). The functions of an capabilities for connection admission control, traffic ATM switching system may be divided broadly into control, and OAM (operations and maintenance). user cell forwarding, connection control, and network Keywords: ATM, cells, switching, connection control, management (3). ATM cells containing user data are traffic control, buffering received at the input ports, and the input port processors prepare the cells for routing through the switch fabric. 1. Introduction The fabric in the center of the switching system ATM (asynchronous transfer mode) is an provides the interconnections between input port internationally standardized connection-oriented packet processors and output port processors. The output port switching protocol designed to support a wide variety of processors prepare the outgoing user cells for data, voice, and video services in public and private transmission from the switch. User cell forwarding is broadband networks (1,2). ATM networks generally characterized by parallelism and high-speed hardware consist of ATM switches interconnected by high-speed processing. The ATM protocol was intentionally transmission links. ATM switches are high-speed packet streamlined to allow incoming cells to be processed switches specialized to process and forward ATM cells simultaneously in hardware and routed through the (packets). Since ATM is a connection-oriented protocol, switch fabric in parallel. Thus, ATM switches have been ATM switches must establish a virtual connection from able to realize high-end performance in terms of one of its input ports to an output port before forwarding throughput and cell forwarding delay. incoming ATM cells along that virtual connection. Connection control, sometimes called the control An ATM cell consists of a 5-byte header followed plane, refers to the functions related to the establishment by a 48-byte information field or payload. The main and termination of ATM virtual connections. purpose of the ATM cell header is to identify the virtual Connection control functions generally encompass: connection of the cell which occupies most of the exchange and processing of signaling information; header bits. An ATM virtual connection is specified by participation in routing protocols; and decisions on the combination of a 12-bit virtual path identifier admission or rejection of new connection requests. (except the first 4 bits are used for generic flow control Network management is currently carried out by at the user-network interface) and a 16-bit virtual SNMP (simple network management protocol), the channel identifier. Virtual paths are bundles of virtual standard protocol for managing data networks. ATM channels. VP crossconnects are designed to route ATM switches typically support an SNMP agent and an ATM traffic on the basis of virtual paths only, which is MIB (management information base). The SNMP agent convenient when large amounts of traffic must be routed responds to requests from a network manager to report or rerouted at the same time. The VPI/VCI fields are status and performance data maintained in the MIB. The followed by a 3-bit payload type (PT), 1-bit cell loss agent might also send alarms to the network manager priority (CLP), and 8-bit header error control (HEC) when prespecified conditions are detected. Since ATM field. The PT field is used to distinguish control cells switches can be viewed as a specific type of network from data cells, and explicit forward congestion element covered within the SNMP framework, the 1 Chapter to appear in Wiley Encyclopedia of Telecommunications and Signal Processing, John Proakis, ed., Dec. 2002 details of SNMP functions in ATM switches are not In the case of SONET/SDH, cells are mapped into the discussed in detail here. payloads of SONET/SDH frames. Network management should also include standardized ATM-layer OAM (operations and 3. Switch Fabrics maintenance) functions. ATM switches carry out OAM It is often convenient to visualize the basic procedures by generating, exchanging, processing, and operation of an NxN switch synchronized to periodic terminating OAM cells. OAM cells are used for fault time intervals equal to the transmission time of one cell, management, performance management, and possibly referred to as a “cell time,” assuming that the other ATM-layer management functions. transmission rate on all links are equal. For example, the cell time for a 155-Mb/s transmission link would be 2. Input and Output Port Processing approximately 53 bytes/155 Mb/s = 2.7 ms. In each cell The input port processors carry out several time, a new set of N incoming cells may appear at the important functions. First, the physical layer signal is input ports and up to N outgoing cells may depart from terminated. For the common case of SONET/SDH the output ports. The N incoming cells are processed in (synchronous optical network/synchronous digital parallel by the input port processors and presented hierarchy), the SONET/SDH framing overhead fields simultaneously to the switch fabric. The switch fabric are processed, and the payload is extracted from the attempts to route the cells in parallel to their appropriate frame. Individual 53-byte ATM cells are delineated in output ports. the payload. There is a chance that more than one cell may Next, each cell header undergoes a number of attempt to reach the same output port at the same time, processing steps. The cell header is checked for bit called output contention, which has four significant errors using the HEC field, and cells with uncorrectable consequences. First, one cell may reach the output port header errors are discarded. The traffic rate of each but the other cells would be lost without buffers existing virtual path or virtual channel is monitored according to somewhere in the switch to temporarily store these an algorithm called the generic cell rate algorithm or cells. Switch fabric designs differ in their choice of GCRA, which is essentially a leaky bucket algorithm. A buffer placement. Second, queues may accumulate in switch may be configured to allow, discard, or “tag” the buffers resulting in random cell delay and cell delay cells (by setting CLP=1) exceeding the allowed traffic variation, which are usually two performance metrics of rate. The VPI/VCI value in each cell header is used to interest. Third, buffers are necessarily finite implying index a routing table to determine the proper output port the possibility of buffer overflow and cell loss. Some and outgoing VPI/VCI values. Incoming VPI/VCI fabric designs may not be able to handle a full traffic values must be translated to outgoing VPI/VCI values load without a probability of cell loss. A performance by every ATM switch. Cells requiring special handling, metric for switch fabrics is the normalized throughput or such as signaling cells and OAM cells, must be utilization defined as the overall fraction of a full traffic recognized and routed to the appropriate processors in load that can be forwarded successfully through the the switch. User cells are prepared for routing through fabric. Ideally, switch fabrics should be capable of 100 the switch fabric, often by prefixing a routing tag to the percent utilization. Fourth, some switch fabrics must cell. The routing tag may consist of the output port, operate at a rate faster than the transmission link rate. service priority, type of cell, timestamp, or other The ratio of the switch fabric rate to the transmission information for routing and housekeeping purposes. link rate is sometimes referred to as a “speedup factor.” Since the routing tag exists only within the switch, its A speedup factor is often related to the scalability of a contents may be chosen entirely by the switch designer. switch fabric design, that is, the difficulty of Before entering the switch fabric, cells may be queued constructing an arbitrarily large fabric (3). in a buffer in the input port processor. The output port processors have the opposite role of 3.1. Shared Memory and Shared Medium the input port processors, namely preparing ATM cells A speedup factor of N is evident in switch fabric for physical transmission from the switch. Cells from designs based on a shared memory or shared medium, the switch fabric may be queued in a buffer in the which are shown in Figure 2. In a shared memory output port processor, in which case the switch is called design, incoming cells are first converted from serial to an output buffered switch. If routing tags are used, the parallel form. They are written sequentially into a dual output port processors remove the routing tag from each port random access memory (4). Their cell headers with user cell.
Recommended publications
  • ~DRAFT~ CHAPTER 5: Link Layer
    ~DRAFT~ CHAPTER 5: Link layer Contents Network notes – Link layer ..................................................................................................................... 1 1 Context of Chapter .................................................................................................................. 2 2 Introduction ............................................................................................................................. 2 3 Objectives of Chapter/module ................................................................................................ 3 4 Services of the link layer ......................................................................................................... 4 5 Error detection ........................................................................................................................ 4 a. Parity check ............................................................................................................................. 4 b. Cyclic Redundancy Check ...................................................................................................... 5 6 Error Correction ...................................................................................................................... 5 7 MAC ....................................................................................................................................... 6 a. Fixed assigned MAC ..............................................................................................................
    [Show full text]
  • Networking Packet Broadcast Storms
    Lesson Learned Networking Packet Broadcast Storms Primary Interest Groups Balancing Authorities (BAs) Generator Operators (GOPs) Reliability Coordinators (RCs) Transmission Operators (TOPs) Transmission Owners (TOs) that own and operate an Energy Management System (EMS) Problem Statement When a second network cable was connected from a voice over internet protocol (VOIP) phone to a network switch lacking proper settings, a packet broadcast storm prevented network communications from functioning, and supervisory control and data acquisition (SCADA) was lost for several hours. Broadcast storm events have also arisen from substation local area network (LAN) issues. Details A conference room was set up for a training class that needed to accommodate multiple PCs. The bridge protocol data unit (BPDU) packet propagation prevention setting was disabled on a port in the conference room in order to place a network switch off of that port. Upon completion of the training, the network switch was removed; however, the BPDU packet propagation setting was inadvertently not restored. As part of a telephone upgrade project, the traditional phone in this conference room was recently replaced by a VOIP phone. Later, an additional network cable was connected to the output port of this VOIP phone into a secondary network jack within the conference room. When the second network cable was connected from a VOIP phone to a network switch lacking proper settings, a switching loop resulted. Spanning tree protocol is normally used to prevent switching loops from propagating broadcast packets continuously until the network capacity is overwhelmed. A broadcast packet storm from the switching loop prevented network communications from functioning and SCADA was lost for several hours.
    [Show full text]
  • Application of Ethernet Networking Devices Used for Protection and Control Applications in Electric Power Substations
    Application of Ethernet Networking Devices Used for Protection and Control Applications in Electric Power Substations Report of Working Group P6 of the Power System Communications and Cybersecurity Committee of the Power and Energy Society of IEEE September 12, 2017 1 IEEE PES Power System Communications and Cybersecurity Committee (PSCCC) Working Group P6, Configuring Ethernet Communications Equipment for Substation Protection and Control Applications, has existed during the course of report development as Working Group H12 of the IEEE PES Power System Relaying Committee (PSRC). The WG designation changed as a result of a recent IEEE PES Technical Committee reorganization. The membership of H12 and P6 at time of approval voting is as follows: Eric A. Udren, Chair Benton Vandiver, Vice Chair Jay Anderson Galina Antonova Alex Apostolov Philip Beaumont Robert Beresh Christoph Brunner Fernando Calero Christopher Chelmecki Thomas Dahlin Bill Dickerson Michael Dood Herbert Falk Didier Giarratano Roman Graf Christopher Huntley Anthony Johnson Marc LaCroix Deepak Maragal Aaron Martin Roger E. Ray Veselin Skendzic Charles Sufana John T. Tengdin 2 IEEE PES PSCCC P6 Report, September 2017 Application of Ethernet Networking Devices Used for Protection and Control Applications in Electric Power Substations Table of Contents 1. Introduction ...................................................................................... 10 2. Ethernet for protection and control .................................................. 10 3. Overview of Ethernet message
    [Show full text]
  • Wireless LAN (WLAN) Switching
    TECHNICAL WHITEPAPER Wireless LAN (WLAN) Switching An examination of a long range wireless switching technology to enable large and secure Wi-Fi Deployments TECHNICAL WHITEPAPER Wireless LAN (WLAN) Switching This whitepaper provides a detailed explanation of a new wireless switching technology that will allow for large and secure deployments of WLANS. The explosion of wireless networking on the scene in the past few years has been unprecedented. Many compare the market acceptance of this technology to the advent of the early days of Ethernet. When Ethernet was adopted as a standard, it was quickly embraced by the users of PCs, and the acceptance of wireless LANs has followed a similar path. Comparatively, the adoption of the wireless standard, IEEE 802.11, (also known as Wi-Fi) and use of mobile computing platforms is the basis of the wireless revolution. While this is a very good comparative analysis, in the real sense the adoption rate of wireless LANs has been much higher. The worker of today has morphed into a mobile worker that has grown accustomed to information on the fly, and will demand information inside and outside of the workplace. These factors have converged and are providing the impetus for the hyper acceptance of wireless technologies where by IT professionals are faced with the choice of embracing the technology or having it implemented by their users. Wireless Adoption at Warp Speed The next logical evolution of the technology was to make it ubiquitous to the mobile wireless worker. Intel is helping this technology “cross the chasm” into the mainstream by spending $300 million to market their introduction of the Centrino™ mobile technology, which provides built-in Wi-Fi for the mobile computing platform.
    [Show full text]
  • Wireless Network Bridge Lmbc-650
    DIGITAL LIGHTING MANAGEMENT WIRELESS DLM WATTSTOPPER® WIRELESS NETWORK BRIDGE LMBC-650 • Connects any DLM wired devices to a wireless IPv6 Mesh secure self-forming network • Built-in IPv6 Mesh and Bluetooth® low energy technology antenna provides robust signal strength and reliable communication • Two RJ-45 ports for DLM Cat 5e communication and class 2 power • Includes trusted hardware chips for device validation and secure out-of-box wireless AES 128-bit encryption • Tri-color LED indicator displays wireless network health, DLM Cat 5e communication, and ability to identify during commissioning • Plenum rated with mounting hardware for fast installation • In conjunction with an LMBR-650, supports third party integration with BAS through BACnet/IP over IPv6 Wireless Mesh network • Commissioning using LMCS-100 software ® IPv6 MESH Description Operation The LMBC-650 Wireless Network Bridge provides room The wireless network bridge operates using Class 2 power to room network connectivity for rooms with Wattstopper supplied by a DLM local network from one or more DLM room Digital Lighting Management (DLM) devices. The wireless controllers. It connects to the free-topology local network at DLM platform simplifies room to room communication and any convenient location using a standard LMRJ cable. It then installation, and eliminates potential start-up delays caused by securely communicates via encrypted wireless protocol over wiring issues. a mesh network to an LMBR-650 Border Router on the same The DLM local room network must include at least one wired floor of the building. controller. Once the LMBC-650 is connected to LMBR-650 The LMBC-650 monitors the DLM local network and network and then either using LMCS-100 or DLM Dashboard automatically exposes all room devices, settings and software, the system can expose BACnet protocol to revel the calibrations to the LMBR-650 Border Router.
    [Show full text]
  • Gigabit Ethernet Switch User's Guide
    Gigabit Ethernet Switch User’s Guide Version 1.0 P/N: ATNSGD8082503 Rev.1 This User's Guide contains important information regarding the installation of your switch. Please read it completely before beginning installation. For future reference, record the serial number of your network switch in the space below: SERIAL number The serial number is located on the bottom of the switch. Amer.com 7259 Bryan Dairy Road, Largo, FL 33777 USA © Amer.com Corp., 1997-2002 All rights reserved. No part of this publication may be reproduced in any form or by any means or used to make any derivative such as translation, transformation, or adaptation without permission from Amer.com, as stipulated by the United States Copyright Act of 1976. Amer.com reserves the right to make changes to this document and the products which it describes without notice. Amer.com shall not be liable for technical or editorial errors or omissions made herein; nor for incidental or consequential damages resulting from the furnishing, performance, or use of this material. Amer.com is a registered trademark of Amer.com. All other trademarks and trade names are properties of their owners. FCC Class A Certification Statement Model SGD8 FCC Class A This device complies with Part 15 of the FCC rules. Operation is subject to the following two conditions: (1)This device may not cause harmful interference, and (2)This device must accept any interference received, including interference that may cause undesired operation. This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to Part 15 of the FCC Rules.
    [Show full text]
  • Stealth Analysis of Network Topology Using Spanning Tree Protocol
    Stealth Analysis of Network Topology using Spanning Tree Protocol Stephen Glackin M.Sc. in Software and Network Security 2015 Computing Department, Letterkenny Institute of Technology, Port Road, Letterkenny, Co. Donegal, Ireland. Stealth Analysis of Network Topology using Spanning Tree Protocol Author: Stephen Glackin Supervised by: John O’ Raw A thesis presented for the award of Master of Science in Software and Network Security. Submitted to the Higher Quality and Qualifications Ireland (QQI) Dearbhú Cáilíochta agus Cáilíochtaí Éireann May 2015 Declaration I hereby certify that the material, which l now submit for assessment on the programmes of study leading to the award of Master of Science in Computing in Software and Network Security, is entirely my own work and has not been taken from the work of others except to the extent that such work has been cited and acknowledged within the text of my own work. No portion of the work contained in this thesis has been submitted in support of an application for another degree or qualification to this or any other institution. Signature of Candidate Date Acknowledgements I would like to thank my wife, kids, family members and extended family members for their support and encouragement, without them this project never would have been completed. Also I would like to offer my greatest appreciation to my supervisor Mr. John O'Raw for all his help and support. His knowledge with regards to everything relating to computing is truly amazing and I am very grateful for the time he has given in assisting me to carry out this project.
    [Show full text]
  • L-240 Owner's Manual
    (patent pending) Outdoor Bluetooth/WiFi Amplifier Owner’s Manual Ambisonic Systems LLC 1990 N. McCulloch Blvd. Ste. D 222 Lake Havasu City, AZ 86403 Voice: 928.733.6002 Fax: 928.453.5550 [email protected] www.ambisonicsystems.com Outdoor Bluetooth/WiFi Amplifier Bluetooth Antenna Mounting Bracket L-240 Stereo r INPUT : 100 - 240V AC 50-60Hz 75W OUTPUT : 240W/4ohms 5004938 MODEL: L-240 WiFi Antenna (2) Ambisonic Systems,LLC CONFORMS TO UL STD 1838 CERTIFIED TO CSA STD C22.2 NO.250.7 Ambisonic BT I WiFi o L-Clip LED Indicators R-Clip Power Outputs 120VAC LEFT RIGHT - + + - Speaker Output Terminal Screws Weather Proof Enclosure 120 VAC Input Speaker Outputs Installation Instructions (interior wall, exterior wall, fence or other vertical surface that does not recieve total direct sunlight. THE “ WITH A MINIMUM OF THREE (3) FEET CLEARENCE AROUND THE UNIT FOR PROPER VENTILATION. Place a screw at the proper location to except the keyhole slot in the mounting bracket. switch is in the OFF position. 4) Push the bare wires under the terminal screws on the terminal blocks and tighten the screws securely. 5) Connect the speaker outputs from the “ ”, to the speakers. 6) Plug “ Close and lock the door to ensure your safety and to create a weather tight seal. Ambisonic Systems L-240 All-Weather Outdoor WiFi Amplifier / User & Setup Guide Index Page 2: Introduction Pages 3-7: Quick Start (No Network Connection) Page 7: Network Settings Pages 7-14: Connecting the Ambisonic L-240 to the Network 1 Ambisonic Systems L-240 All-Weather Outdoor WiFi Amplifier / User & Setup Guide Introduction AmbiSonic’s L-240 All-Weather Outdoor WiFi Amplifier stands apart from all others.
    [Show full text]
  • Role of a Small Switch in a Network-Based Data Acquisition System
    Role of a Small Switch in a Network- Based Data Acquisition System Item Type text; Proceedings Authors Hildin, John Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings Rights Copyright © held by the author; distribution rights International Foundation for Telemetering Download date 28/09/2021 12:00:38 Link to Item http://hdl.handle.net/10150/605943 ROLE OF A SMALL SWITCH IN A NETWORK-BASED DATA ACQUISITION SYSTEM John Hildin Director of Network Systems Teletronics Technology Corporation Newtown, PA USA ABSTRACT Network switches are an integral part of most network-based data acquisition systems. Switches fall into the category of network infrastructure. They support the interconnection of nodes and the movement of data in the overall network. Unlike endpoints such as data acquisition units, recorders, and display modules, switches do not collect, store or process data. They are a necessary expense required to build the network. The goal of this paper is to show how a small integrated network switch can be used to maximize the value proposition of a given switch port in the network. This can be accomplished by maximizing the bandwidth utilization of individual network segments and minimizing the necessary wiring needed to connect all the network components. KEY WORDS Data Acquisition, Network Switch, Network Infrastructure INTRODUCTION An Ethernet-based network data acquisition system is made up of network nodes (e.g., data acquisition units, recorders, etc.) interconnected by switches. While critical to the operation of the overall network, switches are a necessary expense added to the total cost of the system. One metric sometimes used to characterize the impact of the switch component is the cost-per-port.
    [Show full text]
  • 5 Or 8 Port 10/100 Ethernet Desktop Switch DS51072 DS81072
    5 or 8 Port 10/100 Ethernet Desktop Switch DS51072 DS81072 *DS51072 shown DE: Bedienungsanleitung - de.startech.com FR: Guide de l'utilisateur - fr.startech.com ES: Guía del usuario - es.startech.com IT: Guida per l'uso - it.startech.com NL: Gebruiksaanwijzing - nl.startech.com PT: Guia do usuário - pt.startech.com For the most up-to-date information, please visit: www.startech.com Manual Revision: 12/18/2014 FCC Compliance Statement This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference in a residential installation. This equipment generates, uses and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause harmful interference to radio communications. However, there is no guarantee that interference will not occur in a particular installation. If this equipment does cause harmful interference to radio or television reception, which can be determined by turning the equipment off and on, the user is encouraged to try to correct the interference by one or more of the following measures: • Reorient or relocate the receiving antenna. • Increase the separation between the equipment and receiver. • Connect the equipment into an outlet on a circuit different from that to which the receiver is connected. • Consult the dealer or an experienced radio/TV technician for help. Use of Trademarks, Registered Trademarks, and other Protected Names and Symbols This manual may make reference to trademarks, registered trademarks, and other protected names and/or symbols of third-party companies not related in any way to StarTech.com.
    [Show full text]
  • On the Consideration of an UMTS/S-UMTS Based GEO-MSS System Architecture Design
    On the Consideration of an UMTS/S-UMTS Based GEO-MSS System Architecture Design Jianjun Wu, Yuxin Cheng, Jiancheng Du, Jian Guo, and Zhenxing Gao State Key Laboratory of Advanced Optical Communication Systems and Networks, EECS, Peking University, Beijing 100871, P.R. China {just,chengyx,dujc,guoj,gaozx}@pku.edu.cn Abstract. To address the special requirements of China’s future public satellite mobile network (PSMN), three system architecture schemes are proposed in this paper basing on different satellite payload processing modeling. Finally, one of them, i.e., the so-called passive part on-board switching based architec- ture, is selected as a proposal for further design and development of China’s PSMN system, which essentially compatible to the 3GPP/UMTS R4 reference model. Keywords: MSS, GEO, UMTS, network architecture. 1 Introduction In order to extend and complement the current PLMN service coverage, to promote the emergency communications ability during disaster rescues, and to protect the rare space resource, that is, 115.5°E & 125.5°E S-band orbits, which China is holding with highest priority till now, the idea of establishing China’s own public satellite mobile network (PSMN) has been proposed repeatly since the 3rd quarter of 2008. Several earlier fundings have been launched respectively by those related national divisions, among which the Ministry of Science and Technology of China (MSTC), is the most progressive one to start the relevant research and development activities. So far, there are several mobile satellite systems which are already in sucessful commercial operation or right now under construction all over the world.
    [Show full text]
  • Sharing Wireless and Wired Ethernet Networks with Mira Connect™
    TM SYSTEMS Application Note Sharing Wireless and Wired Ethernet Networks with Mira Connect™ Mira Connect™ is a tabletop touch interface for conference rooms, huddle Equipment Needed rooms, offices, and other collaboration spaces. Mira Connect makes it easy • PC with wired and wireless for users to join audio and video conference calls and connect to their Ethernet connections meeting. Simply. Every time. • Network router with DHCP Mira Connect can use its wired or wireless Ethernet connections to control • PoE network switch equipment on the local area network (LAN) and to communicate with the • Ethernet cables Mira Portal™ cloud management server on the wide area network (WAN). While Mira Connect is easily demonstrated in a hotel, or other venue, using simulated equipment with Open or WPA2 encrypted Wi-Fi networks, demonstrations where wireless networks require 'accepting' a terms of service agreement or when it's necessary to control equipment on a wired LAN while Mira Portal is only accessible via Wi-Fi requires sharing your computer's wireless interface with your wired Ethernet interface. This network sharing configuration, along with the network equipment listed above, allows Mira Connect to connect to the LAN for the local equipment management and to the WAN for Mira Portal access. Sharing Network Interfaces on a Windows® PC To share the Wi-Fi interface to the wired Ethernet interface follow these steps. Your wired ethernet interface should be set to automatically get an IP address. 1. Open your network 3 connections on your PC and 4 double click on the Wi-Fi network. 2. On the network status page, 1 select Properties.
    [Show full text]