Configuring Static Routing on Cisco Routers-CCNA Tutorial |
- Configuring Static Routing on Cisco Routers-CCNA Tutorial
- Berlin court rules Street View doesn't invade privacy
- Apple patches unused Pwn2Own bug, 55 others in Mac OS
- WikiLeaks' founder takes on Indian Prime Minister
- Student used spyware to steal passwords, change grades
- Man charged with hiring pump-and-dump spam botnet
- Adobe patches Flash zero-day bug in Reader
- Appeals court reinstates lawsuit against US surveillance
- Google fined €100K for Street View collection of Wi-Fi data
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 Example: Destination network for which we need to create a static route: 192.168.1.0 / 24 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 |
Apple patches unused Pwn2Own bug, 55 others in Mac OS Posted: 22 Mar 2011 03:07 AM PDT |
WikiLeaks' founder takes on Indian Prime Minister Posted: 22 Mar 2011 01:53 AM PDT |
Student used spyware to steal passwords, change grades Posted: 22 Mar 2011 01:08 AM PDT |
Man charged with hiring pump-and-dump spam botnet Posted: 21 Mar 2011 12:58 AM PDT |
Adobe patches Flash zero-day bug in Reader Posted: 21 Mar 2011 12:13 AM PDT |
Appeals court reinstates lawsuit against US surveillance Posted: 20 Mar 2011 11:01 PM PDT |
Google fined €100K for Street View collection of Wi-Fi data Posted: 21 Mar 2011 09:27 AM PDT |
You are subscribed to email updates from "Cisco" via Ehsan in Google Reader To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
0 comments:
Post a Comment