I had the question come up today on how to create a vlan on a Cisco switch. So we walked through it together. Here is what we did:
switch#vlan database
switch(vlan)#vlan 3
switch(vlan)#exit
switch#config t
switch(config)#interface vlan 3
switch(config-inter)#ip address 192.168.1.1 255.255.255.0
switch(config-inter)#no shut
switch(config-inter)#exit
switch(config)#exit
switch#wr mem
No comments:
Post a Comment
Your comment will be reviewed for approval. Thank you for submitting your comments.