三层交换机端口限速以及关闭操作

    技术2022-05-20  133

    三层交换机端口限速以及关闭操作

    作者/cadenza7

     

    近来单位上因为有人大量使用BT上传下载,使得正常上网都受到影响,所以不得不对其进行限制。

    下面就以华为三层交换机为例进行示范。

    使用telnet进行远程登录操作

    telnet x.x.x.x(ip address)

     

    username:xxxxxxpassword:******

     

    来到访问级视图<xxx-switch>

     

    切换语言为中文<xxx-switch>la ch<xxx-switch>[Y/N] y切换语言为英文<xxx-switch>la en<xxx-switch>[Y/N] y

     

    查看全部端口流量<xxx-switch>display interface ethernet查看某一端口流量<xxx-switch>display interface ethernet 1/0/22查看某一PC所属的端口<xxx-switch>display arp [x.x.x.x]

     

    进入管理员权限<xxx-switch>super 3password:******

     

    来到管理级视图<xxx-switch>

     

    进入系统视图<xxx-switch>system-view[xxx-switch]

     

    进入某一端口(可以对此端口下的PC进行流量限制或关闭该端口)[xxx-switch]interface ethernet 1/0/22对该端口流量进行限制(必须为64k的整数倍)<xxx-switch-Ethernet1/0/22>line-rate [64/256/1024/...]<xxx-switch-Ethernet1/0/22>undo line-rate <cr>

    关闭端口(断网)<xxx-switch-Ethernet1/0/22>shutdown<xxx-switch-Ethernet1/0/22>undo shutdown

     

    返回用户视图[xxx-switch] Ctrl+Z<xxx-switch>

    退出管理级视图<xxx-switch>quit

    退出远程登录<xxx-switch>quit

     

    转载请务必保留以下信息

    作者主页 http://blog.csdn.net/cadenza7


    最新回复(0)