Command | Descriptions |
Switch(config)#vtp mode server | Configure Switch as VTP Server |
Switch(config)#vtp mode client | Configure Switch as VTP Client |
Switch(config)#vtp mode transparent | Configure Switch as VTP Transparent |
Switch(config)#no vtp mode Configure | Switch to default VTP Server Mode |
Switch(config)#vtp domain domain-name | Set VTP Domain name. |
Switch(config)#vtp password password | Set VTP password. Password is case sensitive |
Switch#show vtp status | Display VTP status including general information |
Switch#show vtp counters | Show VTP counters of switch |
Switch(config-if) #switchport mode trunk | Change interface mode in Trunk |
Switch(config)#vlan 10 | Create VLAN and associate number ID 10 with it |
Switch(config-vlan)#name Sales | Assign name to VLAN |
Switch(config-vlan)#exit | Return in Global configuration mode from VLAN configuration mode |
Switch(config)#interface fastethernet 0/1 | Enter in interface configuration mode |
Switch(config-if)#switchport mode access | Set interface link type to access link |
Switch(config-if)#switchport access vlan 10 | Assign this interface to VLAN 10 |
Switch#show vlan | Displays VLAN information |
Switch#show vlan brief | Displays VLAN information in short |
Switch#show vlan id 10 | Displays information VLAN ID 10 only |
Switch#show vlan name sales | Displays information about VLAN named sales only |
Switch(config)#interface fastethernet 0/8 | Enter in Interface configuration mode |
Switch(config-if)#no switchport access vlan 10 | Removes interface from VLAN 10 and reassigns it to the default VLAN - VLAN 1 |
Switch(config-if)#exit | Move back to Global configuration mode |
Switch(config)#no vlan 10 | Delete VLAN 10 from VLAN database |
Switch#copy running-config startup-config | Saves the running configuration in NVRAM |
Comments
Post a Comment