R12.1 Project-2025Sep08
Resolve Errors
Example: Use CLI Command (show ip eigrp neighbors) to retrieve data from the Cisco Router (SanJose_Core). Parse the value for AS(10) and define the variable ($as_num) as a Critical Variable, which indicates that this variable must have a value.
Test this parser on another Cisco Router, NY_DIS_1.
Follow the steps below 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.
- Identify the reason why the critical variable is not being 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 to verify whether the issue is 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: