Cisco Device
How to connect your endpoint devices to a Cisco Switch or router
Introduction
Connecting endpoints to a switch
// #1
switch(config)# int vlan 20
switch(config-if)# ip address 10.1.20.1 255.255.255.0
// #2
switch(config)# interface range gig 1/0/5-10
switch(config-if)# switchport mode access
switch(config_if)# switchport access vlan 20
// #4
switch(config)# ip routingLast updated