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
0
votes
1 answer
Ansible Ad-Hoc command with ssh keys
I would like to setup ansible on my Mac. I've done something similar in GNS3 and it worked but here there are more factors I need to take into account. so I have the Ansible installed. I added hostnames in /etc/hosts and I can ping using the…

Patryk Petryszen
- 1
- 3
0
votes
1 answer
Don't know how to build from a source file with suffix `.yy'. Expected a suffix in this list: ['.lm', '.ll']
I'm having an issue while building packages from source using scons. I'm getting the below exception. If I change the file extension to ll or lm
I get syntax errors while it compiles.
scons -j ${JOBS_COUNT:-$(grep -c processor /proc/cpuinfo || echo…

salim ep
- 35
- 5
0
votes
1 answer
Course import issue from ironwood to juniper
I’m trying to import a course that has multiple videos and is hosted on an ironwood server to a newly deployed juniper server. While importing it throws the following errors in the console.
Following is the console log output
TypeError:…

Zubair
- 915
- 2
- 9
- 28
0
votes
1 answer
Problems with telemetry (jtimon/Telegraf) on Juniper OS (Junos)
we are trying to set some telemetry environment on a Juniper VMX (virtual) router located on AWS.
We configured the router following the documentation, and tried to get some telemetry data from it via jtimon and Telegraf.
The gRPC connection is…

Eric-sama
- 1
- 3
0
votes
0 answers
ANSIBLE - Parsing XML Results with multiple same tags
I'm trying to parse XML result from juniper router with Ansible
Here an exemple of XML results that i get :
NAME1
ID1
…
0
votes
1 answer
Python - Parsing Junos Router Config to display data in a row
I have the below Junos router config section. I am trying to parse the data to display the results below. I have tried a number of things but the problem that I am having is that i cannot seem to get a unique line for each interface (lo0.2 and…
0
votes
1 answer
Juniper PyEZ ephemeral database send RPC
I want to send some "raw" RPC commands
For example;
eph1
]]>]]>
im a bit baffled on how to do that, any thoughts?

Neil Bernard
- 131
- 2
- 9
0
votes
1 answer
Reusing a moved variable for warp filters
I want to use Rust and Juniper to create a GraphQL server. This server has to access the database.
I've been trying to follow this example code from Juniper but it uses an empty Context to give over to the Schema; I need to send a pool for database…

Lanbo
- 15,118
- 16
- 70
- 147
0
votes
1 answer
How can i implement `std::iter::FromIterator<_>' for Struct?
When I try to make the one to many relational query for graph with diesel vie mysql, querying enum fails with fromIterator.
helps show i need to implement `std::iter::FromIterator<_> but I don't know how exactly implement the struct.
Any helps…

ryosukemitake
- 49
- 1
- 6
0
votes
1 answer
Python 3, Tkinter GUI, Juniper Switch DevOps task
I've been doing python for around 3 weeks now so very new to it. Don't judge me on my code! :)
I have made an app to enable basic network ops functions to be performed at the click of a button, tasks like:
Disable/ Enable interface
Disable/ Enable…

Ryan
- 21
- 2
0
votes
3 answers
Ansible playbook “path specified in src not found”
I am runnning into this message when I do this :
ansible-playbook -i inventory junos_config_new.yml --check -vvv
ansible-playbook 2.9.9 config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules',
…

user409817
- 21
- 6
0
votes
1 answer
Juniper SRX 210 vlan interface configuration
Dears,
Am new to networking and i need your help to solve one issue that i am facing while setting up vlan interface in juniper srx210 device
MY-PC ---> Cisco 3750 -- > srx.210 ( vlan interface)
root# show vlans MGMT {
vlan-id 101;
l3-interface…

salim ep
- 35
- 5
0
votes
1 answer
How to test an ExecutorService thrown RuntimeException
I'm trying to test a service method that throws a runtimeexception in a executorservice ran job. However the test doesn't seem to be catching it. I suppose because the test finishes before the executor job is finished. What is the trick to find a…

kenny
- 1,157
- 1
- 16
- 41
0
votes
1 answer
Live traffic on port via snmp and discrepancies
Iam trying to get data from HP switches and Juniper firewalls and its port via snmp.
I am looking for the way how to analyze live traffic on port so I can create a graph of utilization of the ports like on Solarwinds or Observium.
So far I have the…

Jakub Koudela
- 160
- 1
- 18
0
votes
1 answer
What is the junos_install_config replacement module?
When using the junos_instal_config module from the Juniper.junos role for ansible in a playbook such as:
---
- name: Send Set Files to Different Devices
hosts: all
roles:
- Juniper.junos
connection: local
gather_facts: no
tasks:
-…

Maurio
- 172
- 3
- 13