- 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
Ensure the Service Provider has the necessary "Global Permissions" to share the object externally.
Push a test payload:
- 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
Ensure the Service Provider has the necessary "Global Permissions" to share the object externally.
Push a test payload: