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

LMS 3.2: Compliance Mngt with two submodes

h-schmidt
Level 1
Level 1

Hi,

I would like to know, how to test e.g. inspect commands.

ASA-config:

policy-map global_policy
class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp

......

How to write the compliance rules, if two submodes are needed ?

I tried (without success) two rules with parent and child (with or without prerequisite of the parent):

Name: inspection      SubMode: Yes      isPrerequisite: No
Ordered : No     Prerequisite-Commandset : none     Parent: none
  policy-map   global_policy
#

Name: inspectionsub     SubMode: Yes      isPrerequisite: No
Ordered : No     Prerequisite-Commandset : none     Parent: inspection
  class   inspection_default
  -   inspect   esmtp
  -   inspect   sqlnet

Ideas anyone ?

Thank you,

Holger

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

RME doesn't break out all of the sub-modes of the ASA.  Only interfaces are broken out into sub-modes.  To make sure the "inspect sqlnet" and "inspect esmtp" commands aren't in the config, you'd have to check in global mode.

View solution in original post

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

RME doesn't break out all of the sub-modes of the ASA.  Only interfaces are broken out into sub-modes.  To make sure the "inspect sqlnet" and "inspect esmtp" commands aren't in the config, you'd have to check in global mode.