User Tools

Site Tools


office

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
office [2023/10/11 08:58] sysadmoffice [2024/05/05 16:51] (current) sysadm
Line 441: Line 441:
   * #   * #
   * return   * return
 +
 +
 +
 +violate-action drop to avoid P2P loss issue in cisco ASR9K
 +
 +policy-map 689mb
 + class POLICER
 +  police rate 689 mbps 
 +   exceed-action drop
 +  ! 
 + 
 + class class-default
 + 
 + end-policy-map
 +
 +
 +RP/0/RSP0/CPU0:CTGSDRAGGR-02#conf terminal        
 +Sun May  5 22:41:21.508 UTC
 +RP/0/RSP0/CPU0:CTGSDRAGGR-02(config)#policy-map 689mb
 +RP/0/RSP0/CPU0:CTGSDRAGGR-02(config-pmap)# class POLICER
 +RP/0/RSP0/CPU0:CTGSDRAGGR-02(config-pmap-c)#  police rate 689 mbps
 +RP/0/RSP0/CPU0:CTGSDRAGGR-02(config-pmap-c-police)#no  exceed-action drop
 +RP/0/RSP0/CPU0:CTGSDRAGGR-02(config-pmap-c-police)#**violate-action drop** 
 +RP/0/RSP0/CPU0:CTGSDRAGGR-02(config-pmap-c-police)#commit 
 +
 +RP/0/RSP0/CPU0:CTGSDRAGGR-02#show  running-config policy-map 689mb  
 +Sun May  5 22:41:44.708 UTC
 +policy-map 689mb
 + class POLICER
 +  police rate 689 mbps 
 +   violate-action drop
 +  ! 
 + 
 + class class-default
 + 
 + end-policy-map
 +!
 +
 +=======================
office.txt · Last modified: 2024/05/05 16:51 by sysadm