Juniper Overview: Unterschied zwischen den Versionen

Aus QBWiki
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „=== CLI === == Alcatel Lucent Enterprise OXE == <syntaxhighlight lang="bash"> show interfaces terse # Reboot request system reboot # License request s…“)
 
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
 
== Alcatel Lucent Enterprise OXE ==
 
== Alcatel Lucent Enterprise OXE ==
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 +
 +
# Interfaces
 
  show interfaces terse
 
  show interfaces terse
 
   
 
   
 
+
# MAC-Table
 +
show ethernet-switching table
  
 
# Reboot
 
# Reboot
 
  request system reboot
 
  request system reboot
 +
</syntaxhighlight>
 +
 +
==== 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">
 +
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
 +
</syntaxhighlight>
 +
 +
====  ====
 +
<syntaxhighlight lang="bash">
 +
</syntaxhighlight>
 +
 +
====  ====
 +
<syntaxhighlight lang="bash">
 +
</syntaxhighlight>
  
 +
====  ====
 +
<syntaxhighlight lang="bash">
 +
</syntaxhighlight>
  
 +
====  ====
 +
<syntaxhighlight lang="bash">
 +
</syntaxhighlight>
 +
 +
====  ====
 +
<syntaxhighlight lang="bash">
 +
</syntaxhighlight>
  
 
# 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