DKTCOMEGA AONode Management Module User Documentation

Size: px
Start display at page:

Download "DKTCOMEGA AONode Management Module User Documentation"

Transcription

1 AONode Management Module User Documentation

2 Table of content Introduction...3 The boot process of the AONode...4 DHCP Settings...5 TFTP Settings...8 Custom configuration...9 Device script commands...10 Explanation of feature settings...11 SNMP settings...11 Configuration of SNMP values...11 Surveillance via SNMP...12 Reboot...14

3 Introduction This is part of the documentation of the AONode product, it holds the description of the optional management module, which can be used for surveillance of the AONode. The hardware consists of the basic AONode, based on the AO 801 series architecture, and a management module holding an Ethernet interface, RJ-45. SNMP can be used to for surveillance and settings. E.g. read system settings, optical Rx power level, temperature and power supply status. The module can be inserted into the AONode, when power has been shut off. The management module holds a CPU, which can be provisioned with firmware from a central server.

4 The boot process of the AONode The boot process is split in two: - First the node issue a dhcp request with dhcp option 60 set to <file name>vx_xx (where x_xx is the version number of the firmware). - Afterwards the node start it's operation system (OS). The OS also issue a dhcp request, with dhcp option 60 set to the version of the software. When a new node is unpacked it doesn t contain any firmware on the management module, and before the management part of the node can be used, it must be updated with the latest revision. This means that when the AONode is installed, it will be required to remotely update with firmware, before the management part will be working. The first bootp/dhcp request from the device can be used to remote upgrade the firmware. If a bootfile and a bootserver is given in the bootp response then the file is downloaded via tftp and executed by the device. DHCP Discover DKT_firstboot (option 60) DHCP Offer DKT_firmware (filename, server info, etc) DHCP Discover Request IP Address AONode DHCP Server DHCP Offer IP Address TFTP Request filename TFTP transfer of firmware DHCP Discover configuration (option 66, 67) DHCP Offer configuration (filename, server info, etc) TFTP Request configuration TFTP transfer of configuration Configuration is download at each reboot/start-up. Download of firmware only happens if requested in DHCP configuration

5 DHCP Settings The AONode requires a dhcp server connected to the fiber WAN port before power on. As an example we have used Linux Kubunto platform and installed the following component via adept dhcp3 tftpd Make sure that DHCP server has its unique static IP address settings, so it doesn t conflict with its own leasing of IP Addresses. To edit DHCP Server Setup, edit the DHCP setup configuration file: sudo kate /etc/dhcp3/dhcpd.conf # DHCP SECTION: insert the following default-lease-time <SECONDS>; # Ex: default-lease-time 600 max-lease-time <SECONDS>; # Ex: max-lease-time 7200 # The following routine is necessary in the first boot process, in order to download firmware into the AONode. The AONode is born without firmware image. dkt_fw_01_00.img indicates the flashing instruction image to be downloaded. Remember to place this firmware file in tftp server root directory class "Initial_Firmware" { match if substring (option vendor-class-identifier, 0, 13) = "DKT_firstboot"; filename = "<Latest_Firmware_Name>"; # Ex: filename = dkt_fw_01_03.img }

6 # The following routine is necessary when firmware revision is to be upgraded from 1.00 to 1.03 class "Upgrade Firmware from v01_00 to v01_03" { match if substring (option vendor-class-identifier, 0, 20) = "DKT_Firmware_v01_00"; filename "dkt_fw_01_03.img"; } # The following is needed in order for the AONODE to download the configuration. Remember to place this configuration file in TFTPBOOT directory. Remember to assign correct eth interface, subnet/mask, IP address range, TFTP-server name and bootfile-name below subnet <Subnet> netmask <Subnet mask> # Ex: subnet netmask { interface <Ethernet Interface>; # Ex. interface eth0 range <Min IP Address> <Max IP Address>; # Ex: range option domain-name-servers <DNS Server IP Address>; # Ex: option domain-name-servers option domain-name "<Domain Name>"; # Ex: option domain-name internal.example.org option tftp-server-name "<TFTP Server IP Address>"; # Ex: option tftp-server-name option bootfile-name "<Configuration_File_Name"; # Ex: option bootfile-name AONode_settings.txt option broadcast-address <Broadcast IP Address>;

7 # Ex: option broadcast-address option routers <Router IP Address>; # Ex: option routers option host-name "<Host Name>"; # Ex: option host-name DKT_Server server-name "<Server IP Address Name>"; # Ex: server-name option subnet-mask <Subnet Mask>; # Ex: option subnet-mask } To restart DHCP Server Any change in the dchp configuration implies a server reset. For the DHCP server used for this purpose the following instruction is necessary: sudo /etc/init.d/dhcp3-server restart

8 TFTP Settings After the DHCP server is configured a TFTP server should be configured, so firmware image and configuration file for the AONode can be downloaded correctly. As an example we have used Linux tftpd and xinetd The TFTP configuration file must be edited. And a tftpboot directory must be created in root and made accessible from AONodes mkdir tftpboot # creates tftpboot directory chmod a+ wrx tftpboot # changes rights so directory is readable, writeable and executable from AONODEs sudo kate /etc/xinetd.d/tftp # starts an editor where TFTP settings can be inserted Insert the following: service tftp { protocol = udp port = 69 # CONFIGURATION FILE SECTION: insert the following socket_type wait user server server_args disable = dgram = yes = nobody = /usr/sbin/in.tftpd = /tftpboot = no }

9 Custom configuration When the OS issue a dhcp request a filename of a configuration file can be sent to the node. This configuration file is then downloaded by tftp during the boot process and issued instead of the default configuration. In this way it is possible to persist settings for each node The server and the filename of the configuration file should be sent in respective tftp-server-name (option 66) and bootfile-name (option 67) from the dhcp server. Notice these options are different from the bootfile/bootserver used in the bootp response. If it is not feasible that the dhcp server distinguish the AONode configurations base on the hardware address an alternativ method can be used. The dhcp server send out the name of a generic configuration. This configuration can then include instruction to the node of fetching a AONode specific configure by tftp where the requested filename is a combination of the node hardware address. An example of a configuration file could be the following: #################################################################### # DKT configuration # Firmware version: 1_03 #################################################################### telnetd -l /bin/sh # End of DKT configuration ####################################################################

10 Device script commands The following commands are supported in the script that will be downloaded to the AONode via TFTP during boot-up process. This command is used to configure the switch in the unit. The command takes one or more of the following parameters. Basic settings: -v, --version -h, --help Prints the version number. Prints this help. SNMP settings: TO BE UPDATED

11 Explanation of feature settings SNMP settings The unit can be configured via a script file that is provisioned to the unit at boot up. Configuration of SNMP values The following SNMP values can be set by the configuration file: SysContact the administrive contact for the network # touch command ensures that SNMP local settings file is created, must be used before any SNMP settings are appended to the device, and must be created only once touch /etc/snmp/snmpd.local.conf echo "syscontact techsupport@example.com" >> /etc/snmp/snmpd.local.conf SysLocation for the location of the system # Ensure that touch is used in any previous SNMP setting echo "syslocation somewhere" >> /etc/snmp/snmpd.local.conf SysName the name of the system e.g the customer identification # Ensure that touch is used in any previous SNMP setting echo "sysname customerxyz" >> /etc/snmp/snmpd.local.conf

12 Surveillance via SNMP Information about the current temperature, power supply voltage as well as optical Rx level can be access via SNMP. Also traps are being generated if preconfigured levels are exceeded. Two MIBs are provided, which can be integrated into the SNMP application: DKT-MIB.txt DKT-AONODE.txt The MIBs will be present in the private section under dkt folder, which is shown below. The dktaonodemib holds the information about the current temperature, power supply voltage as well as optical Rx level. Also the criterias for trap generation can be configured, see below.

13 Following parameters can be obtained from the device (read access) dktaonodecurrenttemp: Current temperature (in deg celcius) dktaonodecurrentvoltage: Current voltage (in mv) dktaonodecurrentoptrxlevel: Current optical rx level (in uw). Following parameters can be configured (write access): dktaonodetemphighlimit: Temperature high limit (in deg celcius) dktaonodetemplowlimit: Temperature low limit (in deg celcius) dktaonodetemplimithysteresis: Hysteresis on temperature low/high limits (in deg celcius) dktaonodevoltagelowlimit: Voltage low limit (in mv) dktaonodevoltagelimithysteresis: Hysteresis on voltage low limit (in mv) dktaonodeoptrxlevelhighlimit: Optical rx level high limit (in uw) dktaonodeoptrxlevellowlimit: Optical rx level low limit (in uw) dktaonodeoptrxlevellimithysteresis: Hysteresis on optical rx level low/high limits (in uw)

14 The device can be programmed to generate the following traps dktaonodetemphighnotif: Temperature exceeded high limit dktaonodetemplownotif: Temperature exceeded low limit dktaonodevoltagelownotif: Voltage exceeded low limit dktaonodeoptrxlevelhighnotif: Optical rx level exceeded high limit dktaonodeoptrxlevellownotif: Optical rx level exceeded low limit based on the settings of the temperature, power supply and optical RX levels. In order to start trap generation the destination must be specified with the use of the following command: trap2sink HOST [COMMUNITY [PORT]] It is possible to embed this in the configuration file by appending the command to the device SNMP settings # Specify IP Address of the trap destination # Ensure that touch is used in any previous SNMP setting # touch command ensures that SNMP local settings file is created, must be used before any SNMP settings are appended to the device, and must be created only once touch /etc/snmp/snmpd.local.conf echo "trap2sink <IP Address> private 162" >> /etc/snmp/snmpd.local.conf Please note that the optical Rx input level is represented in uw (micro Watt), 1000 uw = 1 mw = 0 dbm. Reboot The device can be accessed via TELNET, and is rebooted with the use of reboot command. TELNET access must however be configured in the configuration file. # The following command enables TELNET access from WAN telnetd -l /bin/sh

Installing RHEL 6.x from beginning to end using PXE and Kickstart

Installing RHEL 6.x from beginning to end using PXE and Kickstart Red Hat Enterprise Linux 6.x - small tutorial - part 3 author: Alexandre Borges revision: A website: http://alexandreborges.org Installing RHEL 6.x from beginning to end using PXE and Kickstart Introduction

More information

Procedure to Create and Duplicate Master LiveUSB Stick

Procedure to Create and Duplicate Master LiveUSB Stick Procedure to Create and Duplicate Master LiveUSB Stick A. Creating a Master LiveUSB stick using 64 GB USB Flash Drive 1. Formatting USB stick having Linux partition (skip this step if you are using a new

More information

Booting Palacios/Kitten and Palacios/Linux Over the Network Using PXE

Booting Palacios/Kitten and Palacios/Linux Over the Network Using PXE Booting Palacios/Kitten and Palacios/Linux Over the Network Using PXE Yuan Tang Lei Xia November 11, 2011 PXE allows us to boot operating systems over the network. This is incredibly useful for debugging

More information

Cork Institute of Technology Master of Science in Computing in Education National Framework of Qualifications Level 9

Cork Institute of Technology Master of Science in Computing in Education National Framework of Qualifications Level 9 Cork Institute of Technology Master of Science in Computing in Education National Framework of Qualifications Level 9 February 2005 System and Network Management (Time: 2 Hours) Answer any THREE questions

More information

Setting up your K12LTSP or LTSP loadbalancing

Setting up your K12LTSP or LTSP loadbalancing Setting up your K12LTSP or LTSP loadbalancing and dhcp failover. What you'll need: Two servers running K12LTSP or LTSP in single NIC mode A good solid high speed connection (gigabit recommended) An external

More information

THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering

THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering ENG 224 Information Technology Laboratory 6: Internet Connection Sharing Objectives: Build a private network that

More information

H0/H2/H4 -ECOM100 DHCP & HTML Configuration. H0/H2/H4--ECOM100 DHCP Disabling DHCP and Assigning a Static IP Address Using HTML Configuration

H0/H2/H4 -ECOM100 DHCP & HTML Configuration. H0/H2/H4--ECOM100 DHCP Disabling DHCP and Assigning a Static IP Address Using HTML Configuration H0/H2/H4 -ECOM100 DHCP & HTML 6 H0/H2/H4--ECOM100 DHCP Disabling DHCP and Assigning a Static IP Address Using HTML 6-2 H0/H2/H4 -ECOM100 DHCP DHCP Issues The H0/H2/H4--ECOM100 is configured at the factory

More information

Dynamic Host Configuration Protocol (DHCP) 02 NAT and DHCP Tópicos Avançados de Redes

Dynamic Host Configuration Protocol (DHCP) 02 NAT and DHCP Tópicos Avançados de Redes Dynamic Host Configuration Protocol (DHCP) 1 1 Dynamic Assignment of IP addresses Dynamic assignment of IP addresses is desirable for several reasons: IP addresses are assigned on-demand Avoid manual IP

More information

SUSE Linux Enterprise Server 11 SP2 for UEFI Clients

SUSE Linux Enterprise Server 11 SP2 for UEFI Clients Best Practices White Paper Enterprise Linux SUSE Linux Enterprise Server 11 SP2 for UEFI Clients Table of Contents page SUSE Linux Enterprise Server 11 SP2 and PXE Boot for UEFI Clients... 2 UEFI IPv4

More information

Digi Connect Wan 3G Application Guide Update the firmware, backup and restore the configuration of a Digi Connect Wan 3G using a USB flash drive.

Digi Connect Wan 3G Application Guide Update the firmware, backup and restore the configuration of a Digi Connect Wan 3G using a USB flash drive. 1. Configure and prepare required files on the USB flash drive to allow firmware update and configuration backup/restore. Objective: Step by step instructions to upgrade the firmware, backup and restore

More information

PasserellesNumeriquesCambodia (PNC)

PasserellesNumeriquesCambodia (PNC) PasserellesNumeriquesCambodia (PNC) Table of Contents I. Configure DHCP Relay... 3 1. Use client to testing with connection... 4 II. IPTABLES On SUSE... 5 1. Variable and allow client ping... 5 2. Allow

More information

TDP43ME NetPS. Network Printer Server. Control Center. for Ethernet Module

TDP43ME NetPS. Network Printer Server. Control Center. for Ethernet Module Panduit Corp. 2010 TDP43ME NetPS PA26306A01 Rev. 01 11-2010 Network Printer Server Control Center for Ethernet Module NOTE: In the interest of higher quality and value, Panduit products are continually

More information

SNMP-1 Configuration Guide

SNMP-1 Configuration Guide SNMP-1 Configuration Guide You must configure the Net Logic Card before it can operate properly. You have two methods to configure the Net Logic Card: Using telnet or terminal. Using Telnet 1. Make sure

More information

SX-3000EDM Integration Guide

SX-3000EDM Integration Guide SX-3000EDM Integration Guide SX-3000EDM Integration Guide PN: 140-20116-110 Rev. A 1 Table of Contents SX-3000EDM Integration Guide Product Overview... 3 Introduction... 3 Features... 4 Block Diagram...

More information

How to Configure an Initial Installation of the VMware ESXi Hypervisor

How to Configure an Initial Installation of the VMware ESXi Hypervisor How to Configure an Initial Installation of the VMware ESXi Hypervisor I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide

More information

Access5800 Firmware Version 1.6 Release Notes 2/28/03

Access5800 Firmware Version 1.6 Release Notes 2/28/03 Access5800 Firmware Version 1.6 Release Notes 2/28/03 Table of Contents 1. Purpose... 3 2. Upgrade Procedure... 3 3. Summary of v1.6 Enhancements and New Features... 3 4. New commands... 3 5. SNMP Overview...

More information

Setting up a Raspberry Pi as a WiFi access point

Setting up a Raspberry Pi as a WiFi access point Setting up a Raspberry Pi as a WiFi access point Created by lady ada Last updated on 2015-03-10 04:30:11 PM EDT Guide Contents Guide Contents Overview What you'll need Preparation Check Ethernet & Wifi

More information

External Storage 200 Series. User s Manual

External Storage 200 Series. User s Manual External Storage 200 Series User s Manual Version 1.2 00P3DS200ZSEA2 Table of Contents User s Manual 1. Overview...3 2. Key Features...3 3. Rear Connectors...4 4. Setup the External Storage 200...4 5.

More information

TFTP Firmware upgrade

TFTP Firmware upgrade Application Note 301 Revision 3, October 2011 This Application Note describes how to upgrade the firmware of your proconx unit using the TFTP method. Prerequisites File transfer utility (Tftpd32.exe, version

More information

System Admin Module User Guide. Schmooze Com Inc.

System Admin Module User Guide. Schmooze Com Inc. Schmooze Com Inc. Chapters Overview Using the Module DDNS DNS Email Setup FTP Server Intrusion Detection License Network Settings Notification Settings Port Management Power Options Storage Time Zone Updates

More information

Chapter 6 Using Network Monitoring Tools

Chapter 6 Using Network Monitoring Tools Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your Wireless-G Router Model WGR614v9. You can access these features by selecting the items under

More information

NCD X terminal mini HOWTO

NCD X terminal mini HOWTO Table of Contents NCD X terminal mini HOWTO...1 Ian Hodge, ian at permedia.ca...1 1. Copyright...1 2. Introduction...1 3. Requirements...1 4. Configuring the UNIX Host...1 5. Configuring the NCD X terminal

More information

DHCP and DNS Protocols

DHCP and DNS Protocols DHCP and DNS Protocols DHCP (Dynamic Host Configuration Protocol) is an industry standard protocol that lets a DHCP server (Unix/Window/As400 system) allocate temporary IP addresses and other network parameters

More information

How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The

How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The 1-bay NAS User Guide INDEX Index... 1 Log in... 2 Basic - Quick Setup... 3 Wizard... 3 Add User... 6 Add Group... 7 Add Share... 9 Control Panel... 11 Control Panel - User and groups... 12 Group Management...

More information

Central Configuration Using File Server

Central Configuration Using File Server APPENDIXA This appendix contains information about configuring thin clients using a central file server as an alternative to Cisco VXC Manager. Cisco VXC Manager is the standard tool for central management.

More information

Hands-on MESH Network Exercise Workbook

Hands-on MESH Network Exercise Workbook Hands-on MESH Network Exercise Workbook Santa Clara County RACES Date: 18 March 2015 Version: 1.0 scco_wifi_intro_exonly_v150318.docx 1 Table of Contents HANDS ON! Exercise #1: Looking at your Network

More information

Table 1-1. PXE Server Side Requirements

Table 1-1. PXE Server Side Requirements pplications Note Setting Up Linux PXE on Server and Client Systems 1 Prerequisites The example in this document was performed on a PXE server running RHEL5.2 64-bit with DHCP, TFTP, and NFS servers running

More information

Print Server User s Manual Version: 2.0 (January, 2006)

Print Server User s Manual Version: 2.0 (January, 2006) Print Server User s Manual Version: 2.0 (January, 2006) COPYRIGHT Copyright 2006/2007 by this company. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

50.XXX is based on your station number

50.XXX is based on your station number Lab 6: Dynamic Host Configuration Protocol The purpose of this lab is to configure a DHCP server for multiple subnets. You will configure additional options along with an IP address and netmask, and you

More information

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. CHAPTER 5 OBJECTIVES Configure a router with an initial configuration. Use the

More information

LevelOne VOI-9000. H.323 VoIP Gatekeeper. User Manual

LevelOne VOI-9000. H.323 VoIP Gatekeeper. User Manual LevelOne VOI-9000 H.323 VoIP Gatekeeper User Manual Quick Guide Step 1: Broadband (ADSL/Cable Modem) Connections For VOI-9000 A. Connect VOI-9000 RJ45 LAN port to Router/ADSL as one of the following connections.

More information

Title Page Web/SNMP Management SmartSlot Card

Title Page Web/SNMP Management SmartSlot Card Title Page Web/SNMP Management SmartSlot Card AP9606 User s Guide Thank You! Thank you for selecting the APC Web/SNMP Management SmartSlot Card. It has been designed for many years of reliable, maintenance-free

More information

Dual Bay Home Media Store. User Manual

Dual Bay Home Media Store. User Manual Dual Bay Home Media Store User Manual CH3HNAS2 V1.0 CONTENTS Chapter 1: Home Page... 3 Setup Wizard... 3 Settings... 3 User Management... 3 Download Station... 3 Online User Manual... 3 Support... 3 Chapter

More information

Lab 1: Introduction to the network lab

Lab 1: Introduction to the network lab CSCI 312 - DATA COMMUNICATIONS AND NETWORKS FALL, 2014 Lab 1: Introduction to the network lab NOTE: Be sure to bring a flash drive to the lab; you will need it to save your data. For this and future labs,

More information

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 1 The person installing the VC is knowledgeable of the Linux file system

More information

Authenticating a Lucent Portmaster 3 with Microsoft IAS and Active Directory

Authenticating a Lucent Portmaster 3 with Microsoft IAS and Active Directory Authenticating a Lucent Portmaster 3 with Microsoft IAS and Active Directory The following tutorial will help you to setup a Portmaster 3 to authenticate your dial in users to Active Directory using IAS

More information

V101 SIP VoIP Telephone Adaptor User Manual V1.1m

V101 SIP VoIP Telephone Adaptor User Manual V1.1m V101 SIP VoIP Telephone Adaptor User Manual V1.1m Quick Guide Step 1: Broadband (ADSL/Cable Modem) Connections for V101 A. Connect V101 LAN port to ADSL NAT Router as the following connection. B. Connect

More information

OS Installation Guide Red Hat Linux 9.0

OS Installation Guide Red Hat Linux 9.0 OS Installation Guide Red Hat Linux 9.0 C o n t e n t s Contents 3 About This Guide 5 1 Planning Your Installation 7 Requirements 7 2 Installing Red Hat 9.0 Error! Bookmark not defined. What s Next? 19

More information

1:1 NAT in ZeroShell. Requirements. Overview. Network Setup

1:1 NAT in ZeroShell. Requirements. Overview. Network Setup 1:1 NAT in ZeroShell Requirements The version of ZeroShell used for writing this document is Release 1.0.beta11. This document does not describe installing ZeroShell, it is assumed that the user already

More information

Chapter 6 Using Network Monitoring Tools

Chapter 6 Using Network Monitoring Tools Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your RangeMax Wireless-N Gigabit Router WNR3500. You can access these features by selecting the items

More information

Olson Electronics Remote Power Monitoring Meter

Olson Electronics Remote Power Monitoring Meter Olson Electronics Remote Power Monitoring Meter Operation Guide Key Features Amps: 00.00 to 32.00A True RMS (rated short period to 40A) Volts: 200.0 to 250.0V True RMS Watts: 0000 to 9999W KWh: 000000.0

More information

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com Yun Shield User Manual VERSION: 1.0 Version Description Date 0.1 Initiate 2014-Jun-21 1.0 Release 2014-Jul-08 Yun Shield User Manual 1 / 22 Index: 1 Introduction... 3 1.1 What is Yun Shield... 3 1.2 Specifications...

More information

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev.

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev. Management Software AT-S106 Web Browser User s Guide For the AT-GS950/48 Gigabit Ethernet Smart Switch Version 1.0.0 613-001339 Rev. A Copyright 2010 Allied Telesis, Inc. All rights reserved. No part of

More information

Application Protocols for TCP/IP Administration

Application Protocols for TCP/IP Administration Application Protocols for TCP/IP Administration BootP, TFTP, DHCP Agenda BootP TFTP DHCP BootP, TFTP, DHCP, v4.4 2 Page 60-1 BootP (RFC 951, 1542, 2132) BootP was developed to replace RARP capabilities

More information

ACP ThinManager Tech Notes Troubleshooting Guide

ACP ThinManager Tech Notes Troubleshooting Guide ACP ThinManager Tech Notes Troubleshooting Guide Use the F1 button on any page of a ThinManager wizard to launch Help for that page. Visit www.thinmanager.com/technotes/ to download the manual, manual

More information

NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3

NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3 NOC PS manual Copyright Maxnet 2009 2015 All rights reserved Page 1/45 Table of contents Installation...3 System requirements...3 Network setup...5 Installation under Vmware Vsphere...8 Installation under

More information

Power Supply SNMP Interface User Manual for SRL versions

Power Supply SNMP Interface User Manual for SRL versions Power Supply SNMP Interface User Manual for SRL versions SNMP-L User Manual 150722(firmware 02r_a12).doc Table of Contents 1. INTRODUCTION... 3 1.1 Default IP Address... 3 2. LOGIN... 4 3. MONITORING &

More information

Network Management Card. User Manual

Network Management Card. User Manual User Manual 1 Contents Contents 2 Chapter 1 Overview 3 1.1 NMC package contents 4 1.2 NMC CD Resources 4 1.3 Features 4 1.4 NMC Applications 5 Chapter 2 NMC parameters setting via serial COM port 6 2.1

More information

SolarWinds Log & Event Manager

SolarWinds Log & Event Manager Corona Technical Services SolarWinds Log & Event Manager Training Project/Implementation Outline James Kluza 14 Table of Contents Overview... 3 Example Project Schedule... 3 Pre-engagement Checklist...

More information

Product Description... 1 Internal Management Features... 3 Front Panel... 5 Watchdog Features... 7

Product Description... 1 Internal Management Features... 3 Front Panel... 5 Watchdog Features... 7 Contents Introduction--1 Product Description.................................. 1 Internal Management Features........................... 3 Front Panel........................................ 5 Watchdog

More information

Aspen Cloud Server Management Console

Aspen Cloud Server Management Console Aspen Cloud Server Management Console Management of Cloud Server Resources Power All Networks Ltd. User Guide June 2011, version 1.1.1 Refer to ICP V1.1 PAGE 1 Table of Content 1. Introduction... 4 2.

More information

Application Development Kit for Android Installation Guide

Application Development Kit for Android Installation Guide Application Development Kit for Android Installation Guide 90001280_B 3/12/2012 2012 Digi International Inc. All rights reserved. Digi, Digi International, the Digi logo, the Digi website, a Digi International

More information

Moxa Device Manager 2.0 User s Guide

Moxa Device Manager 2.0 User s Guide First Edition, March 2009 www.moxa.com/product 2009 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Moxa Device Manager 2.0 User Guide The software described in this manual

More information

I N S T A L L A T I O N M A N U A L

I N S T A L L A T I O N M A N U A L I N S T A L L A T I O N M A N U A L 2015 Fastnet SA, St-Sulpice, Switzerland. All rights reserved. Reproduction in whole or in part in any form of this manual without written permission of Fastnet SA is

More information

Network Management Card

Network Management Card Network Management Card Installation manual IP= MAC=00E0D8FF855E Reset 100 10 data Card Settings 1 2 RS232 Download ETHERNET RS232 66074 34003641EN/AG - Page 1 1 2 1 2 Quick start ASI or STS U-Talk ASI

More information

Honeywell Internet Connection Module

Honeywell Internet Connection Module Honeywell Internet Connection Module Setup Guide Version 1.0 - Page 1 of 18 - ICM Setup Guide Technical Support Setup - Guide Table of Contents Introduction... 3 Network Setup and Configuration... 4 Setting

More information

Basic Configuration Guide using Web Interface for router TG585iv7

Basic Configuration Guide using Web Interface for router TG585iv7 Basic Configuration Guide using Web Interface for router TG585iv7 Index Index...2 Introduction...3 Configuration multipuesto dinámica...6 Configuration multipuesto estática...10 Configuration monopuesto

More information

How To Check If Your Router Is Working Properly

How To Check If Your Router Is Working Properly Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your RangeMax Dual Band Wireless-N Router WNDR3300. You can access these features by selecting the

More information

Hills Professional Series NVRs and Cameras

Hills Professional Series NVRs and Cameras FAQs Hills Professional Series NVRs and Cameras (V1.1) 1. What is the default NVR resolution? By Default NVR video output resolution is 1080P. Resolution may be changed if necessary to suit the attached

More information

Deskpool Quick Start. Version: V2.1.x. Based on Hyper-V Server 2012 R2. Shenzhen Jieyun Technology Co., Ltd (www.jieyung.com)

Deskpool Quick Start. Version: V2.1.x. Based on Hyper-V Server 2012 R2. Shenzhen Jieyun Technology Co., Ltd (www.jieyung.com) Deskpool Quick Start Based on Hyper-V Server 2012 R2 Version: V2.1.x Shenzhen Jieyun Technology Co., Ltd (www.jieyung.com) Last updated on March 18, 2015 Copyright Shenzhen Jieyun Technology Co., Ltd.

More information

TCP/IP Configuration and DHCP Configuration For Red Hat Linux 9 (RHL9) Presentation Report

TCP/IP Configuration and DHCP Configuration For Red Hat Linux 9 (RHL9) Presentation Report TCP/IP Configuration and DHCP Configuration For Red Hat Linux 9 (RHL9) Presentation Report Course: CS 5780 - System Administration Instructed By: Dr. Sanjiv Bhatia Included: Executive Summary The OSI Protocol

More information

http://computernetworkingnotes.com/ccna-study-guide/cisco-ios-naming-convention-explainedwith-examples.html

http://computernetworkingnotes.com/ccna-study-guide/cisco-ios-naming-convention-explainedwith-examples.html IOS is the most critical part of any cisco device. We should always keep a backup copy of IOS to deal with any unwanted situation. In this article I will explain the backup and restore process of IOS in

More information

Ethernet Interface Manual Thermal / Label Printer. Rev. 1.01 Metapace T-1. Metapace T-2 Metapace L-1 Metapace L-2

Ethernet Interface Manual Thermal / Label Printer. Rev. 1.01 Metapace T-1. Metapace T-2 Metapace L-1 Metapace L-2 Ethernet Interface Manual Thermal / Label Printer Rev. 1.01 Metapace T-1 Metapace T-2 Metapace L-1 Metapace L-2 Table of contents 1. Interface setting Guiding...3 2. Manual Information...4 3. Interface

More information

Network Management Card

Network Management Card Network Management Card AP9617 AP9618 AP9619 Installation and Quick-Start Manual How to Avoid Equipment Damage Disconnect UPS power You do not need to turn off a Symmetra or a Silcon model UPS to install

More information

Environmental Monitoring Unit

Environmental Monitoring Unit Environmental Monitoring Unit AP9312TH AP9312THi User s Guide Contents Environmental Monitoring Unit Managing the Unit............................ 1 Introduction.................................. 1 Available

More information

Exploring the Remote Access Configuration Utility

Exploring the Remote Access Configuration Utility Exploring the Remote Access Configuration Utility in Ninth-Generation Dell PowerEdge Servers The Remote Access Configuration Utility supports local and remote server management in ninth-generation Dell

More information

NETWORK SETUP GLOSSARY

NETWORK SETUP GLOSSARY GLOSSARY NETWORK SETUP Static IP PPPoE DHCP DDNS Static IP Computers are communicated and recognized by their own unique IP addresses over the Internet. Static IP provided by your ISP (Internet Service

More information

Connecting EWS using DDNS

Connecting EWS using DDNS Application Note 013 a Visual Plus Corporation Company Connecting EWS using DDNS ver.1.0 This application note explains how to establish communication between PROS and EWS over internet, in case EWS is

More information

Network Management Card Wizard--1. Introduction... 1 Using the Network Management Card Wizard... 5

Network Management Card Wizard--1. Introduction... 1 Using the Network Management Card Wizard... 5 Contents Network Management Card Wizard--1 Introduction....................................... 1 Using the Network Management Card Wizard................ 5 File Transfers--10 Introduction......................................

More information

Firewall VPN Router. Quick Installation Guide M73-APO09-380

Firewall VPN Router. Quick Installation Guide M73-APO09-380 Firewall VPN Router Quick Installation Guide M73-APO09-380 Firewall VPN Router Overview The Firewall VPN Router provides three 10/100Mbit Ethernet network interface ports which are the Internal/LAN, External/WAN,

More information

Configuring a BEC 7800TN Wireless ADSL Modem

Configuring a BEC 7800TN Wireless ADSL Modem Configuring a BEC 7800TN Wireless ADSL Modem Setting Up the PC Logging into BEC Configuring Wireless Setup Setup Static IP Setup Main Port Finished Firmware Update ATTENTION! Before the modem is programmed

More information

Chapter 8 Advanced Configuration

Chapter 8 Advanced Configuration Chapter 8 Advanced Configuration This chapter describes how to configure the advanced features of your ProSafe 802.11g Wireless VPN Firewall FVG318. Configuring Dynamic DNS If your network has a permanently

More information

StarMOBILE Network Configuration Guide. A guide to configuring your StarMOBILE system for networking

StarMOBILE Network Configuration Guide. A guide to configuring your StarMOBILE system for networking StarMOBILE Network Configuration Guide A guide to configuring your StarMOBILE system for networking INTRODUCTION... 3 BEFORE YOU BEGIN... 3 1) CONFIRM YOU HAVE THE LATEST SOFTWARE... 3 2) INSTALL THE STARMOBILE

More information

pp=pod number, xxx=static IP address assigned to your pod

pp=pod number, xxx=static IP address assigned to your pod Lab 6: Dynamic Host Configuration Protocol The purpose of this lab is to configure a DHCP server for multiple subnets. You will configure additional options along with an IP address and netmask, and you

More information

Multifunctional Broadband Router User Guide. Copyright Statement

Multifunctional Broadband Router User Guide. Copyright Statement Copyright Statement is the registered trademark of Shenzhen Tenda Technology Co., Ltd. Other trademark or trade name mentioned herein are the trademark or registered trademark of above company. Copyright

More information

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet Review questions 1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet C Media access method D Packages 2 To which TCP/IP architecture layer

More information

Building a diskless Linux Cluster for high performance computations from a standard Linux distribution

Building a diskless Linux Cluster for high performance computations from a standard Linux distribution Building a diskless Linux Cluster for high performance computations from a standard Linux distribution Stefan Böhringer Institut für Humangenetik Universitätsklinikum Essen April, 7 th, 2003 Abstract This

More information

User s Manual Network Management Card

User s Manual Network Management Card User s Manual Network Management Card RMCARD202 Intelligent Network Management Card allows a UPS system to be managed, monitored, and configured Version 1.0 E-K01-SNMP005-0 TABLE OF CONTENTS Introduction

More information

3.5 EXTERNAL NETWORK HDD. User s Manual

3.5 EXTERNAL NETWORK HDD. User s Manual 3.5 EXTERNAL NETWORK HDD User s Manual Table of Content Before You Use Key Features H/W Installation Illustration of Product LED Definition NETWORK HDD Assembly Setup the Network HDD Home Disk Utility

More information

SNMP Upgrade Procedure for NV Transmitters

SNMP Upgrade Procedure for NV Transmitters SNMP Upgrade Procedure for NV Transmitters IS09019C Issue 1.0...26 November 2010 Nautel Limited 10089 Peggy's Cove Road, Hackett's Cove, NS, Canada B3Z 3J4 T.877 6 nautel (628835) or +1.902.823.2233 F.+1.902.823.3183

More information

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0 Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0 Course length: 5 Days Course No. 688 - Five days - Instructor-led Introduction This course provides students with the knowledge and skills required

More information

WiNG 5.X Reference. DHCP Options. Part No. TME-02-2013-22 REV A

WiNG 5.X Reference. DHCP Options. Part No. TME-02-2013-22 REV A WiNG 5.X Reference DHCP Options Part No. TME-02-2013-22 REV A MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola Trademark Holdings, LLC and

More information

Veritas Cluster Server

Veritas Cluster Server APPENDIXE This module provides basic guidelines for the (VCS) configuration in a Subscriber Manager (SM) cluster installation. It assumes basic knowledge of the VCS environment; it does not replace the

More information

3.1 Connecting to a Router and Basic Configuration

3.1 Connecting to a Router and Basic Configuration 3.1 Connecting to a Router and Basic Configuration Objective This lab will focus on the ability to connect a PC to a router in order to establish a console session and observe the user interface. A console

More information

BR-6624. Load Balancing Router. Manual

BR-6624. Load Balancing Router. Manual BR-6624 Load Balancing Router Manual TABLE OF CONTENTS 1: INTRODUCTION...1 Internet Features...1 Other Features...3 Package Contents...4 Physical Details...4 2: BASIC SETUP...8 Overview...8 Procedure...8

More information

Software installation and configuration IEC-line series

Software installation and configuration IEC-line series Software installation and configuration IEC-line series update: 04-10-2014 IEC-line by OVERDIGIT overdigit.com Table of contents 1. Installing the software... 3 1.1. Installing CoDeSys... 4 1.2. Installing

More information

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive This guide explains how to create and use a Rescue USB flash drive to reinstall and recover the ExtraHop system. When booting

More information

Configuring the Switch IP Address and Default Gateway

Configuring the Switch IP Address and Default Gateway CHAPTER 3 Configuring the Switch IP Address and Default Gateway This chapter describes how to configure the IP address, subnet mask, and default gateway on the Catalyst enterprise LAN switches. Note For

More information

Ultra Thin Client TC-401 TC-402. Users s Guide

Ultra Thin Client TC-401 TC-402. Users s Guide Ultra Thin Client TC-401 TC-402 Users s Guide CONTENT 1. OVERVIEW... 3 1.1 HARDWARE SPECIFICATION... 3 1.2 SOFTWARE OVERVIEW... 4 1.3 HARDWARE OVERVIEW...5 1.4 NETWORK CONNECTION... 7 2. INSTALLING THE

More information

How To Check If Your Router Is Working Properly On A Nr854T Router (Wnr854) On A Pc Or Mac) On Your Computer Or Ipad (Netbook) On An Ipad Or Ipa (Networking

How To Check If Your Router Is Working Properly On A Nr854T Router (Wnr854) On A Pc Or Mac) On Your Computer Or Ipad (Netbook) On An Ipad Or Ipa (Networking Chapter 7 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your RangeMax NEXT Wireless Router WNR854T. These features can be found by clicking on the Maintenance

More information

FRM301 SNMP Upgrade Procedure

FRM301 SNMP Upgrade Procedure The information within this document is intended for experienced service personnel with knowledge of TCP/IP networking, PC networking configuration, serial terminal configuration and operation. Failure

More information

IP Power Stone 4000 User Manual

IP Power Stone 4000 User Manual IP Power Stone 4000 User Manual Two Outlet Remote AC Power Controller Multi Link, Inc. 122 Dewey Drive Nicholasville, KY 40356 USA Sales and Tech Support 800.535.4651 FAX 859.885.6619 techsupport@multi

More information

Using Cisco UC320W with Windows Small Business Server

Using Cisco UC320W with Windows Small Business Server Using Cisco UC320W with Windows Small Business Server This application note explains how to deploy the Cisco UC320W in a Windows Small Business Server environment. Contents This document includes the following

More information

CYAN SECURE WEB APPLIANCE. User interface manual

CYAN SECURE WEB APPLIANCE. User interface manual CYAN SECURE WEB APPLIANCE User interface manual Jun. 13, 2008 Applies to: CYAN Secure Web 1.4 and above Contents 1 Log in...3 2 Status...3 2.1 Status / System...3 2.2 Status / Network...4 Status / Network

More information

Manual. Teldat GmbH. Manual. Teldat Dime Manager. Copyright Version 1.3.5, 2012 Teldat GmbH

Manual. Teldat GmbH. Manual. Teldat Dime Manager. Copyright Version 1.3.5, 2012 Teldat GmbH Manual Manual Copyright Version 1.3.5, 2012 1 Manual Legal Notice Aim and purpose This document describes a software application for the management of Teldat devices. For the latest information and notes

More information

NetProbe Lite. Web Based 8 Channel Sensor Collector. User Manual. Version 1.2

NetProbe Lite. Web Based 8 Channel Sensor Collector. User Manual. Version 1.2 NetProbe Lite Web Based 8 Channel Sensor Collector User Manual Version 1.2 Copyright Information Copyright 2004-2005, Mega System Technologies, Inc. All rights reserved. Reproduction without permission

More information

Grandstream Networks, Inc. DHCP Options Guide

Grandstream Networks, Inc. DHCP Options Guide Grandstream Networks, Inc. DHCP Options Guide Table of Contents SUPPORTED DEVICES... 5 INTRODUCTION... 6 ENVIRONMENT SETUP... 7 Step 1: Install DHCP Server... 7 Step 2: DHCP Server Basic Configuration...

More information

Common Services Platform Collector 2.5 Quick Start Guide

Common Services Platform Collector 2.5 Quick Start Guide Common Services Platform Collector 2.5 Quick Start Guide September 18, 2015 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com CSP-C Quick

More information

Broadband Router User s Manual

Broadband Router User s Manual Broadband Router User s Manual Table of Contents Chapter 1 Introduction...4 1.1 The Broadband Router......4 1.2 Physical Features of Broadband Router...4 1.3 Non-Physical Features of Broadband Router..

More information

DHCP & Firewall & NAT

DHCP & Firewall & NAT DHCP & Firewall & NAT DHCP Dynamic Host Configuration Protocol DHCP introduction DHCP Dynamic Host Configuration Protocol A system can connect to a network and obtain the necessary information dynamically

More information