网络工程实验报告 华为交换机Telnet配置
1. 实验目的及要求
1、掌握对华为以太网交换机进行Telnet配置
2、熟悉华为以太网交换机的重要配置命令
2. 实验设备、环境及准备
华为Quidway S3900系列交换机一台,华为Quidway S2000系列交换机一台,网线若干,装有Windows XP系统的PC机一台。
交换机Telnet 配置拓扑结构图如下:
3. 实验内容
(1) 在PC机上通过Telnet登录以太网交换机之前,需要通过Console口在交换机上配置想登录的Telnet用户名和认证口令。
(2) 建立配置环境,将微机以太网口通过局域网与以太网交换机的以太网口连接。
(3) 在微机上运行Telnet程序,输入与微机相连接的以太网口所属VLAN的IP地址。
(4) 终端上显示“User Access Verification”并提示用户输入已设置的登录口令,口令输入正确后则出现命令提示符,如 (5) 使用相应命令配置以太网交换机或查看以太网交换机运行状态等操作。 3. 实验过程 交换机S3900配置: System View: return to User View with Ctrl+Z. [Quidway]sysname cht [cht]vlan 10 [cht-vlan10]port e1/0/10 [cht-vlan10]port e1/0/14 [cht-vlan10]quit [cht]interface vlan-interface 10 [cht-Vlan-interface10] [cht-Vlan-interface10]ip add 192.168.1.1 [cht-Vlan-interface10] [cht-Vlan-interface10] [cht-Vlan-interface10]ip add 192.168.1.1 255.255.255.0 [cht-Vlan-interface10] [cht-Vlan-interface10]quit [cht]user-interface vty 0 4 [cht-ui-vty0-4]authentication-mode password [cht-ui-vty0-4]set authentication password simple 123 [cht-ui-vty0-4]user privilege level 3 [cht-ui-vty0-4]quit [cht] S2000配置: System View: return to User View with Ctrl+Z. [Quidway]sysname cht [cht]vlan 10 [cht-vlan10]port e0/10 [cht-vlan10] [cht-vlan10]quit [cht]interface vlan-interface 10 [cht-Vlan-interface10]ip add 192.168.1.9 255.255.255.0 [cht-Vlan-interface10]quit [cht] [cht]user-interface vty 0 4 [cht-ui-vty0-4]authentication-mode scheme Notice: Telnet or SSH user must be added , otherwise operator can't login! [cht-ui-vty0-4]quit [cht]local-user cai New local user added. [cht-luser-cai]service-type telnet level 3 [cht-luser-cai]password simple 123 [cht-luser-cai]quit [cht] 因篇幅问题不能全部显示,请点此查看更多更全内容