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/07/19 13:04] 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 425: Line 429:
  
 --------------------- ---------------------
 +  * 
 +  * 
 +  * [~DHUTRAGGR-01-route-policy]display this 
 +  * #
 +  * route-policy SPEED-PLUS-TANGAIL permit node 10
 +  *  if-match ip-prefix SPEED-PLUS-TANGAIL-IPv4
 +  *  apply local-preference 1000
 +  *  apply community 58717:100 58717:830 58717:1100
 +  * #
 +  * route-policy SPEED-PLUS-TANGAIL deny node 20
 +  * #
 +  * 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.1689771854.txt.gz · Last modified: 2023/07/19 13:04 by sysadm