Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »



show
root@QFX5110-2# show interfaces ge-0/0/13
flexible-vlan-tagging;
encapsulation extended-vlan-bridge;
unit 0 {
    vlan-id 200;
}



{master:0}[edit]
root@QFX5110-2# commit check
[edit interfaces ge-0/0/13]
  'unit 0'
     interface needs to be in a bridge-domain or evpn to support family bridge
error: configuration check-out failed

{master:0}[edit]
root@QFX5110-2#

solution add interface to vlan
{master:0}[edit interfaces ge-0/0/16]
root@QFX5110-2# top show interfaces ge-0/0/16
flexible-vlan-tagging;
encapsulation extended-vlan-bridge;
unit 0 {
    vlan-id 200;
}


root@QFX5110-2# top show vlans
. . .
vlan200 {
    vlan-id 200;
    interface ge-0/0/12.0;
    interface ge-0/0/16.0;
}


  • No labels