-
Attempts at XHR/AJAX to the REST API fail due to CORS Reason: CORS header ‘Access-Control-Allow-Origin’ missing.
> 3.5.1.9 A service MUST support CORS simple and preflight request flows. Services S…
-
**Describe the bug**
Prompt pattern `brn\-boll111\-.*?(\(.*?\))?[\>|\#]` matches in `show interfaces description` on an interface that has `brn-boll111-ap-02 Gi0 ` in its description.
**General …
-
### IOSXR_NETCONF SSHException, optional args do not work
When connecting via iosxr_netconf I get an exception:
napalm.base.exceptions.ConnectionException: SSHException('No existing session')
…
ghost updated
2 years ago
-
I found a problem with the ios.rb file when getting "Chassis type" and "CPU" for ASR routers.
**Current result:**
```
! Image: Software: PPC_LINUX_IOSD-UNIVERSALK9_NPE-M, 16.8.1b, RELEASE SOFTWAR…
-
This seems more like a linux module, rather than a python module. Is there a way we can run this inside of our .py file ?
-
Hey, thanks for looking into this - this is the same issue as my previous ticket but with a different command. I see both in the supported command list so hopefully i'm just doing a derp.
Issue: Wh…
-
I tried the redispatch() as below somehow it does not work for me. Below is the script and output. and a Debug file is attached with
Script:
#!/usr/bin/env python
import logging
import netmiko…
-
Prezado Professor,
Boa Tarde!
Eu precisei mudar alguns parâmetros no switch.
Porem esta dando um erro e não sei resolver.
sw-l2-2960-2(config)#!Criao dos usurios locais utilizando senhas do Ti…
-
import Exscript
from Exscript.protocols import SSH2,Account
device = SSH2(debug=9)
acc = Account("xxxx","xxxxx")
device.connect("HOST1",port=9090)
print device.response
print device.get_remote_v…
-
### Description of Issue/Question
```python
import netmiko
import logging
logging.basicConfig(level=logging.DEBUG)
device = {
'device_type': 'cisco_ios',
'ip': '192.168.100.5',
…