cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
354
Views
1
Helpful
1
Replies

How do you rate-limit / police an mpls pseudowire configuration?

kevin.r719
Level 1
Level 1

so I'm migrating an l2tp tunnel to an eompls link i'd like to to attach the same rate-limiter ex:  (2 cisco 2900's)

class-map match-all L2TPV3-TRAFFIC
 match access-group 130

policy-map L2TP_PM_OUT
 class L2TPV3-TRAFFIC
  shape average 40000000
 class class-default
policy-map TUN_PM_OUT
 class class-default
  shape average 50000000
   service-policy L2TP_PM_OUT

access-list 130 permit 115 any any


int tunnel1
....
 service-policy output  TUN_PM_OUT

with l2tp i could select the traffic by protocol, but eompls is just mpls traffic?

the new config is pretty simple, however i'll have multiple pseudowires terminating on one device so i'd like to apply it at the tunnel level .

interface GigabitEthernet0/0
 no ip address
 duplex auto
 speed auto
 no lldp transmit
 no lldp receive
 no cdp enable
 xconnect 192.168.1.2 1 encapsulation mpls
1 Reply 1

I think you can do that under Pseudo class, which later add with xconnect command 
MHM