ASA disable site to site VPN

Taken from these instructions on how to setup the site to site VPN: https://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080950890.shtml#asa5510

All you need to do is remove the tunnel-group line

tunnel-group 172.16.1.1 type ipsec-l2l

Save changes to config:

wr mem

Juniper EX4200 span port

There is a limitation with the EX4200 where you can only create one span port analyzer.  You can either monitor VLAN ingress or port ingress and egress.  In addition, you can only have one destination port for the span port traffic

First make sure there in no VLAN associated with the destination port.

To create the span port analyzer for VLAN 20:

set ethernet-switching-options analyzer MIRROR input ingress vlan 20

To create the destination port on interface ge-0/0/4

set ethernet-switching-options analyzer MIRROR output interface ge-0/0/4

Save the changes:

commit synchronize