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

Does APIC-EM EasyQos and IWAN App support traffic shaping ?

Bianconeri
Level 1
Level 1

I'm about to deploy IWAN App with APIC-EM on my legacy network, Currently My CE router connecting to MPLS Provider with QoS traffic shaping configured as show below.

!

time-range TR-MAIL-REP-WH

periodic weekdays 8:00 to 17:00

!

ip access-list extended MAIL-REP-DR-WH

remark ++ ACL for mail replicate at working hours ++

permit ip host 10.16.31.21 10.31.0.110 0.0.0.1 time-range TR-MAIL-REP-WH

permit ip host 10.16.31.21 10.31.0.112 0.0.0.3 time-range TR-MAIL-REP-WH

permit ip host 10.16.31.21 10.31.0.116 0.0.0.1 time-range TR-MAIL-REP-WH

permit ip host 10.16.31.21 host 10.31.0.118 time-range TR-MAIL-REP-WH

permit ip host 10.16.31.22 10.31.0.110 0.0.0.1 time-range TR-MAIL-REP-WH

permit ip host 10.16.31.22 10.31.0.112 0.0.0.3 time-range TR-MAIL-REP-WH

permit ip host 10.16.31.22 10.31.0.116 0.0.0.1 time-range TR-MAIL-REP-WH

permit ip host 10.16.31.22 host 10.31.0.118 time-range TR-MAIL-REP-WH

permit ip host 10.16.31.35 10.31.0.110 0.0.0.1 time-range TR-MAIL-REP-WH

permit ip host 10.16.31.35 10.31.0.112 0.0.0.3 time-range TR-MAIL-REP-WH

permit ip host 10.16.31.35 10.31.0.116 0.0.0.1 time-range TR-MAIL-REP-WH

permit ip host 10.16.31.35 host 10.31.0.118 time-range TR-MAIL-REP-WH

!

class-map match-all CMAP-MAIL-REP-WH

match access-group name MAIL-REP-DR-WH

!

!

!

!

ip access-list extended MAIL-REP-DR-AH

remark ++ ACL for mail replicate at after hours ++

permit ip host 10.16.31.21 10.31.0.110 0.0.0.1

permit ip host 10.16.31.21 10.31.0.112 0.0.0.3

permit ip host 10.16.31.21 10.31.0.116 0.0.0.1

permit ip host 10.16.31.21 host 10.31.0.118

permit ip host 10.16.31.22 10.31.0.110 0.0.0.1

permit ip host 10.16.31.22 10.31.0.112 0.0.0.3

permit ip host 10.16.31.22 10.31.0.116 0.0.0.1

permit ip host 10.16.31.22 host 10.31.0.118

permit ip host 10.16.31.35 10.31.0.110 0.0.0.1

permit ip host 10.16.31.35 10.31.0.112 0.0.0.3

permit ip host 10.16.31.35 10.31.0.116 0.0.0.1

permit ip host 10.16.31.35 host 10.31.0.118

!

class-map match-all CMAP-MAIL-REP-AH

match access-group name MAIL-REP-DR-AH

!

!

!

!

policy-map QoS-MAIL-REP-AH

description ++ QoS for mail replicate at after hours ++

class CMAP-MAIL-REP-AH

    shape average 15000000

    queue-limit 512 packets

class class-default

!

policy-map QoS-Policy

class CMAP-MAIL-REP-WH

    shape average 5000000

    queue-limit 512 packets

class class-default

    bandwidth 10000

  service-policy QoS-MAIL-REP-AH

!

interface GigabitEthernet0/1

description MPLS

bandwidth 50000

ip address 10.199.94.14 255.255.255.252

service-policy output QoS-Policy

!

After going through various Cisco published document i couldn't find any reference regarding traffic shaping neither EasyQos (both static or dynamic) nor IWAN App.

So does APIC-EM support Custom QoS traffic shaping on WAN edge device ?

Thank

Sedthanat

0 Replies 0