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
Hello Balbeer,
Can you tell us the IOS image version that you have intsalled also more deitales about your Switch model
I saw on the interent that there are some IOS version of your switch dose not support PBR like the
12.2(25)SG the SupII+ will not work with the Enhanced (enterprise services)image which is required for PBR
Hope it will help
Ahmed Sonba