[j-nsp] Layer 2 feature on srx

2012-04-09 Thread bruno
hello expert, i use two srx210h to test some Layer 2 networking features on MX Series routers. the topo is very simple PC1---SRX1SRX2PC2. the link in srx1---srx2 is set to trunk mode. PC1 and PC2 is belong to vlan 100. PC1 can't ping PC2. interfaces { ge-0/0/1 {

Re: [j-nsp] Layer 2 feature on srx

2012-04-09 Thread ashish verma
Are you missing zones/policies since it is SRX? On Mon, Apr 9, 2012 at 7:05 PM, bruno bruno.juni...@gmail.com wrote: hello expert, i use two srx210h to test some Layer 2 networking features on MX Series routers. the topo is very simple PC1---SRX1SRX2PC2. the link in srx1---srx2 is

Re: [j-nsp] Layer 2 feature on srx

2012-04-09 Thread bruno
not need to zone . coz i set it to packet mode -- Best Regards, Bruno -- Original -- From: ashish vermaashish.s...@gmail.com; Date: Mon, Apr 9, 2012 05:09 PM To: brunobruno.juni...@gmail.com; Cc:

Re: [j-nsp] Layer 2 feature on srx

2012-04-09 Thread Tom Storey
What software are you running on your SRX's? The only reason I ask is that I am running 10.4R4.5 on an SRX100, and this is how I do my VLANs (SRX is in flow mode, but does that really matter to L2??): interfaces { fe-0/0/1 { description ** Trunk to esxi1; unit 0 {

Re: [j-nsp] Layer 2 feature on srx

2012-04-09 Thread bruno
i am running 11.4R1.6 root@R1# run show version Hostname: R1 Model: srx210h JUNOS Software Release [11.4R1.6] -- Best Regards, Bruno -- Original -- From: Tom Storeyt...@snnap.net; Date: Mon, Apr 9, 2012 07:56 PM To:

Re: [j-nsp] Layer 2 feature on srx

2012-04-09 Thread Tim Eberhard
Off the cuff..Looks to me like you're missing your bridge domain-type. Sadly this doesn't produce any kind of errors when you attempt to commit. set bridge-domains name domain-type bridge. Additionally I noticed you're using two different vlans. As long as traffic is flowing across a single vlan

Re: [j-nsp] Layer 2 feature on srx

2012-04-09 Thread Phil Mayers
On 04/09/2012 10:10 AM, bruno wrote: not need to zone . coz i set it to packet mode Your config only shows packet-mode for family mpls. IPv4 will still be flow mode. ___ juniper-nsp mailing list juniper-nsp@puck.nether.net

Re: [j-nsp] Layer 2 feature on srx

2012-04-09 Thread Doug Hanks
In the context of packet-mode, the family mpls is analogous to inet. This is correct. I suggest that the OP use set vlan name instead of set bridge-domain name Also use set interfaces vlan instead of set interfaces irb I'm not even sure why the SRX accepted this configuration. Thank you, --