0% found this document useful (0 votes)
79 views3 pages

Set Chassis Cluster Disable Reboot

The document provides instructions for resetting a device to factory defaults, disabling HA configurations, removing conflicting configurations, and then generating and applying an HA configuration with 3 redundancy groups and interfaces across 2 nodes. It also sets security zones and policies before removing the HA and fabric interfaces.

Uploaded by

None
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views3 pages

Set Chassis Cluster Disable Reboot

The document provides instructions for resetting a device to factory defaults, disabling HA configurations, removing conflicting configurations, and then generating and applying an HA configuration with 3 redundancy groups and interfaces across 2 nodes. It also sets security zones and policies before removing the HA and fabric interfaces.

Uploaded by

None
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Resetear de fabrica

#load Factory-default

# set system root-authentication plain-text-password

#run request system reboot

Deshabilitar previas configuracines de HA

set chassis cluster disable reboot


Se va a reiniciar sólo

Quitar configuraciones de conflicto

user@host#delete vlans
user@host#delete interfaces vlan
user@host#delete interfaces ge-0/0/1.0 family ethernet-switching (hacerlo para
tdas las interfaces)
user@host#delete security
user@host#commit

root> set chassis cluster cluster-id 1 node 0

Script de generacion de interface

https://support.juniper.net/support/tools/srxha/

set groups node0 system host-name srx-a

set groups node1 system host-name srx-b

set apply-groups "${node}"

set chassis cluster reth-count 3

set chassis cluster redundancy-group 0 node 0 priority 200

set chassis cluster redundancy-group 0 node 1 priority 100

set chassis cluster redundancy-group 1 node 0 priority 200

set chassis cluster redundancy-group 1 node 1 priority 100

set interfaces fab0 fabric-options member-interfaces fe-0/0/5

set interfaces fab1 fabric-options member-interfaces fe-1/0/5

set interfaces fe-0/0/0 fastether-options redundant-parent reth0

set interfaces fe-1/0/0 fastether-options redundant-parent reth0


set interfaces fe-0/0/1 fastether-options redundant-parent reth1

set interfaces fe-1/0/1 fastether-options redundant-parent reth1

set interfaces fe-0/0/2 fastether-options redundant-parent reth2

set interfaces fe-1/0/2 fastether-options redundant-parent reth2

set interfaces reth0 redundant-ether-options redundancy-group 1

set interfaces reth1 redundant-ether-options redundancy-group 1

set interfaces reth2 redundant-ether-options redundancy-group 1

set security zones security-zone Trusted

set security zones security-zone Untrusted

set security zones security-zone Trusted host-inbound-traffic system-services all

set security zones security-zone Untrusted host-inbound-traffic system-services ping

set security zones security-zone Untrusted interfaces reth0.0

set security zones security-zone Trusted interfaces reth1.0

set security zones security-zone Trusted interfaces reth2.0

Eliminar las interfaces de HA y fabric

root@srx-a# run show chassis cluster status

Cluster ID: 1

Node Priority Status Preempt Manual failover

Redundancy group: 0 , Failover count: 1


node0 200 primary no no

node1 0 lost n/a n/a

Redundancy group: 1 , Failover count: 1

node0 0 primary no no

node1 0 lost n/a n/a

{primary:node0}[edit]

root@srx-a#

You might also like