10-29-2013 03:39 AM - edited 03-04-2019 09:26 PM
I have 3560 X and i made this as a layer 3(IP ROUTING) and my problem is how can i connect this switch to the Linksys EA4500 model router which my source of internet connection. I attached the config for the core switch. Any help please
Solved! Go to Solution.
10-29-2013 03:57 AM
Configure the uplink port on the 3560 with an IP address in the same range as your Router and then configure a default route on the 3560 to point to the IP address of the router.
#interface Gi1/0.*
#no switchport
#ip address 192.168.100.10 255.255.255.0
#ip route 0.0.0.0 0.0.0.0 192.168.100.1
Also, if you are using that username and password for your switch, I would consider changing them
10-29-2013 03:57 AM
Configure the uplink port on the 3560 with an IP address in the same range as your Router and then configure a default route on the 3560 to point to the IP address of the router.
#interface Gi1/0.*
#no switchport
#ip address 192.168.100.10 255.255.255.0
#ip route 0.0.0.0 0.0.0.0 192.168.100.1
Also, if you are using that username and password for your switch, I would consider changing them
10-29-2013 04:56 AM
i did that way but they said i need to make routing also in the Linksys EA4500 that point to the 192.168.100.2 address.
what do you mean about the username and password for the switch?
10-29-2013 04:42 AM
10-29-2013 04:56 AM
THere is routing on it.this is layer 3 switch
02-14-2018 09:27 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide