<Huawei>用户视图 [Huawei]系统视图 [Huawei-Eth-Trunk0]端口配置视图
port ethernet 0/1 to ethernet 0/8
system-view 用户进入系统 sysname RouterA 配置路由器的名字 int ethernet0 (int e0) ip add 192.168.1.1 24
quit 退到上一级 display?version?查看版本信息 display current-configuration 查看当前路由器的设备配置信息
display int eth-trunk 0 查看具体借口配置信息 display ip routing-table 查看路由表 int serial 1 ?进入串行接口
shutdown 关闭端口 undo shutdown 启用端口
用户视图? reset saved-configuration 清除设备的配置 reboot 重新启动路由器 save 保存
undo ip route-static 删除静态路由 ip route-static 配置静态路由 undo ip address 清除接口IP的地址参数
创建VLAN,系统视图 vlan 10 ? ? vlan 11 ? ?
将端口加入VLAN int e0/0/1 ?? port link-type access ? 指定接口类型为access port default vlan 20 ? ?将端口加入VLAN 20 int e0/0/10 port link-type access port default vlan 21
为VLAN分配IP int vlan 10 ? ?进入vlan接口模式 ip add 192.168.10.1 24 ? ?为VLAN分配IP地址
RIP动态路由,系统视图 rip ? ?RIP动态路由 version 2 ? 指定版本2 undo summary ?取消汇总 network 192.168.10.0 ? 宣告直连网段
一.配置双工模式 sy int e0/0/1 undo negotiation auto 非自协商模式 duplex full/half 缺省情况下,非自协商模式下,它为全双工模式 speed 10/100/1000
negotiation auto自协商模式 缺省情况下,接口工作在自协商模式
display interface e0/0/1?
二.VLAN的配置 VLAN 视图下将 Access 类型接口加入 VLAN。 1. 执行命令 system-view,进入系统视图。 2. 执行命令 interface interface-type interface-number,进入接口视图。 3. 执行命令 port link-type access,配置接口的类型。 缺省情况下,接口的链路类型为 Hybrid。 4. 执行命令 quit,退回到系统视图。 5. 执行命令 vlan vlan-id,进入 VLAN 视图。 6. 执行命令 port interface-type { interface-number1 [ to interface-number2 ] } &<1-10>,将 Access 类型的接口加入 VLAN,即接口的缺省 VLAN。 缺省情况下,所有接口加入的 VLAN 和缺省 VLAN 都为 VLAN1。 l 接口视图下将 Access 类型接口加入 VLAN。 1. 执行命令 system-view,进入系统视图。 2. 执行命令 interface interface-type interface-number,进入接口视图。 3. 执行命令 port link-type access,配置接口的类型。 缺省情况下,接口的链路类型为 Hybrid。 4. 执行命令 port default vlan vlan-id,将 Access 类型的接口加入 VLAN,即接口 的缺省 VLAN。 缺省情况下,所有接口加入的 VLAN 和缺省 VLAN 都为 VLAN1。 ----结束
3.4.3 将 Trunk 类型接口加入 VLAN 背景信息 请在需要将接口加入 VLAN 的 S3700 上进行以下配置。 操作步骤 步骤 1 执行命令 system-view,进入系统视图。 步骤 2 执行命令 interface interface-type interface-number,进入接口视图。 步骤 3 执行命令 port link-type trunk,将接口配置成 Trunk 类型接口。 缺省情况下,接口的链路类型为 Hybrid。 步骤 4 执行命令 port trunk allow-pass vlan { vlan-id1 [ to vlan-id2 ] }&<1-10>,将 Trunk 类型接 口加入 VLAN。
<Quidway> d? debugging ? delete ? dir ? display
Unrecognized command 没有查找到命令 Ambiguous command ? 输入参数不明确
return 从任意的非用户视图返回到用户视图 display current-configuration 显示当前配置信息 display saved-configuration 显示起始配置信息 display version 显示系统版本 display device 显示设备基本信息
2 通过telnet方式配置 ? ? ?配置交换机的ip地址和PC的ip地址 [Quidway]vlan 10 [Quidway-vlan10]port access ethernet 0/1 to ethernet 0/5 [Quidway-vlan10]quit [Quidway]interface vlan 10 [Quidway-vlan10-interface]ip address 1.1.1.4 255.0.0.0 配置完交换机的ip地址,你还需要配置PC的ip地址(比如1.1.1.2/8) 配置Telnet方式登录时的密码: [Quidway] User-interface vty 0 4 [Quidway-ui-vty0] authentication-mode password [Quidway-ui-vty0] set authentication password simple Huawei [Quidway-ui-vty0] user privilege level 3 检测PC与交换机的连通性,使用ping命令检测,能否ping通交换机
(1)命令行在线帮助 在任一命令视图下,键入“?”获取该命令视图下所有的命令及其简单描述。 <Quidway> ?
?配置参考 (1)配置路由器的IP地址和PC的IP地址 [Quidway]interface Ethernet 0/0 [Quidway-Ethernet0/0]ip address 1.1.1.4 255.0.0.0 配置完路由器的ip地址,你还需要配置PC的ip地址(比如1.1.1.2/8) (2)配置Telnet方式登陆时的密码 [Quidway] User-interface vty 0 4 [Quidway-ui-vty0] authentication-mode password [Quidway-ui-vty0] set authentication password simple Huawei [Quidway-ui-vty0] user privilege level 3 (3)检测PC与路由器的连通性 ?使用ping命令检测,能否ping通路由器
(1)配置权限 可以通过super password [ level user-level ] { simple | cipher } password 来设置不同级别的访问密码: [Quidway]super password level 1 cipher jack [Quidway]super password level 2 cipher black? [Quidway]super password level 3 cipher brown 在上面telnet方式登陆路由器时,我们使用命令 [Quidway]user-interface vty 0 ?4 [Quidway-ui-vty0] user privilege level 0 设置用户的默认访问级别为0 当telnet到路由器的时候,使用命令:super [ level ],不同的等级密码不同,可以实现对访问用户的权限管理。 通过设置不同的访问用户不同的级别实现权限管理: [Quidway]user-interface vty 0 4 [Quidway-ui-vty0-4]authentication-mode local [Quidway]local-user test [Quidway-luser-test]password cipher test [Quidway-luser-test]level 3 当telnet到路由器的时候,会提示输入用户名和密码。 (2)清除配置 [Quidway]undo super password [Quidway-ui-vty0-4]undo set authentication password [Quidway]undo super password level 1? [Quidway-ui-aux0]authentication-mode none [Quidway]undo local-user test
2 通过telnet方式配置 ? ? ?配置交换机的ip地址和PC的ip地址 [Quidway]vlan 10 [Quidway-vlan10]port access ethernet 0/1 to ethernet 0/5 [Quidway-vlan10]quit [Quidway]interface vlan 10 [Quidway-vlan10-interface]ip address 1.1.1.4 255.0.0.0 配置完交换机的ip地址,你还需要配置PC的ip地址(比如1.1.1.2/8) 配置Telnet方式登录时的密码: [Quidway] User-interface vty 0 4 [Quidway-ui-vty0] authentication-mode password [Quidway-ui-vty0] set authentication password simple Huawei [Quidway-ui-vty0] user privilege level 3 检测PC与交换机的连通性,使用ping命令检测,能否ping通交换机
五、配置VLAN及所属端口 ?配置RTA: [Switch A]vlan 2 [Switch A-vlan2]port ethernet 0/1 to ethernet 0/8 [Switch A]vlan 3 [Switch A-vlan3]port Ethernet 0/9 to Ethernet 0/16 配置RTA: [Switch A] interface Ethernet 0/17 [Switch A-Ethernet0/17] port link-type trunk [Switch A-Ethernet0/17] port trunk permit vlan all //允许所有VLAN
[Switch B]vlan 4 [Switch B-vlan4]port Ethernet 0/17
(2)创建三层接口 配置RTA: [Switch A]interface Vlan-interface 2 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [Switch A-Vlan-interface2]ip address 10.1.2.1 255.255.255.0 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [Switch A]interface vlan-interface 3 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [Switch A-Vlan-interface3]ip address 10.1.3.1 255.255.255.0 ? [Switch A]interface vlan-interface 4 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? [Switch A-Vlan-interface4]ip address 10.1.4.1 255.255.255.0?
(3)配置静态路由 配置RTA: [Switch A]ip route-static 10.1.5.0 255.255.255.0 10.1.4.2 [Switch A]ip route-static 10.1.6.0 255.255.255.0 10.1.4.2
?
?
|