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
-2
votes
1 answer
Can clients connect to internet from inside without pppoe setting (Juniper srx300)?
I want clients from inside zone to access internet. I searched plenty of times but no compatible solutions.
My device is Juniper SRX300.
much appreciate for suggestions!

Tsubasa Ozora
- 1
- 3
-2
votes
1 answer
fatal: [cor-001]: FAILED! => {"changed": false, "msg": "junos-eznc (aka PyEZ) >= 2.1.7 is required for this module. However, junos-eznc does not a
I am getting this error when trying to run my playbook even though I have already installed pyEZ.
Can anyone please help me to fix it?
MCBOOK:~ user2018$ ansible-playbook simpletest.yml
[DEPRECATION WARNING]: [defaults]hostfile option, The key is
…

farhad
- 1
- 2
-2
votes
2 answers
Python,using pexpect to connect to a switch
I am trying to connect a switch Juniper using pexpect library to get some interfaces informations, here is my code:
import pexpect
child = pexpect.spawn('ssh root@10.171.23.246')
child.expect('login as:…

manoman
- 1
- 1
- 3