Advertisement

Quick Links

Revision History:
Version
Date
1.0
June 01, 2020
CRR-1000 Quick Start Guide
June, 2020
Description
New Document

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CRR-1000 and is the answer not in the manual?

Questions and answers

Summary of Contents for ARCHITECTURE TECHNOLOGY CORPORATION CRR-1000

  • Page 1 CRR-1000 Quick Start Guide June, 2020 Revision History: Version Date Description June 01, 2020 New Document...
  • Page 2: Table Of Contents

    CRR-1000 Quick Start Guide Contents Introduction ............................1 Console Access ............................. 1 Serial-Console Parameters ......................1 ssh Paramaters ..........................2 Help ‘?’ Function .......................... 2 Tab-to-Complete Function ......................2 Common CLI Commands ........................2 Interface Information (show ip) ....................2 ICMP Echo (ping) .........................
  • Page 3: Introduction

    CRR-1000 routers can be configured with varying numbers of Ethernet interfaces. The Terms CRR-1000 and CRR are interchangeable and are used to refer the same CRR-1000 family of routers. This quick-start guide assumes a CRR-1000 with two native CPU interfaces (eth0 and eth1) and a separate, multi-port switch core.
  • Page 4: Ssh Paramaters

    3 Common CLI Commands The following is a list of commonly used commands on the CRR-1000. 3.1 Interface Information (show ip) To view a router’s physical interface information such as hardware address, IP addresses, and link state, enter “show ip”...
  • Page 5: Icmp Echo (Ping)

    3.2 ICMP Echo (ping) An ICMP echo (ping) message can be generated from the CRR-1000 router with the “ping” command, e.g.: admin@CRR> ping 192.168.100.1 PING 192.168.100.1 (192.168.100.1) 56(84) bytes of data.
  • Page 6: View Route Information (Show Route)

    CRR-1000. In its default, “out of the box” configuration, the CRR-1000’s firewall allows all output and forward traffic. By default, the CRR-1000 blocks most input traffic with the notable exceptions of SSH and ping.
  • Page 7: Viewing The Firewall Policy (Show Filter Policy)

    CRR-1000 Quick Start Guide Important Note: The default firewall policy is configured to make it easy for users to access the router over SSH, test its features, and experiment with configuration when used for the first time. For deployment scenarios, we highly recommend changing the filter policies to DENY for all chains and allowing network traffic to/from known destination/sources only if possible for maximum security.
  • Page 8: Frr Configuration

    CRR-1000 Quick Start Guide 5.1 FRR Configuration FRR service uses the open source Free Range Routing project which supports Cisco’s IOS-like CLI to configure the router. Depending on the CRR firmware version used and its corresponding FRR version, online FRR documentation available at http://docs.frrouting.org/...
  • Page 9 CRR-1000 Quick Start Guide BGP information debug Debugging functions domainname Set system's domain name dump Dump packet enable Modify enable password parameters End current mode and change to enable mode exit Exit current mode and down to previous mode find...
  • Page 10: Ares Configuration

    CRR-1000 Quick Start Guide babel Babel interface commands bandwidth Set bandwidth informational parameter delay Specify interface throughput delay description Interface specific description eigrp EIGRP information End current mode and change to enable mode exit Exit current mode and down to previous mode...
  • Page 11 CRR-1000 Quick Start Guide Figure 1, below, provides an overview of the JSON schema used by the CRR-1000. An online, traversable version of the ARES schema can be found at: https://www.atcorp.com/docs/crr-1000/aresprod.html The elements in bold, such as RouterId, are required. Objects are enclosed in curly braces, and arrays are enclosed in square brackets.
  • Page 12: Simple Network: One Router, Two Subnets

    08:00:27:b2:4a:fe brd ff:ff:ff:ff:ff:ff inet 192.168.10.254/24 brd 192.168.10.255 scope global eth0.primary valid_lft forever preferred_lft forever Write down (or otherwise record) the hardware address of each physical interface of your CRR-1000; they’ll be needed later. 5.2.1 Simple Network: One Router, Two Subnets This example shows the configuration that enables static routing between two subnets;...
  • Page 13: Static Routing: Two Routers, Three Subnets

    CRR-1000 Quick Start Guide 5.2.2 Static Routing: Two Routers, Three Subnets The CRR-1000s in this example use static routes and require the hardware addresses of the physical interfaces, as in the previous example. The configuration necessary for CRR is similar to the previous exercise, except static routes will be set up on each router to route traffic.
  • Page 14: Dynamic Routing: Two Routers, Four Subnets

    5.2.3 Dynamic Routing: Two Routers, Four Subnets The picture below shows two CRR-1000 routers and two networks between them. In the previous examples, the link type was configured as Simple for all links, but in this exercise the links between the two CRRs are of type Core.
  • Page 15 CRR-1000 Quick Start Guide "Name" : "eth0", "Inet4Addresses" : [ "192.168.10.254/24" ], "HardwareAddress" : "xx:xx:xx:xx:xx:xx" "Name" : "SubnetB", "Type" : "Core", "Interface" : { "Name" : "eth1", "Inet4Addresses" : [ "192.168.100.254/24" ], "HardwareAddress" : "xx:xx:xx:xx:xx:xx" "Name" : "SubnetD", "Type" : "Core", "Interface"...
  • Page 16: Bootstrap Router Example

    CRR-1000 Quick Start Guide "HardwareAddress" : "xx:xx:xx:xx:xx:xx" 5.2.4 Bootstrap Router Example The Bootstrap Router is an important concept to understand when using ARES. ARES performs neighbor discovery of other CRR-1000s via multicast. When the network link between two CRR-1000s does not support multicast, such as certain IP radios, a Bootstrap Router is required.
  • Page 17 CRR-1000 Quick Start Guide "Inet4Addresses" : [ "192.168.100.254/24" ], "HardwareAddress" : "xx:xx:xx:xx:xx:xx" "Name" : "subnetRadio", "Type" : "Core", "Interface" : { "Name" : "eth2", "Inet4Addresses" : [ "192.168.50.254/24" ], "HardwareAddress" : "xx:xx:xx:xx:xx:xx", "RoutableAddress": "10.0.200.50/24" "NextHop": "192.168.50.1", "NeighborDiscovery": { "BootstrapRouter": "192.168.50.254", "TTL": 6...
  • Page 18: Basic Verification And Troubleshooting

    CRR-1000 Quick Start Guide "NeighborDiscovery": { "BootstrapRouter": “192.168.50.254", "TTL": 6 5.2.5 Basic Verification and Troubleshooting For debugging purposes it can be very informative to view the status of the router’s links to verify they are configured correctly and in an Up state. To view the status of the router’s links enter the following CLI command: admin@CRR>...

Table of Contents