Replace vpnc+securid

I have a linux laptop which was previously acting as my gateway machine with a couple of 3G cards plugged in. I'm trying to retire it and currently about the only thing it's doing is acting as a gateway to my work VPN.

To connect I do this:

vpnc myco

Enter password for me@vpngw.myco.com: 1234123456 (securID code)

cat /etc/vpnc/myco.conf

IPSec gateway vpngw.myco.com
IPSec ID MYCO
IPSec secret xxxxx
Xauth username me
Script /etc/vpnc/custom-script
Application version Cisco Systems VPN Client 4.8.01

cat /etc/vpnc/custom-script

#!/bin/sh

this effectively disables changes to /etc/resolv.conf

INTERNAL_IP4_DNS=

This sets up split networking regardless

of the concentrators specifications.

CISCO_SPLIT_INC=1
CISCO_SPLIT_INC_0_ADDR=10.0.0.0
CISCO_SPLIT_INC_0_MASK=255.0.0.0
CISCO_SPLIT_INC_0_MASKLEN=8
CISCO_SPLIT_INC_0_PROTOCOL=0
CISCO_SPLIT_INC_0_SPORT=0
CISCO_SPLIT_INC_0_DPORT=0

. /etc/vpnc/vpnc-script

Is it possible to replicate this configuration using mikrotik?