BASIC COMMAND OF ROUTER
User Mode--Router>Enable(En) Previllage Mode-Router#Conf t,show,copy,ping,Telnet Global mode-Router(conf)#hostname R1 Router>En Router#conf t Router(config)hostnameR1 R1(config)# R1(config)#int f0/0 R1(config)#ip add 10.0.0.1 255.0.0.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#int s0//0/0 R1(config)#ip add 20.0.0.1 255.0.0.0 R1(config-if)#clockrate 64000 R1(config)#no shutdown STATIC ROUTING R1(conf)#i route<Destination N/W><subnet Mask><first hop> R1(conf)#ip route 30.0.0.0255.0.0.0 20.0.0.2 #ip route 40.0.0.0 255.0.0.0 20.0.0.2 #ip route 50.0.0.0 255.0.0.0 20.0.0.2 R2(conf)#ip route 10.0.0.0 255.0.0.0 20.0.0.1 # ip route 50.0.0.0 255.0.0.0 40.0.0.2 R3(conf)#ip route 30.0.0.0 255.0.0.0 40.0.0.1 ...