Re: [j-nsp] mx960 junos upgrade fail

2018-04-06 Thread Alexander Dube
Hi Aaron, did you checked how much space is left on /var/? show system storage On my box /var is about 10G > show system storage | grep "File|var" Filesystem Size Used Avail Capacity Mounted on /dev/gpt/var 14G 2.8G10G 22% /.mount/var

Re: [j-nsp] Does Junos cli support colors?

2018-03-15 Thread Alexander Dube
Hi Martin, not exactly what you need, but if you use MacOS with iterm, you can use regex to colorize your output. I colorzied up and down interface status in a very basic way: https://abload.de/img/bildschirmfoto2018-03j4ov6.png Regards Alex Martin T schrieb: >Hi! >

[j-nsp] Best practice for igp/bgp metrics

2017-10-25 Thread Alexander Dube
Hello, we're redesigning our backbone with multiple datacenters and pops currently and looking for a best practice or a recommendation for configuring the metrics. What we have for now is a full meshed backbone with underlaying isis. IBGP exports routes without any metric. LSP are in loose mode

Re: [j-nsp] inject unresolvable static route via bgp

2017-06-22 Thread Alexander Dube
Hi Alex, yes, 2.2.2.2 is resolvable on the core router. Your hint with advertising the connected routes to the injection router, works like a charm and is a suitable solution for us. Thank you :) Best regards Alex Von: "Alexander Arseniev" <arsen...@btinternet.com> An:

[j-nsp] inject unresolvable static route via bgp

2017-06-22 Thread Alexander Dube
Hello, we try to implement a route injection with a vmx to reduce the count of static routes on our core routers ( a very large amount ... ) I've the problem, that if i set a static route on the vmx, it will be advertised with the wrong next-hop ( self in this case ) The session between the

Re: [j-nsp] reinject traffic from DDoS filtering device

2017-05-05 Thread Alexander Dube
Hi, lets check if I understand it the right way: # define group id on transit interfaces lets assume its a localloop from vlan 1 through the scubbing device back into vlan 2 set interface xe-0/0/11.0 family inet filter group 1 set interface xe-0/0/22.0 family inet filter group 1 set

[j-nsp] reinject traffic from DDoS filtering device

2017-05-04 Thread Alexander Dube
Hello, i've a problem reinjecting filtered traffic from a anti ddos device into our network. What we want to achive is, that traffic which comes from our upstreams/peerings is redirected to a filtering device. This is the easy part, as this can be done with a static or bgp routing. Now the