Juniper Overview: Unterschied zwischen den Versionen

Aus QBWiki
Zur Navigation springenZur Suche springen
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 11: Zeile 11:
 
# Reboot
 
# Reboot
 
  request system reboot
 
  request system reboot
 +
</syntaxhighlight>
  
 
==== Cluster Checks ====
 
==== Cluster Checks ====
 +
https://www.juniper.net/documentation/us/en/software/junos/chassis-cluster-security-devices/topics/topic-map/security-chassis-cluster-verification.html
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
show chassis cluster status
 
show chassis cluster status
Zeile 20: Zeile 22:
 
show chassis cluster data-plane statistics
 
show chassis cluster data-plane statistics
 
show chassis cluster status redundancy-group 1
 
show chassis cluster status redundancy-group 1
 +
show chassis cluster information configuration-synchronization
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Zeile 44: Zeile 47:
 
# License
 
# License
 
request system license update
 
request system license update
</syntaxhighlight>
 

Aktuelle Version vom 29. November 2025, 00:44 Uhr

CLI

Alcatel Lucent Enterprise OXE

# Interfaces
 show interfaces terse
 
# MAC-Table
 show ethernet-switching table

# Reboot
 request system reboot

Cluster Checks

https://www.juniper.net/documentation/us/en/software/junos/chassis-cluster-security-devices/topics/topic-map/security-chassis-cluster-verification.html

show chassis cluster status
show chassis cluster interfaces
show chassis cluster statistics
show chassis cluster control-plane statistics
show chassis cluster data-plane statistics
show chassis cluster status redundancy-group 1
show chassis cluster information configuration-synchronization

  1. License

request system license update