Static Routing

Description

Configure A Static Route

Reviews
Shared by: Aamir Riaz
Stats
views:
72
rating:
not rated
reviews:
0
posted:
5/30/2009
language:
English
pages:
0
routing - lab static routes Fa0/0 10.0.0.2/24 R1 S0/0 S0/0 R2 Fa0/0 30.0.0.2/24 20.0.0.1/24 20.0.0.2/24 Ip add 10.0.0.1/24 def gate 10.0.0.2/24 Ip add 30.0.0.1/24 def gate 30.0.0.2/24 #config terminal (config)#hostname r1 r1(config)#ip subnet-zero r1(config)#interface fastethernet0/0 r1(config-if)#ip address 10.0.0.1 255.255.255.0 r1(config-if)#no shut r1(config-if)#exit r1(config)#interface serial 0/0 r1(config-if)#ip address 20.0.0.1 255.255.255.0 r1(config-if)#clock rate 64000 r1(config-if)#no shut r1(config-if)#exit r1(config)#ip route 30.0.0.0 255.255.255.0 20.0.0.2 #config terminal (config)#hostname r2 r2(config)#ip subnet-zero r2(config)#interface fastethernet0/0 r2(config-if)#ip address 30.0.0.1 255.255.255.0 r2(config-if)#no shut r2(config-if)#exit r2(config)#interface serial 0/0 r2(config-if)#ip address 20.0.0.2 255.255.255.0 r2(config-if)#clock rate 64000 r2(config-if)#no shut r2(config-if)#exit r2(config)#ip route 10.0.0.0 255.255.255.0 20.0.0.1 pc a - ip add- 10.0.0.1 255.255.255.0 default gateway- 10.0.0.2 pc b - ip add- 30.0.0.1 255.255.255.0 default gateway- 30.0.0.2 dynamic routes-rip-lab Fa0/0 10.0.0.2/24 R1 S0/0 S0/0 R2 Fa0/0 30.0.0.2/24 20.0.0.1/24 20.0.0.2/24 Ip add 10.0.0.1/24 def gate 10.0.0.2/24 Ip add 30.0.0.1/24 def gate 30.0.0.2/24 #config terminal (config)#hostname r1 r1(config)#ip subnet-zero r1(config)#interface fastethernet0/0 r1(config-if)#ip address 10.0.0.1 255.255.255.0 r1(config-if)#no shut r1(config-if)#exit r1(config)#interface serial 0/0 r1(config-if)#ip address 20.0.0.1 255.255.255.0 r1(config-if)#clock rate 64000 r1(config-if)#no shut r1(config-if)#exit r1(config)#router rip r1(config-router)#network 10.0.0.0 r1(config-router)#network 20.0.0.0 #config terminal (config)#hostname r2 r2(config)#ip subnet-zero r2(config)#interface fastethernet0/0 r2(config-if)#ip address 30.0.0.1 255.255.255.0 r2(config-if)#no shut r2(config-if)#exit r2(config)#interface serial 0/0 r2(config-if)#ip address 20.0.0.2 255.255.255.0 r2(config-if)#clock rate 64000 r2(config-if)#no shut r2(config-if)#exit r2(config)#router rip r2(config-router)#network 30.0.0.0 r2(config-router)#network 20.0.0.0 pc a - ip add- 10.0.0.1 255.255.255.0 default gateway- 10.0.0.2 pc b - ip add- 30.0.0.1 255.255.255.0 default gateway- 30.0.0.2 dynamic routes-igrp-lab Fa0/0 10.0.0.2/24 R1 S0/0 S0/0 R2 Fa0/0 30.0.0.2/24 20.0.0.1/24 20.0.0.2/24 Ip add 10.0.0.1/24 def gate 10.0.0.2/24 Ip add 30.0.0.1/24 def gate 30.0.0.2/24 #config terminal (config)#hostname r1 r1(config)#ip subnet-zero r1(config)#interface fastethernet0/0 r1(config-if)#ip address 10.0.0.1 255.255.255.0 r1(config-if)#no shut r1(config-if)#exit r1(config)#interface serial 0/0 r1(config-if)#ip address 20.0.0.1 255.255.255.0 r1(config-if)#clock rate 64000 r1(config-if)#no shut r1(config-if)#exit r1(config)#router igrp 100 r1(config-router)#network 10.0.0.0 r1(config-router)#network 20.0.0.0 #config terminal (config)#hostname r2 r2(config)#ip subnet-zero r2(config)#interface fastethernet0/0 r2(config-if)#ip address 30.0.0.1 255.255.255.0 r2(config-if)#no shut r2(config-if)#exit r2(config)#interface serial 0/0 r2(config-if)#ip address 20.0.0.2 255.255.255.0 r2(config-if)#clock rate 64000 r2(config-if)#no shut r2(config-if)#exit r2(config)#router igrp 100 r2(config-router)#network 30.0.0.0 r2(config-router)#network 20.0.0.0 pc a - ip add- 10.0.0.1 255.255.255.0 default gateway- 10.0.0.2 pc b - ip add- 30.0.0.1 255.255.255.0 default gateway- 30.0.0.2 dynamic routes-eigrp-lab Fa0/0 10.0.0.2/24 R1 S0/0 S0/0 R2 Fa0/0 30.0.0.2/24 20.0.0.1/24 20.0.0.2/24 Ip add 10.0.0.1/24 def gate 10.0.0.2/24 Ip add 30.0.0.1/24 def gate 30.0.0.2/24 #config terminal (config)#hostname r1 r1(config)#ip subnet-zero r1(config)#interface fastethernet0/0 r1(config-if)#ip address 10.0.0.1 255.255.255.0 r1(config-if)#no shut r1(config-if)#exit r1(config)#interface serial 0/0 r1(config-if)#ip address 20.0.0.1 255.255.255.0 r1(config-if)#clock rate 64000 r1(config-if)#no shut r1(config-if)#exit r1(config)#router eigrp 100 r1(config-router)#network 10.0.0.0 r1(config-router)#network 20.0.0.0 #config terminal (config)#hostname r2 r2(config)#ip subnet-zero r2(config)#interface fastethernet0/0 r2(config-if)#ip address 30.0.0.1 255.255.255.0 r2(config-if)#no shut r2(config-if)#exit r2(config)#interface serial 0/0 r2(config-if)#ip address 20.0.0.2 255.255.255.0 r2(config-if)#clock rate 64000 r2(config-if)#no shut r2(config-if)#exit r2(config)#router eigrp 100 r2(config-router)#network 30.0.0.0 r2(config-router)#network 20.0.0.0 pc a - ip add- 10.0.0.1 255.255.255.0 default gateway- 10.0.0.2 pc b - ip add- 30.0.0.1 255.255.255.0 default gateway- 30.0.0.2 dynamic routes-ospf-lab Fa0/0 10.0.0.2/24 R1 S0/0 S0/0 R2 Fa0/0 30.0.0.2/24 20.0.0.1/24 20.0.0.2/24 Ip add 10.0.0.1/24 def gate 10.0.0.2/24 Ip add 30.0.0.1/24 def gate 30.0.0.2/24 #config terminal (config)#hostname r1 r1(config)#ip subnet-zero r1(config)#interface fastethernet0/0 r1(config-if)#ip address 10.0.0.1 255.255.255.0 r1(config-if)#no shut r1(config-if)#exit r1(config)#interface serial 0/0 r1(config-if)#ip address 20.0.0.1 255.255.255.0 r1(config-if)#clock rate 64000 r1(config-if)#no shut r1(config-if)#exit r1(config)#router ospf 64 r1(config-router)#network 10.0.0.0 0.0.0.255 r1(config-router)#network 20.0.0.1 0.0.0.0 #config terminal (config)#hostname r2 r2(config)#ip subnet-zero r2(config)#interface fastethernet0/0 r2(config-if)#ip address 30.0.0.1 255.255.255.0 r2(config-if)#no shut r2(config-if)#exit r2(config)#interface serial 0/0 r2(config-if)#ip address 20.0.0.2 255.255.255.0 r2(config-if)#clock rate 64000 r2(config-if)#no shut r2(config-if)#exit r2(config)#router ospf 128 r2(config-router)#network 30.0.0.2 0.0.0.0 r2(config-router)#network 20.0.0.0 0.0.0.255 pc a - ip add- 10.0.0.1 255.255.255.0 default gateway- 10.0.0.2 pc b - ip add- 30.0.0.1 255.255.255.0 default gateway- 30.0.0.2

Related docs
Lab06 for Packet Tracer (Static Routing)
Views: 63  |  Downloads: 1
Lab05 For Packet Tracer (Static Routing)
Views: 40  |  Downloads: 1
Routing 기본개념
Views: 32  |  Downloads: 0
Routing Basics
Views: 41  |  Downloads: 2
Introduction to Routing
Views: 100  |  Downloads: 26
Routing _ Protocols
Views: 11  |  Downloads: 3
Routing Protocols
Views: 8  |  Downloads: 2
Routing _ Protocols
Views: 9  |  Downloads: 1
Routing to the Internet
Views: 1  |  Downloads: 1
Introduction to IP Routing
Views: 105  |  Downloads: 33
premium docs
Other docs by Aamir Riaz
Spoofine
Views: 98  |  Downloads: 5
Ip Address Spoofing Leila
Views: 41  |  Downloads: 12
IP Spoofing: An Introduction
Views: 116  |  Downloads: 23
Detecting Spoofed Packets
Views: 54  |  Downloads: 1
http://www.cert.org/reports/dsit_workshop.pdf
Views: 4  |  Downloads: 0
RFC 2563
Views: 10  |  Downloads: 0
RFC 1918
Views: 10  |  Downloads: 0
RFC 1009
Views: 2  |  Downloads: 0
RFC 1812
Views: 4  |  Downloads: 0
RFC 1878
Views: 36  |  Downloads: 0
RFC 950
Views: 47  |  Downloads: 0
What is HPING?
Views: 124  |  Downloads: 3
Tutorial: Hping2 Basics
Views: 29  |  Downloads: 5