For software development issues related to Juniper hardware. Networking and configuration questions should be asked on https://networkengineering.stackexchange.com/
Questions tagged [juniper]
108 questions
1
vote
1 answer
Get specific items out of junos list in Ansible
ansible version: ansible 2.7.7
Juniper.junos 2.1.0
My problem is the I have an array of interfaces a switch in which I would like to find only the physical interfaces (e.g. ge-0/0/0 or ge-0/0/14 or xe-0/0/3)
I have tried
msg:…

Charles Shum
- 63
- 6
1
vote
1 answer
Is it possible to perform any kind of parallel computations in a GraphQL Object field using Tokio and Juniper?
This question might be closely related to this GitHub issue.
I have a GraphQL server written in Rust using Juniper. This server needs to perform some HTTP requests in order to build and send back the data required by the clients.
Some fields may…

Kevin Combriat
- 11
- 2
1
vote
1 answer
How to fetch the vsrx IP using softlayer IP
I am able to fetch the vsrx (public/private/mgmt) IP using getNetworkGateways service using
curl -g…

jayant kumar
- 39
- 4
1
vote
1 answer
How to install Juniper.junos ansible-galaxy in mac?
I tried to install the latest version of Juniper.junos on my Mac :
sudo ansible-galaxy install Juniper.junos
-downloading role 'junos', owned by Juniper
-downloading role from…

dinesh babu
- 41
- 5
0
votes
1 answer
How can I set the name of fields in my schema using Juniper and Rust?
I'm currently developing a GQL API in Rust using Actix and Juniper.
actix = "0.13.0"
juniper = "0.15.11"
I've managed to create a working environment without issues, however I've noticed that Juniper is automatically renaming my Query fields.
The…

Aitor Martin
- 724
- 1
- 11
- 26
0
votes
0 answers
How can I get the address of the http management page of Juniper SSG-520?
We have two Juniper.
One of them, we knows the ip address and can access the management page through the web UI.
However, the other one forgot the ip address and cannot access the management page.
Is it possible to find out the ip address of the…

goni
- 1
0
votes
2 answers
Issue with Juniper vMX14 route reflector not transmitting VRF
I am working on a project implementing Seamless MPLS on a Juniper vMX14 router. I have configured all the necessary configurations for MPLS routing, but I am having an issue with the route reflector. The route reflector doesn't seem to be working…

Manseur Dounia
- 1
- 1
0
votes
0 answers
How to make a junos vcp boot in shell mode?
Is there a way in which you could make a junos vcp boot in shell mode instead of operational mode?

doppelganger82
- 1
- 1
0
votes
0 answers
Juniper SRX300 Web Filtering
I'm having issues with a Juniper SRX300. I can't seem to find a way to configure web-filtering without juniper-enhanced that needs a license. I've been following this link[1][2] with not much luck.
I'm following the first link[1] but I get stuck in…

Luis Javier Alvarez Rodriguez
- 313
- 1
- 8
0
votes
0 answers
Telegraf; Influx; JTI
i'm collecting metrics from Juniper MX devices with Telegraf JTI (Juniper Telemetry Interface) gRPC input plugin.
here is the artifacts i get
and here is the outputs.file sample in json data format
as far as i understand the root issue of the…

Andrey Grigorian
- 50
- 5
0
votes
0 answers
Ansible & Juniper Junos - Unable to make a PyEZ connection: ConnectError()
I have my inventory.ini, playbook called checklist.yml, and ansible.cfg.
I use VS code and I have the extension "remote - ssh" to connect to the network script server. Then I git pull from the script server and run ansible-playbook…

Jason Ui
- 1
- 1
0
votes
1 answer
Junos not accepting key authentication
I have a problem with ssh rsa key authentication. I'm using an SRX100H2 that is running JUNOS 12.1X46-D10.2. I generated a private/public key pair without password on an ubuntu host. I copied the public key in /var/tmp using scp on the SRX100H2 and…

Salvador Limones
- 67
- 1
- 7
0
votes
0 answers
Parsing and Extracting from Junos Configurations - Python
I am parsing Junos configurations stored in text files generated by RANCID. For convenience in my dev case, some of the interesting configuration hierarchies are stored in a variable in the script.
My specific requirement is to collect the physical…

jiannone
- 11
- 4
0
votes
0 answers
Juniper ACX5448, interface disabled but SFP continue to emit laser
I have a link that is down between two routers (juniper ACX5448), with SFPs present at each end.
By doing a show interfaces diagnostics optics, we can see that the RX are in -Inf dbm
admin@router1> show interfaces diagnostics optics…
0
votes
1 answer
influence data structure for python xml parser
I'm pulling what is left of my hair out today.
I'm working with NETCONF and Juniper Junos devices and struggling to understand how to achieve something.
The problem is the XML config output is formatting annotations in a way that the parsers are not…

doghousedean
- 74
- 12