Lab 4 1 Small Enterprise - TannerWeinacker/NET-330-01 GitHub Wiki
Creating a Subnet
- Remember to start with the largest section and work your way down from there.
Configuring interfaces in "ranges"
- To configure interfaces in ranges use this command: (config)interface range FastEthernet 0/x-y
- (config-if-range)switchport access vlan x (defines the vlan for all ports in the range)
Setting an IP address for the Vlan
- (config)interface vlan 100 (brings you into vlan interface config mode)
- (config-if)ip address 10.25.100.1 255.255.255.0 (set the ip address of 10.25.100.1 for vlan 100 on a routing switch)
- NOTE: This only needs to be set on the router-switch acting as the gateway for the vlan
USE PAST TECH JOURNALS FOR ANY FURTHER QUESTION ABOUT SETTING UP DHCP OR VLANS