(+84) 236.3827111 ex. 402

Static Route Lab - Part 2


Bước 3: Cấu hình IP cho các thiết bị

Router DTU1:

hostname DTU1

interface FastEthernet0/0

ip address 172.16.0.1 255.255.0.0

no shutdown

interface Serial0/0/0

ip address 172.17.0.1 255.255.0.0

no shutdown

Router DTU2:

hostname DTU2

interface FastEthernet0/0

ip address 172.18.0.1 255.255.0.0

no shutdown

interface Serial0/0/1

ip address 172.17.0.2 255.255.0.0

clock rate 72000

PCA:

PCB:

Bước 4: Cấu hình Static Route

DTU1(config)# ip route 172.18.0.0 255.255.0.0 Serial0/0/0

Hoặc:

DTU1(config)# ip route 172.18.0.0 255.255.0.0 172.17.0.2

DTU2(config)# ip route 172.16.0.0 255.255.0.0 Serial0/0/1

Hoặc:

DTU2(config)# ip route 172.16.0.0 255.255.0.0 172.17.0.1

Bước 5: Kiểm tra kết nối


Bước 6: Lưu cấu hình các Router & Lưu file pkt