Mikrotik router to cisco 6509 switch

I have mikrotik router with cisco 6509 switch as the core equipment.currently i have cisco 2821 router which the 6509 switch listen to,but my intention is to remove the cisco router and replace it with mikrotik router so that i can set up hotspot and have control over the whole network.I configured the mk router and when i connect it to the cisco switch i can ping the switch from inside the mk router i can even telnet into the switch,but my problem is outside the switch i can’t ping the mk router not even to get access to the internet…pls can any body help me with solution, i mean how to go about configuring the mk router and the cisco switch so that they can work together???

I’m going to assume that your internet connection plugs straight into your 6509 and that your 6509 is routing/nating?

Do you have routes to the hotspot subnet in your 6500? Do you have a default route set on the Mikrotik pointing to the 6500? I assume it will be a simple routing issue in either one of these guys.

my connection from the modem goes to the mikrotik router then to the 6509 cisco switch. I have tried to browse outside the 6509 cisco switch but i cant..and also between the mk router and the modem is connectivity is ok..
below are the configs on the 6509 cisco switch..

Current configuration : 17383 bytes
!
upgrade fpd auto
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service counters max age 5
!
hostname ktsu-csw-01
!
boot system flash sup-bootdisk:
enable secret 5 $1$y2X2$PqSfZgaIM6Mu9vBT44H8d/
!
no aaa new-model
ip subnet-zero
!
!
no ip domain-lookup
ip dhcp excluded-address 10.0.3.0 10.0.3.10
ip dhcp excluded-address 10.0.4.0 10.0.4.10
ip dhcp excluded-address 10.0.5.0 10.0.5.10
ip dhcp excluded-address 10.0.6.0 10.0.6.10
ip dhcp excluded-address 10.0.7.0 10.0.7.10
ip dhcp excluded-address 10.0.8.0 10.0.8.10
ip dhcp excluded-address 10.0.9.0 10.0.9.10
ip dhcp excluded-address 10.0.10.0 10.0.10.10
ip dhcp excluded-address 10.0.11.0 10.0.11.10
ip dhcp excluded-address 10.0.12.0 10.0.12.10
ip dhcp excluded-address 10.0.13.0 10.0.13.10
ip dhcp excluded-address 10.0.14.0 10.0.14.10
ip dhcp excluded-address 10.0.15.0 10.0.15.10
ip dhcp excluded-address 10.0.1.0 10.0.1.154
ip dhcp excluded-address 192.168.10.0 192.168.10.2
!
ip dhcp pool VOICE
network 10.0.3.0 255.255.255.0
default-router 10.0.3.1
option 150 ip 10.0.1.6
lease 7
!
ip dhcp pool WIRED-SEN
network 10.0.4.0 255.255.255.0
default-router 10.0.4.1
dns-server 196.207.15.42 196.207.15.43
domain-name katsu.edu.ng
!
ip dhcp pool WLAN-SEN
network 10.0.5.0 255.255.255.0
default-router 10.0.5.1
dns-server 196.207.15.42 196.207.15.43
domain-name katsu.edu.ng
!
ip dhcp pool WIRED-LIB
network 10.0.6.0 255.255.255.0
default-router 10.0.6.1
dns-server 196.207.15.42 196.207.15.43
domain-name katsu.edu.ng
!
ip dhcp pool WLAN-LIB
network 10.0.7.0 255.255.255.0
default-router 10.0.7.1
dns-server 196.207.15.42 196.207.15.43
domain-name katsu.edu.ng
!
ip dhcp pool WIRED-ARTS
network 10.0.8.0 255.255.255.0
default-router 10.0.8.1
dns-server 196.207.15.42 196.207.15.43
domain-name katsu.edu.ng
!
ip dhcp pool WLAN-ARTS
network 10.0.9.0 255.255.255.0
default-router 10.0.9.1
dns-server 196.207.15.42 196.207.15.43
domain-name katsu.edu.ng
!
ip dhcp pool WIRED-EDU
network 10.0.10.0 255.255.255.0
default-router 10.0.10.1
dns-server 196.207.15.42 196.207.15.43
domain-name katsu.edu.ng
!
ip dhcp pool WLAN-EDU
network 10.0.11.0 255.255.255.0
default-router 10.0.11.1
dns-server 196.207.15.42 196.207.15.43
domain-name katsu.edu.ng
!
ip dhcp pool WIRED-SCI
network 10.0.12.0 255.255.255.0
default-router 10.0.12.1
dns-server 196.207.15.42 196.207.15.43
domain-name katsu.edu.ng
!
ip dhcp pool WLAN-SCI
network 10.0.13.0 255.255.255.0
default-router 10.0.13.1
dns-server 196.207.15.42 196.207.15.43
domain-name katsu.edu.ng
!
ip dhcp pool WIRED-LAB
network 10.0.14.0 255.255.255.0
default-router 10.0.14.1
domain-name katsu.edu.ng
!
ip dhcp pool E-LIBRARY
network 10.0.15.0 255.255.255.0
default-router 10.0.15.1
dns-server 196.207.15.42 196.207.15.43
domain-name katsu.edu.ng
!
ip dhcp pool LWAPP
network 10.0.1.0 255.255.255.0
default-router 10.0.1.1
option 43 ip 10.0.1.3 10.0.1.4
lease 7
!
ip dhcp pool WiSM-Service-Port
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
lease infinite
!
no mls flow ip
no mls acl tcam share-global
mls ip multicast flow-stat-timer 9
mls cef error action freeze
!
!
!
!
!
fabric buffer-reserve queue
diagnostic cns publish cisco.cns.device.diag_results
diagnostic cns subscribe cisco.cns.device.diag_commands
!
redundancy
mode sso
main-cpu
auto-sync running-config
spanning-tree mode pvst
wism service-vlan 192
wism module 3 controller 1 allowed-vlan 1,5,7,9,11,13
wism module 3 controller 2 allowed-vlan 1,5,7,9,11,13
!
vlan internal allocation policy ascending
vlan access-log ratelimit 2000
!
!
interface GigabitEthernet1/1
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/2
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/3
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/4
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/5
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/6
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/7
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/8
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/9
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/10
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/11
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/12
description Direct UTP Connection to Core Network Devices
switchport
switchport mode access
no ip address
!
interface GigabitEthernet1/13
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/14
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/15
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/16
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/17
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/18
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/19
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/20
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/21
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/22
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/23
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/24
description Direct UTP Connection to System Servers
switchport
switchport access vlan 2
switchport mode access
no ip address
!
interface GigabitEthernet1/25
description Direct UTP Connection to Library Clients
switchport
switchport access vlan 6
switchport mode access
no ip address
!
interface GigabitEthernet1/26
description Direct UTP Connection to Library Clients
switchport
switchport access vlan 6
switchport mode access
no ip address
!
interface GigabitEthernet1/27
description Direct UTP Connection to Library Clients
switchport
switchport access vlan 6
switchport mode access
no ip address
!
interface GigabitEthernet1/28
description Direct UTP Connection to Library Clients
switchport
switchport access vlan 6
switchport mode access
no ip address
!
interface GigabitEthernet1/29
description Direct UTP Connection to Library Clients
switchport
switchport access vlan 6
switchport mode access
no ip address
!
interface GigabitEthernet1/30
description Direct UTP Connection to Library Clients
switchport
switchport access vlan 6
switchport mode access
no ip address
!
interface GigabitEthernet1/31
description Direct UTP Connection to Library Clients
switchport
switchport access vlan 6
switchport mode access
no ip address
!
interface GigabitEthernet1/32
description Direct UTP Connection to Library Clients
switchport
switchport access vlan 6
switchport mode access
no ip address
!
interface GigabitEthernet1/33
description Direct UTP Connection to Library Clients
switchport
switchport access vlan 6
switchport mode access
no ip address
!
interface GigabitEthernet1/34
description Direct UTP Connection to Library Clients
switchport
switchport access vlan 6
switchport mode access
no ip address
!
interface GigabitEthernet1/35
description Spare UTP Trunk Connection to Other Switch
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet1/36
description UTP Trunk Connection to PoE Switch in Data Centre
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet1/37
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet1/38
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet1/39
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet1/40
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet1/41
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet1/42
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet1/43
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet1/44
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet1/45
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet1/46
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet1/47
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet1/48
description Spare Port for Direct UTP Connection
no ip address
shutdown
!
interface GigabitEthernet2/1
description Optic-Fibre Connection to Senate Building, Right Wing
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/2
description Optic-Fibre Connection to Senate Building, Right Wing
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/3
description Optic-Fibre Connection to Senate Building, Left Wing
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/4
description Optic-Fibre Connection to Senate Building, Left Wing
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/5
description Optic-Fibre Connection to Library Building
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/6
description Optic-Fibre Connection to Library Building
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/7
description Optic-Fibre Connection to Arts Building, Right Wing
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/8
description Optic-Fibre Connection to Arts Building, Left Wing
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/9
description Optic-Fibre Connection to Arts Building, Central
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/10
description Optic-Fibre Connection to Arts Building, Central
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/11
description Optic-Fibre Connection to Education Building, Right Wing
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/12
description Optic-Fibre Connection to Education Building, Left Wing
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/13
description Optic-Fibre Connection to Education Building, Central
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/14
description Optic-Fibre Connection to Education Building, Central
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/15
description Optic-Fibre Connection to Science Building, Right Wing Office
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/16
description Optic-Fibre Connection to Science Building, Right Wing Office
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/17
description Optic-Fibre Connection to Science Building, Left Wing Office
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/18
description Optic-Fibre Connection to Science Building, Left Wing Office
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/19
description Optic-Fibre Connection to Science Building, Central Office
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/20
description Optic-Fibre Connection to Science Building, Central Office
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/21
description Optic-Fibre Connection to Science Building, Right Wing Lab
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/22
description Optic-Fibre Connection to Science Building, Right Wing Lab
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/23
description Optic-Fibre Connection to Science Building, Left Wing Lab
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet2/24
description Optic-Fibre Connection to Science Building, Left Wing Lab
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
!
interface GigabitEthernet5/1
no ip address
shutdown
!
interface GigabitEthernet5/2
no ip address
shutdown
!
interface Vlan1
description Default Gateway for Core LAN Mgt. VLAN
ip address 10.0.1.1 255.255.255.0
!
interface Vlan2
description Default Gateway for Server VLAN
ip address 10.0.2.1 255.255.255.0
!
interface Vlan3
description Default Gateway for Voice VLAN
ip address 10.0.3.1 255.255.255.0
!
interface Vlan4
description Default Gateway for Wired-Sen VLAN
ip address 10.0.4.1 255.255.255.0
!
interface Vlan5
description Default Gateway for Wlan-Sen VLAN
ip address 10.0.5.1 255.255.255.0
!
interface Vlan6
description Default Gateway for Wired-Lib VLAN
ip address 10.0.6.1 255.255.255.0
!
interface Vlan7
description Default Gateway for Wlan-Lib VLAN
ip address 10.0.7.1 255.255.255.0
!
interface Vlan8
description Default Gateway for Wired-Arts VLAN
ip address 10.0.8.1 255.255.255.0
!
interface Vlan9
description Default Gateway for Wlan-Arts VLAN
ip address 10.0.9.1 255.255.255.0
!
interface Vlan10
description Default Gateway for Wired-Edu VLAN
ip address 10.0.10.1 255.255.255.0
!
interface Vlan11
description Default Gateway for Wlan-Edu VLAN
ip address 10.0.11.1 255.255.255.0
!
interface Vlan12
description Default Gateway for Wired-Sci VLAN
ip address 10.0.12.1 255.255.255.0
!
interface Vlan13
description Default Gateway for Wlan-Sci VLAN
ip address 10.0.13.1 255.255.255.0
!
interface Vlan14
description Default Gateway for Wired-Lab VLAN
ip address 10.0.14.1 255.255.255.0
!
interface Vlan15
description Default Gateway for E-Library VLAN
ip address 10.0.15.1 255.255.255.0
!
interface Vlan192
description Default Gateway for WiSM Service-Port VLAN
ip address 192.168.10.1 255.255.255.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.1.5
!
no ip http server
!
!
!
control-plane
!
!
!
dial-peer cor custom
!
!
!
!
line con 0
password 7 060D1B32594D1A0E
login
transport preferred none
transport output telnet
line vty 0 4
password 7 0704355F5B0A0A12
login
transport preferred none
transport input telnet
transport output telnet
!
exception core-file
no cns aaa enable
end