LAB2 1 - Sguinther/Fall2021-NET330-guinther GitHub Wiki

SUBNET DESIGN:

CISCO ROUTER COMMANDS: enable - this command puts you in admin mode and you are able to begin making changes. This is marked by having the terminal read routername(config).

ip routing - turns on routing

interface - allows you to choose an interface to configure (ex. interface vlan 100)

ip address x.x.x.x subnet - sets ip address of the designated interface

assigning in ranges:

interface range FastEthernet 0/x-y - this will allow you to group select interfaces to configure, replace x-y with your desired ports

then

switchport access vlan x - assigns vlans for designated ports from previous command.

TRUNK VS ACCESS:

When dealing with multiple subnets, the only way to have multiple nets communicate is to ensure that they are all routing through trunk ports on their switches. To change this, go to the config tab and check the box "trunk" on all ports in use.

VLAN CONFIG:

To create a vlan, simply go to vlan database and add the desired vlan name and number to add.