Hi,
on cisco router we configured remote access vpn but after configuring
ip cef command split tunneling stopped working
So please anybody have any solution
interface Loopback 0
ip address 10.1.1.1 255.255.255.0
ip access-list extended ACL-OUTSIDE-PBR
deny ip 10.9.0.0 0.0.0.255 10.10.10.0 0.0.0.255
permit ip 10.9.0.0 0.0.0.255 any
route-map RM-OUTSIDE-PBR permit 10
match ip address ACL-OUTSIDE-PBR
set ip next-hop 10.1.1.2
interface FastEthernet 0/1
ip policy route-map RM-OUTSIDE-PBR ip access-list extended ACL-POLICY-NAT
permit ip 10.9.0.0 0.0.0.255 any
p access-list extended ACL-POLICY-NAT
9 deny 10.10.10.0 0.0.0.255 10.9.1.0 0.0.0.255 ip access-list extended SPLIT-TUNNEL
permit ip 10.9.1.0 0.0.0.255 10.10.10.0 0.0.0.255
ip local pool VPNSPLITPOOL 10.9.1.1 10.9.1.254
crypto isakmp client configuration group vpnsplit
key *********
dns 4.2.2.2
acl SPLIT-TUNNEL
pool VPNSPLITPOOL
Nil