Cheatography
https://cheatography.com
VTP
|
selects the domain for the network |
|
sets the mode of the device |
|
passwords for the vtp domain |
|
verification command for vtp |
|
set a device into transparent mode |
LACP
Configure LACP between two switch |
|
in a interface range |
switchport trunk native vlan 99
|
set native vlan |
channel-group 2 mode active / passive
|
set ports as active. on one switch active and on the other passive. commands above are the same on both switch |
Configuration 1
Pictures provided by Kilian Stöckler
|
|
VLAN
|
create vlan with the number 10 |
|
assign name to the previously created vlan |
|
verify vlans |
|
set an interface to access mode to join vlans |
switchport access vlan 10
|
put interface into a vlan |
DTP
switchport mode dynamic desirable
|
create a dynamic trunk (you need to be in an interface to do this) |
|
verify existing trunks |
|
create a static trunk |
switchport trunk native vlan 99
|
set the native vlan of a trunk |
|
|
PAgP
channel-group 1 mode desirable
|
set a range of interfaces into desirable mode |
channel-group 1 mode auto
|
set a range of interfaces into auto mode |
|
verification command |
show etherchannel summary
|
show all etherchannels |
Other verification commands
|
show overview of all interfaces |
|
show all routes |
|
show overview of all vlans and the ports in it |
|
show all trunks |
|
show if hops to an ip are correct |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets