1.3 保存配置:save 或 save configuration 1.4 查看当前配置:display current-configuration 1.5 查看启动配置:display startup-configuration 2.1 进入接口视图:interface [接口类型/槽位号/接口号] 例如:interface GigabitEthernet1/0/1 2.4 设置接口速率和双工:speed [10 | 100 | 1000] 和 duplex [full | half] 3.1 创建VLAN:vlan [VLAN ID] 3.2 命名VLAN:description [VLAN 名称] 3.3 将接口分配给VLAN:port access vlan [VLAN ID] 4.1 创建链路聚合组:link-aggregation group [组号] 例如:link-aggregation group 1 4.2 将接口加入链路聚合组:port link-aggregation group [组号] 例如:port link-aggregation group 1 6.1 启用端口安全:port-security enable 6.2 配置最大MAC地址数量:port-security maximum [数量] 6.3 配置静态MAC地址:port-security mac-address [MAC地址] 6.4 查看端口安全状态:display port-security 7.1 查看接口状态:display interface [接口类型/槽位号/接口号] 例如:display interface GigabitEthernet1/0/1 7.3 查看MAC地址表:display mac-address 8.2 配置登录密码:user-interface vty 0 4 和 set authentication password [密码] 例如:user-interface vty 0 4 和 set authentication password simple mypassword 8.3 设置远程登录密码:user-interface vty [起始行号 [结束行号]] 和 authentication-mode password [密码]请注意,具体的命令和配置步骤可能会根据不同型号的华三交换机和操作系统版本略有差异。