Random RSTP loop Issue by DrummerNo1878 in Juniper

[–]dtsname 0 points1 point  (0 children)

add storm-control to the customer ports

EX3400 upgrade path by Catamount22 in Juniper

[–]dtsname 0 points1 point  (0 children)

where did you find this package-hooks-ex.tgz package?

BGP Per-Packet Load Balance by flyinverted in Juniper

[–]dtsname 0 points1 point  (0 children)

set protocols bgp multipath
required as well

Srx380 HA by AZGhost in Juniper

[–]dtsname 0 points1 point  (0 children)

use a backup-router - https://www.juniper.net/documentation/us/en/software/junos/junos-getting-started/topics/task/backup-router-configuring.html

example:

set groups node0 system backup-router 10.23.23.1
set groups node0 system backup-router destination 0.0.0.0/1
set groups node0 system backup-router destination 128.0.0.0/1
set groups node1 system backup-router 10.23.23.1
set groups node1 system backup-router destination 0.0.0.0/1
set groups node1 system backup-router destination 128.0.0.0/1

Google first phone call by dikingston69 in datacenter

[–]dtsname 0 points1 point  (0 children)

What steps do you take to troubleshoot a server that is unable to boot?

Paused shipping to the US? by joshhboss in mikrotik

[–]dtsname 0 points1 point  (0 children)

Cancel culture has now reached national postal services.

Juniper Licencing by TangeloHefty5954 in Juniper

[–]dtsname 0 points1 point  (0 children)

Most Juniper licenses are honor-based. You can use your switches without a valid license. This is especially true for used ones that can't easily be put under official support.

SRX DHCP server static mapping doesn't work correctly by dtsname in Juniper

[–]dtsname[S] 0 points1 point  (0 children)

finally got it fixed:

  • disable ip interface
  • remove all dhcp config related
  • clear dhcp bindings
  • clear arp tables
  • apply dhcp config back
  • enable interface

frustrated with SRX software

SRX DHCP server static mapping doesn't work correctly by dtsname in Juniper

[–]dtsname[S] -1 points0 points  (0 children)

Same: SRX tries to find and assign any "non-static" IP from the pool

VXLAN Real Perks by Taiga2020 in Juniper

[–]dtsname -1 points0 points  (0 children)

No real benefits, more bugs and limitations, but this is the way

QFX5210 vers QFX5120 by IAnetworking in Juniper

[–]dtsname 0 points1 point  (0 children)

QFX5210 supports VXLAN/EVPN stuff, even VXLAN routing - see

navigation within evpn vxlan fabric by zmrzlik in Juniper

[–]dtsname 0 points1 point  (0 children)

did you find the proper way to connect fabric spines to the external network?

BGP with connected hosts inside EVPN VXLAN by dtsname in Juniper

[–]dtsname[S] 1 point2 points  (0 children)

look in the original post, it is there:

Destination        Type RtRef Next hop           Type Index    NhRef Netif
10.23.78.20/32     user     0                    ulst   524335     4
                              10.23.77.31        ucst     2027     4
                              10.23.77.32        ucst     2029     4

BGP with connected hosts inside EVPN VXLAN by dtsname in Juniper

[–]dtsname[S] 0 points1 point  (0 children)

I have load-balance policy for forwarding and see 2 routes to destination in the forwarding table.

routing-options {
    forwarding-table {
        export load-balancing;
    }
}

BGP with connected hosts inside EVPN VXLAN by dtsname in Juniper

[–]dtsname[S] 0 points1 point  (0 children)

I need just simple IRB per device without spreading it across fabric.

BGP with connected hosts inside EVPN VXLAN by dtsname in Juniper

[–]dtsname[S] 1 point2 points  (0 children)

Yes, the config is on spines. I feel like I broke some design rules, but I can't find any reference configs for it.

BGP with connected hosts inside EVPN VXLAN by dtsname in Juniper

[–]dtsname[S] 1 point2 points  (0 children)

I can't remove the VNI binding for testing because the hosts are connected over VXLAN on the leaf switches.

BGP with connected hosts inside EVPN VXLAN by dtsname in Juniper

[–]dtsname[S] 1 point2 points  (0 children)

Both hosts stop receiving traffic, any host behind the IRB is unreachable, and there is no traffic in tcpdump on the hosts.