< Home

display eps-policy

Function

The display eps-policy command displays the list of the added host check policies and detailed information about the specified host check policy.

Format

display eps-policy [ policy-name ]

Parameters

Parameter Description Value
policy-name specifies the name of the host check policy. The value is a string of 1 to 63 case-sensitive characters.

Views

Host check view

Default Level

2: Configuration level

Usage Guidelines

The display eps-policy command displays the list of the added host check policies. The display eps-policy policy-name command displays detailed information about the specified host check policy.

Example

# Display the information about the list of the added host check policies.

<sysname> system-view
[sysname] v-gateway abc
[sysname-abc] hostchecker
[sysname-abc-hostchecker] display eps-policy
                                                                                
                                  EPS Policy List                               
                                  ---------------                               
                                                                                
  PolicyName                             Description                           
  ------------------------------------------------------------------------------
  policy1                                                                       
  ------------------------------------------------------------------------------
                                             EPS End Point Security             
                                                                                
  ----End
Table 1 Description of the display eps-policy command output

Item

Description

PolicyName

Name of the host check policy

Description

Description of the host check policy

# Display detailed information about the host check policy policy1.

<sysname> system-view
[sysname] v-gateway abc
[sysname-abc] hostchecker
[sysname-abc-hostchecker] display eps-policy policy1
                                                                                
  VG EPS Policy Information                                                     
  -------------------------------                                               
  Policy   Name:                 policy1                                        
  Belong to VG:                  abc                                            
  Policy   Description:                                                         
  Policy   Condition:            any                                            
                                                                                
  ----End
Table 2 Description of the display eps-policy policy1 command output

Item

Description

Policy Name

Name of the host check policy

Belong to VG

Virtual gateway that the host check policy belongs to

Policy Description

Description of the host check policy

Policy Condition

Conditions for passing the host check policy:
  • any: indicates that a host passes the policy check if the host passes any of the rules in the policy check.
  • all: indicates that a host passes the policy check only if the host passes all the rules in the policy check.
  • Customized expression for the combination of rules: indicates that a host passes the policy check only if the result of the rule check meets the requirements in the customized expression. For example, rule1&(rule2|rule3) indicates that the host can pass the policy checks only when passing rule1, and rule2 or rule3 as well.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >