常用
#进入系统界面
sys
#进入某个端口配置页面
interface GigabitEthernet0/0/xx
#查看配置(系统)
display current-configuration
#查看当前端口配置
display this
#返回用户界面
ctrl+z
端口限速
qos lr inbound cir 10000
#限速上行10Mbps
undo qos lr inbound/outbound
#取消
qos lr outbound cir 10000
#限速下行10Mbps