Next Topic

Previous Topic

Book Contents

Advanced Search

Click the Advanced Search link to search for items based on the following criteria:

  • Action Profile
  • Container Name
  • Critical Threshold
  • Custom Attribute #1
  • Custom Attribute #2
  • Custom Attribute #3
  • Custom Attribute #4
  • Custom Attribute #5
  • DGE
  • Department
  • Device Active Status
  • Device Address
  • Device Comment
  • Device Model
  • Device Name
  • Device Status
  • Device Tag 1
  • Device Tag 2
  • Device Tag 3
  • Device Tag 4
  • Device Tag 5
  • Device Type
  • Discrete Threshold
  • Location
  • Test Active Status
  • Test Category/Subtype
  • Test Interval
  • Test Name
  • Test Schedule
  • Test Status
  • Test Type
  • Time In State
  • Warning Threshold

Word 80% / HTML 80%

When you select a search parameter from the Select Parameter drop-down menu, you can further specify search criteria. Click Add to save the search criteria for future use on other Traverse pages. Click Apply to begin the search.

Use the Edit and Remove links to edit or remove saved searches.

When Traverse applies a regular or advanced search filter to a page, a grey box appears behind the search icon.

Wild Card Searches

For search terms that allow you to enter text, you can enter an asterisk (*) to perform wildcard searches.

Perl5 Regular Expressions

For search terms that allow you to enter text, you can use a Perl5 regular expression. For Perl5 regular expressions, the entered text is used for a literal pattern match, instead of a sub-string match, so if you enter a partial device name, the perl5 regular expression will return no match. In order to display filtered results, you need to enter Perl5 compatible patterns. For example:

Pattern

Result

.*switch.*

All devices with the word switch in the name

^bos-.*

All devices that have names that begin with bos-

^router.*\d+$

All devices with name starting with router and ending with a number

CPU.*

All test names that start with the word CPU