Re: [j-nsp] Basic VLAN setup on a J2320

2010-04-08 Thread Morten Isaksen
I think I found the problem. The switching mode only works for uPIM cards and not the 4 internal ports on the J2320. I am at home right now, so I have not testet if that is the problem, but I think so. /Morten On Thu, Apr 8, 2010 at 5:37 PM, Chris Kawchuk wrote: > 1. Check your security zone t

Re: [j-nsp] Basic VLAN setup on a J2320

2010-04-08 Thread Chris Kawchuk
1. Check your security zone to ensure you're allowing ping on both devices, and that the vlan.xxx interfaces are part of the zone: i.e.: security { zones { security-zone trust { interfaces { vlan.99 { host-inbound-traffic {

Re: [j-nsp] Basic VLAN setup on a J2320

2010-04-08 Thread Morten Isaksen
I forgot the members [ ... ] part and that caused the vlan to be down. But after I added the members line the vlan was up but I was not able to ping bettween the two J2320, so same result. On Thu, Apr 8, 2010 at 4:24 PM, Chris Kawchuk wrote: > Seems to work fine with me, without any declared inte

Re: [j-nsp] Basic VLAN setup on a J2320

2010-04-08 Thread Chris Kawchuk
Seems to work fine with me, without any declared interface. Make sure your actual trunk port is "up". This is a config snippet from one of my SRX240s: ge-0/0/0 { unit 0 { family ethernet-switching { port-mode trunk; vlan { me

Re: [j-nsp] Basic VLAN setup on a J2320

2010-04-08 Thread Morten Isaksen
If I delete the interface section in the vlan stanza then the vlan is down. /Morten On Thu, Apr 8, 2010 at 3:23 PM, Chris Kawchuk wrote: > Do not include the "ge-0/0/3" in each of your VLAN statements; as that > designates that port to be an access port per se. > > You just need to have this: >

Re: [j-nsp] Basic VLAN setup on a J2320

2010-04-08 Thread Chris Kawchuk
Do not include the "ge-0/0/3" in each of your VLAN statements; as that designates that port to be an access port per se. You just need to have this: vlans { bgp { vlan-id 12; l3-interface vlan.12; } lan { vlan-id 10; l3-interface vlan.10; } wan {

[j-nsp] Basic VLAN setup on a J2320

2010-04-08 Thread Morten Isaksen
Hi! I am tryng to setup a vlan on a trunk port on 2 J2320 but I have some problems to get it to work. The two J2320 are connected to each other on ge-0/0/3. I can ping the local ip address on vlan 12 but not the ip address on the other router. tcpdump -n -i ge-0/0/3 show no traffic at all on the