Skip to content

hmntsharma/ansible-cisco-segment-routing

Repository files navigation

logo


Ansible Segment Routing with TI-LFA on Cisco XRv9k platform

Lab-Guide


Alternative to the local installation described in the lab guide

1. Pull the container as shown below.
$ docker pull ghcr.io/hmntsharma/ansible-cisco-sr-lab:latest
2. Follow the lab guide for each step as you execute the ansible playbook.

Username: cisco | Password: cisco

Enter the password at the prompt.

$ docker run -it ghcr.io/hmntsharma/ansible-cisco-sr-lab:latest ansible-playbook -u cisco -k main.yml
SSH password:

or

$ docker run -it ghcr.io/hmntsharma/ansible-cisco-sr-lab:latest ansible-playbook main.yml -e ansible_user="cisco" -e ansible_password="cisco"