网络设备配置与管理项目总结

一:实训目的和要求

通过课程所学内容对网络设备配置,以完成实训内容,达到要求的效果

二:实训任务

pc2、pc3、pc4能相互访问;

pc4能访问pc1;

pc2、pc3不能访问pc1;

pc1可以访问pc2的web服务;

配置NAT使之处于私网内的pc2、pc3、pc4可以访问外网路由器之间ppp协议用CHAP验证

三:拓扑图

四:设备

六:最终目标

1.PC1可以访问PC2web服务

2.PC2,PC3,PC4相通

3.PC4能访问PC1,PC2、PC3不能访问PC

七:实训步骤

(1) 交换机SWA的配置

reset saved-configuration

system-view

sysname SWA

vlan 100

Quit

Interface eth 1/0/1

port link-type access

port access vlan 100

interface eth 1/0/2

port link-type access

port access vlan 100

Quit

vlan 10

interface eth 1/0/22

port link-type trunk

port trunk permit vlan 10 100

interface eth 1/0/24 port link-type trunk port trunk permit vlan 10 100 quit

(2)交换机SWB的配置

reset saved-configuration

system-view sysname SWB vlan 10 port eth 0/1 quit

vlan 100 quit

interface eth 0/22 port link-type trunk port trunk permit vlan 10 100 quit

(二)路由器的配置

1.路由器R1的配置

reset saved-configuration system-view interface s 0/0

ip address 100.100.100.1 255.255.255.0

quit

Rip

Network 100.100.100.0

Quit

(1)单臂路由的相关配置

interface eth 0/0.10

vlan-type dot1q vid 10

ip address 192.168.10.1 255.255.255.0

interface eth 0/0.20

vlan-type dot1q vid 100

ip address 192.168.100.1 255.255.255.0

quit

(2) Easy IP配置方法

acl number 2000

rule 0 deny permit source 192.168.100.3 0.0.0.255

Quit

interface s 0/0

nat outbound 2000

quit

(3)配置NAT server

interface s 0/0

nat server protocol tcp global 100.100.10.10 www inside 192.168.100.3 www quit

(4)PPP的chap验证配置过程(路由器R1设为主验证方)

Local-user R1

Password simple hello

Service-type ppp

Quit

Interface s 0/0

Link-protocol ppp

Ppp chap user R1

Undo shutdown

Quit

Reset saved-configuration

System-view

Interface s 0/0

Ip address 100.100.100.2 255.255.255.0

Interface e 0/0

Ip address 100.100.10.1 255.255.255.0

Quit

(1)rip路由的配置

Rip Network 100.100.100.0 Network 100.100.10.0 Quit

(2)PPP协议的chap验证配置

Local-user R1 Password simple hello Service-type ppp Quit

Interface s 0/0 Link-protocol ppp ppp authentication-mode chap ppp chap user R1 undo shutdown quit

八:检验

九:实训总结

 

第二篇:徐老师1-网络设备配置与管理证书实训-项目任务书

编号:JX/GC7.3.1-04-JL03

实训项目任务书

徐老师1网络设备配置与管理证书实训项目任务书

徐老师1网络设备配置与管理证书实训项目任务书

相关推荐