This chapter discusses how to modify the files that configure the Open Shortest Path First (OSPF) protocol.

Size: px
Start display at page:

Download "This chapter discusses how to modify the files that configure the Open Shortest Path First (OSPF) protocol."

Transcription

1 encor! enetworks TM Version A, September Encore Networks, Inc. All rights reserved. Sample Revision of the OSPF Configuration File This chapter discusses how to modify the files that configure the Open Shortest Path First (OSPF) protocol. Note: To configure the BANDIT to use OSPF, see Configuring the BANDIT for OSPF or BGP Modifying the OSPF Configuration File You can modify the OSPF configuration file, ospf.conf, via an ASCII text editor or from the BANDIT menus. To use an ASCII text editor, open the file and make changes as appropriate. This document discusses editing the file through the BANDIT menus. 1 Log In on the BANDIT menu. (For details, see Starting the ELIOS Software.) The Main Menu is displayed. Main Menu ) QuickStart Config Builder 2) Typical Configurations 3) Advanced Configurations 4) Tools V) View Current Unit Status F) Cellular Fast Connect L) Load Factory Defaults P) Load Plug and Play Defaults W) Write Configuration R) Reset Unit X) exit Session S) Statistics Y) system Administration Enter Choice : 2 2 On the Main Menu, select Typical Configurations. The Typical Configurations Menu is displayed. For information on trademarks, safety, limitations of liability, and similar topics, see Notices. Home Module: Routing Document 11

2 Page 2 Routing Module, Document 11 Typical Configurations Menu ) System Configuration 2) IP Interfaces 3) IP Static Routes 4) VPN Profiles 5) IP/VPN Policies 6) NAT Profiles 7) OSPF/BGP Configuration 8) DNS/DHCP Servers 9) Configure Firewall A) IP QoS (Quality of Service) B) GPS Geo-Fencing L) LAN : EtherNet No DHCP ETHERNET W) WAN : EtherNet No DHCP ETHERNET M) MODEM : Point-to-Point MODEM INTERNAL S) SERIAL : UNDEFINED SERIAL E) EXPANSION : Frame Relay EXPANSION Dual T1/E1 R) RDU/IDU Ports... P) More Ports... Enter Choice : 7 3 On the Typical Configurations Menu, select OSPF/BGP Configuration. The OSPF/BGP Configuration Menu is displayed. OSPF/BGP Configuration ) Global Ospf Configuration 2) Global Bgp Configuration 3) OSPF/BGP Remote Logging : Disabled Enter Choice : 1 4 On the OSPF/BGP Configuration Menu, select Global OSPF Configuration. The Global OSPF Configuration Menu is displayed. Global OSPF Configuration ) OSPF Admin : Enabled 2) Config Edit Enter Choice : 2 5 On the Global OSPF Configuration Menu, select Config Edit. Enter file name [/etc/ospf.conf]:

3 Sample Revision of the OSPF Configuration File Page 3 Note: The system automatically creates the default file /etc/ospf.conf when the software is loaded. The BANDIT always uses ospf.conf for OSPF configuration. This procedure shows you how to edit that file. 6 To review and edit the listed OSPF configuration file, press the Enter key. The line code for the file is displayed. 1! 20 ospf router-id To see more of the listing, press the Enter key again. The next 20 lines of the file are displayed. 21 area 0 range /24 22 area 1 range /24 23!area authentication 24 area 2 virtual-link hello-interval 20 25!compatible rfc !Enable logging 8 To see more of the listing, press the Enter key again. The next 20 lines of the file are displayed. Note: If you have reached the end of the file, the first 20 lines are displayed again. For reference, we display here the entire sample listing.

4 Page 4 Routing Module, Document 11 1! 20 ospf router-id area 0 range /24 22 area 1 range /24 23!area authentication 24 area 2 virtual-link hello-interval 20 25!compatible rfc !Enable logging Note: The listing shown is a template for Encore Networks OSPF configuration. You will need to modify the lines for your network. A line that begins with an exclamation point (!) is a comment. To add comments, start a line with an exclamation point. To make a line active, remove the initial exclamation point from a commented line. In this example: Line 19 identifies this network and area. Line 20 identifies the BANDIT s WAN IP address. Line 21 advertises this area s network addresses. Line 22 advertises another area s network s addresses. If you want to advertise additional interface networks, insert lines after line 22. As this listing shows, OSPF can set up authentication between routers so that they will share information. If authentication is enabled, ensure that all password parameters are correct. You need to modify the file to reflect the OSPF area for this BANDIT device. The following steps are examples of the way to modify lines. Ask your network administrator for all IP addresses and other network information for this BANDIT s OSPF configuration.

5 Sample Revision of the OSPF Configuration File Page 5 9 Line 1 in this example is a comment, but it provides only spacing. Do the following to add some information. a While the listing is displayed, type m to modify a line. Enter line number to modify: b Type the line number you wish to modify and press the Enter key. (In this example, type 1 and press the Enter key.) Enter line below: c Type the line exactly as you want it to appear. Note: Do not type a line number; the system assigns line numbers each time it displays the file. Otherwise, type the line exactly as you want it to appear. (Be sure to start the line with an exclamation point, so that the system will see the line as a comment instead of an executable command.)! Authentication between routers d When you have finished typing the line, press the Enter key. The OSPF configuration file is displayed again, with the new line in place. Line 1 now shows some information about the routine.

6 Page 6 Routing Module, Document 11 1! Authentication between routers 20 ospf router-id In this step, we will modify the file to reflect the BANDIT s IP address. In this listing, line 20, as shown below, identifies the BANDIT. 20 ospf router-id To modify the line, do the following: a While the listing is displayed, type m to modify a line. Enter line number to modify: b Type the line number you wish to modify and press the Enter key. (In this example, type 14 and press the Enter key.) Enter line below: c Type the line exactly as you want it to appear. Note: Do not type a line number; the system assigns line numbers each time it displays the file.

7 Sample Revision of the OSPF Configuration File Page 7 Note that we also do not type an exclamation point, because this will be a live command. Otherwise, we type the line exactly as it appears in the listing, substituting the IP address for the BANDIT s WAN port. ospf router-id d When you have finished typing the line, press the Enter key. The OSPF configuration file is displayed again, with the new line in place. Line 20 is now a live, executable command, assigning the BANDIT s WAN IP address. 1! Authentication between routers 20 ospf router-id For reference, we display here the rest of the listing. 21 area 0 range /24 22 area 1 range /24 23!area authentication 24 area 2 virtual-link hello-interval 20 25!compatible rfc !Enable logging Note: You need to include all the networks that you want this BANDIT to advertise. Insert them after line 22. (Displayed line numbers will change to accommodate insertions.)

8 Page 8 Routing Module, Document To insert a line, do the following: a When the listing is displayed, type i to insert a line. 1! Authentication between routers 20 ospf router-id area 0 range /24 22 area 1 range /24 23!area authentication 24 area 2 virtual-link hello-interval 20 25!compatible rfc !Enable logging Enter line number to Insert After(0 to prepend): b Type the line number that the inserted line will follow and then press the Enter key. (In this example, we want to indicate another network for this BANDIT to advertise, so we will insert a line after line 22. Type 22 and press Enter.) Enter line below: c Type the new information, using line 22 as a guide. Then press Enter.

9 Sample Revision of the OSPF Configuration File Page 9 area 3 range /24 The new information is including in the listing. Note that the line numbers have adjusted to accommodate the new line. 1! Authentication between routers 20 ospf router-id area 0 range /24 22 area 1 range /24 23 area 3 range /24 24!area authentication 25 area 2 virtual-link hello-interval 20 26!compatible rfc !Enable logging 12 Continue to modify the OSPF configuration file as indicated by your network administrator. The finished file will probably be similar to the following.

10 Page 10 Routing Module, Document 11 1! Authentication between routers 20 ospf router-id area 0 range /24 22 area 1 range /24 23 area 3 range /24 24!area authentication 25 area 2 virtual-link hello-interval 20 26!compatible rfc !Enable logging 13 When you have finished modifying the OSPF configuration file, press the Escape key. File Modified! Do you want to save it?(y/n)[n]: 14 To save the configuration file, press y. To revert to the previously saved version, press n. The Global OSPF Configuration Menu is redisplayed. Global OSPF Configuration ) OSPF Admin : Enabled 2) Config Edit Enter Choice :

11 Sample Revision of the OSPF Configuration File Page Press the Escape key until you reach the Main Menu. 16 On the Main Menu, select Write Configuration to save the configuration. (For details, see Saving (Writing) a Configuration). 17 Then, on the Main Menu, select Reset Unit. (For details, see Resetting the Device.)

12 Page 12 Routing Module, Document 11

This chapter discusses how to modify the files that configure the Border Gateway Protocol (BGP).

This chapter discusses how to modify the files that configure the Border Gateway Protocol (BGP). encor! enetworks TM Version A, September 2010 2013 Encore Networks, Inc. All rights reserved. Sample Revision of the BGP Configuration File This chapter discusses how to modify the files that configure

More information

his document provides guidelines for configuring a C2C or another BANDIT chassis to send a wake-up ping across a cellular network.

his document provides guidelines for configuring a C2C or another BANDIT chassis to send a wake-up ping across a cellular network. USATUSATCORP.COM Contact USATCORP.COM for more information or quantity pricing 1-888-550-8728 encor! e n etworks TM Version A, November 2012 2012 Encore Networks, Inc. All rights reserved. C2C Wake-Up

More information

! encor en etworks TM

! encor en etworks TM ! encor en etworks TM Version A, March 2010 2013 Encore Networks, Inc. All rights reserved. Configuring the BANDIT III s E&M Card for a PCM Voice Network The E&M card sits in a slot near the top right

More information

This chapter discusses configuration and use of the Remote Authentication Dial-In User Service (RADIUS) networking protocol on a BANDIT device.

This chapter discusses configuration and use of the Remote Authentication Dial-In User Service (RADIUS) networking protocol on a BANDIT device. encor! enetworks TM Version A.1, January 2013 2013 Encore Networks, Inc. All rights reserved. The RADIUS Protocol This chapter discusses configuration and use of the Remote Authentication Dial-In User

More information

The C2C can send a power-loss alarm to an SNMP manager. To enable this feature, do the following:

The C2C can send a power-loss alarm to an SNMP manager. To enable this feature, do the following: USATUSATCORP.COM Contact USATCORP.COM for more information or quantity pricing 1-888-550-8728! encor e n etworks TM C2C Power-Loss Alarm his document provides guidelines for setting a C2C or another BANDIT

More information

! encor e networks TM

! encor e networks TM ! encor e networks TM Revision A, May 2004 Document Part Number 15737.0001 Copyright 2004 Encore Networks, Inc. All rights reserved. VSR-30 Installation Guide for ELIOS Software Version 0500 T his guide

More information

enetworks TM BANDIT II and BANDIT III Expanded Configuration Guide 3.1 Preparing Configuration Information

enetworks TM BANDIT II and BANDIT III Expanded Configuration Guide 3.1 Preparing Configuration Information encor! enetworks TM Version A.2, January 2013 2013 Encore Networks, Inc. All rights reserved. BANDIT II and BANDIT III Expanded Configuration Guide The BANDIT II and the BANDIT III are ROHS-compliant devices

More information

! encor e networks TM

! encor e networks TM ! encor e networks TM Revision C.1, May 2010 Document Part Number 15737.0001 Copyright 2010 Encore Networks, Inc. All rights reserved. VSR-30 Installation Guide T his guide presents procedures for a standard

More information

Section 6.2, IP Routing. Section 6.4, IP/VPN Policy. Section 6.5, IP Quality of Service. Section 6.6, The BANDIT as Firewall

Section 6.2, IP Routing. Section 6.4, IP/VPN Policy. Section 6.5, IP Quality of Service. Section 6.6, The BANDIT as Firewall Chapter 6 IP Routing and IPX Routing This chapter discusses IP routing, IP/VPN Policy, and related features in the BANDIT products. It also discusses IPX routing. See the following sections: Section 6.2,

More information

Activating an EVDO Wireless Card in a Cellular Carrier Network

Activating an EVDO Wireless Card in a Cellular Carrier Network encor! enetworks TM Version A.4, January 2013 2013 Encore Networks, Inc. All rights reserved. Activating an EVDO Wireless Card in a Cellular Carrier Network Including the Sprint Data Link Network Use one

More information

Using the EN-2000 s Management System

Using the EN-2000 s Management System EN-2000 Reference Manual Document 2 Using the EN-2000 s Management System T he EN-2000 provides wireless and wired connections to a local area network (LAN), to a wide area network (WAN, and to peripheral

More information

EN-1000 Quick Configuration Guide

EN-1000 Quick Configuration Guide Part Number 17655.0000 Version A.5, December 2017 2017 Encore Networks, Inc. All rights reserved. EN-1000 Quick Configuration Guide CAT-1 LTE T he EN-1000 is a high-performance, low-cost VPN router designed

More information

Configuring the EN-2000 for its Network Functions

Configuring the EN-2000 for its Network Functions EN-2000 Reference Manual Document 3 Configuring the EN-2000 for its Network Functions T he EN-2000 provides wireless and cabled connections to a local area network (LAN), to a wide area network (WAN, and

More information

EN-2000 Quick Configuration Guide

EN-2000 Quick Configuration Guide Document Part Number 17539.0000 Version A.8, March 2018 2018 Encore Networks, Inc. All rights reserved. EN-2000 Quick Configuration Guide T he EN-2000 is a high-performance, low-cost VPN router designed

More information

BANDIT II Hardware Description

BANDIT II Hardware Description encor! enetworks TM Version A.2, January 2013 2013 Encore Networks, Inc. All rights reserved. BANDIT II Hardware Description 1 st of 3 QuickStart Guides for the BANDIT II This chapter provides information

More information

Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system.

Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system. Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system. Please follow these steps to ensure that any changes made by your previous

More information

Configuring the EN-2000 s VPN Firewall

Configuring the EN-2000 s VPN Firewall EN-2000 Reference Manual Document 10 Configuring the EN-2000 s VPN Firewall T his document discusses implementation of firewall rules to support IPsec VPN transmissions in the EN-2000. It presents procedures

More information

This chapter discusses the statistics used to monitor the VPN activity on the BANDIT products.

This chapter discusses the statistics used to monitor the VPN activity on the BANDIT products. encor! enetworks TM Version A.1, January 2013 2013 Encore Networks, Inc. All rights reserved. VPN s This chapter discusses the statistics used to monitor the VPN activity on the BANDIT products. 1 On the

More information

Configuring General Settings for the EN-4000

Configuring General Settings for the EN-4000 EN-4000 Reference Manual Document 4 Configuring General Settings for the EN-4000 T he EN-4000 is the newest member of Encore Networks family of routers. It provides wireless and cabled connections to a

More information

Yamaha Router Configuration Training ~ Web GUI ~

Yamaha Router Configuration Training ~ Web GUI ~ Yamaha Router Configuration Training ~ Web GUI ~ Equipment RTX810 Gigabit VPN Router SWX2200-8G/24G Smart L2 Switch GbE 5, USB 3G modem 1Gbps throughput All GbE Cooperation with RTX810 200Mbps VPN throughput

More information

SLE in Virtual Private Networks

SLE in Virtual Private Networks EN-4000 Reference Manual Document 9 SLE in Virtual Private Networks T his document discusses implementation of Encore Networks Selective Layer Encryption (SLE, patented), a proprietary method of enhancing

More information

G806+H3C WSR realize VPN networking

G806+H3C WSR realize VPN networking G806+H3C WSR800-10 realize VPN networking File Version: V1.0.0 1 1.Configure H3C WSR 800-10 1.1.Enter H3C WSR 800-10 Web Server Power the H3C WSR 800-10 and connect PC Ethernet interface to H3C WSR 800-10

More information

Monitoring the EN-2000

Monitoring the EN-2000 EN-2000 Reference Manual Document 9 Monitoring the EN-2000 T his document provides information for monitoring the EN-2000 router s configuration and performance. Screens specifically for monitoring the

More information

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax:

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax: Product: DFL-500 Internet Firewall Index Setup Introduction...2 Set Up Using Web Configurator...3 Setting Up Internal IP Address using CLI...4 Setting UP External IP Address Manually Using CLI...4 How

More information

VPNC Scenario for IPsec Interoperability

VPNC Scenario for IPsec Interoperability EN-4000 Reference Manual Document D VPNC Scenario for IPsec Interoperability EN-4000 Router T his document presents a configuration profile for IPsec interoperability. The configuration profile conforms

More information

Guide to Vyatta Documentation

Guide to Vyatta Documentation VYATTA, INC. System Guide to Documentation Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com 650 413 7200 1 888 VYATTA 1 (US and Canada) COPYRIGHT Copyright 2005 2011, Inc. All rights reserved.

More information

LEGUANG N900 Wireless Router Configuration Guide

LEGUANG N900 Wireless Router Configuration Guide LEGUANG N900 Wireless Router Configuration Guide ActForNet Technologies Inc. February 2014 Contents 1. What is included... 3 2. Installation Guide... 3 2.1 How to connect... 3 2.2 How to reset... 4 2.3

More information

Configuring VPNs in the EN-1000

Configuring VPNs in the EN-1000 EN-1000 Reference Manual Document 5 Configuring VPNs in the EN-1000 O ne of the principal features of routers is their support of virtual private networks (VPNs). This document discusses configuration

More information

Configuration of Synchronous Protocols

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

More information

Monitoring the EN-4000

Monitoring the EN-4000 EN-4000 Reference Manual Document 11 Monitoring the EN-4000 T he EN-4000 is the newest member of Encore Networks family of routers. It provides wireless and cabled connections to a local area network (LAN)

More information

Guide to Vyatta Documentation

Guide to Vyatta Documentation VYATTA, INC. System Guide to Documentation Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com 650 413 7200 1 888 VYATTA 1 (US and Canada) COPYRIGHT Copyright 2005 2012, Inc. All rights reserved.

More information

Guide to Vyatta Documentation

Guide to Vyatta Documentation VYATTA, INC. System Guide to Documentation Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com 650 413 7200 1 888 VYATTA 1 (US and Canada) COPYRIGHT Copyright 2005 2012, Inc. All rights reserved.

More information

Chapter 7 LAN Configuration

Chapter 7 LAN Configuration Chapter 7 LAN Configuration This chapter describes how to configure the advanced LAN features of your ProSafe Wireless ADSL Modem VPN Firewall Router. These features can be found by selecting Network Configuration

More information

Configuring the EN-4000 s Wireless Card

Configuring the EN-4000 s Wireless Card EN-4000 Reference Manual Document 13 Configuring the EN-4000 s 802.11 Wireless Card T he EN-4000 is the newest member of Encore Networks family of routers. It provides wireless and cabled connections to

More information

Gigabit SSL VPN Security Router SG-4800

Gigabit SSL VPN Security Router SG-4800 Gigabit SSL VPN Security Router SG-4800 Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Hardware Installation... 4 2.1 Safety Instruction... 4 2.2 Front panel... 4 2.3 LED & Button

More information

enetworks TM C2C Hardware Description and Specifications A.1 C2C Chassis Hardware Description

enetworks TM C2C Hardware Description and Specifications A.1 C2C Chassis Hardware Description encor! enetworks TM Version A.1, January 2012 2012 Encore Networks, Inc. All rights reserved. C2C Hardware Description and Specifications This chapter provides information on the hardware for the C2C chassis.

More information

BANDIT III Hardware Description

BANDIT III Hardware Description encor! enetworks TM Version A.3, July 2014 2014 Encore Networks, Inc. All rights reserved. BANDIT III Hardware Description 1 st of 3 QuickStart Guides for the BANDIT III This chapter provides information

More information

Brother HL-5370DW Configuration

Brother HL-5370DW Configuration Brother HL-5370DW Configuration Importance of Static IP Address for Printers When a printer is first installed to a computer, its IP address is noted. If that address changes, the computer will be unable

More information

Area Command in Interface Mode for OSPFv2

Area Command in Interface Mode for OSPFv2 This document describes how to enable Open Shortest Path First version 2 (OSPFv2) on a per-interface basis to simplify the configuration of unnumbered interfaces. The ip ospf area command allows you to

More information

UTM Content Security Gateway CS-2001

UTM Content Security Gateway CS-2001 UTM Content Security Gateway CS-2001 Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Setup the UTM Content Security Gateway... 4 3. Hardware Installation... 5 4. Basic System Configuration...

More information

BC4 Users Guide. Revision 1.1 September 22, Copyright 2008 by BitWise Controls, LLC All Rights Reserved.

BC4 Users Guide. Revision 1.1 September 22, Copyright 2008 by BitWise Controls, LLC All Rights Reserved. TM BC4 Users Guide Revision 1.1 September 22, 2008 Copyright 2008 by BitWise Controls, LLC All Rights Reserved www.bitwisecontrols.com Phone: 866-932-2BWC Contents BC4 Users Guide... 1 Introduction...

More information

UIP1869V User Interface Guide

UIP1869V User Interface Guide UIP1869V User Interface Guide (Firmware version 0.1.8 and later) Table of Contents Opening the UIP1869V's Configuration Utility... 3 Connecting to Your Broadband Modem... 5 Setting up with DHCP... 5 Updating

More information

Virtual Private Networks

Virtual Private Networks EN-2000 Reference Manual Document 8 Virtual Private Networks O ne of the principal features of routers is their support of virtual private networks (VPNs). This document discusses transmission security,

More information

Embedded NGX 8.1 Release Notes Post General Availability Version. November 2010

Embedded NGX 8.1 Release Notes Post General Availability Version. November 2010 Embedded NGX 8.1 Release Notes Post General Availability Version November 2010 1 Contents CONTENTS... 2 INTRODUCTION... 3 Highlights of This Version... 3 Supported Platforms... 4 Availability... 4 Copyright...

More information

Business Internet Video Camera with Audio

Business Internet Video Camera with Audio Business Internet Video Camera with Audio Quick Install Guide Package Contents WVC210 Camera Stand Power Supply (5V 2A) 6 Ethernet Cable Setup CD Antenna Quick Install Guide BUSINESS SERIES Model: WVC210

More information

Grandstream Networks, Inc. GWN7000 Command Line Guide

Grandstream Networks, Inc. GWN7000 Command Line Guide Grandstream Networks, Inc. Table of Contents INTRODUCTION... 3 CONNECTING AND ACCESSING THE GWN7XXX... 4 Connecting the GWN7000... 4 SSH Access... 5 USING THE CLI MENU... 6 Menu Structure And Navigation...

More information

BiPAC 7402R2. ADSL2+ VPN Firewall Router. Quick Start Guide

BiPAC 7402R2. ADSL2+ VPN Firewall Router. Quick Start Guide BiPAC 7402R2 ADSL2+ VPN Firewall Router Quick Start Guide Billion BiPAC 7402R2 ADSL2+ VPN Firewall Router For more detailed instructions on configuring and using the ADSL2+ VPN Firewall Router, please

More information

Quick Start Guide. Manual Legal Docs Other important documentation

Quick Start Guide. Manual Legal Docs Other important documentation Quick Start Guide Manual Legal Docs Other important documentation Quick Start Guide First Network Group Inc 1-800-578-6381 www.dhcpatriot.com The DHCPatriot is a broadband subscriber authentication device

More information

Table of Contents. CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line. Quick Installation Guide. CRA-200 Quick Installation Guide

Table of Contents. CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line. Quick Installation Guide. CRA-200 Quick Installation Guide CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line Quick Installation Guide Table of Contents VoIP ATA Package Contents... 2 Checklist... 2 IMPORTANT SAFETY INSTRUCTIONS... 3 Connecting

More information

RANGER SERIES. ADSL2/2+ Ethernet Broadband Router DG-BG1000. ADSL 2/2+ 24 Mbps V

RANGER SERIES. ADSL2/2+ Ethernet Broadband Router DG-BG1000. ADSL 2/2+ 24 Mbps V RANGER SERIES ADSL2/2+ Ethernet Broadband Router DG-BG1000 ADSL 2/2+ 24 Mbps V1.0 2011-12-13 Copyright 2011. All rights reserved. Company has an on-going policy of upgrading its products and it may be

More information

Quick Start Guide. Manual Legal Docs Other important documentation

Quick Start Guide. Manual Legal Docs Other important documentation Quick Start Guide Manual Legal Docs Other important documentation Quick Start Guide First Network Group Inc 1-800-578-6381 www.dhcpatriot.com The DHCPatriot is a broadband subscriber authentication device

More information

Configuring the EN-2000 s Wireless Card

Configuring the EN-2000 s Wireless Card EN-2000 Reference Manual Document 4 Configuring the EN-2000 s 802.11 Wireless Card T he EN-2000 supports 802.11a and n wireless protocols. The EN-2000 s 5 GHz 802.11 wireless card was installed in the

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide WAP-PC1750W AC1750 Wall Mount Access Point Version A2.1c, June 22, 2017 I Product Information I-1. Package Contents 1 2 3 4 5 6 7 1. WAP-PC1750W Access Point 2. Antennas x 3 3.

More information

Barracuda Link Balancer

Barracuda Link Balancer Barracuda Networks Technical Documentation Barracuda Link Balancer Administrator s Guide Version 2.3 RECLAIM YOUR NETWORK Copyright Notice Copyright 2004-2011, Barracuda Networks www.barracuda.com v2.3-111215-01-1215

More information

Added Features. 1. PPTP (Point-to-Point Tunneling Protocol)

Added Features. 1. PPTP (Point-to-Point Tunneling Protocol) Added Features 1. PPTP (Point-to-Point Tunneling Protocol) APOS PPTP (Point-to-Point Tunneling Protocol) conforms to the RFC2637 standard. If you can access the PPTP server through the LAN interface, you

More information

MPLS LDP Autoconfiguration

MPLS LDP Autoconfiguration First Published: November 8, 2004 Last Updated: November 25, 2009 The feature enables you to globally configure Label Distribution Protocol (LDP) on every interface associated with a specified Interior

More information

Moxa Remote Connect Gateway User s Manual

Moxa Remote Connect Gateway User s Manual User s Manual Edition 1.0, December 2017 www.moxa.com/product 2017 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Wireless-G Router User s Guide

Wireless-G Router User s Guide Wireless-G Router User s Guide 1 Table of Contents Chapter 1: Introduction Installing Your Router System Requirements Installation Instructions Chapter 2: Preparing Your Network Preparing Your Network

More information

Introduction... 3 Package Contents... 4 VPN100 LEDs... 5 Connecting your VPN Installing USB drivers... 7

Introduction... 3 Package Contents... 4 VPN100 LEDs... 5 Connecting your VPN Installing USB drivers... 7 Contents Introduction... 3 Package Contents... 4 VPN100 LEDs... 5 Connecting your VPN100... 6 Installing USB drivers... 7 Configuring the VPN100... 9 Using the Web-based User Interface... 9 Choices when

More information

OSPF DR and BDR Elections

OSPF DR and BDR Elections OSPF DR and BDR Elections In Chapter 6, Enhanced IGRP (EIGRP) and Open Shortest Path First (OSPF), of the Sybex CCNA Study Guide Standard and CCNA Study Guide Deluxe Editions, I discussed EIGRP and OSPF

More information

TCP/IP CONFIGURATION 3-6

TCP/IP CONFIGURATION 3-6 TCP/IP CONFIGURATION 3. Type IPCONFIG /RENEW and press the Enter key. Verify that your IP Address is now 192.168.2.xxx, your Subnet Mask is 255.255.255.0 and your Default Gateway is 192.168.2.1. These

More information

(SP. routing WAN LAN Cisco router scalability) Provider

(SP. routing WAN LAN Cisco router scalability) Provider SPROUTE ploying Cisco Service Provider Network Routing (SP CCNP Service routing WAN LAN Cisco router scalability) 642-883 SPROUTE Provider Service provider routing service provider OSPF service provider

More information

SA Quick Start Guide

SA Quick Start Guide SA 2100 Quick Start Guide getting started Primary Antenna Reset Ethernet Power/I/O Secondary Antenna Signal Strength Wi-Fi Power USB *SA 2100 Rear View WAN *SA 2100 Front View Cellular antenna connector

More information

Case Study. WANs. Cisco Networking Academy Program CCNA 4: WAN Technologies v3.0

Case Study. WANs. Cisco Networking Academy Program CCNA 4: WAN Technologies v3.0 Case Study WANs Cisco Networking Academy Program CCNA 4: WAN Technologies v3.0 Overview and Objectives This final case study shows you how to build and configure a complex network using the skills you

More information

Remote Access MPLS-VPNs

Remote Access MPLS-VPNs First Published: August 12, 2002 Last Updated: May 4, 2009 The feature allows the service provider to offer a scalable end-to-end Virtual Private Network (VPN) service to remote users. This feature integrates

More information

Lab - Connect to a Router for the First Time

Lab - Connect to a Router for the First Time Introduction In this lab, you will configure basic settings on a wireless router. Recommended Equipment A computer with Windows installed An Ethernet NIC installed Wireless router Ethernet patch cable

More information

Cisco Interconnecting Cisco Networking Devices Part 2

Cisco Interconnecting Cisco Networking Devices Part 2 Cisco 200-105 Interconnecting Cisco Networking Devices Part 2 R1# show running-config description ***Loopback*** ip address 192.168.1.1 255.255.255.255 Question: 374 description **Connected to R1-LAN**

More information

DVG-2001S VoIP Terminal Adapter

DVG-2001S VoIP Terminal Adapter This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6.2.3. DVG-2001S VoIP Terminal Adapter Before You Begin 1. If you purchased this VoIP Terminal

More information

Case Study. Routing & Switching. Cisco Networking Academy Routing and Switching: Scaling Network Case Study

Case Study. Routing & Switching. Cisco Networking Academy Routing and Switching: Scaling Network Case Study Case Study Routing & Switching Cisco Networking Academy Routing and Switching: Scaling Network Case Study Overview and Objectives This case study allows students to build and configure a complex network

More information

Appendix B Technical Specifications

Appendix B Technical Specifications Appendix B Technical Specifications This appendix provides technical specifications for the DG834N RangeMax TM NEXT Wireless ADSL2+ Modem Router. General Specifications Specification Description Network

More information

Model:BL-WR Mbps Wireless N Router

Model:BL-WR Mbps Wireless N Router Quick Installation Guide Model:BL-WR3000 300Mbps Wireless N Router 1.Connecting the device Note: Please use wired network connections only to configure the Router. 1 Connect the WAN port on your Router

More information

F.A.Q for TW100-S4W1CA

F.A.Q for TW100-S4W1CA F.A.Q for TW100-S4W1CA Q: How do I configure the TW100-S4W1CA for a DSL, PPPoE connection? A: Step 1 Open your web browser and type the IP address of the TW100-S4W1CA in the address bar. The default IP

More information

Installation with a DSL Connection.

Installation with a DSL Connection. www.voicelift.com Support@VoiceLift.com Office: 1.866.237.3001 Fax: 321.632.7632 Installation with a DSL Connection. DSL connections can be more challenging since most DSL modems are also routers and supply

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide DL-200 Cellular Data logger V1.2_201610 TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 4 1.1 CONTENTS LIST... 5 1.2 HARDWARE INSTALLATION... 6 1.2.1 WARNING... 6 1.2.2 SYSTEM REQUIREMENTS...

More information

The Cosy 131 User Guide USER MANUAL

The Cosy 131 User Guide USER MANUAL The Cosy 131 User Guide USER MANUAL UM-0004-00 EN 1.1 ENGLISH Important User Information Liability Every care has been taken in the preparation of this document. Please inform HMS Industrial Networks SA

More information

ADSL User Manual. Wireless-N BROADBAND ROUTER : Introduction

ADSL User Manual. Wireless-N BROADBAND ROUTER : Introduction ADSL User Manual 1 : Introduction The ADSL is a communication terminal, which integrates ADSL access, broadband SOHO router, WLAN and VoIP service. This device can provide high data transmission, downstream

More information

TP-Link - TL-WR1043N / TL-WR1043ND. 300Mbps Wireless N Gigabit Router Fiber Setup Guide

TP-Link - TL-WR1043N / TL-WR1043ND. 300Mbps Wireless N Gigabit Router Fiber Setup Guide TP-Link - TL-WR1043N / TL-WR1043ND 300Mbps Wireless N Gigabit Router Fiber Setup Guide Contents 1 Main Features... 2 2 Front Panel... 3 3 Back Panel... 4 4 How to setup your hardware... 5 5 Quick Installation

More information

D-Link AirPlus G DI-524

D-Link AirPlus G DI-524 D-Link AirPlus G DI-524 802.11g/ 2.4 GHz Wireless Router TM Manual Building Networks for People Contents Package Contents... 3 Introduction... 4 Wireless Basics... 8 Getting Started...11 Using the Configuration

More information

CONFIGURATION OF CISCO 2610 ROUTER OWNERS MANUAL DOWNLOAD

CONFIGURATION OF CISCO 2610 ROUTER OWNERS MANUAL DOWNLOAD 11 November, 2017 CONFIGURATION OF CISCO 2610 ROUTER OWNERS MANUAL DOWNLOAD Document Filetype: PDF 233.19 KB 0 CONFIGURATION OF CISCO 2610 ROUTER OWNERS MANUAL DOWNLOAD Cisco 2610 Ethernet Router overview

More information

Account Registration and Log-In for the encloud Management System

Account Registration and Log-In for the encloud Management System Go to Table of Contents Account Registration and Log-In for the encloud Management System E ncore Networks cloud management system, encloud, provides management of your connected Encore devices via a web

More information

Peplink Balance Multi-WAN Routers

Peplink Balance Multi-WAN Routers Peplink Balance Multi-WAN Routers Model 20/30/210/310/380/390/580/710/1350 User Manual Firmware 5.1 September 10 Copyright & Trademarks Specifications are subject to change without prior notice. Copyright

More information

AirCruiser G Wireless Router GN-BR01G

AirCruiser G Wireless Router GN-BR01G AirCruiser G Wireless Router GN-BR01G User s Guide i Contents Chapter 1 Introduction... 1 Overview...1 Features...1 Package Contents...2 AirCruiser G Wireless Router Rear Panel...2 AirCruiser G Wireless

More information

A Division of Cisco Systems, Inc. Broadband Router. with QoS. User Guide WIRED RT042. Model No.

A Division of Cisco Systems, Inc. Broadband Router. with QoS. User Guide WIRED RT042. Model No. A Division of Cisco Systems, Inc. WIRED Broadband Router with QoS User Guide Model No. RT042 Copyright and Trademarks Linksys is a registered trademark or trademark of Cisco Systems, Inc. and/or its affiliates

More information

VDSL Router 4 Port Wi-Fi Dual Band (NT3BB-4PVWN-147) Quick Installation Guide

VDSL Router 4 Port Wi-Fi Dual Band (NT3BB-4PVWN-147) Quick Installation Guide VDSL Router 4 Port Wi-Fi Dual Band (NT3BB-4PVWN-147) Quick Installation Guide 1. Packing List The following table lists the items in the product package. Item Quantity VDSL Router 1 Power Adapter 1 RJ

More information

Peplink Balance: 20 / 30 / 30 LTE / 50 / One / 210 / 310 / 305 HW2 / 380 HW6 / 580 HW2-3 / 710 HW3 / 1350 HW2 / 2500

Peplink Balance: 20 / 30 / 30 LTE / 50 / One / 210 / 310 / 305 HW2 / 380 HW6 / 580 HW2-3 / 710 HW3 / 1350 HW2 / 2500 Firmware 7.1.1 Release Notes Release Date: Aug 14th, 2018 Contents 1. Devices Supported 2. Firmware 7 Compatibility - Unsupported Models 3. Important Notices 4. Obtaining the Firmware 5. New Features 6.

More information

NBG-418N. Wireless N Home Router. Default Login Details. IMPORTANT! READ CAREFULLY BEFORE USE. KEEP THIS GUIDE FOR FUTURE REFERENCE.

NBG-418N. Wireless N Home Router. Default Login Details.   IMPORTANT! READ CAREFULLY BEFORE USE. KEEP THIS GUIDE FOR FUTURE REFERENCE. NBG-418N Wireless N Home Router IMPORTANT! Default Login Details LAN IP http://192.168.1.1 Address User Name admin Password 1234 READ CAREFULLY BEFORE USE. KEEP THIS GUIDE FOR FUTURE REFERENCE. IMPORTANT!

More information

Dolby Conference Phone. Configuration guide for Cisco Unified Communications Manager

Dolby Conference Phone. Configuration guide for Cisco Unified Communications Manager Dolby Conference Phone Configuration guide for Cisco Unified Communications Manager Version 3.1 22 February 2017 Copyright 2017 Dolby Laboratories. All rights reserved. Dolby Laboratories, Inc. 1275 Market

More information

Configuration Guide. For Managing EAPs via EAP Controller

Configuration Guide. For Managing EAPs via EAP Controller Guide For Managing EAPs via EAP Controller 1910012313 REV1.0.0 December 2017 CONTENTS 1 Overview... 1 2 Configuration... 2 2.1 Managing EAPs in the Same Subnet... 2 2.2 Managing EAPs in Different Subnets...

More information

NBG-416N. Wireless N-lite Home Router. Default Login Details. IMPORTANT! READ CAREFULLY BEFORE USE.

NBG-416N. Wireless N-lite Home Router. Default Login Details.  IMPORTANT! READ CAREFULLY BEFORE USE. NBG-416N Wireless N-lite Home Router IMPORTANT! Default Login Details LAN IP https://192.168.1.1 Address User Name admin Password 1234 READ CAREFULLY BEFORE USE. KEEP THIS GUIDE FOR FUTURE REFERENCE. IMPORTANT!

More information

ARGtek Communication Inc. Tel: Fax:

ARGtek Communication Inc.    Tel: Fax: Part I: External Installation Direction Package Content AP Router 1 DC 12V Power Adapter 1 Dual Band Antenna 1 PoE DC Injector 1 Paper QIG 1 Manual/QIG CD 1 AP Router Connection Before installing the router,

More information

WLAN Handset 2212 Installation and Configuration for VPN

WLAN Handset 2212 Installation and Configuration for VPN Title page Nortel Communication Server 1000 Nortel Networks Communication Server 1000 Release 4.5 WLAN Handset 2212 Installation and Configuration for VPN Document Number: 553-3001-229 Document Release:

More information

COR Series Router IBR350

COR Series Router IBR350 COR Series Router IBR350 Spec Sheet 2017 Cradlepoint. All Rights Reserved. +1.855.813.3385 cradlepoint.com 1 INTRODUCTION WHAT S IN THE BOX M2M router with embedded business-class HSPA+ or LTE/HSPA+/EVDO

More information

Configuring the EN-4000 s Serial Ports

Configuring the EN-4000 s Serial Ports EN-4000 Reference Manual Document 7 Configuring the EN-4000 s Serial Ports A module containing two serial ports is installed in an expansion port on the front of the EN-4000. This document discusses configuration

More information

EN-4000 Hardware Description and Specifications

EN-4000 Hardware Description and Specifications EN-4000 Reference Manual Document 1 EN-4000 Hardware Description and Specifications T his chapter provides information on the EN-4000 chassis hardware and specifications. The EN-4000 complies with the

More information

epad 5.0 Mobile Keypad

epad 5.0 Mobile Keypad Programming Guide epad 5.0 Mobile Keypad Description Providing much-needed flexibility, the epad 5.0 Mobile Keypad allows users to control their DMP security system using an Internet browser. The epad

More information

User Guide Managed VPN Router

User Guide Managed VPN Router The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Wireless Maingate AB shall have no liability for any error or damages

More information

SIMATIC NET. Industrial Ethernet Security SCALANCE S615 Getting Started. Preface. Connecting SCALANCE S615 to the WAN 1

SIMATIC NET. Industrial Ethernet Security SCALANCE S615 Getting Started. Preface. Connecting SCALANCE S615 to the WAN 1 Preface Connecting SCALANCE S615 to the WAN 1 SIMATIC NET VPN tunnel between SCALANCE S615 and 2 SINEMA RC Server Industrial Ethernet Security Getting Started 07/2017 C79000-G8976-C390-02 Legal information

More information

NetVanta Series (with 56K/64K Network Interface Module)

NetVanta Series (with 56K/64K Network Interface Module) VPN WAN LAN PWR STAT TD RD TD RD TD RD VPN WAN LAN PWR STAT TD RD TD RD TD RD NetVanta 3200 NetVanta 3200 NetVanta Series (with 56K/64K Network Interface Module) Quick Configuration Guide 64200861L1-42A

More information

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Advanced Troubleshooting. Version: Demo

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Advanced Troubleshooting. Version: Demo Vendor: Alcatel-Lucent Exam Code: 4A0-110 Exam Name: Alcatel-Lucent Advanced Troubleshooting Version: Demo Question: 1 Two routers are physically connected to each other over Ethernet port 1/1/1. Review

More information

Configuring Redundant Routing on the VPN 3000 Concentrator

Configuring Redundant Routing on the VPN 3000 Concentrator Configuring Redundant Routing on the VPN 3000 Concentrator Document ID: 13354 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Router Configurations

More information