Skip to content

Instantly share code, notes, and snippets.

@RolandWarburton
Created May 16, 2019 07:14
Show Gist options
  • Save RolandWarburton/5d6e10281a7013275a5a1325e1ee3ea4 to your computer and use it in GitHub Desktop.
Save RolandWarburton/5d6e10281a7013275a5a1325e1ee3ea4 to your computer and use it in GitHub Desktop.
some useful commands for the case study
conf t
spanning-tree vlan 1 root primary
vlan 468
name Carpentry
exit
int vlan 468
no ip address
exit
vlan 469
name Electrical
exit
int vlan 469
no ip address
exit
vlan 470
name plumbing
exit
int vlan 470
no ip address
exit
vlan 471
name Painting
exit
int vlan 471
no ip address
exit
vlan 508
name SwitchMge
exit
int vlan 508
no ip address
ip address 140.5.34.162 255.255.255.240
exit
no ip domain-lookup
int g0/0/0
ip address 140.5.32.161 255.255.255.240
int g0/0/0.468
int g0/0/0.469
int g0/0/0.470
int g0/0/0.471
int g0/0/0.509
int vlan 468
ip address 140.5.0.1 255.255.224.0
int vlan 469
ip address 140.5.32.1 255.255.254.0
int vlan 470
ip address 140.5.34.1 255.255.255.128
int vlan 471
ip address 140.5.32.129 255.255.255.224
int vlan 509
ip address 140.5.32.161 255.255.255.240
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment