Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Isidera, Jerome

2016
CISCO COMMANDS

<+++++++++++++++++++++++>
SHOW COMMANDS
<+++++++++++++++++++++++>
*to verify spanning tree
#show spanning-tree
*to verify static route
#show ip route

***********************
MAKING VLANS
***********************
vlan 10
name Engineering
***********************
VLAN PORT ASSIGNMENT
***********************
int f0/1
switchport access vlan 1
***********************
TRUNK PORT
Note: Switch-Switch Only
***********************
int range f0/1-4
switchport mode trunk
switchport trunk native vlan 99

***********************
CONFIGURING STP MODE
Config Spanning Tree PVST+
load balancing
***********************
spanning-tree mode pvst
spanning-tree vlan 1,10,30,50,70 root primary

***********************
CONFIGURING PORTFAST
*port connected to pc
***********************
#int f0/1

#spanning-tree portfast

You might also like