Re: [j-nsp] Cisco SX SFP on Juniper EX2200

2012-12-13 Thread Bjørn Tore Paulen
The EX platform is very particular with regards to the coding of the SFPs. Be sure you use Juniper coding. Bjørn Tore -Opprinnelig melding- Fra: juniper-nsp-boun...@puck.nether.net [mailto:juniper-nsp-boun...@puck.nether.net] På vegne av Paul Zugnoni Sendt: 13. desember 2012 04:53 Til:

Re: [j-nsp] Cisco SX SFP on Juniper EX2200

2012-12-13 Thread Nicolas Hyvernat
On Thu, Dec 13, 2012 at 02:25:31AM +, Coy Hile wrote: Is Juniper one of those vendors who doesn't play happy with non-'blessed' SFPs on certain platforms? I think I've heard stories about the MXes, but I don't have first-hand experience. MX: accept most non-'blessed' transceivers. EX:

Re: [j-nsp] Cisco SX SFP on Juniper EX2200

2012-12-13 Thread Chuck Anderson
Regarding my previous comment about auto-negotiation, on the EX platform the correct command is: set/delete interfaces ge-x/y/z ether-options no-auto-negotiation On Thu, Dec 13, 2012 at 11:02:00AM +0100, Nicolas Hyvernat wrote: On Thu, Dec 13, 2012 at 02:25:31AM +, Coy Hile wrote: Is

Re: [j-nsp] Cisco SX SFP on Juniper EX2200

2012-12-13 Thread Ben Dale
On 14/12/2012, at 12:29 AM, Chuck Anderson c...@wpi.edu wrote: Regarding my previous comment about auto-negotiation, on the EX platform the correct command is: set/delete interfaces ge-x/y/z ether-options no-auto-negotiation On Thu, Dec 13, 2012 at 11:02:00AM +0100, Nicolas Hyvernat

[j-nsp] NAT on MX5?

2012-12-13 Thread Luca Salvatore
Ermm Feel weird asking this but can I do NAT on a MX5? It doesn't seem have the features: # set services ? Possible completions: + apply-groups Groups from which to inherit configuration data + apply-groups-except Don't inherit configuration data from these groups rpm

Re: [j-nsp] NAT on MX5?

2012-12-13 Thread ashish verma
You can only do 1:1 NAT. One to many is not supported until the new service mic is ready. On Fri, Dec 14, 2012 at 4:25 PM, Luca Salvatore l...@ninefold.com wrote: Ermm Feel weird asking this but can I do NAT on a MX5? It doesn't seem have the features: # set services ? Possible

Re: [j-nsp] NAT on MX5?

2012-12-13 Thread Luca Salvatore
Yeah I know that... but its not even showing up in the config... Luca From: ashish verma [mailto:ashish.s...@gmail.com] Sent: Friday, 14 December 2012 4:35 PM To: Luca Salvatore Cc: juniper-nsp@puck.nether.net Subject: Re: [j-nsp] NAT on MX5? You can only do 1:1 NAT. One to many is not

Re: [j-nsp] NAT on MX5?

2012-12-13 Thread Skeeve Stevens
As far as I am aware - not at the moment. I believe there is a Serivces Module coming out which goes in the back - next year some time... no details thoughl ...Skeeve * * *Skeeve Stevens, CEO - *eintellego Pty Ltd ske...@eintellego.net ; www.eintellego.net Phone: 1300 753 383; Cell +61 (0)414

Re: [j-nsp] NAT on MX5?

2012-12-13 Thread ashish verma
I am running 11.4r6 and got the below option. root@mx1# set services ? Possible completions: adaptive-services-pics Adaptive Services PIC daemon configuration application-identification + apply-groups Groups from which to inherit configuration data + apply-groups-except Don't inherit

Re: [j-nsp] NAT on MX5?

2012-12-13 Thread Ben Dale
You can, but only 1-to-1 NAT (eg: static NAT) Still waiting on a services module... Config is a little different for inline - to turn it on you need an inline services interface: set chassis fpc 0 pic 0 inline-services bandwdith 10g set interfaces si-0/0/0 unit 0 family inet then you use

Re: [j-nsp] Cisco SX SFP on Juniper EX2200

2012-12-13 Thread Bjørn Tore
I believe this has to do with a 100/1000 issue. The SFP-Ts usually are autosensing GE/FE, but the EX won't do that. We found one that does the conversion within the SFP. Thus, the EX always thinks it's GE. bt@ipad Den 14. des. 2012 kl. 00:13 skrev Ben Dale bd...@comlinx.com.au: On

Re: [j-nsp] NAT on MX5?

2012-12-13 Thread Luca Salvatore
Thanks guys. A reboot actually fixed it. Weird. On 14/12/2012, at 5:02 PM, Ben Dale bd...@comlinx.com.au wrote: You can, but only 1-to-1 NAT (eg: static NAT) Still waiting on a services module... Config is a little different for inline - to turn it on you need an inline services