stubarea51 wrote: ↑Mon Sep 30, 2024 5:31 pm
Thanks Tomas! I figured that might be the case. They have updated quite a bit since that version which is now up to OcNOS 6.5.2.x
Hi. Took a look at this today. Just as an observation - it seems OcNOS changed their versioning scheme, as the 1.3.x version chain was alive all the way to 2020. Then OcNOS seems to have started bumping major versions instead of minors, so we are at OcNOS 6.5.x now. So our driver was (relatively) not that ancient
To the root of the issue tho - the driver will work even on latest OcNOS devices, problems arise when OcNOS runs as a VM (or in GNS3). It doesn't report anything for the hardware it's running:
Code: Select all
OcNOS>show version
Software version: DEMO_VM-OcNOS-SP-PLUS-x86-6.5.2-GA 08/06/2024 14:15:23
Copyright (C) 2024 IP Infusion. All rights reserved
Software Product: OcNOS-SP, Version: 6.5.2
Build Number: 101
Release: GA
Hardware Model:
Software Feature Code: PLUS-x86
Software Baseline Version: 6.5.0-164
OcNOS>
This does kinda make sense, as it's a VM. The problem is our OcNOS driver relies on this (to collect it for display in the "Model" field), and since it's empty, the driver fails. Most vendors show "VM" or "x64" at least, so the driver was not written to allow for an empty value here.
Should be an easy fix, we will adjust the driver to report the OcNOS type when the hardware field is empty. The fix should make it into 2.6.0-Beta1