[j-nsp] Commit status in SNMP

2012-08-02 Thread Benny Amorsen
Is it possible via SNMP to see if the configuration is locked or whether
there are uncommitted changes?

If I forget to commit my changes, our automated configuration systems
cannot do their job. I'm wondering if I could make OpenNMS poke me
when that happens -- before the automated scripts start failing.


/Benny


___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


[j-nsp] OSPF Forwarding Address

2012-08-02 Thread Benny Amorsen
I have a weird problem where I can get IOS to set the Forwarding Address
for an external type 2 route (LSA type 5) in OSPF, but I cannot get
Junos to do the same.

The test network has 3 devices. Two of them are VRF's in an MX80
(router1 10.10.200.10 and router2 10.10.200.11), the last one is a
firewall (fw 10.10.200.1). All connected to the same switch, and
the network is a /27.

The MX80-VRF's are talking OSPF, again completely plainly configured
simply by putting the interface in area 0.0.0.0.

router1 has a static route to 192.168.200.0/24 via fw 10.10.200.1. It
redistributes this route into OSPF, again a completely plain policy just
saying from static then accept.

router2 receives the route through OSPF but Forwarding Address is not
set. Therefore it sends traffic destined for 192.168.200.0/24 to
router1 -- which is sort-of correct, but it would be much better if
the traffic was passed directly to the firewall.

If I replace router1 with a VRF on a Cisco 7600, Forwarding Address
is set to 10.10.200.1 and everything works as I expected. This is
obviously not my preferred solution :)


/Benny



___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] OSPF Forwarding Address

2012-08-02 Thread Stefan Fouant
In this case, router 1 is originating external the LSA through redistribution 
of the static, hence the other routers will see R1 as the next hop.

Although i have never done this myself, I think you should be able to 
manipulate your OSPF export policy to include a 'then next-hop 10.10.200.1' to 
manipulate the forwarding-address.

Stefan Fouant
JNCIE-SEC, JNCIE-SP, JNCIE-ENT, JNCI
Technical Trainer, Juniper Networks

Follow us on Twitter @JuniperEducate

Sent from my iPad

On Aug 2, 2012, at 7:59 AM, Benny Amorsen benny+use...@amorsen.dk wrote:

 I have a weird problem where I can get IOS to set the Forwarding Address
 for an external type 2 route (LSA type 5) in OSPF, but I cannot get
 Junos to do the same.
 
 The test network has 3 devices. Two of them are VRF's in an MX80
 (router1 10.10.200.10 and router2 10.10.200.11), the last one is a
 firewall (fw 10.10.200.1). All connected to the same switch, and
 the network is a /27.
 
 The MX80-VRF's are talking OSPF, again completely plainly configured
 simply by putting the interface in area 0.0.0.0.
 
 router1 has a static route to 192.168.200.0/24 via fw 10.10.200.1. It
 redistributes this route into OSPF, again a completely plain policy just
 saying from static then accept.
 
 router2 receives the route through OSPF but Forwarding Address is not
 set. Therefore it sends traffic destined for 192.168.200.0/24 to
 router1 -- which is sort-of correct, but it would be much better if
 the traffic was passed directly to the firewall.
 
 If I replace router1 with a VRF on a Cisco 7600, Forwarding Address
 is set to 10.10.200.1 and everything works as I expected. This is
 obviously not my preferred solution :)
 
 
 /Benny
 
 
 
 ___
 juniper-nsp mailing list juniper-nsp@puck.nether.net
 https://puck.nether.net/mailman/listinfo/juniper-nsp

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


[j-nsp] JNCIE-SP Personal LAB

2012-08-02 Thread Diogo Aleixo Vieira




Hi all, I am trying to set up a personal lab to JNCIE-SP studies, first of all 
I tryed to use Olive but I figure out that it has several limitation to 
simulate all the features of the lab.
So now I am looking for a cheap hardware running Junos to simulate the lab, 
anyone has any idea of hardware to simulate that?
I thought in SRX branch family but they do not implement logical systems and I 
am affraid about this limitation. Thanks, Diogo 
   
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] JNCIE-SP Personal LAB

2012-08-02 Thread Chip Gwyn
There's always the junosphere route.  Just make sure you have your topology and 
ip addressing down when you start so as to not waste the time. 

Sent from my mobile device, please excuse any typos.

On Aug 2, 2012, at 10:39 AM, Diogo Aleixo Vieira diogoaleixo_u...@hotmail.com 
wrote:

 
 
 
 
 Hi all, I am trying to set up a personal lab to JNCIE-SP studies, first of 
 all I tryed to use Olive but I figure out that it has several limitation to 
 simulate all the features of the lab.
 So now I am looking for a cheap hardware running Junos to simulate the lab, 
 anyone has any idea of hardware to simulate that?
 I thought in SRX branch family but they do not implement logical systems and 
 I am affraid about this limitation. Thanks, Diogo 
 ___
 juniper-nsp mailing list juniper-nsp@puck.nether.net
 https://puck.nether.net/mailman/listinfo/juniper-nsp

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] OSPF Forwarding Address

2012-08-02 Thread Benny Amorsen
Stefan Fouant sfou...@shortestpathfirst.net writes:

 In this case, router 1 is originating external the LSA through
 redistribution of the static, hence the other routers will see R1 as
 the next hop.

I take it that this is expected behaviour in Junos?

 Although i have never done this myself, I think you should be able to
 manipulate your OSPF export policy to include a 'then next-hop
 10.10.200.1' to manipulate the forwarding-address.

I will have to try that. I already tried then next-hop peer-address
which did not change anything (not even for the same scenario
redistributed from BGP instead of static).

Thank you for the suggestion!


/Benny

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] Juniper EX4200 SNMP ifIndex 0

2012-08-02 Thread James Marinas
Hello,

This is fixed in 11.4R4-S1.  For details on this service release including the 
download location, please refer to PSN-2012-07-673.  MR fixes for this PR are 
scheduled for 11.4R5 and 12.1R3.

I also want to point out that this issue has only been known to occur directly 
after an upgrade to 11.4R3, 11.4R4, and 12.1R2.  A reset of the shared-memory 
daemon (shm-rtsdbd) or an additional reboot should clear this condition.

For additional information, please refer to PSN-2012-07-668.

Regards,

--James

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] OSPF Forwarding Address

2012-08-02 Thread Jeff Wheeler
On Thu, Aug 2, 2012 at 7:59 AM, Benny Amorsen benny+use...@amorsen.dk wrote:
 If I replace router1 with a VRF on a Cisco 7600, Forwarding Address
 is set to 10.10.200.1 and everything works as I expected. This is
 obviously not my preferred solution :)

Do router2 and router1 have an OSPF adjacency on the /27?  This is
required for forwarding-address to be set.

-- 
Jeff S Wheeler j...@inconcepts.biz
Sr Network Operator  /  Innovative Network Concepts
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] JNCIE-SP Personal LAB

2012-08-02 Thread Juniper Maillist
Think about an M7i router, I do simulate 15 logical routers on it without any 
issue. 

Regards,
Abdullah



Sent from my iPhone

On Aug 2, 2012, at 5:39 PM, Diogo Aleixo Vieira diogoaleixo_u...@hotmail.com 
wrote:

 
 
 
 
 Hi all, I am trying to set up a personal lab to JNCIE-SP studies, first of 
 all I tryed to use Olive but I figure out that it has several limitation to 
 simulate all the features of the lab.
 So now I am looking for a cheap hardware running Junos to simulate the lab, 
 anyone has any idea of hardware to simulate that?
 I thought in SRX branch family but they do not implement logical systems and 
 I am affraid about this limitation. Thanks, Diogo 
 ___
 juniper-nsp mailing list juniper-nsp@puck.nether.net
 https://puck.nether.net/mailman/listinfo/juniper-nsp

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] OSPF Forwarding Address

2012-08-02 Thread Benny Amorsen
Jeff Wheeler j...@inconcepts.biz writes:

 Do router2 and router1 have an OSPF adjacency on the /27?  This is
 required for forwarding-address to be set.

Yes, right now that is their only OSPF adjacency. Right now the VRF's
only have that single interface.


/Benny

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] OSPF Forwarding Address

2012-08-02 Thread Benny Amorsen
Stefan Fouant sfou...@shortestpathfirst.net writes:

 Although i have never done this myself, I think you should be able to
 manipulate your OSPF export policy to include a 'then next-hop
 10.10.200.1' to manipulate the forwarding-address.

Alas, no luck with 'then next-hop 10.10.200.1'. It seems to only work
for BGP.


/Benny

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] JNCIE-SP Personal LAB

2012-08-02 Thread ????[]
I trying the lab on M10i ,this hardware will finish all lab ?
Thanks


--
Best Regards,
Jacy 


 

 




-- Original --
From:  Juniper Maillistabtur...@gmail.com;
Date:  Fri, Aug 3, 2012 05:27 AM
To:  Diogo Aleixo Vieiradiogoaleixo_u...@hotmail.com; 
Cc:  juniper-nsp@puck.nether.netjuniper-nsp@puck.nether.net; 
Subject:  Re: [j-nsp] JNCIE-SP Personal LAB



Think about an M7i router, I do simulate 15 logical routers on it without any 
issue. 

Regards,
Abdullah



Sent from my iPhone

On Aug 2, 2012, at 5:39 PM, Diogo Aleixo Vieira diogoaleixo_u...@hotmail.com 
wrote:

 
 
 
 
 Hi all, I am trying to set up a personal lab to JNCIE-SP studies, first of 
 all I tryed to use Olive but I figure out that it has several limitation to 
 simulate all the features of the lab.
 So now I am looking for a cheap hardware running Junos to simulate the lab, 
 anyone has any idea of hardware to simulate that?
 I thought in SRX branch family but they do not implement logical systems and 
 I am affraid about this limitation. Thanks, Diogo 
 ___
 juniper-nsp mailing list juniper-nsp@puck.nether.net
 https://puck.nether.net/mailman/listinfo/juniper-nsp

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp