FLaco
FLaco
Thanks you @rpkak The problem is the Redis retention. By default it's 500sec, too short, but I can't put `None` (infinite) because Redis is not a database, it's not made...
Hello @Vadims06 , What's your LICENSE about your code, and can you share it (make it open source ?). I'm thinking for a project to build a network layer 3...
Hi @ktbyers Sorry to not responding to you earlier. My fortinet is the property of my WAN carrier, so it's a managed device. I can't type what I want, but...
@ktbyers I've just tested the `develop` branch and I get another error : ``` File "fortinet.py", line 16, in net_connect = ConnectHandler(**cisco_881) File "/home/florian_lacommare/.pyenv/versions/netmiko_dev/lib/python3.8/site-packages/netmiko/ssh_dispatcher.py", line 376, in ConnectHandler return ConnectionClass(*args,...
@ktbyers I've not the permission to type this command. I've fixed my issue by providing the output type myself. Please check my PR : #3127
One thing that I don't understand. On this new version of fortinet driver, netmiko send a `show full-configurationˋ and search a particular command. How can it works if paging is...
@ktbyers You're right, when typing `config system console` before `show full-configuration`, we only see the configuration of this config block. I've access to a fortinet with admin privilege. I'll try...
I found another issue. When user have read-only permission (cannot type `config system console`) but have the right to type `config global` : ``` Traceback (most recent call last): File...
@ktbyers I've fixed the issue like you proposed. You can check the PR I try to make a `show full-config`. 2 cases : 1) We are stuck waiting to press...
@ktbyers any news about the PR I submited ?