1、案例二 企业网综合案例分析42案例三 校园网案例分析46实验一 远程管理网络设备(telnet)1.1 组网及业务描述图1-11.2 配置参考1. 配置路由器的ip地址和PC的ip地址Quidwayinterface Ethernet 0/0Quidway-Ethernet0/0ip address 1.1.1.1 255.0.0.0配置完路由器的ip地址,你还需要配置PC的ip地址(比如1.1.1.2 255.0.0.0)2. 配置路由器Telnet登陆方式 a、 none方式:Quidway User-interface vty 0 4 配置用户Quidway-ui-vty0 authen
2、tication-mode none 选择认证方式Quidway-ui-vty0 user privilege level 3 配置登陆用户级别 b、 password方式:Quidway User-interface vty 0 4Quidway-ui-vty0 authentication-mode passwordQuidway-ui-vty0 set authentication password simple 123 设置登陆密码Quidway-ui-vty0 user privilege level 3 C、scheme方式:Quidway-ui-vty0 authenticati
3、on-mode schemeQuidway-ui-vty0 user privilege level 3Quidway local-user huawei 添加管理用户Quidway-luser-huawei password simple 123456 设置用户密码Quidway-luser-huawei service-type telnet level 3 设置服务类型及优先级3. 检测PC与路由器的连通性使用ping命令检测,能否ping通路由器;并在PC上运行telnet应用程序登录路由器。实验二 以太网端口汇聚1.1 上机目标:完成本课程的上机试验后,您应该能够:掌握以太网端口汇聚
4、的配置过程1.2 组网及业务介绍:1.3 端口汇聚实验配置流程图配置接口IP地址配置接口的属性配置以太网端口汇聚 1.4 配置参考交换机Sw1的配置:H3Csysname Sw1 更改交换机名称Sw1interface Vlan-interface 1 进入交换机三层接口Sw1-Vlan-interface1ip add 10.1.1.1 255.255.255.252 配置IP地址Sw1-Ethernet0/1speed 100 设置端口速率Sw1-Ethernet0/1duplex full 设置双工方式Sw1-Ethernet0/2speed 100Sw1-Ethernet0/2dupl
5、ex fullSw1link-aggregation Ethernet 0/1 to Ethernet 0/2 both 端口绑定交换机Sw2的配置:H3Csysname Sw2Sw2interface Vlan-interface 1Sw2-Vlan-interface1ip add 10.1.1.2 255.255.255.252Sw2-Ethernet0/1speed 100Sw2-Ethernet0/1duplex fullSw2-Ethernet0/2speed 100Sw2-Ethernet0/2duplex fullSw2link-aggregation Ethernet 0/1
6、 to Ethernet 0/2 both备注:如果用S3900、S3600系列的交换机做port link aggregation 命令如下:Sw1link-aggregation group 1 mode manual 建立端口汇聚组Sw1-Ethernet1/0/1speed 100Sw1-Ethernet1/0/1duplex fullSw1-Ethernet1/0/1port link-aggregation group 1 将端口添加到汇聚组Sw1-Ethernet1/0/2speed 100Sw1-Ethernet1/0/2duplex fullSw1-Ethernet1/0/2
7、port link-aggregation group 1Sw2link-aggregation group 1 mode manualSw2-Ethernet1/0/1speed 100Sw2-Ethernet1/0/1duplex fullSw2-Ethernet1/0/1port link-aggregation group 1Sw2-Ethernet1/0/2speed 100Sw2-Ethernet1/0/2duplex fullSw2-Ethernet1/0/2port link-aggregation group 11.5 结果验证1、在配置完IP地址后,用Ping检查两台交换机
8、之间的互通性显然这个组网图会导致交换机之间的环路的存在,主要表现就是出现广播风暴,交换机数据转发灯不停的闪烁。广播风暴可能会导致连接在交换机网口上的Pc反应速度变慢,如果出现这种情况,可以先拔掉一根网线消除环路,待配置好端口汇聚以后再将其插上,此时广播风暴就不会发生了。2、检查配置的正确性display link-aggregation Master port: Ethernet0/1 Other sub-ports: Ethernet0/2 Mode: both3、检查链路互为备份的特性断开其中任意一根网线,检查双方能否ping通。实验三 STP的基本配置图1-2l 华为系列S3526E交换
9、机3台;l PC一台,标准网线3根、配置电缆一根。1.2 命令行列表l 在系统视图下的配置命令:操 作命 令开启/关闭设备RSTPstp enable | disable 配置运行RSTP的交换机工作在STP兼容模式或者RSTP模式下stp mode stp | rstp 配置交换机的BPDU保护功能stp bpdu-protection配置特定交换机的Bridge优先级stp priority bridge-priority指定交换机为生成树的根交换机stp root primary指定交换机为生成树的备份根交换机stp root secondary配置特定交换机的Forward Delay
10、时间stp timer forward-delay centiseconds配置特定交换机的Hello Time时间stp timer hello centiseconds配置特定交换机的Max Age时间stp timer max-age centiseconds配置特定交换机的超时时间因子stp timeout-factor numberl 在端口视图下的配置命令:配置特定端口的Path Coststp cost cost在指定端口上开启RSTP stp enable在指定端口上关闭RSTPstp disable配置特定端口为边缘端口/非边缘端口stp edged-port enable
11、| disable 配置交换机的环路保护功能stp loop-protection配置特定端口的mCheck变量 stp mcheck primary | secondary配置特定端口是否与点对点链路相连stp point-to-point auto | force-false | force-true 配置特定端口的优先级stp port priority port-priority配置交换机的Root保护功能stp root-protection配置特定端口的最大发送速率stp transmit-limit packetnuml RSTP显示和调试:显示本设备及当前端口的配置信息disp
12、lay stp interface interface-list 打开或关闭RSTP的调试开关(收发报文、事件、错误等) undo debugging stp error | event | packet | all 使能调试信息在终端输出terminal debugging1.3 配置步骤任务1:生成树的计算过程在system-view 视图下,运行stp enable。任务2:端口状态切换手动断开Switch B 和 Switch C 之间的连线,观察Switch C端口 状态变化。任务3:RSTP的两种工作模式在system-view 视图下,运行stp mode rstp | stp 。任务4:其他可选配置可以使用命令更改STP的一些重要参数。1.4.1 启动STP协议SwitchAstp enableSwitchBstp enableSwitchCstp enable1.4.2 查看配置后的STP信息SwitchAdisplay stpSwitchBdisplay stpSwitchCdispla
copyright@ 2008-2022 冰豆网网站版权所有
经营许可证编号:鄂ICP备2022015515号-1