Nipper v3.x.x Known Issues
The following list contains our commonly-known issues for Nipper (v3.x) and any associated workarounds we have. For any issues not on this list or not resolved by its workaround please contact support@titania.com.
This feature is not currently available in Nipper (v3.x). However, you can generate the report in HTML format and then open the file using any browser. From there, you can select the print option to save it in PDF format.
Possible reasons could include:
-
You are using a Trial license, which typically allows auditing of up to two devices. If you have already generated two reports, you may have exhausted the available license count.
-
The configuration you imported may contain multiple VDOMs or contexts, each of which consumes a license count. To determine how many license counts the imported configuration will consume beforehand, enable Ask for confirmation under Nipper Homepage > Settings > View set to Advanced at the bottom of the page > Licensing.
Nipper (v3.x) is currently only compatible with Windows platform. We already have a feature request for supporting Nipper (v3.x) on Linux OS. To be notified when Nipper (v3.x) is available for Linux OS, please contact us at support@titania.com to add your email address to the feature request.
Contact us at support@titania.com and we will be able to provide you with a string to repair the license.
To generate a full CSV report, select Settings>Save>Table to CSV.
Then deselect Separate CSV Files for each Table.
Please use https://activate.titania.com/ instead of https://www.titania.com/sync/offline.php.
This is a known issue which Engineering team is aware of and has been working towards its resolution. Meanwhile, the workaround is to disable the dark mode or at least make it disabled for the app mode in your Windows settings.
To turn off the Dark Mode in Windows, open Settings and go to Personalization. On the left column, choose Colors, and then select the following options:
-
In the "Choose your color" dropdown list, choose Custom.
-
Under "Choose your default Windows mode," select Dark.
-
Under "Choose your default app mode," check the box for Light.
-
Human Error: Incorrect Serial number or Activation code entered. It’s best to copy and paste the license details directly into Nipper to avoid mistakes.
-
Incorrect Nipper Version: Ensure the license is being activated on the correct version of Nipper. The email containing your license credentials will specify whether it's compatible with Nipper v2.x or v3.x or you can validate the same by logging into your account at account.titania.com. Note that licenses for Nipper v2.x cannot be used with Nipper v3.x, and vice versa.
-
Internet Access: When attempting online license activation, ensure the machine has internet access. A proxy server within your organization could be restricting the connection between your Nipper and Titania's licensing server. Nipper needs access to licensing.titania.com for successful online activation.
-
License Start Date: Verify that you're not trying to use the license before its start date. You can check the start date in the original email sent by Titania containing your license details or by logging into your account at account.titania.com.
-
Expired License: Ensure the license hasn’t expired. You can verify this by logging into your account at account.titania.com or by checking the expiration date in the original email containing your license details.
-
Reactivating on the Same Machine: If you're reactivating Nipper on the same Windows machine where it was previously activated using the same license details, you may encounter an error. To resolve this issue, it's recommended to inspect and modify the Registry Editor on the host machine. Please follow the steps below:
-
Close the Nipper application. This step is crucial.
-
Navigate to the following path in your Registry Editor:
Computer\HKEY_CURRENT_USER\Software\Titania\Nipper3\LM
-
Expand the LM folder, where you will find folders named with the installed License Serial numbers.
-
Delete the folder associated with the serial number you are trying to activate. For example, if you are unable to activate Nipper with license serial number 12345678, delete the entire folder named 12345678 under the LM directory.
-
Attempt to activate the Nipper application again.
-
The following devices are being mis-identified within Nipper (v3):
-
Cisco XE detected as Cisco Router (IOS)
-
Juniper MX detected as Juniper SRX Firewall
-
Juniper EX3300 detected as Juniper J-Series Router
It is possible to override what device Nipper has detected. Please follow the below steps.
-
When a config file has been selected in the New Report Wizard, and the text below incorrectly states the detected device, this can be overridden by selecting the pencil (edit) icon to the right of the device:
-
This will enable a dropdown box, listing all possible devices:
-
From here, the correct device can be selected, that this will override the detected device:
When attempting to acquire the configuration, via the Manual Configuration Retrieval script found here: https://bitbucket.org/titanialtd/nipper_config_retrieval/src/master/Manual%20config%20retrieval/
The script may not be able to verify the certificate, to get around this you will need to add “--sslVerify=off” into the command used. There is a full example below:
retrieve-config.exe --connection-script =”cisco-firepower-connection-script.
js” --sslVerify=”off” --address=https://xxx.xxx.xxx.xxx --username=”admin”
--password=”type password” --output=”configuration-file.json”