Questions tagged [junos]

Junos Network Operating System

59 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
  • 1
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
  • 266
  • 8
  • 29
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
  • 69
  • 1
  • 8
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
  • 3
  • 1
  • 7
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

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
2 answers

I have a Juniper SRX100 and a WIN 10 PC connected, but they can't seem to ping each other, although they are on the same subnet

I'm new to Juniper and need some troubleshooting help. I have a Juniper SRX100 and a WIN 10 PC connected, but they can't seem to ping each other, although they are on the same subnet (192.168.10.0/24). Can you please let me know, why they might not…
Syed
  • 1
  • 1
0
votes
0 answers

Juniper SRX 240 dynamic VPN soft timeout

I have been struggling with this for over 2 weeks now and tried everything i possibly can. The Dyanmic vpn connection works fine, but the pulse client randomly pop's up with a password promt and disconnects if the password is not re-entered. I found…
Barnz
  • 3
  • 3
0
votes
1 answer

Dead-simple Juniper firewall hairpinning

I have a SRX100 firewall running JunOS 12.1. I have a WAN interface proxy ARPing ten or so static routable IPs. I have a LAN interface on a simple class-C subnet (we'll call it 192.168.0.x). I'm using destination NAT and appropriate policy openings…
Ryan
  • 81
  • 1
  • 8
0
votes
1 answer

How to see all disabled interfaces in Juniper console?

How to see all disabled interfaces in Juniper console without looking through all of them? I have a Juniper EX4500 switch with JunOS 11.4R1.6 and all 48 ports are filled, so there are 96 interfaces in total. Some tests I do involve repeated…
Tooluka
  • 33
  • 1
  • 8
0
votes
1 answer

JunOS Regular Expressions for AS Path

I want to write a regex in Juniper MX960 router for BGP including 3 AS paths with first element is constant, second and third are wildcard. I found that we can put as numbers manually like this: "9121+ (one|two|three|...) (one|two|three|...)". This…
h0m3r
  • 25
  • 10
0
votes
2 answers

Juniper Router - Load Balancing

I have a single Juniper router which is connected to multiple external ASs. I am looking to load balancing for best way to automatically move traffic away from one link the others (without hardcoded static routes) and have a few questions about the…
Programster
  • 485
  • 12
  • 22
0
votes
1 answer

Redistribution of iBGP learned routes to all routers?

I am trying to accommodate for a link failure between LB1 (a Linux machine running Quagga) and either PAT1 or PAT2 (Juniper MX80 routers). The following diagram is a canonical version of my network layout: BGP setup: PAT1 and PAT2 each have a eBGP…
Andy Shinn
  • 4,131
  • 8
  • 38
  • 55
0
votes
2 answers

Is there a Juniper limitation on the number of SA in 'any to any' ACL in IKEv1

I've connected Juniper SRX5800 and another enodeB device (don't know the vendor) by an IPSec tunnel. It uses IKEv1 for negotiation of keys. there are 10 ACLs on the enodeB side and on Juniper SRX, I have configured ip-to-any ACLs for all 10 enodeB…
0
votes
1 answer

enabling MPLS,RSVP and OSPF-TE

I am using Juniper J-series routers to emulate a small telco and VPN customer.I need to use OSPF so that the routing information can be propagated to all P and PE nodes (basically all core and edge routers).Note that I don't want the routing…
liv2hak
  • 303
  • 4
  • 13
  • 25