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

Service Policy won't attach to interface - NO error

cgravell
Level 1
Level 1

Hi,

Am doing some simple CE VoIP QoS for a IPSEC/GRE Customer. I try to ATTACH the policy to the tunnel outbound and the command is accepted without any error but nothing appears in the config.

Here's the base config:

class-map match-all IPSEC-VPN

match access-group name IKE_ACL

class-map match-all ROUTING

match ip dscp cs6

class-map match-all NETWORK-MANAGEMENT

match ip dscp cs2

class-map match-any VOICE-SIGNAL

match protocol rtp

match ip precedence 3

match ip dscp cs3

match ip dscp af31

match ip dscp af32

class-map match-any VOICE-BEARER

match ip precedence 5

match ip dscp ef

match ip dscp cs5

!

!

policy-map SHAPE-ADSL-UPLINK

class class-default

bandwidth remaining percent 50

random-detect

random-detect ecn

policy-map VoIP-QoS

class VOICE-BEARER

priority percent 34

class VOICE-SIGNAL

bandwidth percent 5

class ROUTING

bandwidth percent 2

class NETWORK-MANAGEMENT

bandwidth percent 2

class IPSEC-VPN

bandwidth percent 2

class class-default

(config)# int t203

(config-if)#service-policy output SHAPE-ADSL-UPLINK

NOTHING appears in the config and sh policy-map int t100 shows an unapplied policy.

Using:

c836-k9o3s8y6-mz.123-8.T5

Another bug?

Thx

1 Reply 1

cgravell
Level 1
Level 1

Policy should read (nested):

policy-map SHAPE-ADSL-UPLINK

class class-default

bandwidth remaining percent 50

random-detect

random-detect ecn

service-policy VoIP-QoS