Re: [j-nsp] break statement in SLAX

2018-12-13 Thread Martin T
On Thu, Dec 13, 2018 at 7:15 PM Martin T wrote: > > Hi! > > I have a XML text node which contains random integers between 1 and 10 > and are separated by LF(0x0a). I convert this text node into a string > and use jcs:break-lines() to put those numbers into a node-set. This > means, that

[j-nsp] break statement in SLAX

2018-12-13 Thread Martin T
Hi! I have a XML text node which contains random integers between 1 and 10 and are separated by LF(0x0a). I convert this text node into a string and use jcs:break-lines() to put those numbers into a node-set. This means, that eventually I have an object like this: (sdb) print $int_ns [node-set]

Re: [j-nsp] IPAM like tool/DB for managing communities

2018-12-13 Thread Emille Blanc
+1 for PHPIPAM. It's code is clean and super-easy to modify if needed, and it has GUI built-ins to add custom fields. -Original Message- From: juniper-nsp [mailto:juniper-nsp-boun...@puck.nether.net] On Behalf Of Roger Wiklund Sent: Thursday, December 13, 2018 7:09 AM To:

Re: [j-nsp] Silly command?

2018-12-13 Thread Chris Adams
Once upon a time, Thomas Bellman said: > On 2018-12-13 16:10, Chris Adams wrote: > > While configuring a new MX204, I noticed this: > > > > admin@newrouter> request vmhost power-o? > > Possible completions: > > power-offPower off the software on RE > > power-on

Re: [j-nsp] Silly command?

2018-12-13 Thread Thomas Bellman
On 2018-12-13 16:10, Chris Adams wrote: > While configuring a new MX204, I noticed this: > > admin@newrouter> request vmhost power-o? > Possible completions: > power-offPower off the software on RE > power-on Power on the system > > Umm, why is there a CLI

Re: [j-nsp] MX204-IR RIB->FIB sync?

2018-12-13 Thread Timur Maryin via juniper-nsp
Hi Jason, The loss upon restoration could easily be due to microloop. Which is caused by different convergence speed of neighboring. When you leave only one type of routers they converge at the same speed so no microloops. On 13-Dec-18 02:47, Jason Lixfeld wrote: Hi all, I’ve been

Re: [j-nsp] DHCP Client subscriber management

2018-12-13 Thread Andrey Kostin
Hi Mattew, In Junos there is no dedicated feature set for subscriber management, all features are included in regular Junos package, but you need to activate some licenses to use it. If you have already working AAA system for DHCP subscribers, Junos should be capable to work with it.

[j-nsp] Silly command?

2018-12-13 Thread Chris Adams
While configuring a new MX204, I noticed this: admin@newrouter> request vmhost power-o? Possible completions: power-offPower off the software on RE power-on Power on the system Umm, why is there a CLI command to turn the router ON? -- Chris Adams

Re: [j-nsp] IPAM like tool/DB for managing communities

2018-12-13 Thread Roger Wiklund
NIPAP maybe? http://spritelink.github.io/NIPAP/ Personally I like phpIPAM, it's quite easy to add custom stuff. https://phpipam.net On Mon, Dec 10, 2018 at 10:30 AM wrote: > Hi folks, > > I'm just wondering if anyone happens to know about a tool that can be used > to manage BGP communities

Re: [j-nsp] command authorization and tacacs

2018-12-13 Thread Timur Maryin via juniper-nsp
Hi Pierfrancesco, Timur> 2. commit script which checks presence of certain parts of config. I'll need to refresh myself on this and see if I can use this technique. There is an example on github which can be used as starting point:

Re: [j-nsp] DHCP Client subscriber management

2018-12-13 Thread Matt Peterson
Subscriber Management will allow for RADIUS and DHCP options to map to services or package profiles. For example, VLAN tag combo X gets package Y which is rate limited to 250Mbps and Z number of DHCP leases. The "day 1" guide for Subscriber Management (aka BNG) is quite extensive. Make sure to