Saturday, October 8, 2011

Routing Information Protocol (RIP) Configuration.



RouterA#show ip route

Gateway of last resort is not set

C         1.0.0.0/8 is directly connected, serial0/1

C         3.0.0.0/8 is directly connected, serial0/0

C         192.168.1.0/24 is directly connected, loopback0

 Configure RIP on Router A

RouterA#configure terminal

RouterA#(config)#router rip

RouterA#(config-router)#network 3.0.0.0

RouterA#(config-router)#network 1.0.0.0

RouterA#(config-router)#network 192.168.1.0

RouterA#(config-router)#exit

RouterA#(config)#

Now verify these configuration on router A with command us under:

RouterA#show ip route

To check the routing protocol with this command.

RouterA#show ip protocols

RouterB#show ip route

Gateway of last resort is not set

C         1.0.0.0/8 is directly connected, serial0/1

C         2.0.0.0/8 is directly connected, serial0/0

C         192.168.1.0/24 is directly connected, loopback0

Configure RIP on Router B
RouterB#configure terminal

RouterB#(config)#router rip

RouterB#(config-router)#network 1.0.0.0

RouterB#(config-router)#network 2.0.0.0

RouterB#(config-router)#network 192.168.2.0

RouterB#(config-router)#exit

RouterB#(config)#

Now verify these configuration on router B with command us under:

RouterB#show ip route

RouterC#show ip route

Gateway of last resort is not set

C         2.0.0.0/8 is directly connected, serial1

C         3.0.0.0/8 is directly connected, serial0

C         192.168.3.0/24 is directly connected, loopback0

Configure RIP on Router C

RouterC#configure terminal

RouterC#(config)#router rip

RouterC#(config-router)#network 2.0.0.0

RouterC#(config-router)#network 3.0.0.0

RouterC#(config-router)#network 192.168.3.0

RouterC#(config-router)#exit

RouterC#(config)#

Now verify these configuration on router C with command us under:

RouterC#show ip route

 46   Hardware Tips

Computer hardware includes the physical parts, digital circuitry inside the computer.  Different hardware components collectively make a computer unit.  Computer with weaker security settings, faulty hardware devices, misconfigurations and outdated software are suffered with different kind of problems.  Regardless of the computer hardware problems, there are few basic steps that can avoid many problems. The hardware problems lead to the error messages, system boot up problems, noise from the devices, blue screen errors and the system crash.

Normally computer hardware problems are easier to resolve than the software problems.  To troubleshoot the system’s hardware related problems, you should have the right tools and techniques.  To identify the hardware failure in your system, you need to use a diagnostic utility.  It will help you to find out the right cause of the problem.

No comments: