Thursday, September 2, 2010

Basic command

Basic command
Router Basic Configuration:       
router>enable       
router #config t       
router (config)#hostname  G1R1 OR G1R2 OR G1R3 OR G1R4  ------- For Group 1
                            hostname G2R1 OR G2R2 OR G2R3 OR G2R4  ------- For Group 2
                            hostname G3R1 OR G3R2 OR G3R3 OR G3R4  ------- For Group 3
                            hostname G4R1 OR G4R2 OR G4R3 OR G4R4  ------- For Group 4
G1R1(config)#enable secret cisco
G1R1(config)#line console 0
G1R1(config-line)#password cisco
G1R1(config-line)#exec-timeout 0 0
G1R1(config-line)#login
G1R1(config-line)#line aux 0
G1R1(config-line)#password cisco
G1R1(config-line)#exec-timeout 0 0
G1R1(config-line)#login
G1R1(config-line)#line vty 0 4
G1R1(config-line)#password cisco
G1R1(config-line)#exec-timeout 0 0
G1R1(config-line)#login
G1R1(config-line)#end
G1R1#copy running-config startup-config
router will ask for saving to startup file
Destination filename [startup-config]? just press Enter here to save.