ทดสอบกับ
Cisco Nexus 3048
BIOS: version 4.5.0
NXOS: version 7.0(3)I7(3)
ตั้งค่า Limit bandwidth traffic ที่เข้ามาที่ switch cisco nexus ดังนี้
ip access-list limit-acl
10 permit ip any any
!
class-map type qos match-all limit-qos-cmap
match access-group name limit-acl
!
policy-map type qos limit-qos-pmap
class limit-qos-cmap
set qos-group 2
police cir 10 mbps bc 250 ms
!
interface e1/48
service-policy type qos input limit-qos-pmap
!