华为5700配置实例
- 格式:doc
- 大小:117.55 KB
- 文档页数:17
华为S5700 基础配置命令以下配置中,红色字体是需要自定义的. #清除设备配置<Quidway>reset saved-configuration Warning: The action will delete the saved configuration in the device. The configuration will be erased to reconfigure. Continue? [Y/N]: Y <Quidway>reboot Warning: All the configuration will be saved to the configuration file for the ne xtstartup:flash:/vrpcfg.zip, Continue?[Y/N]: N System will reboot! Continue?[Y/N]: Y # 设置设备的名称为GSH-FZ-Front <Quidway> system-view [Quidway] sysname Quidway# 设置查看设备的时区,时间<Quidway> clock timezone BJ add 8<Quidway> clock datetime18:20:30 2012-02-08 <Quidway> display clock #telnet 远程登录 <Quidway> system-view [Quidway] aaa //////[Quidway-aaa]local-user ccssoft passwordcipher p@ssw0rd privilege level 15 [Quidway-aaa] local-user ccssoft password simple ccssoft [Quidway-aaa] local-user ccssoft service-type telnet [Quidway-aaa] local-user ccssoft privilege level 15 //特权等级设置[Quidway-aaa] quit [Quidway]user-interface vty0 4 //设置5个虚拟终端,也就是说最多有5个终端同时连接[Quidway - vty0-4]authentication-mode aaa //验证方式设置 [Quidway -ui-vty0-4]quit #ssh远程登录步骤 1 在服务器端生成本地密钥对 <Quidway> system-view [Quidway] sysname SSH Server [SSH Server] rsa local-key-pair create The key name will be: Quidway_Host The range of public keysize is (512 ~ 2048). NOTES: If the key modulus is greater than 512, It will take a few minutes. Input the bits in the modulus[default = 512]: 768 Generating keys... .......++++++++++++ ..........++++++++++++ .......................... .........++++++++......++++++++ 步骤 2 在服务器端配置 VTY 用户界面 [SSH Server] user-interface vty 0 4 [SSH Server-ui-vty0-4] authentication-mode aaa [SSH Server-ui-vty0-4] protocol inbound ssh [SSH Server-ui-vty0-4] quit 说明若配置登录协议为SSH,则S5700 设备将自动禁止 Telnet 功能。
QuidwayS5700系列交换机V100R006C00-01配置一指禅产品概述QuidwayS5700系列全千兆企业网交换机(以下简称S5700),是华为公司为满足大带宽接入和以太网多业务汇聚而推出的新一代绿色节能的全千兆高性能以太网交换机。
它基于新一代高性能硬件和华为公司统一的VRP(VeratileRoutingPlatform)平台,具备大容量、高密度千兆端口,可提供万兆上行,充分满足客户对高密度千兆和万兆上行设备的需求,同时针对企业网用户的园区网接入、汇聚、IDC千兆接入以及千兆到桌面等多种应用场景,融合了可靠、安全、绿色环保等先进技术,采用简单便利的安装维护手段,帮助客户减轻网络规划、建设和维护的压力,助力企业搭建面向未来的IT网络。
S5700系列以太网交换机为盒式设备,机箱高度为1U,提供标准型(SI)和增强型(EI)两种产品版本。
标准型支持二层和基本的三层功能,增强型支持复杂的路由协议和更为丰富的业务特性。
配置步骤指导配置S5700交换机的典型步骤:选型号-》选配件-》选特殊配件–》选辅料1.选型号:1)根据上下行端口/电源/POE/特性需求选择合适的设备:EIVSSISIEIMAC8K16K单播路由4K12KBGPNY静态路由1K1KRIPYYISISNYPIMNYIGMPNYPBRNYUSBNY3)选择是否需要POE机型:如果企业需要交换机下联IPPhone,蓝牙AP等PD设备,需要使用POE机型,S5700POE机型每端口最高支持30W供电功率。
2.选配件:1)选电源模块:S5700-24TP、S5700-48TP非PWR系列主机中已经包含电源;S5700的其他非POE机型根据需要配置交流(编码02316784,型号:LS5M100PWA00)或者直流(编码:02316783,型号:LS5M100PWD00)电源模块,可支持1+1电源备份;S5700的POE机型根据下挂PD设备的数量和功率进行电源模块。
华为S5700交换机的基础配置命令# 设置设备的名称为GSH-FZ-Frontsystem-view[Quidway] sysname GSH-FZ-Front?# 设置查看设备的时区,时间clock timezone BJ add 8clock datetime 18:20:30 2011-06-08display clock#telnet远程登录system-view[Quidway] aaa[Quidway-aaa] local-user testadmin password cipher p@ssw0rd privilege level 15 [Quidway-aaa] quit[Quidway]user-interface vty 0 4[Quidway-vty0-4]authentication-mode aaa#添加VLANsystem-view[Quidway] vlan 128[Quidway-vlan128] quit#设定端口模式system-view[Quidway] int gigabitethernet 0/0/1[Quidway-GigabitEthernet0/0/1] port link-type access#将端口加入Vlansystem-view[Quidway] vlan 131[Quidway-vlan131] port gigabitethernet 0/0/21 to 0/0/22 [Quidway-Vlan131] quit#设置Trunksystem-view[Quidway] interface GigabitEthernet 0/0/23[Quidway-GigabitEthernet0/0/23] port link-type trunk [Quidway-GigabitEthernet0/0/23] port trunk allow-pass vlan 128 131 #设置VLAN IP(管理IP)system-view[Quidway] interface vlanif 131[Quidway-Vlanif131] ip address 192.168.0.253 255.255.255.0 [Quidway-Vlanif131] shutdown[Quidway-Vlanif131] undo shutdown#设置默认路由system-view[Quidway] ip route-static 0.0.0.0 0.0.0.0 192.168.0.254#设定NTPsystem-view[Quidway] ntp-service unicast-peer 192.168.0.254# 关闭WEB Server,dhcpsystem-view[Quidway] undo http server enable[Quidway] undo dhcp enable#保存配置save#相关查看命令[Quidway] display version 显示VRP版本号[Quidway] display current-configuration 显示系统运行配置信息[Quidway] display saved-configuration 显示保存的配置信息[Quidway] display interfaces brief 显示接口配置信息。
华为三层交换机5700DHCP配置交换机配置DHCP配置1,交换机作DHCP Server『配置环境参数』1. PC1、PC2的⽹卡均采⽤动态获取IP地址的⽅式2. PC1连接到交换机的以太⽹端⼝0/1,属于VLAN10;PC2连接到交换机的以太⽹端⼝0/2,属于VLAN203. 三层交换机SwitchA的VLAN接⼝10地址为10.1.1.1/24,VLAN接⼝20地址为10.1.2.1/24『组⽹需求』1. PC1可以动态获取10.1.1.0/24⽹段地址,并且⽹关地址为10.1.1.1;PC2可以动态获取10.1.2.0/24⽹段地址,并且⽹关地址为10.1.2.1『DHCP Server配置流程流程』可以完成对直接连接到三层交换机的PC机分配IP地址,也可以对通过DHCP中继设备连接到三层交换机的PC机分配IP地址。
分配地址的⽅式可以采⽤接⼝⽅式,或者全局地址池⽅式。
【SwitchA采⽤接⼝⽅式分配地址相关配置】1. 创建(进⼊)VLAN10[SwitchA]vlan 102. 将E0/1加⼊到VLAN10[SwitchA-vlan10]port Ethernet 0/13. 创建(进⼊)VLAN接⼝10[SwitchA]interface Vlan-interface 104. 为VLAN接⼝10配置IP地址[SwitchA-Vlan-interface10]ip address 10.1.1.1 255.255.255.05. 在VLAN接⼝10上选择接⼝⽅式分配IP地址[SwitchA-Vlan-interface10]dhcp select interface6. 禁⽌将PC机的⽹关地址分配给⽤户[SwitchA]dhcp server forbidden-ip 10.1.1.1【SwitchA采⽤全局地址池⽅式分配地址相关配置】1. 创建(进⼊)VLAN10[SwitchA]vlan 102. 将E0/1加⼊到VLAN10[SwitchA-vlan10]port Ethernet 0/13. 创建(进⼊)VLAN接⼝10[SwitchA]interface Vlan-interface 104. 为VLAN接⼝10配置IP地址[SwitchA-Vlan-interface10]ip address 10.1.1.1 255.255.255.05. 在VLAN接⼝10上选择全局地址池⽅式分配IP地址[SwitchA-Vlan-interface10]dhcp select global6. 创建全局地址池,并命名为”vlan10”[SwitchA]dhcp server ip-pool vlan107. 配置vlan10地址池给⽤户分配的地址范围以及⽤户的⽹关地址[SwitchA-dhcp-vlan10]network 10.1.1.0 mask 255.255.255.0[SwitchA-dhcp-vlan10]gateway-list 10.1.1.18. 禁⽌将PC机的⽹关地址分配给⽤户[SwitchA]dhcp server forbidden-ip 10.1.1.1【补充说明】以上配置以VLAN10的为例,VLAN20的配置参照VLAN10的配置即可。
华为5700交换机DHCP基础配置案例本文介绍如何在华为5700交换机上进行DHCP基础配置,包括配置两个地址池、两个VLAN和将四台主机加入VLAN,确保全网互通。
具体步骤如下:一、DHCP交换机上1.在DHCP交换机上创建VLAN10和VLAN20,以及对应的IP地址池。
2.打开DHCP功能。
3.针对每个VLAN设置网关、地址段、排除IP范围、有效期和DNS等参数。
4.配置vlanif端口,将其与对应的VLAN关联。
以下是具体的命令操作:1.创建VLAN和IP地址池DHCP] DHCP enableDHCP] vlan batch 10 20DHCP] ip pool vlan10DHCP] gateway-list 192.168.1.254DHCP] ork 192.168.1.0 mask 255.255.255.0DHCP] excluded-ip-address 192.168.1.200 192.168.1.253 DHCP] lease day 5DHCP] dns-list 114.114.114.114DHCP] ip pool VLAN 20DHCP] gateway-list 192.168.2.254DHCP] ork 192.168.2.0 mask 255.255.255.0DHCP] excluded-ip-address 192.168.2.100 192.168.1.200 DHCP] lease day 5DHCP] dns-list 8.8.8.82.分配vlanif端口配置DHCP] interface vlanif10DHCP] ip address 192.168.1.254 255.255.255.0 DHCP] dhcp select globalDHCP] interface vlanif20通过以上配置,我们可以实现在华为5700交换机上进行DHCP基础配置,包括创建VLAN、IP地址池和配置vlanif端口等操作,以确保全网互通。
华为5700交换机d h c p怎么配置D H C P R e l a y即D H C P中继,它是为解决服务器和客户端不在同一个网段而提出来的,它提供了对D H C P广播报文的透明传输功能,下面是学习啦小编给大家整理的一些有关华为5700交换机d h c p配置方法,希望对大家有帮助!华为5700交换机d h c p配置方法请自行准备好华为交换机和电脑并且让你的电脑和交换机连接上应用场景:用户侧网段与D H C P服务器处于不同网段S w i t c h A为D H C P中继的配置思路在S w i t c h A上创建D H C P服务器组并为服务器组添加D H C P服务器S w i t c h B,使S w i t c h B成为公司分配I P地址给其它主机的服务器。
在接口V L A N I F100下使能D H C P中继功能,使之成为D H C P中继服务器。
为接口V L A N I F100绑定创建的D H C P服务器组,指定中继指向的公司的主服务器。
S w i t c h B为D H C P服务器的配置思路如下:配置D H C P服务器到中继的接口E t h0/0/1的路由,使公司服务器到中继的路由可达。
使能公司服务器的D H C P功能,配置D H C P服务器的接口E t h0/0/1下的各楼宇内的主机从服务器全局地址池中获取I P地址。
在公司D H C P服务器上创建全局地址池,为公司内的主机分配I P地址。
创建D H C P服务器组并为服务器组添加D H C P服务器。
#创建D H C P服务器组。
Q u i d w a y s y s t e m-v i e w[Q u i d w a y]d h c p s e r v e r g r o u p d h c p g r o u p1#为D H C P服务器组添加D H C P服务器。
[Q u i d w a y-d h c p-s e r v e r-g r o u p-d h c p g r o u p1]d h c p-se r v e r100.10.10.1[Q u i d w a y-d h c p-s e r v e r-g r o u p-d h c p g r o u p1]q u i t 在V L A N I F接口下使能D H C P中继功能。
1、首先运行display ip routing-table检查静态路由表是否存在需要添加的静态路由
2、静态路由是一种最简单的路由,需要通过手工配置,配置方法如下:
[SwitchA] ip route-static 0.0.0.0 0.0.0.0 1.1.4.2
# 配置默认路由,一般用在小公司出口,1.1.4.2是运营商的网关地址,当匹配不到明细路由的时候,数据流会转发至1.1.4.2这个地址。
如果设备上只有这一条默认路由那么所有数据包默认转发至1.1.4.2这个地址。
[SwitchB] ip route-static 1.1.3.0 255.255.255.0 1.1.4.6
#配置到1.1.3.0/24 网段的路由,下一跳是1.1.4.6,这条就属于明细路由,而不是缺省路由。
3、删除静态路由表
[SwitchB]undo ip route
4、检查静态路由表
[SwitchB]display ip routing-table。
华为交换机s5700 SSH 配置需求:PC机客户端通过SSH能够远程登录交换机进行远程管理。
步骤一,生成本地密钥对:[test]rsa local-key-pair createThe key name will be: Auotnavi-callcenter-01_HostThe range of public key size is (512 ~ 2048).NOTES: If the key modulus is greater than 512,It will take a few minutes.Input the bits in the modulus[default = 512]:1024Generating keys....++++++............++++++...............++++++++.++++++++步骤二,配置VTY用户界面:[Auotnavi-callcenter-01]user[Auotnavi-callcenter-01]user-interface vty 0 4[Auotnavi-callcenter-01-ui-vty0-4]authentication-mode aaa[Auotnavi-callcenter-01-ui-vty0-4]protocol inbound ssh步骤三,创建SSH用户及密码#aaa#local-user root password simple 123456#local-user root privilege level 3#local-user root service-type ssh步骤四: 配置ssh用户的认证方式和服务方式[Quidway] ssh user 用户名authentication-type password或[Quidway] ssh authentication-type default password #如果用户过多可直接设置默认的认证方式[Quidway] ssh user username service-type {sftp | stelnet | all } #这步骤没有配置,可能出现server refused to start a shell/command.步骤五:使能ssh服务[Quidway] stelnet server enable。
华为5700交换机DHCP基础配置案例配置两个地址池:192.168.1.0/24和192.168.2.0/24配置两个VLAN:10和20将四台主机分别加入VLAN自动获取IP地址,确保全网互通。
步骤:一、DHCP交换机上在DHCP交换机上创建VLAN10,20;IP地址池VLAN 10和IP地址池VLAN 20 [DHCP]DHCP enable //打开DHCP功能[DHCP]vlan batch 10 20 //创建两个Vlan 10和20[DHCP]ip pool vlan10 //新增地址池名称为Vlan10[DHCP]gateway-list 192.168.1.254 //设置网关[DHCP]network 192.168.1.0 mask 255.255.255.0 //设置地址段[DHCP]excluded-ip-address 192.168.1.200 192.168.1.253 //可以设置排除IP范围[DHCP]lease day 5 //设置获取到IP地址的有效期为5天[DHCP]dns-list 114.114.114.114 //设置客户机DNS,多条命令可设置多个[DHCP]ip pool VLAN 20 //新增地址池名称为Vlan20[DHCP]gateway-list 192.168.2.254 //设置网关[DHCP]network 192.168.2.0 mask 255.255.255.0 //设置地址池[DHCP]excluded-ip-address 192.168.2.100 192.168.1.200 //可以设置排除IP范围[DHCP]lease day 5 //设置获取到IP地址的有效期为5天[DHCP]dns-list 8.8.8.8 //设置客户机DNS,多条命令可设置多个分配vlanif 端口配置[DHCP]interface vlanif10 //进入vlanif10接口[DHCP]ip address 192.168.1.254 255.255.255.0 //配置接口IP[DHCP]dhcp select global[DHCP] interface vlanif20 //进入vlanif10接口[DHCP]ip address 192.168.2.254 255.255.255.0 //配置接口IP [DHCP]dhcp select global给DHCP服务器1口和2口配置trunk链路[DHCP]interface g0/0/1[DHCP]port link-type trunk[DHCP]port trunk allow-pass Vlan 10[DHCP]interface g0/0/2[DHCP]port link-type trunk[DHCP]port trunk allow-pass Vlan 20二、SW1交换机上[SW1]DHCP enable //打开DHCP功能在交换机一上把端口1;2加入VLAN 10;端口3设置成trunk链路[SW1]vlan batch 10 //创建两个Vlan 10[SW1]interface g0/0/1 //进入接口1[SW1]port link-type access //配置接口类型为access[SW1]port default vlan 10 //接口配置属于Vlan10[SW1]interface g0/0/2 //进入接口2[SW1]port link-type access //配置接口类型access[SW1]port default vlan 10 //接口配置属于Vlan10[SW1]interface g0/0/3 //进入接口3[SW1]port link-type trunk //配置接口类型trunk[SW1]port trunk allow-pass vlan 10 //配置哪些Vlan充许通过三、SW2交换机上也做相同操作验证测试保存。
同网段内配置基于接口地址池的DHCP服务器示例组网需求如图1所示,某企业有两个处于同一网络内的办公室,为了节省资源,两个办公室内的主机由SwitchA作为DHCP服务器统一分配IP地址。
办公室1所属的网段为10.1.1.0/24,主机都加入VLAN10,办公室1使用DNS服务和NetBIOS服务,地址租期30天;办公室2所属的网段为10.1.2.0/24,主机都加入VLAN11,办公室2不使用DNS服务和NetBIOS服务,地址租期20天。
配置思路基于VLANIF接口地址池的DHCP服务器的配置思路如下:1. 在SwitchA上创建两个接口地址池并配置地址池相关属性,实现DHCP服务器可以根据不同需求,从不同的接口地址池中选择合适的IP地址及其配置参数分配给办公室主机。
2. 在SwitchA上配置VLANIF接口基于接口地址池的地址分配方式,实现DHCP服务器从基于接口的地址池中选择IP地址分配给办公室主机。
操作步骤1. 使能DHCP服务2. <HUAWEI> system-view3. [HUAWEI] sysname SwitchA[SwitchA] dhcp enable4. 配置接口加入VLAN# 配置GE0/0/1接口加入VLAN10。
[SwitchA] vlan batch 10 to 11[SwitchA] interface gigabitethernet 0/0/1[SwitchA-GigabitEthernet0/0/1] port hybrid pvid vlan 10[SwitchA-GigabitEthernet0/0/1] port hybrid untagged vlan 10[SwitchA-GigabitEthernet0/0/1] quit# 配置GE0/0/2加接口入VLAN11。
[SwitchA] interface gigabitethernet 0/0/2[SwitchA-GigabitEthernet0/0/2] port hybrid pvid vlan 11[SwitchA-GigabitEthernet0/0/2] port hybrid untagged vlan 11[SwitchA-GigabitEthernet0/0/2] quit5. 配置VLANIF接口IP地址# 配置VLANIF10接口地址。
[SwitchA] interface vlanif 10[SwitchA-Vlanif10] ip address 10.1.1.1 24[SwitchA-Vlanif10] quit# 配置VLANIF11接口地址。
[SwitchA] interface vlanif 11[SwitchA-Vlanif11] ip address 10.1.2.1 24[SwitchA-Vlanif11] quit6. 使能VLANIF接口地址池# 配置VLANIF10接口下的客户端从接口地址池中获取IP地址。
[SwitchA] interface vlanif 10[SwitchA-Vlanif10] dhcp select interface[SwitchA-Vlanif10] quit# 配置VLANIF11接口下的客户端从接口地址池中获取IP地址。
[SwitchA] interface vlanif 11[SwitchA-Vlanif11] dhcp select interface[SwitchA-Vlanif11] quit7. 配置接口地址池的DNS服务和NetBIOS服务# 配置VLANIF10接口地址池下的DNS服务和NetBIOS服务。
[SwitchA] interface vlanif 10[SwitchA-Vlanif10] dhcp server domain-name [SwitchA-Vlanif10] dhcp server dns-list 10.1.1.2[SwitchA-Vlanif10] dhcp server nbns-list 10.1.1.3[SwitchA-Vlanif10] dhcp server excluded-ip-address 10.1.1.2 [SwitchA-Vlanif10] dhcp server excluded-ip-address 10.1.1.3 [SwitchA-Vlanif10] dhcp server netbios-type b-node[SwitchA-Vlanif10] quit8. 配置接口地址池中地址租用期限# 配置VLANIF10接口地址租用期限为30天。
[SwitchA] interface vlanif 10[SwitchA-Vlanif10] dhcp server lease day 30[SwitchA-Vlanif10] quit# 配置VLANIF11接口地址租用期限为20天。
[SwitchA] interface vlanif 11[SwitchA-Vlanif11] dhcp server lease day 20[SwitchA-Vlanif11] quit9. 验证配置结果在SwitchA上使用display ip pool命令用来查看接口地址池配置情况。
[SwitchA] display ip pool interface vlanif10Pool-name : Vlanif10Pool-No : 0Lease : 30 Days 0 Hours 0 MinutesDomain-name : DNS-server0 : 10.1.1.2NBNS-server0 : 10.1.1.3Netbios-type : b-nodePosition : Interface Status : UnlockedGateway-0 : 10.1.1.1Mask : 255.255.255.0VPN instance : -------------------------------------------------------------------------------Start End Total Used Idle( Expired) Conflict Disable-----------------------------------------------------------------------------10.1.1.1 10.1.1.254 253 1 250(0) 0 2-----------------------------------------------------------------------------[SwitchA] display ip pool interface vlanif11Pool-name : Vlanif11Pool-No : 1Lease : 20 Days 0 Hours 0 MinutesDomain-name : -DNS-server0 : -NBNS-server0 : -Netbios-type : -Position : Interface Status : UnlockedGateway-0 : 10.1.2.1Mask : 255.255.255.0VPN instance : -------------------------------------------------------------------------------Start End Total Used Idle( Expired) Conflict Disable-----------------------------------------------------------------------------10.1.2.1 10.1.2.254 253 3 250(0) 0 0-----------------------------------------------------------------------------配置文件SwitchA的配置文件#sysname HUAWEI#vlan batch 10 to 11#dhcp enable#interface Vlanif10ip address 10.1.1.1 255.255.255.0dhcp select interfacedhcp server excluded-ip-address 10.1.1.2 10.1.1.3dhcp server lease day 30 hour 0 minute 0dhcp server dns-list 10.1.1.2dhcp server netbios-type b-nodedhcp server nbns-list 10.1.1.3dhcp server domain-name #interface Vlanif11ip address 10.1.2.1 255.255.255.0dhcp select interfacedhcp server lease day 20 hour 0 minute 0#interface GigabitEthernet0/0/1port hybrid pvid vlan 10port hybrid untagged vlan 10#interface GigabitEthernet0/0/2port hybrid pvid vlan 11port hybrid untagged vlan 11#returnheader Define the login bannerhttp HTTPhwtacacs Set the status of the HWTACACS(Huawei TerminalAccess Controller Access Control System) service hwtacacs-server Set HWTACACS servericmp Specify ICMP configuration informationicmp-reply Enable ICMP reply fastigmp-snooping Specify parameters for IGMP-Snoopinginfo-center Specify information center configurationinformationinterface Specify the interface configuration viewip IP informationipv6 Enable IPv6 functionalityl2-topology Layer 2 topologyl2protocol-tunnel Layer 2 protocol tunnellacp Link aggregation control protocollldp Link Layer Discovery Protocolload-balance Specify load balance modeloopback-detect Loopback detect functionmac-address Mac-addressmac-authen MAC authenticate configure informationmac-forced-forwarding Mac-Forced Forwardingmac-learning MAC learningmac-limit MAC limitmac-spoofing-defend MAC spoofing defendmad Multi-active detectionmanagement-port Management portmatched Is Command can be matched by upper template mld-snooping Specify parameters for MLD-Snoopingmonitor-link Monitor link configuration informationmulticast Multicast configuration informationnap NAP protocolnd Neighbor discoverynqa Network Quality Analysis(NQA)nqa-jitter Switch NQA jitter versionnqa-server Specify NQA echo serverntp-service Specify NTP (Network Time Protocol) configurationinformationoam-mgr Oam-mgr viewobserve-port Configure observe port featureping Ping functionpoe Power over Ethernetport Portport-group Port-groupport-isolate Port isolatepppoe PPPOEqos QoS configurationradius-server Add or delete RADIUS server templatermon Specify RMON configurationroute-policy Route-policyroute-policy-change Specify route policy change parameterrouter Configure router informationrps Set RPS statusrrpp Rapid ring protection protocolrsa Specify RSA module configuration informationsavi Source Address V alidation Improvementscp Set SCP serverscreen-width Set screen widthsep Smart ethernet protectionset Set the mode of power managementsflow SFlow modulesftp Set SFTP service attributeslave Backup switch from master to slavesleep Set device to sleep modesmart-link Smart link configuration informationsnmp-agent Specify SNMP(Simple Network Management Protocol)configuration informationssh Set the SSH (secure shell) configuration attributessl Security socket layerstack Stackstack-port Stack portstartup Startup configurationstelnet Set Stelnet service attributestp Specify Spanning Tree Protocol (STP) configurationinformationsuppression Suppression, include broadcast-suppression,multicast-suppression and unicast-suppressionsys-netid System-netidsysname Specify the host nametcp Specify TCP(Transmission Control Protocol)configuration informationtelnet Set the status of the Telnet servicetemperature Device temperaturetftp Establish a TFTP connectiontftp-server TFTP servertime-range Specify time-range configuration informationtrace Trace route (switch) to host on Data Link Layertraffic Specify traffic configuration informationtraffic-filter Filter packets based on acltraffic-limit Limit the rate of the packets based on acltraffic-mirror Mirror packets based on acltraffic-policy Apply specific traffic policytraffic-redirect Redirect packets based on acltraffic-remark Remark packets based on acltraffic-secure Filter packets based on acltraffic-statistic Count packets based on acltransceiver Transceiveruser-bind User binduser-interface Configure the user terminal interfacevlan Virtual LANvoice-vlan V oice VLAN[xinhao]undo vl[xinhao]undo vlan 10[xinhao][xinhao][xinhao]qu[xinhao]quit<xinhao>Jan 14 2000 23:57:30 xinhao DS/4/DA TASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.19 1.3.1 configurations have been changed. The current change number is 23, the change loop count is 0, and the maximum number of records is 4095.di<xinhao>di<xinhao>display vlanThe total number of vlans is : 2--------------------------------------------------------------------------------U: Up; D: Down; TG: Tagged; UT: Untagged;MP: Vlan-mapping; ST: Vlan-stacking;#: ProtocolTransparent-vlan; *: Management-vlan;--------------------------------------------------------------------------------VID Type Ports--------------------------------------------------------------------------------1 common UT:GE0/0/1(D) GE0/0/2(D) GE0/0/3(D) GE0/0/4(D)GE0/0/5(D) GE0/0/6(D) GE0/0/7(D) GE0/0/8(D)GE0/0/9(D) GE0/0/10(D) GE0/0/11(D) GE0/0/12(D)GE0/0/13(D) GE0/0/14(D) GE0/0/15(D) GE0/0/16(D)GE0/0/17(D) GE0/0/18(D) GE0/0/19(D) GE0/0/20(D)GE0/0/21(D) GE0/0/22(D) GE0/0/23(D) GE0/0/24(D)GE0/0/25(D) GE0/0/26(D) GE0/0/27(D) GE0/0/28(D) 757 common UT:GE0/0/24(D)VID Status Property MAC-LRN Statistics Description--------------------------------------------------------------------------------1 enable default enable disable VLAN 0001757 enable default enable disable VLAN 0757<xinhao>save<xinhao>saveThe current configuration will be written to the device.Are you sure to continue?[Y/N]yNow saving the current configuration to the slot 0.Jan 14 2000 23:57:55 xinhao %%01CFM/4/SA VE(l)[1]:The user chose Y when deciding whether to save the configuration to the device.Save the configuration successfully.<xinhao><xinhao><xinhao><xinhao>ssy<xinhao>sys<xinhao>system-viewEnter system view, return user view with Ctrl+Z.[xinhao]int[xinhao]interface g[xinhao]interface GigabitEthernet 0/0/1[xinhao-GigabitEthernet0/0/1]port[xinhao-GigabitEthernet0/0/1]port hy[xinhao-GigabitEthernet0/0/1]port hybrid pvid[xinhao-GigabitEthernet0/0/1]port hybrid pvid vl[xinhao-GigabitEthernet0/0/1]port hybrid pvid vlan 757[xinhao-GigabitEthernet0/0/1]Jan 15 2000 00:03:20 xinhao DS/4/DA TASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.19 1.3.1 configurations have been changed. The current change number is 24, the change loop count is 0, and the maximum number of records is 4095.[xinhao-GigabitEthernet0/0/1]port[xinhao-GigabitEthernet0/0/1]port hybrid pvid vlan 1[xinhao-GigabitEthernet0/0/1]Jan 15 2000 00:03:40 xinhao DS/4/DA TASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.19 1.3.1 configurations have been changed. The current change number is 25, the change loop count is 0, and the maximum number of records is 4095.[xinhao-GigabitEthernet0/0/1]qu[xinhao][xinhao][xinhao][xinhao][xinhao]qu<xinhao><xinhao><xinhao><xinhao>sys<xinhao>system-viewEnter system view, return user view with Ctrl+Z.[xinhao]vlan 10[xinhao-vlan10]Jan 15 2000 00:04:00 xinhao DS/4/DA TASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.19 1.3.1 configurations have been changed. The current change number is 26, the change loop count is 0, and the maximum number of records is 4095.[xinhao-vlan10]undo[xinhao-vlan10]undo sh[xinhao-vlan10]name 10[xinhao-vlan10]qu[xinhao-vlan10]quit[xinhao]int[xinhao]interface vlJan 15 2000 00:04:20 xinhao DS/4/DA TASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.19 1.3.1 configurations have been changed. The current change number is 27, the change loop count is 0, and the maximum number of records is 4095.[xinhao]interface vl[xinhao]interface Vlanif 10Error: Can not create this interface because the interface number of this type has reached its maximum.[xinhao]undo[xinhao]undo su[xinhao]undo sh[xinhao]undo ?aaa AAAaaa-authen-bypass Set remote authentication bypassaaa-author-bypass Set remote authorization bypassaaa-author-cmd-bypass Set remote command authorization bypassaccess-user User accessacl Specify ACL configuration informationanti-attack Specify anti-attack configurationsapplication-apperceive Set application-apperceive informationarp ARP modulearp-suppress Specify arp suppress configuration information,default is disabledas-notation The AS notationassign Assginassistant Assistantauthentication Authentication easy-modeauthorization-info Authorization informationbpdu BPDU messagebtv Btv viewcfm Connectivity fault managementclock Specify the system clockcommand-privilege Specify the command levelconfiguration Configuration interlockconfiguration-occupied Configuration exclusive occupiedcpu-defend Configure CPU defend policycpu-defend-policy Configure CPU defend policycpu-usage Set cpu usage configurationdebugging Enable system debugging functionsdevice-sensor Device sensordhcp Dynamic host configure protocoldldp Device link detection protocoldns Specify domain name systemdomain Default domaindot1x 802.1x configuration informationdrop Discard attributedsa Specify DSA module configurationseasy-operation Easy operationefm EFM moduleerps Ethernet ring protection switchingerror-down The interface was shut down because of an erroreventethernet-loop-protection Ethernet loop protectionfib FIB status and configuration informationfile Specify file system configuration informationftp Set the FTP server attributesgarp Generic Attribute Registration Protocolgtsm The generalized TTL security mechanismgvrp Generic VLAN Registration Protocolheader Define the login bannerhttp HTTPhwtacacs Set the status of the HWTACACS(Huawei TerminalAccess Controller Access Control System) service hwtacacs-server Set HWTACACS servericmp Specify ICMP configuration informationicmp-reply Enable ICMP reply fastigmp-snooping Specify parameters for IGMP-Snoopinginfo-center Specify information center configurationinformationinterface Specify the interface configuration viewip IP informationipv6 Enable IPv6 functionalityl2-topology Layer 2 topologyl2protocol-tunnel Layer 2 protocol tunnellacp Link aggregation control protocollldp Link Layer Discovery Protocolload-balance Specify load balance modeloopback-detect Loopback detect functionmac-address Mac-addressmac-authen MAC authenticate configure informationmac-forced-forwarding Mac-Forced Forwardingmac-learning MAC learningmac-limit MAC limitmac-spoofing-defend MAC spoofing defendmad Multi-active detectionmanagement-port Management portmatched Is Command can be matched by upper template mld-snooping Specify parameters for MLD-Snoopingmonitor-link Monitor link configuration informationmulticast Multicast configuration informationnap NAP protocolnd Neighbor discoverynqa Network Quality Analysis(NQA)nqa-jitter Switch NQA jitter versionnqa-server Specify NQA echo serverntp-service Specify NTP (Network Time Protocol) configurationinformationoam-mgr Oam-mgr viewobserve-port Configure observe port featureping Ping functionpoe Power over Ethernetport Portport-group Port-groupport-isolate Port isolatepppoe PPPOEqos QoS configurationradius-server Add or delete RADIUS server templatermon Specify RMON configurationroute-policy Route-policyroute-policy-change Specify route policy change parameterrouter Configure router informationrps Set RPS statusrrpp Rapid ring protection protocolrsa Specify RSA module configuration informationsavi Source Address V alidation Improvementscp Set SCP serverscreen-width Set screen widthsep Smart ethernet protectionset Set the mode of power managementsflow SFlow modulesftp Set SFTP service attributeslave Backup switch from master to slavesleep Set device to sleep modesmart-link Smart link configuration informationsnmp-agent Specify SNMP(Simple Network Management Protocol)configuration informationssh Set the SSH (secure shell) configuration attributessl Security socket layerstack Stackstack-port Stack portstartup Startup configurationstelnet Set Stelnet service attributestp Specify Spanning Tree Protocol (STP) configurationinformationsuppression Suppression, include broadcast-suppression,multicast-suppression and unicast-suppression sys-netid System-netidsysname Specify the host nametcp Specify TCP(Transmission Control Protocol)configuration informationtelnet Set the status of the Telnet service temperature Device temperaturetftp Establish a TFTP connectiontftp-server TFTP servertime-range Specify time-range configuration information trace Trace route (switch) to host on Data Link Layer traffic Specify traffic configuration informationtraffic-filter Filter packets based on acltraffic-limit Limit the rate of the packets based on acltraffic-mirror Mirror packets based on acltraffic-policy Apply specific traffic policytraffic-redirect Redirect packets based on acltraffic-remark Remark packets based on acltraffic-secure Filter packets based on acltraffic-statistic Count packets based on acltransceiver Transceiveruser-bind User binduser-interface Configure the user terminal interfacevlan Virtual LANvoice-vlan V oice VLAN[xinhao]undo s?savi scpscreen-width sepset sflowsftp slavesleep smart-linksnmp-agent sshssl stackstack-port startupstelnet stpsuppression sys-netidsysname[xinhao]sys[xinhao]int[xinhao]interface g[xinhao]interface GigabitEthernet 0/0/1[xinhao-GigabitEthernet0/0/1]port[xinhao-GigabitEthernet0/0/1]port hy[xinhao-GigabitEthernet0/0/1]port hybrid pv[xinhao-GigabitEthernet0/0/1]port hybrid pvid vlan[xinhao-GigabitEthernet0/0/1]port hybrid pvid vlan 10[xinhao-GigabitEthernet0/0/1]qu[xinhao]Jan 15 2000 00:05:50 xinhao DS/4/DA TASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.19 1.3.1 configurations have been changed. The current change number is 28, the change loop count is 0, and the maximum number of records is 4095.[xinhao]qu<xinhao><xinhao><xinhao>di<xinhao>display vlanThe total number of vlans is : 3--------------------------------------------------------------------------------U: Up; D: Down; TG: Tagged; UT: Untagged;MP: Vlan-mapping; ST: Vlan-stacking;#: ProtocolTransparent-vlan; *: Management-vlan;--------------------------------------------------------------------------------VID Type Ports--------------------------------------------------------------------------------1 common UT:GE0/0/1(D) GE0/0/2(D) GE0/0/3(D) GE0/0/4(D)GE0/0/5(D) GE0/0/6(D) GE0/0/7(D) GE0/0/8(D)GE0/0/9(D) GE0/0/10(D) GE0/0/11(D) GE0/0/12(D)GE0/0/13(D) GE0/0/14(D) GE0/0/15(D) GE0/0/16(D)GE0/0/17(D) GE0/0/18(D) GE0/0/19(D) GE0/0/20(D)GE0/0/21(D) GE0/0/22(D) GE0/0/23(D) GE0/0/24(D)GE0/0/25(D) GE0/0/26(D) GE0/0/27(D) GE0/0/28(D)10 common757 common UT:GE0/0/24(D)VID Status Property MAC-LRN Statistics Description--------------------------------------------------------------------------------1 enable default enable disable VLAN 000110 enable default enable disable VLAN 0010757 enable default enable disable VLAN 0757<xinhao>sys<xinhao>system-viewEnter system view, return user view with Ctrl+Z.[xinhao]int[xinhao]interface g[xinhao]interface GigabitEthernet 0/0/1[xinhao-GigabitEthernet0/0/1]port[xinhao-GigabitEthernet0/0/1]port hyb[xinhao-GigabitEthernet0/0/1]port hybrid pvid[xinhao-GigabitEthernet0/0/1]port hybrid pvid vlan[xinhao-GigabitEthernet0/0/1]port hybrid pvid vlan 575Error: The VLAN does not exist.[xinhao-GigabitEthernet0/0/1]port hybrid pvid vlan 757[xinhao-GigabitEthernet0/0/1]portJan 15 2000 00:07:40 xinhao DS/4/DA TASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.19 1.3.1 configurations have been changed. The current change number is 29, the change loop count is 0, and the maximum number of records is 4095.[xinhao-GigabitEthernet0/0/1]port hy[xinhao-GigabitEthernet0/0/1]port hybrid un[xinhao-GigabitEthernet0/0/1]port hybrid untagged vlan 757Info: This operation may take a few seconds. Please wait for a moment...done.[xinhao-GigabitEthernet0/0/1]Jan 15 2000 00:07:50 xinhao DS/4/DA TASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.19 1.3.1 configurations have been changed. The current change number is 30, the change loop count is 0, and the maximum number of records is 4095.[xinhao-GigabitEthernet0/0/1]qu[xinhao-GigabitEthernet0/0/1]int[xinhao-GigabitEthernet0/0/1]port[xinhao-GigabitEthernet0/0/1]port hybrid pvid vlan 10[xinhao-GigabitEthernet0/0/1]port hybrid untagged vlan 10Info: This operation may take a few seconds. Please wait for a moment...done.[xinhao-GigabitEthernet0/0/1][xinhao-GigabitEthernet0/0/1][xinhao-GigabitEthernet0/0/1][xinhao-GigabitEthernet0/0/1]qu[xinhao-GigabitEthernet0/0/1]quitJan 15 2000 00:08:20 xinhao DS/4/DA TASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.19 1.3.1 configurations have been changed. The current change number is 32, the change loop count is 0, and the maximum number of records is 4095.[xinhao-GigabitEthernet0/0/1][xinhao]qu<xinhao>di<xinhao>display vlanThe total number of vlans is : 3--------------------------------------------------------------------------------U: Up; D: Down; TG: Tagged; UT: Untagged;MP: Vlan-mapping; ST: Vlan-stacking;#: ProtocolTransparent-vlan; *: Management-vlan;--------------------------------------------------------------------------------VID Type Ports--------------------------------------------------------------------------------1 common UT:GE0/0/1(D) GE0/0/2(D) GE0/0/3(D) GE0/0/4(D)GE0/0/5(D) GE0/0/6(D) GE0/0/7(D) GE0/0/8(D)GE0/0/9(D) GE0/0/10(D) GE0/0/11(D) GE0/0/12(D)GE0/0/13(D) GE0/0/14(D) GE0/0/15(D) GE0/0/16(D)GE0/0/17(D) GE0/0/18(D) GE0/0/19(D) GE0/0/20(D)GE0/0/21(D) GE0/0/22(D) GE0/0/23(D) GE0/0/24(D)GE0/0/25(D) GE0/0/26(D) GE0/0/27(D) GE0/0/28(D) 10 common UT:GE0/0/1(D)757 common UT:GE0/0/1(D) GE0/0/24(D)VID Status Property MAC-LRN Statistics Description--------------------------------------------------------------------------------1 enable default enable disable VLAN 000110 enable default enable disable VLAN 0010757 enable default enable disable VLAN 0757<xinhao>sys<xinhao>system-viewEnter system view, return user view with Ctrl+Z.[xinhao]。