Switching

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.

Changing the trunk interface.

  • 1.  Changing the trunk interface.

    Posted 02-14-2022 17:44
    I am trying to change the track interface and I get 

    'ethernet-switching'
    Family ethernet-switching and rest of the families are mutually exclusive
    error: commit failed: (statements constraint check failed)

    Configuration 

    Customer {
    interfaces {
    ge-0/0/5 {
    description "#25967 MIBURA SVC9169 SO10912";
    disable;
    speed 1g;
    ether-options {
    no-auto-negotiation;
    }
    unit 0 {
    family ethernet-switching {
    vlan {
    members 105;
    }
    storm-control BUM;
    }
    }
    }
    irb {
    unit 105 {
    disable;
    description "Customer";
    family inet {
    address 130.250.193.xxx/26 {
    vrrp-group 50 {
    virtual-address 130.250.193.xxx;
    priority 105;
    accept-data;
    track {
    interface ge-0/0/5 {
    priority-cost 10;

    family inet6 {
    address 2606:6800:xxxx::3/64 {
    vrrp-inet6-group 51 {
    virtual-inet6-address 2606:6800:xxxx::1;
    priority 105;
    accept-data;
    track {
    interface ge-0/0/9 { ------this needs to be ge-0/0/5 
    priority-cost 10;

    routing-options {
    rib inet6.0 {
    static {
    route 2606:6800:xxxx::/48 {
    next-hop 2606:6800:xxxx::4;
    tag 11;
    }
    }
    }
    }
    vlans {
    Customer_VRRP_105 {
    vlan-id 105;
    l3-interface irb.105;

    ------------------------------
    IAN VASQUEZ
    ------------------------------