Skip to content

Instantly share code, notes, and snippets.

@mpurzynski
Created April 26, 2017 21:17
Show Gist options
  • Save mpurzynski/45385556d8620353565a6052aedb8b98 to your computer and use it in GitHub Desktop.
Save mpurzynski/45385556d8620353565a6052aedb8b98 to your computer and use it in GitHub Desktop.
interface Port-Channel20
description Bro production
ip access-group to_bro_production out
ipv6 access-group to_bro_production6 out
l2 mtu 9000
switchport mode tool
switchport tool group set to_bro_alert to_bro_alert_log to_bro_alert_log_ipv6
ipv6 access-list to_bro_production6
100 deny udp any any eq syslog
110 deny udp any eq syslog any
100000 permit ipv6 any any
ip access-list to_bro_production
100 deny udp any any eq syslog
110 deny udp any eq syslog any
etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment