Skip to main content
Solved

How do you load a parser from the parser library into a network intent?

  • May 14, 2026
  • 2 replies
  • 43 views

Forum|alt.badge.img

I have created a basic parser using a show interface command, the parser is stored in the shared folder of the parser library and is created properly. I created a network intent for the exact same command (show interface) yet when i try to load my parser into the intent, Netbrain cannot see it. 

I’ve tried searching by parser name, CLI command, no matter what i do my parser is never found. 

If anyone has any ideas please feel free to share them!

Thanks. 

 

Best answer by ajeet.kumar

Hi NoahWoodburn,

 

This will happen if you have not provided a qualification to your parser. Please open your parser from the Parser Library - and specify the Parser Qualification to relevant Device Types and save it. Now open the intent and try to load the parser from there. Make sure the Device in the Intent matches the parser qualification.

 

After you click in - Load parser from Library- below is the window. Click on X as shown by arrow to see all the parsers and select the parser you have created and saved.

 

 


Let me know if this works.
You can also book a meeting with me to look into this: https://calendly.com/ajeet-kumar-netbraintech/30-minute-technical-review

2 replies

  • New Participant
  • Answer
  • May 14, 2026

Hi NoahWoodburn,

 

This will happen if you have not provided a qualification to your parser. Please open your parser from the Parser Library - and specify the Parser Qualification to relevant Device Types and save it. Now open the intent and try to load the parser from there. Make sure the Device in the Intent matches the parser qualification.

 

After you click in - Load parser from Library- below is the window. Click on X as shown by arrow to see all the parsers and select the parser you have created and saved.

 

 


Let me know if this works.
You can also book a meeting with me to look into this: https://calendly.com/ajeet-kumar-netbraintech/30-minute-technical-review


Forum|alt.badge.img
  • Author
  • New Participant
  • May 14, 2026

Hi ajeet.kumar,

 

Thank you for your response! My intent is working as expected.