Switch Configuration
Swithch> show ? ----Lists all commands. If you enter show? It will shows just "show". If yo type " enable " it will change to Switch# from Swich> Switch# debug ? Switch#c onfigre ? Switch#configure terminal ? Switch#conf t Swtich(config)#hostname HAL HAL(config)#hostname SW1 SW1(config)#^Z SW1#show config SW1#wr SW1#conf t SW1(config)#no service timestamps SW1(config)#line console 0 SW1(config-line)#logging ? SW1(config-line)#exec-timeout 0? SW1(config-line)#exec-timeout 0 0 --->This negates time out. We will not be kicked out ever. VLAN: It helps us group hosts by department, security clearances, locations, etc. It also prevents broadcast storms by limiting the scope of broadcasting. HOST_1#pintg10.1.1.2 --->only sends 5 HOST_1#ping Protocol [ip]: Target IP address: 10.1.1.2 Repeat count [5]:10 If you enter wrong IP with 1 million ping, you need to type ctrl shift 6 to get out. SW1#show vlan SW1#show cdp neighbor SW1#show cdp neigh detail SW1(config...