VTP Mode Transparent Command on CISCO Router/Switch

Command VTP Mode Transparent Use VTP transparent mode allows the switch to modify its VLAN databasem but will not propagate changes from a server. Additionally, VTP transparent mode allows the switch to configure extended range VLANS (1006-4094). Syntax Switch(config)#vtp mode transparent Example In the below example we will …

Interface Range Command on CISCO Router/Switch

Command Interface Range Use This is the modern way to configure VLANs. A useful feature is that you can configure a range of VLANs with a single command. Syntax Switch(config)#interface range <range> Options < – > Allows for a continuous range to be specified such as interface range …

Spanning-Tree Portfast Command on CISCO Router/Switch

Command Spanning-Tree Portfast Use This command essentially disables spanning-tree on an interface and brings it immediately into the forwarding state. Only use this command on access ports Syntax Switch(config-if)#spanning-tree portfast Example In the below example we will configure SW1’s Fa0/2 to use port-fast to immediately skip to the …

VTP Password Command on CISCO Router/Switch

Command VTP Password Use This command secures VTP updates by setting a secure password. Syntax Switch(config)#vtp password <password> Example In the below example we will set a password of ‘cisco’ for the VTP domain. SW1(config)#vtp password cisco Setting device VLAN database password to cisco SW2(config)#vtp password cisco Setting …

VTP Mode Client Command on CISCO Router/Switch

Command VTP Mode Client Use VTP client mode doesn’t allow you to create any VLANs. all VLANs must be learned from a server switch. This prevents the switch from accidently propogating VLANs throughout the network. Another use is to prevent an older switch from wiping out a server’s …

Interface Vlan Command on CISCO Router/Switch

Command Vlan Use This is the modern way to configure VLANs. A useful feature of this command is that you can configure a range of VLANs with a single command. Syntax Switch(config)#vlan <vlan range> Options <name> Set VLAN name <exit> Apply changes and leave VLAN configuration mode Example …

Spanning-Tree Uplinkfast Command on CISCO Router/Switch

Command Spanning-Tree Uplinkfast Use This command allows the switch to quickly select another root port if it detects a failure. The new root port moves from blocking to forwarding in under 5 seconds. Syntax Switch(config)#spanning-tree uplinkfast Example In the below example we will configure SW2 to use uplinkfast. …