最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

交换机配置(华为S3100)

IT圈 admin 38浏览 0评论

2024年9月5日发(作者:柴亦绿)

1. 配置local-user模式账号(推荐)

local-user kvmuch 创建kvmuch账号

password cipher 123 给kvmuch账号设置加密密码123

service-type telnet level 3 配置telnet的级为3(最高级别)

user-interface vty 0 4 开放远程端口0~4

authentication-mode scheme 使用用户名密码的认证模式

authentication-mode none 不需要验证

2. 配置console模式账号(必须)

user-interface aux 0 开放本地端口0即console口

authentication-mode scheme 使用用户名密码的认证模式

3. 配置vlan 1 的ip

ip address

4. 配置网关

ip route 0.0.0.0 0.0.0.0 gateway 使用默认网关的方法来配置网关

ip route-static 0.0.0.0 0.0.0.0 192.168.1.1 preference 60

5. 进入全局模式

system-view

6. 查看当前配置

display current-configuration

7. 配置交换机名

sysname sw

8. 配置snmp

snmp-agent community read 123

snmp-ahent sys-info version all

9. 建立vlan 100

vlan 100

10. 进入vlan 1

interface vlan1

11. 配置vlan 1的 ip

ip address 192.168.1.2 255.255.255.0

12. 限制流入端口流量为60M

line-rate inbound 64990

13. 限制流出端口流量为60M

line-rate outbound64990

14. 关闭端口

shutdown

15. 把端口分入vlan 10

port access vlan 10

16. 定义源镜像端口(抓包时用)

mirroring-port both

17. 定义目的镜像端口

monitor-port both

18. 退出

quit

19. 保存配置

save

2024年9月5日发(作者:柴亦绿)

1. 配置local-user模式账号(推荐)

local-user kvmuch 创建kvmuch账号

password cipher 123 给kvmuch账号设置加密密码123

service-type telnet level 3 配置telnet的级为3(最高级别)

user-interface vty 0 4 开放远程端口0~4

authentication-mode scheme 使用用户名密码的认证模式

authentication-mode none 不需要验证

2. 配置console模式账号(必须)

user-interface aux 0 开放本地端口0即console口

authentication-mode scheme 使用用户名密码的认证模式

3. 配置vlan 1 的ip

ip address

4. 配置网关

ip route 0.0.0.0 0.0.0.0 gateway 使用默认网关的方法来配置网关

ip route-static 0.0.0.0 0.0.0.0 192.168.1.1 preference 60

5. 进入全局模式

system-view

6. 查看当前配置

display current-configuration

7. 配置交换机名

sysname sw

8. 配置snmp

snmp-agent community read 123

snmp-ahent sys-info version all

9. 建立vlan 100

vlan 100

10. 进入vlan 1

interface vlan1

11. 配置vlan 1的 ip

ip address 192.168.1.2 255.255.255.0

12. 限制流入端口流量为60M

line-rate inbound 64990

13. 限制流出端口流量为60M

line-rate outbound64990

14. 关闭端口

shutdown

15. 把端口分入vlan 10

port access vlan 10

16. 定义源镜像端口(抓包时用)

mirroring-port both

17. 定义目的镜像端口

monitor-port both

18. 退出

quit

19. 保存配置

save

与本文相关的文章

发布评论

评论列表 (0)

  1. 暂无评论