《网络管理与维护实训》实训报告书.doc
文本预览下载声明
XX职业技术学院
《网络管理与维护实训》
实 训 报 告 书
系 部:
班 别:
学 号:
姓 名:
指 导 老 师:
2011 ~ 2012 学年度第 学期《网络管理与维护实训》课程
学生实训报告书
实训班级 实训时间 姓 名 学 号 指导教师 成绩评定 10通信班 2012年6月 日至2012年6月 日 项目名称: 网络管理与维护实训 操作说明: (以下在H3C模拟器进行操作,拓扑图要截图,加上操作步骤)
1.H3C交换机基本设置
(1)密码设置
[Quidway]sysname S3026 设置交换机命名
[SwitchA]super password 123 设置特权密码
[SwitchA]user-interface vty 0 4
[SwitchA -ui-vty0-4]authentication-mode password
[SwitchA -ui-vty0-4]set authentication-mode password simple 321
设置远程登陆密码
(2)VLAN的设置
[SwitchA]vlan 2 建立vlan2
[SwitchA -vlan2]port ethernet0/2 把端口2划分到vlan2
[SwitchA -Vlan-interface1]ip address
设置VLAN IP地址和子网掩码
[SwitchA]ip route-static 设置默认路由
[SwitchA]ip default-gateway 设置网关
(3)电脑设置
[root@PCA root]#ifconfig eth0 netmask
设置IP地址和子网掩码
[root@PCA root]#route add default gw 设置网关
[root@PCA root]#ping ping命令
[root@PCA root]#telnet 远程登录
2. H3C交换机端口聚合
(1)端口设置
[SwitchA]interface ethernet0/1
[SwitchA-Ethernet0/1]duplex full 设置端口为全双工
[SwitchA-Ethernet0/1]speed 100 设置端口速率为100
[SwitchA-Ethernet0/1]port link-type trunk 设置端口模式为trunk
[SwitchA-Ethernet0/1]port trunk permit vlan all 允许所有vlan通过
(2)聚合操作
[SwitchA]link-aggregation ethernet0/1 to ethernet0/2 both 聚合端口
[SwitchA]display link-aggregation ethernet0/1 查看端口聚合信息
[SwitchA]undo link-aggregation all 清除聚合操作
3.H3C交换机基本VLAN设置
(1) vlan的划分
[SwitchA]vlan 2
[SwitchA-vlan2]port e0/2
[SwitchA-vlan2]port e0/3 to e0/4 把e2、e3、e4端口划分到vlan2
(2)设置以太网端口的链路类型为TRUNK
[SwitchA]int e0/8
[SwitchA-Ethernet0/8]port link-type trunk
[SwitchA-Ethernet0/8]port trunk permit vlan all 设置e0/8为trunk
(3)设置VTP
[SwitchC]vtp domain abc 设置VTP域的名字
[SwitchC]vtp mode server VTP模式为server模式
[SwitchC]vtp password ok
显示全部