Welcome, Guest. Please login or register.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Reygan

Pages: [1]
1
Discovery / Re: SSH pattern match timed-out
« on: January 05, 2021, 10:37:43 am »
I solved this problem that way:
Before rescanning device, I deleted old keys from device and regenerate new ones.
Code: [Select]
Switch(config)#crypto key zeroize rsa
% All keys will be removed.
% All router certs issued using these keys will also be removed.
Do you really want to remove these keys? [yes/no]: y
Switch(config)#crypto key generate rsa usage-keys label SSH modulus 2048
The name for the keys will be: SSH
% The key modulus size is 2048 bits
% Generating 2048 bit RSA keys, keys will be non-exportable...
[OK] (elapsed time was 20 seconds)
% Generating 2048 bit RSA keys, keys will be non-exportable...
[OK] (elapsed time was 25 seconds)

Switch(config)#do wr
Building configuration...
[OK]
Switch(config)#
After this I made reset CLI access, then configuration backup, and everything works fine :D

2
Installation / Re: DOM values
« on: May 25, 2020, 10:32:28 am »
Oh yeah! That OIDs is quiet tough thing!

By the way, where can I download finished .def's for Nedi? I interested especially for defs for some uncommon cisco devices.

3
Installation / Re: DOM values
« on: May 22, 2020, 02:25:39 pm »
Cause was the wrong configuration. I just used default configuration.

It can be solved using Other-Defgen from Device-Status. Then in Modules section in Optics monitor by changing divide factor I set needed value.

4
Installation / Re: DOM values
« on: May 22, 2020, 02:00:01 pm »
Alright, I solved problem by myself :)

5
Installation / Re: DOM values
« on: May 22, 2020, 10:32:55 am »
I have cisco WS-C3850-12S-E

show interface transceiver details showing me such table:

             Optical            High Alarm  High Warn  Low Warn   Low Alarm
             Transmit Power     Threshold   Threshold  Threshold  Threshold
Port         (dBm)              (dBm)       (dBm)      (dBm)      (dBm)
---------    -----------------  ----------  ---------  ---------  ---------
Gi1/0/4      -7.0                    2.0       -0.0       -7.9      -10.0
Gi1/0/5      -4.5                   -1.0       -2.9       -7.9      -10.0
Gi1/0/6      -7.4                   -1.0       -1.9      -10.5      -11.4
Gi1/0/7      -6.7                    2.0       -0.0       -7.9      -10.0
Gi1/0/9      -5.4                    2.0       -0.0       -7.9      -10.0

             Optical            High Alarm  High Warn  Low Warn   Low Alarm
             Receive Power      Threshold   Threshold  Threshold  Threshold
Port         (dBm)              (dBm)       (dBm)      (dBm)      (dBm)
---------    -----------------  ----------  ---------  ---------  ---------
Gi1/0/4     -10.0                    2.0       -0.0      -27.9      -30.0
Gi1/0/5     -10.5                   -0.0       -1.9      -20.0      -22.0
Gi1/0/6      -6.2                   -1.9       -2.9      -20.0      -21.0
Gi1/0/7     -21.3                    2.0       -0.0      -27.9      -30.0
Gi1/0/9      -7.1                    2.0       -0.0      -27.9      -30.0


But, in Devices-Status in Modules table i see such:



Could you help me, why these shown values are multiplied by 10, and becuse of these are alerted?

Pages: [1]