Switching

last person joined: 3 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  only family bridge can be configured on this interface

    Posted 07-15-2016 02:55

    Hi,

    device: mx480

    I am configuring a bridge domain with more vlan. This is the configuration:

     

    set interfaces xe-0/2/0 traps
    set interfaces xe-0/2/0 vlan-tagging
    set interfaces xe-0/2/0 encapsulation flexible-ethernet-services
    set interfaces xe-0/2/0 unit 101 description GLOBAL
    set interfaces xe-0/2/0 unit 101 encapsulation vlan-bridge
    set interfaces xe-0/2/0 unit 101 vlan-id 101
    set bridge-domains GLOBAL domain-type bridge
    set bridge-domains GLOBAL vlan-id 101
    set bridge-domains GLOBAL interface xe-0/2/0.101

     

    If I add:

     

    set interfaces xe-0/2/0 unit 101 family inet address 10.9.30.26/31

     

    I receive the following error:

     

    m2240# commit
    [edit bridge-domains GLOBAL interface]
    'xe-0/2/0.101'
    only family bridge can be configured on this interface
    error: commit failed: (statements constraint check failed)

    [edit]
    m2240#

     

    I tryed to google the error but I didn't find nothing. Someone can help ?



  • 2.  RE: only family bridge can be configured on this interface
    Best Answer

     
    Posted 07-15-2016 03:33

    Hi,

     

    This is because the interface is present under a bridge-domain.

    If a routed interface is required, you can configure an irb interface:

    http://www.juniper.net/documentation/en_US/junos15.1/topics/example/layer-2-bridge-domain-environment-example-integrated-routing-and-bridging-mx-solutions.html

     

    Cheers,

    Ashvin



  • 3.  RE: only family bridge can be configured on this interface

    Posted 07-15-2016 05:30

    ok thanks.

     

    I configured an irb interface