NET 330 Tech Journal - DefiantCoder/Tech-Journals GitHub Wiki
Home
Lab 2-1 Subnet Design
*When setting multiple VLANs these commands greatly speed up the process, In config mode, entered with config
enable
interface range FastEthernet 0/x-y
(ports x - y) ex. interface range FastEthernet0/4-12
switchport access vlan x
(The vlan #) ex. switchport access vlan 140
*(config)ip routing
(turns on routing on multilayer switches)
(config)interface vlan
(x the vlan) (brings you into vlan interface config mode)
(config-if)ip address xxx.xxx.xxx.xx 255.255.255.0
(what the VLANs subnet is)