If using automated link creation, run idempotent checks:

ansible -m iosxr_command -a "commands='show mpls ldp neighbor'" PE1

A successful SPoM link create must pass all above checks.


A typical spom link create command follows this structure:

spom link create \
  --link-id <unique_identifier> \
  --a-end <device>:<port/subinterface> \
  --z-end <device>:<port/subinterface> \
  --link-type <physical|logical|protection> \
  --bandwidth <value_in_mbps_or_gbps> \
  --owner <ops_team|planning|customer> \
  --description "<purpose_of_link>" \
  --auto-commit <true|false>

When creating links to support EVPN, you must also configure Ethernet Segments (ES) and ES Import Route Targets as part of the link create process.

The backend server verifies the signature against the blockchain state.

Spom Link Create Now

If using automated link creation, run idempotent checks:

ansible -m iosxr_command -a "commands='show mpls ldp neighbor'" PE1

A successful SPoM link create must pass all above checks. spom link create


A typical spom link create command follows this structure: If using automated link creation, run idempotent checks:

spom link create \
  --link-id <unique_identifier> \
  --a-end <device>:<port/subinterface> \
  --z-end <device>:<port/subinterface> \
  --link-type <physical|logical|protection> \
  --bandwidth <value_in_mbps_or_gbps> \
  --owner <ops_team|planning|customer> \
  --description "<purpose_of_link>" \
  --auto-commit <true|false>

When creating links to support EVPN, you must also configure Ethernet Segments (ES) and ES Import Route Targets as part of the link create process. A successful SPoM link create must pass all above checks

The backend server verifies the signature against the blockchain state.

Feedback