Skip to content
#

juniper

Here are 110 public repositories matching this topic...

stephanerobert
stephanerobert commented Jul 5, 2016

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.

Ixgen is yet-another open-source, multi-platform generator for peering configurations on IXs incorporating the global peeringdb api, but also is able to spin up its own "compatible" server for faster results. Ixgen is configured by an INI- or JSON-style format, producing custom template-driven or fixed json-style configurations, that can be printed on the terminal, to a file or served by HTTP. Direct access to routers REST-APIs and ssh/scp-upload is planned.

  • Updated May 6, 2020
  • Go
millingworth
millingworth commented Aug 30, 2018

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}", "-

mlxsh is the missing, fast power command-line and shell that enables you to enter configuration changes or run commands simultaneously to groups of Brocade or Extreme Networks Netiron devices (MLX, CER, MLXE, XMR, ICX, Ironware), SLX-Devices or Juniper switches via Secure Shell (ssh).

  • Updated May 15, 2020
  • Go
owendelong
owendelong commented Feb 21, 2020

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.

Curate this topic

Add this topic to your repo

To associate your repository with the juniper topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.