Juniper Networks is a networking technology company headquartered in Sunnyvale, California. They design and manufacture core and edge routers, as well as switches and security devices, most of which run their custom operating system JunOS.
Questions tagged [juniper]
272 questions
0
votes
1 answer
JUNOS set system syntax error
I'm trying to enable the web interface on JUNOS 11.4R13.5 (outdated I know)
I'm trying to use the command set system services web-management https interface
But I'm unable to run it as I get a syntax error when I attempt to hit space after system:…

J_tt
- 1
- 2
0
votes
1 answer
Subnetting: Access 10.1.0.1 from 10.1.2.1?
Here is the newly configured vlan on my Juniper:
vlans {
vlan1 {
vlan-id 3;
l3-interface vlan.1;
}
}
interfaces {
vlan {
unit 1 {
family inet {
sampling {
input;
…

THE JOATMON
- 275
- 10
- 31
0
votes
1 answer
JunOS SCU (source class) matching not working on vMX 18
I testing Junos Subscriber Manager on virtual playgroung.
All seems fine and work as expected on real hardware. But with dynamic profile with source-class sclass_mytest option not working.
If I disable only one line "source-class sclass_mytest" all…

Tomato
- 79
- 1
- 8
0
votes
1 answer
SRX Juniper port forwarding
I am trying to punch a hole through the Juniper to allow access to a rasperry pi web camera running on a DHCP IP address and on port 8081. This is what I tried:
set security zones security-zone trust address-book address rCam 10.203.0.42/32
set…

lbutlr
- 113
- 6
0
votes
0 answers
Source NAT on Juniper SRX300
I'm having issues setting up the Source NAT on my SRX300 firewall. The firewall is connected to an LC-panel through a fibre optic cable in port 0/6. I have set the public ip on that interface and have configured the dns-servers and default gateway.…

HastDuPasta
- 13
- 2
0
votes
1 answer
Configuring Juniper EX2200 Ethernet-Switching
Recently I started configuring an Juniper EX2200 to be used with an fibre optic connection in it's SFP module.
The switch itself is online and can ping remote hosts without an issue after setting the IP provided by our ISP on the right interface…

HastDuPasta
- 13
- 2
0
votes
1 answer
ISC-DHCPD classes for ZTP (with Juniper)
I'm currently trying to setup a DHCP server to use it in a ZTP environment. My first goal is to be able to upgrade my Juniper devices automatically based on the hardware.
What I'm really trying to achieve is to dispatch the proper JUNOS software to…

gmazoyer
- 51
- 1
- 6
0
votes
1 answer
Why is the 'Move' box always disabled on our SRX 500 running JunOS 12?
I've been trying to determine what has happened with the SRX500's we have at work. They are running JunOS 12 [12.1X46-D40.2].
For some reason the 'Move' box in the upper right of the Security > Policy > Apply Policy page is always greyed out, so we…

Routhinator
- 13
- 1
- 8
0
votes
0 answers
Libreswan to Juniper SRX. Tunnel is up and running but nothing is going through
ipsec auto --status says that the connection is established:
000 #544: "VPN":4500 STATE_MAIN_I4 (ISAKMP SA established); EVENT_SA_REPLACE in 208s; newest ISAKMP; lastdpd=-1s(seq in:0 out:0); idle; import:admin initiate
But I do not see any changes…

Kamsiinov
- 103
- 4
0
votes
1 answer
What is the use of the 'exit' statement in a screenOS juniper firewall config?
I want to audit a screenOS juniper firewall. I have been provided with the configuration file, but I am not familiar with the syntax. I am wondering about the 'exit' command.
In the config file, most policies are followed by one or two additional…

Michael Palm
- 3
- 1
0
votes
0 answers
Juniper SRX345 goes into Recovery Mode on power failure; doesn't come all the way up
So we just purchased and installed a Juniper SRX345 as the edge device for our office network. For various reasons, the power in our office periodically goes down for longer than our 2 minutes of UPS time lasts us, sometimes at night.
Unfortunately…

Aaron R.
- 467
- 1
- 8
- 21
0
votes
0 answers
Can Juniper SRX300 act as VPN Client/SOHO Router?
I have a pair of Juniper SRX300 Services Gateway, that I was hoping to use at each end of a VPN Tunnel. I can see how to setup the VPN server-end, but I am trying to find the documentation to configure the other unit as the "vpn client". In other…

Ben
- 111
- 3
0
votes
1 answer
Wildcard Domain on Juniper Netscreen
On a Juniper Netscreen firewall, is there a character that can be used as a wildcard with a domain? For example, under the Objects -> Addresses section, if I want to create a new object similar to *.mydomain.net, how would I accomplish…

kingfish
- 410
- 3
- 11
0
votes
1 answer
Get detailed info via snmp from Juniper switch stack for monitoring
I try to get the following information out of the switch stack for monitoring purposes. Here is the command and its output executed directly on the switch stack via ssh login:
root@stack> show virtual-chassis
Preprovisioned Virtual…

Kay
- 3
- 4
0
votes
1 answer
IPsec tunnel won't stay up
I have a static IPsec tunnel configured between a Debian cloud server running StrongSwan and a Juniper SRX 210. The tunnel goes up just fine, but it never stays up for long, the longest may be about 1hr. I think it's because there isn't much data…

Agrajag9
- 180
- 9