Friday 1 February 2019

Routing

Routing

Open console of router by default you are in user mode
Router>

Write command enable to enter privilege mode
Router>enable                                
Router#    

Write command configure terminal to enter global config mode
Router#configure terminal
Router(config)#

All the configuration are done in  global config mode


Show IP routing table of router
Go to  privilege mode
Router#

Enter command->show ip route
Router#show ip route


Configuring Router Statically
Go to  global config mode
Router(config)#

Enter command->ip route networkID subnetMask  nextHopIP, here networkID is the ID of network that is not directly attach to the router and  subnetMask is the subnet mask of
networkID. Next hop is the IP of the interface which receive the packet belongs to subnet
networkID.
Router(config)#ip route 172.31.132.0 255.255.255.0 172.31.144.2

Removing routing entries
Go to  global config mode
Router(config)#

Enter command->no ip route networkID subnetMask  nextHopIP
Router#show ip route
172.31.132.0 255.255.255.0 172.31.144.2




Configuring Router Dynamically
Go to  global config mode
Router(config)#
 
Enter command->router rip to enter in to router config mode 
Router(config)#router rip

Enter command->network networkID, here networkID is network ID of directly connected sub networks.
Router(config-router)#network 10.0.1.0

Enter command ->end to come out to privilege mode 
Router(config-router)#end

Enter command ->write
Router#write

7 comments:


  1. NICE for giving a chance to share ideas for your comuty i really thanks for that great post.
    How to Use a Dremel to Cut Glass?

    ReplyDelete

  2. Thank you for such a sweet tutorial - all this time later, I've found it and love the end result. I appreciate the time you spent sharing your skills.
    How to Use a Dremel Tool?

    ReplyDelete
  3. Thanks for the time to discuss this, I feel strongly about it and love learning more on this topic. If possible, as you gain expertise, would you mind updating your blog with more information? It is extremely helpful for me. BY - router customer support our toll-free no +1 888 509 9555.

    ReplyDelete
  4. Excellent Blog on the Router Customer Support. In some case you don't know how to do that router then call us on our toll-free no +1 888 509 9555.

    ReplyDelete
  5. Brief and effective guide. Used for vmware backup configuration.

    ReplyDelete