Skip to content

Instantly share code, notes, and snippets.

@m4ce
Created April 7, 2016 09:24
Show Gist options
  • Save m4ce/49ede3d90f2240ab288a47f3489bc961 to your computer and use it in GitHub Desktop.
Save m4ce/49ede3d90f2240ab288a47f3489bc961 to your computer and use it in GitHub Desktop.
redistribute connected metric 1 route-map filter_connected_routes
redistribute static metric 1
redistribute kernel metric 1
route-map filter_connected_routes permit 10
match ip address filter_connected_routes
access-list filter_connected_routes deny <network>
access-list filter_connected_routes permit any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment