Default Routing (only for 2 Network)

Default Routing (only for 2 Network)

1   1.Default Routing: -It is use for packet send in single destination
      2.Default Routing Support only one network
        3.In Default routing we can add outgoing port information, do not add           destination network and subnet mask.

Diagram


Step 1: - Basic Configuration

Go to first router
Router>enable
Router#configure terminal
Router(config)#int s0/0
Router(config-if)#ip address 192.168.30.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
 Router(config)#int f0/0
Router(config-if)#ip address 192.168.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)# exit

Go to Second router
Router>enable
Router#configure terminal
Router(config)#int s0/0
Router(config-if)#ip address 192.168.30.2 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
 Router(config)#int f0/0
Router(config-if)#ip address 192.168.20.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)# exit


Step 2 Clock rate
1     In Default Routing clock rate set in only one router

Command
Go to first router
Router>enable
Router#configure terminal
Router(config)#int s0/0
Router(config-if)#clock rate 64000
Router(config-if)#Exit


Step 3 Routing
Router 1=> go to config Terminal-à ip route 0.0.0.0 0.0.0.0 192.168.30.2
Example 
Router>enable
    Router#configure terminal
    Router(config)#ip route 0.0.0.0 0.0.0.0 192.168.30.2

Router 2=> go to config Terminal-à ip route 0.0.0.0 0.0.0.0 192.168.30.1
      Example 
Router>enable
    Router#configure terminal
    Router(config)#ip route 0.0.0.0 0.0.0.0 192.168.30.1

Now Check 
Send Packet from One Network To another

                       ---------------END-------------------

Comments

Popular posts from this blog

How to connect two Laptops via mobile hotspot

Supernet

What is network and its types