09-19-2017 12:21 AM - edited 03-08-2019 12:05 PM
Hi all,
How can I ping different subnet ip within same vlan 1? Client need to access server 1 and server 2 as well, anything to configure on layer 3 core switch or any default gateway need to include on client side?
Thanks
09-19-2017 01:10 AM
Hi there,
For every switchport where you have a device/server attached, use this config:
! int gix/x switchport mode access spanning-tree portfast !
For the link between your switches config:
! int gix/x switchport mode trunk switchport trunk allowed vlan add 1 !
There is no need to configre SVIs unless you are planning to manage the switches on the same VLAN, or need to route packets to other subnets.
cheers,
Seb.
09-19-2017 04:13 AM - edited 09-19-2017 04:16 AM
Hi,
You need to enable intervlan routing on the Core layer, using: ip routing command globally (conf t), but my suggestion is create a new VLAN for the server 2 and pass it through the trunk between both switches. A VLAN represents a 1 network = broadcast domain.
Now other way that could works is if your gateway is configured on the Core switch:
interface vlan 1
ip address 192.168.1.1 255.255.255.0
ip address 192.168.12.1 255.255.255.0 secondary
It should associate both networks into the VLAN 1 and you should be able to ping between them.
Hope it is useful
:-)
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