-
Hi
Step 13
`Downloading/unpacking git+https://github.com/Juniper/py-junos-eznc.git
Cloning https://github.com/Juniper/py-junos-eznc.git to /tmp/pip-QYpGsX-build
Running setup.py (path:/tmp/pip-QY…
-
Hi,
Please refer below link.
http://www.juniper.net/documentation/en_US/junos14.2/topics/reference/scripting/junos-script-automation-template-jcs-load-configuration.html
In SLAX, we do have API cal…
-
It seems the table return no item when there is no key attribute on the table.
This issue is seen with VlanTable
-
Netmiko will fail when connecting directly to a router's OS (aka not the routing engine).
Fix by the following code snippet but needs review:
line 125
def set_base_prompt(self, pri_prompt_ter…
ghost updated
9 years ago
-
Puppet is configuring flexible-vlan-tagging and encapsulation-ethernet-services for tagged interfaces. Also using puppet client configuration used vlan-id's instead of vlan-names.
However it configur…
-
NMap scan: nmap -sC -sV -T4 -O -v -iL K:\Development\Python\test_switches.txt -oX K:\Development\Python\test_switches.xml"
the xml produced:
cpe:/a:ehttp:ehttp:2.0cpe:/h:…
-
See the [Tech Wiki](http://techwiki.juniper.net/Automation_Scripting/Junos_OS_PyEZ/Exception_Handling). It states:
> Specific Exception names are imported as shown:
>
> ```
> from jnpr.eznc.excepti…
-
When using PyInstaller2.1 to package my python script on my mac, the exacutable file always showed :
Traceback (most recent call last):
File "", line 3, in
ImportError: No module named jnpr.junos
…
-
When calling dev.cli('traceroute 8.8.8.8') against an MX240 running 12.3R5.7 I get an "invalid command: " error from junos-ez. It appears that this is caused by a badly constructed response from Junos…
mngan updated
10 years ago
-
This seems odd to me that when a database is connected, the search command ignores my type parameter:
```
msf > search type:auxiliary ssh
Matching Modules
================
Name …