HPE FlexFabric 5700 Series Network Management And Monitoring Configuration Manual page 255

Hide thumbs Also See for FlexFabric 5700 Series:
Table of Contents

Advertisement

To implement a complex data filtering with digits and character strings, you can add a match
attribute for a specific element.
Table 29 Conditional match operators
Operation
Operator
More than
match="more:value"
Less than
match="less:value"
Not less than
match="notLess:value"
Not more
match="notMore:value
than
"
Equal
match="equal:value"
match="notEqual:valu
Not equal
e"
Include
match="include:string"
Not include
match="exclude:string"
match="startWith:strin
Start with
g"
match="endWith:string
End with
"
# Copy the following text to the client to retrieve extension information about the entity of which
the CPU usage is more than 50%:
<rpc message-id="100" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
xmlns:h3c="http://www.h3c.com/netconf/base:1.0">
<get>
<filter type="subtree">
<top xmlns="http://www.h3c.com/netconf/data:1.0">
<Device>
<ExtPhysicalEntities>
<Entity>
<CpuUsage h3c:match="more:50"></CpuUsage>
</Entity>
</ExtPhysicalEntities>
</Device>
</top>
</filter>
</get>
</rpc>
Table 29
lists the conditional match operators.
Remarks
More than the specified value. The supported data types
include date, digit, and character string.
Less than the specified value. The supported data types
include date, digit, and character string.
Not less than the specified value. The supported data types
include date, digit, and character string.
Not more than the specified value. The supported data
types include date, digit, and character string.
Equal to the specified value. The supported data types
include date, digit, character string, OID, and BOOL.
Not equal to the specified value. The supported data types
include date, digit, character string, OID, and BOOL.
Includes the specified string. The supported data types
include only character string.
Excludes the specified string. The supported data types
include only character string.
Starts with the specified string. The supported data types
include character string and OID.
Ends with the specified string. The supported data types
include only character string.
246

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents