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

LMS 2.6 RME Baseline Template doesn't work

rolf.fischer_2
Level 1
Level 1

Hi all,

I am trying to create a configuration compliance template using LMS2.6/RME4.0.

Here is the template:

--------------------------------------------------------------

Name: Global SubMode: No isPrerequisite: No

Ordered : No Prerequisite-Commandset : none Parent: none

Name: AccessPortVlan10 SubMode: Yes isPrerequisite: Yes

Ordered : No Prerequisite-Commandset : none Parent: Global

interface [intname]

+ switchport access vlan 10

- switchport mode trunk

Name: StormControl SubMode: No isPrerequisite: No

Ordered : No Prerequisite-Commandset : AccessPortVlan10 Parent: AccessPortVlan10

interface [intname]

+ storm-control broadcast level 1.00

+ storm-control action trap

--------------------------------------------------------------

Access-Port in VLAN 10 should be configured with Storm-Control. Unfortunately it doesn't work at all, job result is "No Non-Compliant Commands" although the storm-control-commands are missing.

What am I doing wrong (apart from using an old CW-Version)?

Simple Templates (global mode without conditions) work fine.

Thanks in advance

Rolf

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

No, it won't work in RME 4.0. Support for this kind of checking was not added until RME 4.1. Even then, since you have a negative prereq, you will run into bug CSCsv25190. You wil need to upgrade to LMS 3.2 to have this kind of baseline work.

When you do, drop the submode on the child commandlet. The submode from the parent will be inherited.

View solution in original post

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

No, it won't work in RME 4.0. Support for this kind of checking was not added until RME 4.1. Even then, since you have a negative prereq, you will run into bug CSCsv25190. You wil need to upgrade to LMS 3.2 to have this kind of baseline work.

When you do, drop the submode on the child commandlet. The submode from the parent will be inherited.