cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
343
Views
1
Helpful
3
Replies

advantage of a route map that leads to no where?

baselzind
Level 6
Level 6

i used to have a route map on all my interface vlans that leads internet traffic to a proxy. Afterward the proxy was disabled and the route map ACL was modified to deny the vlans subnet from going to the proxy ip and go normally to the firewall and allow everything else to the old unused proxy ip. My question is there any use to keep the old configuration? like to lead any other non-vlan ip that is coming to the vlan interface on the core switch to a dead end?

1 Accepted Solution

Accepted Solutions

M02@rt37
VIP
VIP

Hello @baselzind 

While it might act as a form of "blackhole" for traffic that matches certain criteria, it introduces unnecessary complexity and could potentially cause confusion in the future (?)

If not necessary now, I prefer clean that configuration, and if I need blackholing I will do that with proper prefix-list or route-map with specific description/remark.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

3 Replies 3

M02@rt37
VIP
VIP

Hello @baselzind 

While it might act as a form of "blackhole" for traffic that matches certain criteria, it introduces unnecessary complexity and could potentially cause confusion in the future (?)

If not necessary now, I prefer clean that configuration, and if I need blackholing I will do that with proper prefix-list or route-map with specific description/remark.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Hello
For you site router - which usually has a default route towards the wan  you could use a null route as well so the rtr will not forward traffic back towards the isp for any non active vlan within you lan subnet ip range
Example -

site lan subnet ip range - 192.168.0.0/20
ip route 0.0.0.0 0.0.0.0 x/x 10.1.1.1. name default -route-towards-wan
Ip route 192.168.0.0 255.255.240.0 null0

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

please can you explain further ? what does the 10.1.1.1 supposed to represent and what does the second route function?

Review Cisco Networking for a $25 gift card