Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
CPD Issue - Can't Get this rule to pass - policy-map - CISCO
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-11-2013 03:41 AM
Hi,
we have NetMRI with the Versvion "6.7.1.35" and we will check Rules on a CISCO Router with "policy map"
I read the Forum entries "CPD Issues - Can't Get this rule to pass" and "Writing Rules with the CPD Editor". But there was no solution for.
It does not also pass with "Reguired".
Required Block:
policy-map ebsVoice-In
class ebsVoice-Signaling-IN
set ip dscp af31
class ebsVoice-Payload-IN
set ip dscp ef
I also testet it with regular expresssion:
Required Block:
policy-map ebsVoice-In\r\n class ebsVoice-Signaling-IN\r\n set ip dscp af31\r\n class ebsVoice-Payload-IN\r\n set ip dscp ef
This Rules pass:
1.
Required:
class-map match-any OSPF
description OSPF Routing
match access-group name OSPF
class-map match-any ebsAS400-Druck
description EBS AS400 Druck
match access-group name ebsAS400-Druck
2.
Required:
archive
log config
logging enable
logging size 500
Why ?
Who can help me to check the policy-map ?
Martin
You may want to check out the
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2014 07:16 AM
You may want to check out the new ConfigBlockCheck in NetMRI 6.9 which is much more flexible than CPD.