Created
April 26, 2017 21:17
-
-
Save mpurzynski/45385556d8620353565a6052aedb8b98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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