[j-nsp] replacing M5 RE-3.0 hard drive

2013-07-17 Thread Antonio Querubin
I have a Juniper M5 whose hard drive just failed.  The drive appears to be 
a Fujitsu MHT2030AT.  Can I just simply swap in a new hard drive and 
partition it?  Has anyone tried replacing it with a solid state equivalent 
and if so, what did you use?


Antonio Querubin
e-mail:  t...@lavanauts.org
xmpp:  antonioqueru...@gmail.com
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] ipv6 routing

2010-04-04 Thread Antonio Querubin

On Sun, 4 Apr 2010, Ramesh Karki wrote:


As I have already mentioned, the same interface fe-0/1/0 has been configured
to run both ospf and ospf3 and there is no any issue on ospf v4 from the
beginning.


show ospf interface fe-0/1/0.0

Interface   State   AreaDR ID   BDR ID
Nbrs
fe-0/1/0.0  BDR 0.0.0.10 x.x.192.4x.x.192.1   1

but the same interface configured for ospf3 outcome is unexpected.


show ospf3 interface fe-0/1/0.0

  OSPF instance is not running


Reviewing what you've posted so far I only see a partial ospf3 config for 
ge-0/0/0.0


Could you please post the complete output of:

show configuration protocols ospf
show configuration protocols ospf3
show ospf interface
show ospf3 interface

Then for your dual-stack interfaces which should be running ospf and ospf3 
do:


show configuration interfaces

On your ciscos which have a working ospf3 config do

show running-config | begin ipv6 router ospf
show ipv6 ospf interface

show running-config interface each dual-stack interface that faces a juniper

Antonio Querubin
808-545-5282 x3003
e-mail/xmpp:  t...@lava.net
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] ipv6 routing

2010-04-01 Thread Antonio Querubin

On Thu, 1 Apr 2010, Ramesh Karki wrote:


Similar ospf config between cisco to cisco is okay there is not any issue.
But between cisco to M10i is not working.
Here, I have listed my JunOS ospf config :
run show configuration protocols ospf3
preference 10;
area 0.0.0.10 {
   interface lo0.0 {
   passive;
   }
   interface ge-0/0/0.0 {
   metric 10;

am I missing anything ??

My curiosity : when I execute the command  run show ospf3 interface
ge-0/0/0.0 it says -
“OSPF instance is not running” ??


Is your ospf config similar for both IPv4 and IPv6?  Does 'show ospf 
interface' give you the same thing?


Antonio Querubin
808-545-5282 x3003
e-mail/xmpp:  t...@lava.net___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Re: [j-nsp] ipv6 routing

2010-04-01 Thread Antonio Querubin

On Thu, 1 Apr 2010, Ramesh Karki wrote:


Is your ospf config similar for both IPv4 and IPv6?
Do we need to configure similarly on both v4 and v6 ! some interfaces that


No.  I'm asking only to determine whether OSPF for IPv4 is running at all 
on the same interface or even on other interfaces.


Antonio Querubin
808-545-5282 x3003
e-mail/xmpp:  t...@lava.net
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] ipv6 routing

2010-04-01 Thread Antonio Querubin

On Thu, 1 Apr 2010, Ramesh Karki wrote:


it is on the same interface. eg. interface fe-0/1/0 has been configured for
both v4 and v6.


So are you saying ospf and ospf3 BOTH work on fe-0/1/0.something? 
What do the following show?


show ospf interface fe-0/1/0.something

show ospf3 interface fe-0/1/0.something


Antonio Querubin
808-545-5282 x3003
e-mail/xmpp:  t...@lava.net
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] ipv6 routing

2010-03-31 Thread Antonio Querubin

On Wednesday 31 March 2010 03:20:28 pm Ramesh Karki wrote:


 Static route from Cisco to M10i Lo0 ip is okay. but
 static route from M10i to 720x Lo0 is not showing on
 routing table and it is not working. There is no problem
 between p2p connection.


Are you sure the Cisco is announcing the loopback address to the M10? 
You may want try adding 'redistribute connected' in the appropriate IGP 
part of your Cisco config.


Antonio Querubin
808-545-5282 x3003
e-mail/xmpp:  t...@lava.net
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] ipv6 routing

2010-03-31 Thread Antonio Querubin

On Thu, 1 Apr 2010, Ramesh Karki wrote:


I have also tried to run ospf3 but no luck, the command  show ospf3
interface ge-0/0/0.0 says
“OSPF instance is not running”



I have tried run ospf3 but no luck, the command  show ospf3 interface
ge-0/0/0.0 says
“OSPF instance is not running”


What does your ospf3 config look like on the M10?  What does it look like 
on the Cisco?


Antonio Querubin
808-545-5282 x3003
e-mail/xmpp:  t...@lava.net___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Re: [j-nsp] Peering with loopback

2010-02-04 Thread Antonio Querubin

On Thu, 4 Feb 2010, Bill Blackford wrote:

I don't have the session live anymore but my recollection after looking 
in the syslog is that I was trying to peer up with the loopback address 
and getting errors that the interface of the local interconnect couldn't 
establish peer.


I've found that IPv4 IBGP via loopbacks requires specifying 
'local-address' to work (Juniper to Juniper) whereas IPv6 IBGP via 
loopbacks does not.  But I never quite figured out why this was so. 
Could this be similar to your problem?


Antonio Querubin
808-545-5282 x3003
e-mail/xmpp:  t...@lava.net
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] IPv6

2010-01-23 Thread Antonio Querubin

On Sat, 23 Jan 2010, Johan Borch wrote:


https://www.sixxs.net/faq/connectivity/?faq=ossetupos=juniper

Isn't this an 6to4 setup?


That's just a 6in4 tunnel.  6to4 uses automatic tunneling where the 
destination IPv4 tunnel address is automatically generated from the 
destination 6to4 address.


Antonio Querubin
808-545-5282 x3003
e-mail/xmpp:  t...@lava.net
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


[j-nsp] ethernet aggregation between M5 and HP Procurve 4000M

2008-01-31 Thread Antonio Querubin
Anybody know if Junipers are able to do ethernet aggregation with an HP 
Procurve 4000M switch?  The Procurve 4000M config menu provides 3 
different aggregation types:  Trunk, FEC, and SA-Trunk.  Would any of 
these work with an M5 running JunOS 7?


Antonio Querubin
whois:  AQ7-ARIN
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp