juniper
Here are 110 public repositories matching this topic...
-
Updated
Jun 10, 2020 - Go
-
Updated
Mar 7, 2019 - Rust
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Apr 4, 2018 - Python
-
Updated
Mar 19, 2020 - Python
As tested on a physical switch, when setting an interface on trunk mode, we need to call: switchport trunk encapsulation dot1q
co-dr2.staging(config-if)#switchport mode trunk
Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode.
co-dr2.staging(config-if)#switchport trunk encapsulation dot1q
co-dr2.staging(config-if)#switchport mode trunk
co-dr2.
-
Updated
May 13, 2020 - Rust
-
Updated
May 6, 2020 - Go
In your readme for SNMPv3 you have the key listed as:
LLD.py["-h", {HOST.CONN}, "-v3", "-u{$SNMP_USER}", "-l{$SNMP_LEVEL}", "-aSHA", "-A{$SNMP_AUTH}", "-xAES", "-X{$SNMP_PRIV}", "-mi", "{#PEERADDR}", "-m", "{#PREFXTBL}", "{#ADDRTYPE}", "{#ASNUM}"]
I had to change the format to get this working:
LLD.py["-h", {HOST.CONN}, "-v", "3", "-l", "authPriv", "-u", "{$SNMP_SECURITY}", "-
-
Updated
May 15, 2020 - Go
-
Updated
Jul 4, 2019 - Go
-
Updated
Jan 22, 2020
-
Updated
Jan 17, 2020 - Python
-
Updated
Apr 4, 2019 - Python
-
Updated
Sep 12, 2018 - Python
-
Updated
May 5, 2017
-
Updated
Oct 21, 2019 - Makefile
Description
For SCaLE19x, I'd like to set up a test for IPv4 as a service on a V6-Only SSID/VLAN.
Acceptance Criteria
Ideally, users won't see any meaningful difference.
I'd like to also test this mechanism on the Registration VLAN so that we can run the VLAN IPv6-Only and still get to the degraded IPv4-only PayPal service it currently depends on.
Improve this page
Add a description, image, and links to the juniper topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the juniper topic, visit your repo's landing page and select "manage topics."
We need to test config file against errors