Skip to Content.

rare-users - Re: [RARE-users] A few op support questions...

Subject: RARE user and assistance email list

List archive


Re: [RARE-users] A few op support questions...


Chronological Thread 
  • From: Tim Chown <>
  • To: "" <>
  • Subject: Re: [RARE-users] A few op support questions...
  • Date: Mon, 12 Jun 2023 16:12:34 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=jisc.ac.uk; dmarc=pass action=none header.from=jisc.ac.uk; dkim=pass header.d=jisc.ac.uk; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=HJLGIJ8VRiasOZ70cvAYxhX0xmIivdzAzeiQi9bRmgY=; b=OUWDLhJXaFGDGMie9/wa+BJeApRAHJhvvfNgBfmOFCTx7vkUIoFGS2DxPl+Ax2knCEvfyVg96DwDX0M+w8yZZM1FoiyagIUhEuXtbNWqfYES9fO6o1FndtT9gt+AiGUQwGwJgW2GQLQ1ZrF8f83W8Mgj3ju+Dc7MX99JUfI611NY13d7P+mZSQGcUYOXUeCgLYNUh20mP0pRCi4p+l361JOJauJddzMlzdvXCahEcNCP9BsW0SSfAkTe/F2MrYFhAVS6fd62z3VoCcLSRb6uMY8mQeeApIyXiOgwXYBr4kIMRpcj/F21vD11Su+nUYIu39FlVjrsO/r/gd1dc/eQ3g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=m/qDtF2Smt7I9HpE85h209V/XYkbNS7n6LgQv3K1GQUxS269Vvt7MUY00ov9Bi6825sw51XoGtCgFCVlQJkSPMsXJEhizk1dmfmyUxAOC8QTLWm/W+Ghhzh9k5ToqPktWAJIq41Qkc2Te+RhRhrVbcwyJvQ4CVg3lB7I3LekUeRPjbHNs66v6HaDshll7/+yswgHKgMMRDaUN3vp/l6Fq6gz88D1pUSC4YFajrZZNna3zC8tyk5YzDw9PxDwnvIpUaixIdSKLowPR3ow4hy2HR2PgaCODP47kDylRj6Jl5IQQGqaxo1+QELJkPL6pAkc9BZyhY0J7EDYd6p5MmjIcg==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=jisc.ac.uk;

Hi Alex,

Many thanks, that’s all very helpful.

Tim

> On 12 Jun 2023, at 17:03, Alexander Gall <> wrote:
>
> Hi Tim
>
> On Mon, 12 Jun 2023 15:25:39 +0000, Tim Chown <> said:
>
>> Hi, we have a 100G Wedge running RARE hosting your 100G test facility in
>> London, which is now being managed by our NOC, and they have a couple of
>> queries. Answers here or pointers to existing documentation would be
>> welcome.
>
>> a) SNMP access. We’d like to have regular SNMP monitoring of the upstream
>> and possibly other 100G interfaces on the device, as we do for our
>> (largely) Juniper estate. (And in the future we’re also interested in
>> streaming telemetry, which we have on Juniper.)
>
> SNMP is running by default but is restricted to queries from
> localhost. You can simply add a community and prefix to
> /etc/snmp/snmpd.conf, e.g.
>
> rocommunity foo 192.168.0.0/16
> rocommunity6 foo 2001:db8::/48
>
> then restart the daemon with "systemctl restart snmpd". Please let me
> know if there are any problems with that. The system provides the
> ifTable and ifXTable MIBs for all configured Tofino ports.
>
>> b) RARE/FreeRtr upgrades. Csaba has suggested we should update to a more
>> recent version of the software. What’s now the recommended process to do
>> this, and for version controlling the installation to for example roll
>> back if necessary?
>
> With the Nix-based installation, you can use the following commands
> from the freertr prompt (these "aliases" are translated to a utility
> called "release-manager" that can also be executed directly from a
> Linux shell, see /etc/freerouter/rtr-hw.txt)
>
> tna-install-latest
>
> Install the latest version of all components according to the
> rare-nix Git repo. This includes a specific version of freertr.
>
> tna-install-experimental
>
> Identical to tna-install-latest but replace freertr with the latest
> version (tip of the master branch of the freertr repo at the time
> the command is executed). Note that this can lead to a
> non-functional system, hence "experimental".
>
> tna-list-installed
>
> Show all installed versions. Each version has a uique "generation" number.
>
> tna-switch-to-generation
>
> Switch to a specific generation. This stops the freerouter service,
> activates the given version and re-starts the service.
>
> A rollback is simply a switch to the previous generation after
> tna-install-latest or tna-install-experimental. The install commands
> do not change the running service and are 100% non-destructive.
>
> Pleas do *NOT* use the freertr "flash upgrade" mechanism with the
> Nix-based installation (no matter what Csaba tells you :)
>
> Also note that Internet access is required for the install commands to
> work.
>
>> c) We also have increasing use of automation for our router estate, e.g.
>> Ansible for our Juniper SRX CPE devices; what’s the philosophy and
>> approach for automation of RARE installations?
>
> I leave that for others to answer :)
>
> --
> Alex




Archive powered by MHonArc 2.6.24.

Top of Page