cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1586
Views
0
Helpful
2
Replies

QOS configuration Table-map catalyst 9200

victormarques
Level 1
Level 1

hello,

I need to configure QOS on a cisco 9200. here is the configuration.

 

==============

class-map match-all JABBER_VO
   match access-group name ACL_JABBER_VO
class-map match-all JABBER_VI
   match access-group name ACL_JABBER_VI
   class-map match-all JABBER_SI
match access-group name ACL_JABBER_SI
   class-map match-all VOICE
match ip dscp ef


policy-map QUALITY
class VOICE
set ip dscp ef
police 128000 8000 conform-action transmit exceed-action set-qos-transmit 1
class JABBER_VO
set ip dscp ef
police 128000 8000 conform-action transmit exceed-action set-qos-transmit 1
class JABBER_VI
set ip dscp af41
police 30000000 256000 conform-action transmit exceed-action set-qos-transmit 1
class JABBER_SI
set ip dscp cs3
class class-default
set ip dscp default


Switch(config)#interface gigabitEthernet 1/0/1
Switch(config-if)#service-policy input QUALITY
Switch(config-if)#
*Oct 8 10:08:34.976: %FMANRP_QOS-3-MARKDOWNCHECK: Only markdown with a table-map is supported.

 

 I have the following message :  %FMANRP_QOS-3-MARKDOWNCHECK: Only markdown with a table-map is supported.

 I need configure Table-map, 

Who can help me to configure table-map ?

regards

 

2 Replies 2

pman
Spotlight
Spotlight

%FMANRP_QOS-3-MARKDOWNCHECK : Only markdown with a table-map is supported.

ExplanationError occured while performing exceed action check on the policy attached
Recommended ActionCopy the error message exactly as it appears on the console or in the system log. Perform a search of the Bug Toolkit (https://bst.cloudapps.cisco.com/bugsearch/). If you still require assistance, open a case with the Technical Assistance Center via the Internet (https://mycase.cloudapps.cisco.com/case), or contact your Cisco technical support representative and provide the representative with the gathered information.

 

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/16_xe/smg/xe-16-10/b-sem-16-10-1/b-sem-16-10-x_chapter_010.html#r-sem-16-10-x-FMANRP_EVPN-to-FMANRP_SC__sec-FMANRP_QOS

pieterh
VIP
VIP

Common QoS error messages on Catalyst 3850 switches - Cisco

 

% Only markdown with a table-map is supported

 

Example:

 

Policy-map my-policy
 class voip_signal
     set dscp cs2
     police cir 32000 bc 8000
       conform-action transmit
       exceed-action set-dscp-transmit cs3

 

Restriction(s):

 

  • A table map is needed when trying to change the DSCP/COS/IPP value dynamically by means of a policer whenever the rate is exceeded.

 

Workaround:

 

  • Create a table map with the markdown values desired and apply it to the policy-map when the rate is exceeded.

 

table-map CS2toCS3
 map from 24 to 16
 default copy
policy-map my-policy
 class voip_signal
     set dscp cs2
     police cir 32000 bc 8000
       conform-action transmit
       exceed-action set-dscp-transmit default dscp table CS2toCS3
Review Cisco Networking for a $25 gift card