Description

Secure wire can only be successfully configured in transparent mode. Default layer 3 or global switching modes will generate commit errors such as:

 

[edit interfaces ge-0/0/3 unit 0 family]

 'ethernet-switching'

  In switching mode, ethernet-switching interface must not be in security zone.

 

[edit security zones security-zone trust interfaces]

 'ge-0/0/3.0'

  Referenced interface must not be ethernet-switching interface of switching mode

 

error: configuration check-out failed: (statements constraint check failed)

Solution

To enable transparent bridge global mode, please use the following command and reboot.

 

# set protocols l2-learning global-mode transparent-bridge

Modification History

2024-04-24 : Article Created