Quantcast
Channel: Ethernet Switching topics
Viewing all articles
Browse latest Browse all 2326

EIGRP through EX2300

$
0
0

I have a number of clients that use dot1q tunnels between sites.  A few of those pass EIGRP.  On cisco devices using dot1q, and Juniper non-ELS switches it works just fine.  On ELS switches like the EX2300 the EIGRP session starts, but fails because the multicast response isn't getting through.

Is there any ideas on what could be causing this or how to make it work?  I'm quickly running out of ideas except go back to an EX3300.



ge-0/0/2 {
        description "60/ETS/116034 :: Mercy Medical <-> Umpqua Health";
        flexible-vlan-tagging;
        native-vlan-id 1;
        mtu 9216;
        encapsulation extended-vlan-bridge;
        unit 0 {
            vlan-id-list 1-4094;
            input-vlan-map push;
            output-vlan-map pop;
            family ethernet-switching {
                filter {
                    input rate-limit-10m;
                }
            }
        }
    }
xe-0/1/0 {
        flexible-vlan-tagging;
        mtu 9216;
        encapsulation extended-vlan-bridge;
        unit 118 {
            vlan-id 118;
        }
        unit 677 {
            vlan-id 677;
        }
        unit 1556 {
            vlan-id 1556;
        }
    }

    
protocols {
    igmp-snooping {
        vlan IMG.IAS.0677;
        vlan IMG.IAS.0118;
    }
    layer2-control {
        bpdu-block {
            interface ge-0/0/2 {
                drop;
            }
        mac-rewrite {
            interface ge-0/0/2 {
                enable-all-ifl;
                protocol {
                    stp;
                    vtp;
                    cdp;
                    lldp;
                }
            }
        }
    }


vlans {
    C60.ETS.116034 {
        interface xe-0/1/0.1556;
        interface ge-0/0/2.0;
        switch-options {
            no-mac-learning;
        }
    }


Viewing all articles
Browse latest Browse all 2326

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>