Hi all,
I'm a little confused on how to correctly configure a L3 switch
I have a couple of 2950 switches as access switches, I have my clients connected to them. I have access port configured for different Vlans, so VLAN 10, VLAN 20 etc. I need some of the hosts to be able to communication with hosts on different VLANs ( simply enough requirement)
So from memory I have to create the VLANs then configure trunk ports from the access switch to the L3 switch and then give the VLAN's an ip address on the L3 switch - > something like....
config t
int vlan 10
ip address 192.168.0.1 255.255.255.0
no shut
end
of course enable ip routing on the switch.
Can something explain the routing process to me. What I understand ( please correct if I am wrong) but assigning an ip address to the vlan allows the L3 switch to route between VLANs ( this is called a SVI interface ) so I dont have to do anything else? I just have to make sure that I have trunks from my access switches to the L3 switch.
My question how does the accesss switch know how to send the frames to the L3 switch. Don't I need some sort of statement to tell the switch to pass the frames up the trunk to the L3 switch to deal with? something like gateway of last resort on a router?
Thanks
I'm a little confused on how to correctly configure a L3 switch
I have a couple of 2950 switches as access switches, I have my clients connected to them. I have access port configured for different Vlans, so VLAN 10, VLAN 20 etc. I need some of the hosts to be able to communication with hosts on different VLANs ( simply enough requirement)
So from memory I have to create the VLANs then configure trunk ports from the access switch to the L3 switch and then give the VLAN's an ip address on the L3 switch - > something like....
config t
int vlan 10
ip address 192.168.0.1 255.255.255.0
no shut
end
of course enable ip routing on the switch.
Can something explain the routing process to me. What I understand ( please correct if I am wrong) but assigning an ip address to the vlan allows the L3 switch to route between VLANs ( this is called a SVI interface ) so I dont have to do anything else? I just have to make sure that I have trunks from my access switches to the L3 switch.
My question how does the accesss switch know how to send the frames to the L3 switch. Don't I need some sort of statement to tell the switch to pass the frames up the trunk to the L3 switch to deal with? something like gateway of last resort on a router?
Thanks