Implementing Network Switches - absentee-neptune/Senior-Capstone GitHub Wiki

This is the implementation of the network switches: All commands are in cisco format Baldur:

Switch> set system name Baldur

Switch> enable secret ***********

Switch> set spantree backbonefast enable

Switch(config)> vlan 10

Switch(config-Vlan)> name V

Switch(config)> vlan 20

Switch(config-Vlan)> name Jackie

Switch(config)> vlan 30

Switch(config-Vlan)> name Tbug

Switch(config)> interface range ethernet Fa0/2 - Fa0/4

Switch(config-int-range)> Vlan 10

Switch(config)> interface range ethernet Fa0/5 - Fa0/8

Switch(config-int-range)> Vlan 20

Switch(config)> interface range ethernet Fa0/9 - Fa0/12

Switch(config-int-range)> Vlan 30

exit