Remove it from vlan members -- Frederic Gabut-Deloraine Network Engineer NEO TELECOMS AS8218 21 rue La Boetie 75008 Paris Tel : +33 1.49.97.07.47 Mob : +33 6.15.07.10.30 skype : fgabutdeloraine
Le 20 déc. 2011 à 20:35, "Chris Adams" <[email protected]> a écrit : > I've got a server connected to an EX4200 switch. Its port is in VLAN 9 > called "misc". All is well. The interface config looks like: > > unit 0 { > family ethernet-switching { > port-mode access; > vlan { > members misc; > } > } > } > > Now I want to enable IPMI on the server on a separate LAN segment. This > is done on the server hardware with a VLAN on the BMC; tagged traffic in > the specific VLAN (30, named "ipmi") is separated for IPMI (the server > OS never sees it), and the rest goes to the server. I want to keep VLAN > 9 untagged (so the OS sees it just the same as before). I tried: > > unit 0 { > family ethernet-switching { > port-mode trunk; > vlan { > members [ misc ipmi ]; > } > native-vlan-id 9; > } > } > > Now the IPMI LAN is active, but the packets to the server on VLAN 9 are > also tagged (so the server doesn't see them). It looks like > native-vlan-id only sets the VLAN for inbound untagged packets. How do > I get VLAN 9/misc packets sent untagged on this port? > -- > Chris Adams <[email protected]> > Systems and Network Administrator - HiWAAY Internet Services > I don't speak for anybody but myself - that's enough trouble. > _______________________________________________ > juniper-nsp mailing list [email protected] > https://puck.nether.net/mailman/listinfo/juniper-nsp _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

