Hi I am trying to use PyEZ to to create an automation script.
My goal is save response from bgp summary with logical system in a variable
This one works:
bgpinfo= cor1.rpc.get_bgp_summary_information
but I want to get the bgp summary for logical system based on this juniper command:
user@COR1> show bgp summary logical-system EXTERNAL
Check whether the below line of code works:
I figured it by giving the below command on the device: