how to put the network address in a switch

in CCNA & CCENT
I'm working on a vlan handout project and it gives me a network address. well 4 address. but other then on a router, i don't know how to add a network address to a switch. thanks for any help
Comments
-
AlanJames Member Posts: 230
1\ switch needs to have ip routing support cisco 3750 etc
2\ 1 vlan = 1 subnet
3\
vlan 10
int vlan 10
ip address x.x.x.x 255.255.255.0
Hope this helps. -
Monkerz Member Posts: 842
Don't forget to turn on the vlan interface. I'm sure we all have those stories of forgetting to do so.
A simple "no shut" and you won't be beating yourself up later.