当前位置:首页 > 网络工程师三级实验手册
《国家网络工程师技术水平考试 三级实验汇总手册》
实验二:交换机基本配置
E0 192.168.0.1
Router1
E12 E1 Switch 1 1900
要求:
192.168.0.2 192.168.0.3
PC1 PC2
根据拓扑图要求对1900系列交换机进行基本配置设置主机名称,IP地址,默认网关;设置特权口令;查看版本信息,端口信息,IP信息,MAC地址表;设置MAC地址表;设置端口安全性。
参考培植说明:
Switch1 命令缩写/说明
#configure terminal conf t (config)#hostchl host Switch1 (config)#ip address 192.168.0.254.255.255.255.0 ip add Switch1 (config)#ip default-gateway 192.168.0.1 ip defa
Switch1(config)#enable password level 15 szncne 注意需要Level设定
Swtch1#show version Switch1#show interface Switch1#show ip
Switch1#show mac-address-table show m ac
- 5 -
《国家网络工程师技术水平考试 三级实验汇总手册》
Switch1 (config) #mac-address-table permanent 2222.2222.2222 ethernet0/3
设置MAC地址:2222.2222.2222在e0/3端口的静态(永久)记录(了解)
Switch1 (config)#mac-address-table restricted static 3333.3333.3333 ethernet0/4 ethernet0/1
设置MAC地址:3333.3333.3333在e0/4端口,且仅允许由e0/1来源能转发至e0/4
Switch1 (config)#int e0/6
Switch1 (config-if)#port secure5
设置eo/6端口安全阀值为5,最多能允许5个MAC地址连接于e0/6端口。
- 6 -
《国家网络工程师技术水平考试 三级实验汇总手册》
实验三:路由器链路配置与CDP协议
要求:
根据拓扑图要求对Router1与Router2的串口进行配置,要求实现两台路由器之间的通信,并使用CDP协议查看相邻路由器的信息。 参考配置说明:
Router1 Router2
conf t conft
host Router1 host Router2
int s0 int s0 no shut no shut
ip address 192.168.100.1 255.255.255.0 ip address 192.168.100.2 255.255.255.0 clock rate 64000
在DCE端,设定时钟频率 bandwidth 64 bandwidth 64
设置传输速率为64K encapsulation hdlc encapsulation hdlc
设置封装为HDLC协议(默认)
sh cdp neighbor 查看CDP邻居
sh cdp neighbor detail 查看CDP邻居详细信息
sh cdp entry * 查看CDP邻居详细信息(同上命令)
- 7 -
《国家网络工程师技术水平考试 三级实验汇总手册》
实验四:交换机VLAN配置
PC1 E0/1 Switch1 192.168.1.100/24 PC2 192.168.2.100/24 E0/3 Trunk PC3 Fa0/26 E0/2 192.168.3.100/24
192.168.1.102/24 192.168.2.102/24 192.168.3.102/24 PC6 PC4 E0/1 Fa0/26 E0/2 PC5 Switch2 Fa0/27 E0/3 Trunk
PC7 192.168.1.101/24 PC8 192.168.2.101/24 192.168.3.101/24 PC9 E0/1 Fa0/27 E0/2 Fa0/26 E0/3 Switch3 Fa0/0 192.168.1.1 Router 192.168.2.1 192.168.3.1 VLAN ID 3 4 5 VLAN NAME NETWORK/MASK 成员 sale fin eng 192.168.1.0/24 192.168.2.0/24 192.168.3.0/24 PC1/PC4/PC7 PC2/PC5/PC8 PC3/PC6/PC9 要求:
根据拓扑图要求配置交换机、路由器和PC终端,按照表格完成VLAN配置,并在路由器上启动IVR(VLAN间路由),实现整个网络不同子网(VLAN)间的互相通信。
参考配置说明:
PC PC 配置略
Switch1
conf t
- 8 -
共分享92篇相关文档