Basic static route configuration
Routing is the process of receiving a packet from one device broadcasting it through the network to another device in various networks. Step 1: putting ip address to the interface: configure Router 1: Router1(config)# interface fastEthernet 0/0 Router1(config-if)#ip add 10.0.0.1 255.0.0.0 Router1(config-if)#no shutdown Router1(config)#int fa 0/1 Router1(config-if)#ip add 40.0.0.1 255.0.0.0 Router1(config-if)#no shutdown configure…










