huiselele 发表于 2018-7-12 12:59:47

cisco 3550 EMI给VLAN网段限速

access-list 110 permit ip host 10.10.11.25 any  class-map match-all All-IPTraffic
  match access-group 110
  policy-map QOS
  class All-IPTraffic
  police 2048000 102400 exceed-action drop
  interface GigabitEthernet0/8
  switchport access vlan 3
  switchport mode access
  service-policy input QOS
  flowcontrol send off
  no cdp enable
页: [1]
查看完整版本: cisco 3550 EMI给VLAN网段限速