10.1.15.12-06212024
Resolve Errors
Example: Use CLI Command (show ip eigrp neighbors) to retrieve data on a Cisco Router, SanJose_Core. Parse value from for AS(10) , and define the variable($as_num) as a Critical Variable, which means this variable must have value.
Test this parser on another Cisco Router, NY_DIS_1.
Follow the steps to fix the error.
-
Select an error and view the log. The log documents the retrieval and parsing process, providing helpful insight for debugging.
The log reveals that the critical variable cannot be parsered.
-
Open the parser.
- Find out the reason why the critical variable cannot be parsed: The format on NY_DIS_1(for process $var) is different from that on Sanjose_Core(for AS($var)).
-
Modify the parser definition.
- Add a new format.
- Select NY_DIS_1 as the device.
- Select 10 and click Parse Varibale.
- Define $process as a critical variable.
-
Click Apply.
-
Test again and see if the issue has been resolved.
- Click Test on Devices:1 to navigate back to the Test Parser Coverage window.
- Click Test Parser.
-
Check Test Results to see if the error has been resolved.
See also: