Skip to content

Instantly share code, notes, and snippets.

@AdamJacobMuller
Created May 9, 2014 04:47
Show Gist options
  • Save AdamJacobMuller/750c28b0de77b86497a0 to your computer and use it in GitHub Desktop.
Save AdamJacobMuller/750c28b0de77b86497a0 to your computer and use it in GitHub Desktop.
no ip access-list extended cp-gre-tunnel
ip access-list extended cp-gre-tunnel
# ip address 92.61.254.29 255.255.255.252
# tunnel source 92.61.254.4
# tunnel destination 64.188.54.10
permit gre host 64.188.54.10 host 92.61.254.4
# ip address 64.111.192.102 255.255.255.252
# tunnel source 92.61.254.123
# tunnel destination 64.111.192.96
permit gre host 64.111.192.96 host 92.61.254.123
no ip access-list extended cp-bgp
ip access-list extended cp-bgp
permit tcp host 63.141.223.33 eq bgp host 63.141.223.34
permit tcp host 63.141.223.33 host 63.141.223.34 eq bgp
permit tcp host 64.111.192.21 eq bgp host 92.61.254.0
permit tcp host 64.111.192.21 host 92.61.254.0 eq bgp
permit tcp host 64.111.192.22 eq bgp host 92.61.254.0
permit tcp host 64.111.192.22 host 92.61.254.0 eq bgp
permit tcp host 64.111.196.141 eq bgp host 92.61.254.0
permit tcp host 64.111.196.141 host 92.61.254.0 eq bgp
permit tcp host 64.188.48.51 eq bgp host 92.61.254.0
permit tcp host 64.188.48.51 host 92.61.254.0 eq bgp
permit tcp host 64.188.54.0 eq bgp host 92.61.254.0
permit tcp host 64.188.54.0 host 92.61.254.0 eq bgp
permit tcp host 66.230.128.0 eq bgp host 92.61.254.0
permit tcp host 66.230.128.0 host 92.61.254.0 eq bgp
permit tcp host 66.230.128.1 eq bgp host 92.61.254.0
permit tcp host 66.230.128.1 host 92.61.254.0 eq bgp
permit tcp host 68.169.81.99 eq bgp host 92.61.254.0
permit tcp host 68.169.81.99 host 92.61.254.0 eq bgp
permit tcp host 68.169.81.102 eq bgp host 92.61.254.0
permit tcp host 68.169.81.102 host 92.61.254.0 eq bgp
permit tcp host 76.9.17.97 eq bgp host 92.61.254.0
permit tcp host 76.9.17.97 host 92.61.254.0 eq bgp
permit tcp host 92.61.254.1 eq bgp host 92.61.254.0
permit tcp host 92.61.254.1 host 92.61.254.0 eq bgp
permit tcp host 92.61.254.5 eq bgp host 92.61.254.0
permit tcp host 92.61.254.5 host 92.61.254.0 eq bgp
permit tcp host 92.61.254.6 eq bgp host 92.61.254.0
permit tcp host 92.61.254.6 host 92.61.254.0 eq bgp
permit tcp host 92.61.254.98 eq bgp host 92.61.254.97
permit tcp host 92.61.254.98 host 92.61.254.97 eq bgp
permit tcp host 92.61.254.121 eq bgp host 92.61.254.0
permit tcp host 92.61.254.121 host 92.61.254.0 eq bgp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment