May 19, 2012
|
CCNA Study Guide and Computer Tips
learn computer tips and tricks from nobody |
Place your ad here! Banner Size (468 x 60) Email us at support@bitsbyjohn.com |
I was thinking maybe static routing on cisco routers is very basic and most of us knows this very well, hence, I made this next post as part 2. This advance static routing requires rigid evaluation of the diagram. This complex network setup is composed of 5 routers with 11 networks. I divided the ccna video tutorial into three parts. The first involves pc host addressing and router interface addressing. On the second and third video tutorials, the static routing was presented. You can follow and apply what is on the video by downloading the packet tracer laboratory practice found at the bottom of the video section.
Router(config)# ip route <network id> <subnet mask> <next hop>
or
Router(config)# ip route <network id> <subnet mask> <outgoing interface>

CCNA Video Tutorial Part 1: Client Host and Cisco Router’s Interface IP Addressing
Download packet tracer practice lab – packet tracer practice
R1 IP Route Configuration
ip route 192.168.5.0 255.255.255.0 FastEthernet0/0
ip route 192.168.0.12 255.255.255.252 Serial3/0
ip route 192.168.1.0 255.255.255.0 Serial3/0
ip route 192.168.2.0 255.255.255.0 Serial3/0
ip route 192.168.3.0 255.255.255.0 Serial2/0
ip route 192.168.4.0 255.255.255.0 Serial2/0
ip route 192.168.0.8 255.255.255.252 Serial2/0
R2 IP Route Configuration
ip route 192.168.1.0 255.255.255.0 FastEthernet0/0
ip route 192.168.6.0 255.255.255.0 Serial2/0
ip route 192.168.0.16 255.255.255.252 Serial2/0
ip route 192.168.5.0 255.255.255.0 Serial2/0
ip route 192.168.0.0 255.255.255.252 Serial3/0
ip route 192.168.4.0 255.255.255.0 Serial3/0
ip route 192.168.3.0 255.255.255.0 Serial3/0
R3 IP Route Configuration
ip route 192.168.6.0 255.255.255.0 Serial3/0
ip route 192.168.0.16 255.255.255.252 Serial3/0
ip route 192.168.5.0 255.255.255.0 Serial3/0
ip route 192.168.0.4 255.255.255.252 Serial2/0
ip route 192.168.0.12 255.255.255.252 Serial2/0
ip route 192.168.1.0 255.255.255.0 Serial2/0
ip route 192.168.2.0 255.255.255.0 Serial2/0
R4 IP Route Configuration
ip route 192.168.6.0 255.255.255.0 FastEthernet0/0
ip route 192.168.0.16 255.255.255.252 FastEthernet0/0
ip route 192.168.5.0 255.255.255.0 FastEthernet0/0
ip route 192.168.0.4 255.255.255.252 FastEthernet0/0
ip route 192.168.0.8 255.255.255.252 FastEthernet0/0
ip route 192.168.2.0 255.255.255.0 FastEthernet0/0
ip route 192.168.3.0 255.255.255.0 FastEthernet0/0
ip route 192.168.4.0 255.255.255.0 FastEthernet0/0
ip route 192.168.0.0 255.255.255.252 FastEthernet0/0
R5 IP Route Configuration
ip route 192.168.6.0 255.255.255.0 FastEthernet0/0
ip route 192.168.0.4 255.255.255.252 FastEthernet0/0
ip route 192.168.0.12 255.255.255.252 FastEthernet0/0
ip route 192.168.1.0 255.255.255.0 FastEthernet0/0
ip route 192.168.2.0 255.255.255.0 FastEthernet0/0
ip route 192.168.0.8 255.255.255.252 FastEthernet0/0
ip route 192.168.0.0 255.255.255.252 FastEthernet0/0
ip route 192.168.3.0 255.255.255.0 FastEthernet0/0
ip route 192.168.4.0 255.255.255.0 FastEthernet0/0
Static routing is very simple yet time consuming. When routing with numerous networks, I suggest you do dynamic routing.
| We Need Your Support | |
| Please Support us by Donating for Server Costs |
|
Subnetting without using binary numbers
Tweet When you are working on a network environment or plan to take a ccna...
What are the different ways to connect to the internet?
Tweet Digital devices are very common and serves as the primary tool for electronic communication world...
Subnetting without using binary numbers
Tweet When you are working on a network environment or plan to take a ccna...
How to Enable and Activate Facebook Timeline
Tweet Everybody is talking about Facebook Timeline but what about it anyway, so what is...
Cisco CCNA Tutorial: Configure Basic VLAN
Tweet With multiple hosts and servers on layer 2 switches, there are several issues arises...
Cisco CCNA Tutorial: Configure RIPv2 Routing
Tweet From the last exercise of this CCNA Tutorial, we had configured dynamic routing using...
Pingback: Configure RIP Routing on Cisco Routers | CCNA Study Guide and Computer Tips