Link to home
Start Free TrialLog in
Avatar of jskfan
jskfanFlag for Cyprus

asked on

Cisco SVI on L3 Switch

If I understand before configuring an SVI on a L3 switch, a vlan must be created.
I wonder if the Vlan name should exactly match the interface SVI name

I also would like to know the difference between Multi layer switch and L3 switch

Thanks
Avatar of Istvan Kalmar
Istvan Kalmar
Flag of Hungary image

Yep it is true,,


you need to create vlan on vlan database and you need to create interface in the config!

for example for to use VLAN 210 you need:

CTRL + Z
vlan database
vlan 200 name DATA
apply
exit
conf t
int vlan 200
 ip address x.x.x.x x.x.xx
 no shu

exit

Best regards,
Istvan

 
ASKER CERTIFIED SOLUTION
Avatar of JFrederick29
JFrederick29
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jskfan

ASKER

Thanks guys!