





1. 定义一个acl,将所有要限速的网段或主机ip定义进来
acl number 3020
rule 0 permit ip source 10.2.199.0 0.0.0.255 源(上传)
rule 1 permit ip destination 10.2.199.0 0.0.0.255 目的(导出)
2. 在内网接口上做限速设置
nt g0/9
qos car inbound acl 3020 cir 5000 cbs 5000 ebs 0 green pass red discard
qos car outbound acl 3020 cir 5000 cbs 5000 ebs 0 green pass red discard
将acl3020里定义的网络或主机,限速为500kb/s左右
[h3c]vlan 20
[h3c]management-vlan 20
[h3c]interface vlan-interface 20 创建并进入管理vlan
[h3c]undo interface vlan-interface 20 删除管理vlan接口
[h3c-vlan-interface20]ip address 192.168.1.2 255.255.255.0 配置管理vlan接口静态---(缺省为192.168.0.234)
[h3c-vlan-interface20]undo ip address 删除---
[h3c-vlan-interface20]ip gateway 192.168.1.1 特定缺省---(默认无---地址)
[h3c-vlan-interface20]undo ip gateway
[h3c-vlan-interface20]shutdown 关闭接口
[h3c-vlan-interface20]undo shutdown 开启
debugging ip 开启ip调试功能
undo debugging ip
local-user admin 进入用户admin的管理模式
password cipher 123456 更改密码为密文(cipher)123456
authorization-attribute level 3 设置用户权限等级为3(高)
service-type ssh telnet 设置登录方式为ssh和telnet
service-type web 设置登录方式为web
联系我们时请一定说明是在100招商网上看到的此信息,谢谢!
本文链接:https://tztz340509a1.zhaoshang100.com/zhaoshang/281558963.html
关键词: