April 2020
Intermediate to advanced
482 pages
15h 16m
English
$ cat roles/build_router_config/templates/junos/mpls.j2 protocols { ldp {{% for intf in p2p_ip[inventory_hostname]|sort(attribute='port') %} interface {{intf.port}}.{{intf.vlan|default('0')}};{% endfor %} interface lo0.0; } rsvp {{% for intf in p2p_ip[inventory_hostname]|sort(attribute='port') %} interface {{intf.port}}.{{intf.vlan|default('0')}};{% endfor %} } mpls {{% for intf in p2p_ip[inventory_hostname]|sort(attribute='port') %} interface {{intf.port}}.{{intf.vlan|default('0')}};{% endfor %} }}$ cat roles/build_router_config/tasks/build_device_config.yml ...
Read now
Unlock full access