Would like to apply policy based routing [policy-route route-map <route-map name>] on a BVI interface or physical interface in the bridge group for my INSIDE network, so I can be able to route certain traffic generated from the INSIDE network out on a specific OUTSIDE interface between the 2 ISP interfaces connected to the ASA. Is the a way to apply policy based routing on the BVI interface or one of the physical interfaces that are part of the bridge group?
# CONFIGURATIONS
The step below was completed successfully.
route-map <route-map name> permit 2
match ip address <access-list name>
set ip next-hop <next-hop ip address>
Where I am have difficulty is when having to apply the route map created using the commands above to the BVI or an interface that is part of the bridge group:
# On BVI
<hostname>(config)# int BVI1
<hostname>(config-if)# policy?
configure mode commands/options:
policy-list policy-map
<hostname>(config-if)# policy
# On interface that is part of the bridge group
<hostname>(config)# int g0/4
<hostname>(config-if)# policy?
configure mode commands/options:
policy-list policy-map
<hostname>(config-if)# policy
The command policy-route does not appear on the list of available commands, but on any other interface that is not part of the bridge group the command is present.
<hostname>(config-if)# int g0/1
<hostname> (config-if)# policy?
interface mode commands/options:
policy-route
configure mode commands/options:
policy-list policy-map
d routing on the BVI interface or one of the physical interfaces that are part of the bridge group?