Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hey everyone I have an issue getting genie to connect to a production ASR9K. I setup my testbed.yaml using 'genie create testbed '. The rationale was to get a prompt whenever I attempt to login since we are using an authenticator. The yaml file ende...
So I have attempted the below config: l2vpn
pw-class test
encapsulation mpls
redundancy
initial-delay 120
!
!
backup disable never
!
xconnect group Xconns
p2p test
interface GigabitEthernet0/1/0/10
...
Thanks for the info omz. Basically I am looking for a way to perform the interactive login when I call the connect() function and not the load() function. The reason is that while coding I may have different devices in a testbed.yaml (or even multipl...
Thanks for shinning some light here omz. When I tried your suggestion I realized that the "interactive login" happens before Genie calls the connect() function Output when I enter a password at the CLI prompt vkoulermou$ genie parse "show version" --...