I’m learning NetBrain automation. One project I’m working on is an automation task to update the Cisco trunk port descriptions to reflect the connected switch.
I can use a paragraph parser to extract the trunk switch port and CDP neighbor and assign them to a variable using the command line: “show cdp neighbor detail”.
This works to extract the switches CDP neighbors and assign variables for switch ports and the connected neighbor.
However, when I add a remediation action, the individual switch port and CDP neighbor variable aren’t selectable. (The paragraph parse variable is selectable, but I don’t know if or how to use that object.)
Is this behavior to be expected?
Is there another way to obtain this information to perform this task?






