Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

802.1q trunk

$
0
0

Hi,

 

I have stucked in creating a simple trunk between switch and server. I have created trunks between switches and all of them work fine. But trunk to server just doesn't work. 

 

Short story, I'm migrating a linux server from Cisco switch to Juniper switch. Server has redundant trunk ports.

 

In Cisco my standard trunk port config for such a port was:

interface GigabitEthernet0/23
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 110-112,114-116,122,145,160,173,174
 switchport mode trunk
 storm-control broadcast level 20.00
 spanning-tree portfast
 spanning-tree bpduguard enable

And that was flying like a boss.

 

I assumed in Juniper it should be easy enough to do this config:

    ge-0/0/40 {
        unit 0 {
            family ethernet-switching {
                interface-mode trunk;
                vlan {
                    members [ 110-112 114-116 122 145 160 173-174 ];
                }
                storm-control default;
            }
        }
    }

Why the hell that doesn't work ? 


Viewing all articles
Browse latest Browse all 10307

Trending Articles



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