Configuring Static Routing on Cisco Routers-CCNA Tutorial

.
  • Agregar a Technorati
  • Agregar a Del.icio.us
  • Agregar a DiggIt!
  • Agregar a Yahoo!
  • Agregar a Google
  • Agregar a Meneame
  • Agregar a Furl
  • Agregar a Reddit
  • Agregar a Magnolia
  • Agregar a Blinklist
  • Agregar a Blogmarks

Configuring Static Routing on Cisco Routers-CCNA Tutorial


Configuring Static Routing on Cisco Routers-CCNA Tutorial

Posted: 22 Mar 2011 01:52 PM PDT


One topic that you will be tested on CCNA exams is routing. Cisco routers support both dynamic and static routing. Dynamic routing uses the so called "Dynamic Routing Protocols" (such as RIP, OSPF, EIGRP etc). Static routing requires the router administrator to manually create a route on the device for a specific destination network. Static routing is not complicated, but it's an important topic on the CCNA exam and a valuable skill for real-world networking.

To configure a static route you need to know the destination network for which you want to create a route path, the network mask of the destination network, and either the next-hop IP address or the exit interface of your device from which you can reach that destination network. It's vital to keep that last part in mind – you're either configuring the IP address of the next-hop router, or the interface on the local router that will serve as the exit interface.

Router#config t
Router(config)#ip route [destination network] [destination mask] [next-hop IP or exit interface]

Example:

Destination network for which we need to create a static route: 192.168.1.0 / 24
Destination network mask: 255.255.255.0

Let's say your local router has a serial0 interface with an IP address of 10.10.10.1/30, and the downstream router that will be the next hop will receive packets on its serial1 interface with an IP address of 10.10.10.2/30. The static route will be for packets destined for the 192.168.1.0/24 network.

Configuration:

Router(config)#ip route 192.168.1.0 255.255.255.0 10.10.10.2 (next-hop IP address)

OR

Router(config)#ip route 192.168.1.0 255.255.255.0 serial0 (local exit interface)

Finally, a default static route serves as a gateway of last resort. If there are no matches for a destination in the routing table, the default route will be used. Default routes use all zeroes for both the destination and mask, and again a next-hop IP address or local exit interface can be used.

Router(config)#ip route 0.0.0.0 0.0.0.0 10.10.10.2 (next-hop IP address)

OR

Router(config)#ip route 0.0.0.0 0.0.0.0 serial0 ( local exit interface)

IP route statements seem simple enough, but the details regarding the next-hop IP address, the local exit interface, default static routes, and the syntax of the command are vital for success on CCNA exam day and in the real world.

Berlin court rules Street View doesn't invade privacy

Posted: 22 Mar 2011 06:30 AM PDT


Google won a civil lawsuit in Germany lodged by a woman who contended its roving camera cars that shoot photographs for Street View violated her privacy.

Apple patches unused Pwn2Own bug, 55 others in Mac OS

Posted: 22 Mar 2011 03:07 AM PDT


Apple Monday issued patches for 56 Snow Leopard bugs, most of which can be exploited to hijack user machines.

WikiLeaks' founder takes on Indian Prime Minister

Posted: 22 Mar 2011 01:53 AM PDT


WikiLeaks' Julian Assange criticizes India's Prime Minister who doubted veracity of leaked diplomatic cables

Student used spyware to steal passwords, change grades

Posted: 22 Mar 2011 01:08 AM PDT


A former high school senior from Orange County, California, has pleaded guilty to charges that he installed spyware on school computers in order to boost his grades.

Man charged with hiring pump-and-dump spam botnet

Posted: 21 Mar 2011 12:58 AM PDT


A Texas man was charged Monday by the U.S. Department of Justice with helping to inflate the prices of penny stock companies by promoting them with a spam-spewing botnet of hacked computers.

Adobe patches Flash zero-day bug in Reader

Posted: 21 Mar 2011 12:13 AM PDT


Adobe Monday made good on its promise to patch a zero-day bug in Adobe Reader, and promised to ship a fix for Flash later today.

Appeals court reinstates lawsuit against US surveillance

Posted: 20 Mar 2011 11:01 PM PDT


An appeals court reinstates a legal challenge to a 2008 government surveillance law.

Google fined €100K for Street View collection of Wi-Fi data

Posted: 21 Mar 2011 09:27 AM PDT


Google must pay a fine of €100,000 (US$142,000) for the unauthorized collection of information about the location of Wi-Fi hotspots in France by its Street View cars, France's National Commission on Computing and Liberty (CNIL) has ordered.

0 comments:

Post a Comment