-
Hi @kartoone I just discovered your project and I found it awesome (I was thinking to build something similar too before discovering it!)
So in the past days I created ARadar, a standalone app for Ap…
-
Hi,
While connecting to a Cisco Router with the following command:
`New-SSHSession -ComputerName $Device -ConnectionTimeout 15 -AcceptKey -Credential $credential -Verbose -ErrorAction Stop`
S…
-
Many new users wonder how they can access their pictures at home when they travel. A common solution is to use a VPN (Virtual Private Network). However there are thousands of vendors and apps availabl…
-
When using a dot notation for the ASN for bgp neighbors, and the ASN has trailing zeros , for example: `65500.100` the value gets properly pushed to the devices, but gets stored in the state as `65500…
-
### Discussed in https://github.com/vincentbernat/akvorado/discussions/88
Originally posted by **kwbrd** August 12, 2022
Hello!
Just got "**sampling rate missing**" situation.
I have cou…
-
Sample API - https://api.apis.guru/v2/specs/glugbot.com/1/swagger.json
The app fails with following schema validation error for schema extensions in `info` section
```
ValidationError: child "info" …
-
Multiple instances of the same network object-group will be generated if multiple filters with object groups used.
```
NETWORK.net file
GROUPA = SUBGROUP1
SUBGROUP2
SUBGROU…
-
Write a script that can parse 'show ip bgp' or similar from IOS/JUNOS or something for importing it into NIPAP.
-
For some of my problems I need to be able to connect to the same device using SSH and terminal server at the same time. Both of these connection types are supported by Netmiko, for example.
To be abl…
-
Good Morning,
I request that multiple sequences of radssh commands be allowed.
Example:
Create TTY sessions for servers that returned a $? > 0
`RadSSH $ *tty *err`
Current Behavior:
```
R…