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
Next revision
Previous revision
office [2023/09/28 07:34] sysadmoffice [2024/05/05 16:51] (current) sysadm
Line 1: Line 1:
 +  * 
 +  * RP/0/RP0/CPU0:JASSDRCR-02#show controllers TenGigE0/0/0/16 phy
 +
 +
   * Destination IP table:   * Destination IP table:
   *     *  
Line 437: 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.1695886485.txt.gz · Last modified: 2023/09/28 07:34 by sysadm