title: Juniper EX Series Switches breadcrumbs:
{:.no_toc}
{:.no_toc}
{:.no_toc}
This page is super not done.
Enter configuration mode as necessary in the steps below with configure
and exit
.
root
and no password. You'll enter the shell.cli
set system host-name <hostname>
TODO
delete chassis auto-image-upgrade
(conf mode)show lldp neighbours
show | compare
set virtual-chassis no-split-detection
(VC) (recommended for only 2 members) (The split and merge feature is enabled by default on EX Series and QFX Series Virtual Chassis. You can disable the split and merge feature by using the set virtual-chassis no-split-detection command.) (When disabled, both parts remain active after a split.)request system zeroize
show interfaces
, show interfaces ae0 extensive
, show interfaces terse
, show interfaces terse | match ae
, show interfaces terse ge-* | match up.*up
show chassis hardware
, show version
, show system uptime
top
, exit
set interfaces interface-range <whatever> [member-range ge-0/0/0 to ge-0/0/1]
set interfaces ge-0/0/0 ether-options 802.3ad ae0
set interfaces ae0 aggregated-ether-options lacp active
set interfaces ae0 unit 0 family inet address 10.0.0.1/30
set routing-options static route 10.0.0.0/24 next-hop 10.0.1.1
show configuration [...] | display set
TODO
{% include footer.md %}