Hi,
I want to send the traffic from specific source through specific interface & I configured the switch as below :
config# Interface gig1/2
config# description WAN_INTERFACE
config# ip address 14.140.17.66 255.255.255.252
config# Interface gig1/3
config# description WAN_INTERFACE
config# ip address 14.140.15.81 255.255.255.240
config# ip route 0.0.0.0 0.0.0.0 14.140.17.65
config# access-list 101 permit ip 14.140.15.80 0.0.0.15 any
config# route-map TEST
config# match ip address 101
config# match interface gig1/3
config# set ip next-hop 14.140.17.65
Now I want to apply this policy on interface gig1/3 but the command "IP POLICY ROUTE-MAP" is not available.
Please suggest, how to do this.
Thanks,
Balbeer