Tuesday, July 2, 2013

Cisco Switch: How Do I Put An IP Address On A Vlan Interface


I had someone ask me how to put an IP address onto a Cisco switch vlan interface.  So, Im writing out the config so that you can see what it would look like, step by step.

config t
interface vlan 1
ip add 192.168.40.1 255.255.255.0
no shut
exit
wr mem

No comments:

Post a Comment

Your comment will be reviewed for approval. Thank you for submitting your comments.