Spom Link Create May 2026
- name: Create SPoM link between PE1 and P1 hosts: PE1, P1 vars: link_local_ip: " ternary('0', '1')) /31" tasks: - name: Configure interface IP iosxr_config: lines: - interface GigabitEthernet0/0/0/0 - ipv4 address link_local_ip - no shutdown - mpls ip
For those looking to scale, manually creating links isn't feasible. Here is why the "spom" method is preferred for automation: spom link create