RB2011UiAS-RM Port Forwarding

Please help me to forward this Ports “from Cisco” int an Mikrotik.
How can i forward them with Putty, im connected…

ip nat pool PORTFWD 192.168.0.2 192.168.0.2 netmask 255.255.255.0 type rotary
ip nat inside source static udp 192.168.0.2 500 interface dialer1 500
ip nat inside source static udp 192.168.0.2 4500 interface dialer1 4500
ip nat inside source static udp 192.168.0.2 6000 interface dialer1 6000
ip nat inside destination list 102 pool PORTFWD
!
access-list 102 permit udp any any range 49152 65534
!
!
!
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 100 permit ip any any
access-list 100 deny   ip host 255.255.255.255 any
access-list 100 deny   ip 127.0.0.0 0.255.255.255 any
access-list 101 permit ip 192.168.0.0 0.0.0.255 any
access-list 110 permit ip any 185.71.5.120 0.0.0.1
end