Hi All
I currently have a requirement to run a ACE context in a bridged mode which has groups of servers that need to source NAT'd to single addresses for outbound connections to single internet host. Connections are sourced on the 'server side' ACE interface and egress on the 'client side' interface, the problem I have the ACE is bridging between to Vlans and does not seem to be working, is this a supported configuration.
access-list NAT1-ACL line 2 extended permit ip host x.x.x.x host y.y.y.y
class-map NAT1-CLASS
match access-list NAT1-ACL
policy-map multi-match NAT1-POLICY
class NAT1-CLASS
nat dynamic 1 vlan 42
interface vlan 43
description "Server Side"
service-policy input NAT1-POLICY
interface vlan 42
description "Client Side"
nat-pool 1 x.x.x.x netmask 255.255.255.255 pat
Regards MJ