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 ?