exit: add routes for internal IPv4 addresses to outside VRF
Routed through and mostly dropped by the firewall, of course. So we don’t necessarily have to do NAT for everything that comes from the old / USI network.
This commit is contained in:
parent
fe8f9161d9
commit
7b5980f871
2 changed files with 5 additions and 2 deletions
|
@ -358,6 +358,8 @@ route-map firewall->outside permit 1
|
|||
match ip address prefix-list fabric
|
||||
route-map firewall->outside permit 2
|
||||
match ipv6 address prefix-list fabric
|
||||
route-map firewall->outside permit 20
|
||||
match ip address prefix-list office
|
||||
route-map firewall->outside permit 21
|
||||
match ipv6 address prefix-list office
|
||||
route-map firewall->outside permit 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue