Cisco-Network Practice Static Routing

ここに画像の説明を挿入
これらのデバイスを次のように構成してください:

  • PC0とPC1が配置されているネットワークセグメントは20.20.20.0/24、PC2が配置されているネットワークセグメントは30.30.30.0/24、PC3が配置されているネットワークセグメントは40.40.40.0/24です。
  • PC0、PC1、PC2、PC3が相互に通信できるように、各ルーターに適切なIPアドレスと静的ルートを装備してください。

Ciscoスタティックルーティングhomework.pkt

IP:

PC0:
20.20.20.2
255.255.255.0
20.20.20.1

PC1:
20.20.20.3
255.255.255.0
20.20.20.1

PC2:
30.30.30.2
255.255.255.0
30.30.30.1

PC3:
40.40.40.2
255.255.255.0
40.40.40.1

R0 Fa0/0:
202.199.100.1

R1 Fa0/0:
202.199.100.2

R1 Fa0/1:
202.199.200.1

R1 Eth1/0:
202.200.100.1

R2 Fa0/0:
202.199.200.2

R3 Fa0/0:
202.200.100.2

R0——R1:
202.199.100.0/30

R1—R2:
202.199.200.0/30

R1——R3:
202.200.100.0/30

S0

ena
conf
vlan 100
ex
interface range fastEthernet 0/1-10
switchport access vlan 100
no shutdown
interface fastEthernet 0/24
switchport mode trunk
no shutdown
ex

R0

ena
conf
interface fastEthernet 0/1.1
encapsulation dot1Q 100
ip address 20.20.20.1 255.255.255.0
no shutdown
ex
interface fastEthernet 0/1
no shutdown
ex
interface fastEthernet 0/0
ip address 202.199.100.1 255.255.255.0
no shutdown
ex
ip route 202.200.100.0 255.255.255.0 202.199.100.2
ip route 30.30.30.1 255.255.255.0 202.199.100.2
ip route 202.199.200.0 255.255.255.0 202.199.100.2
ip route 40.40.40.0 255.255.255.0 202.199.100.2

R1

ena
conf
interface fastEthernet 0/0
ip address 202.199.100.2 255.255.255.0
no shutdown
ex
interface fastEthernet 0/1
ip address 202.199.200.1 255.255.255.0
no shutdown
ex
interface ethernet 1/0
ip address 202.200.100.1 255.255.255.0
no shutdown
ex
ip route 20.20.20.0 255.255.255.0 202.199.100.1
ip route 30.30.30.0 255.255.255.0 202.200.100.2
ip route 40.40.40.0 255.255.255.0 202.199.200.2

R2

ena
conf
interface fastEthernet 0/1
ip address 40.40.40.1 255.255.255.0
no shutdown
ex
interface fastEthernet 0/0
ip address 202.199.200.2 255.255.255.0
no shutdown
ex
ip route 202.200.100.0 255.255.255.0 202.199.200.1
ip route 30.30.30.0 255.255.255.0 202.199.200.1
ip route 202.199.100.0 255.255.255.0 202.199.200.1
ip route 20.20.20.0 255.255.255.0 202.199.200.1

R3

ena
conf
interface fastEthernet 0/1
ip address 30.30.30.1 255.255.255.0
no shutdown
ex
interface fastEthernet 0/0
ip address 202.200.100.2 255.255.255.0
no shutdown
ex
ip route 20.20.20.0 255.255.255.0 202.200.100.1
ip route 202.199.100.0 255.255.255.0 202.200.100.1
ip route 202.199.200.0 255.255.255.0 202.200.100.1
ip route 40.40.40.0 255.255.255.0 202.200.100.1

0/1へPC0
PC1 0/2に
PC2 0/1に
PC3 0/1に
S0(0/24)0/1に
0/1にS1(0/24)
0/1にS2(0/24)
R0(Fa0 / 0)〜R1(Fa0 / 0)
R1(Fa0 / 1)〜R2(Fa0 / 0)
R3(Fa0 / 0)〜R1(Eth1 / 0)

PC0

ここに画像の説明を挿入

PC1

ここに画像の説明を挿入

PC2

ここに画像の説明を挿入

PC3

ここに画像の説明を挿入
ここに画像の説明を挿入

おすすめ

転載: blog.csdn.net/GodOuO/article/details/108252640