junipernetworks.junos icon indicating copy to clipboard operation
junipernetworks.junos copied to clipboard

Support For l2circuits

Open dar72 opened this issue 8 months ago • 0 comments

SUMMARY

Add support for configuring l2circuits

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

l2circuit

ADDITIONAL INFORMATION

It would be really useful to be able to configure l2circuits via Ansible. There is config required for the interfaces (family ccc etc) but the l2circuit protocol currently can't be configured via Ansible.

Example of config:

set protocols l2circuit neighbor 10.10.10.1 interface ge-0/0/0.0 virtual-circuit-id 1000
set protocols l2circuit neighbor 10.10.10.1 interface ge-0/0/0.0 description "Example ccc"
set protocols l2circuit neighbor 10.10.10.1 interface ge-0/0/0.0 ignore-encapsulation-mismatch

A similar config needs to be done on the neighbour router

dar72 avatar Jun 14 '24 13:06 dar72