You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an "emergency" level event occurs, Dublin's switch would notify all logged-in users. Amsterdam's would not.
In Amsterdam, enter:
set system syslog user * any emergency
DHCP options
The dhcp service is disabled, so the trace options are moot. If we ever do enable it, better to be verbose.
In Amsterdam, enter: set processes dhcp-service traceoptions flag all
Old interfaces
Old interfaces clutter the Amsterdam config. This just cleans the config; they won't disappear from interface lists when running commands like show interfaces terse.
I have made the changes across both sites, with exception of the interface x/2/y changes as these are because I am specifically trying to disable the unused optics which are due for removal.
Emergency messages
If an "emergency" level event occurs, Dublin's switch would notify all logged-in users. Amsterdam's would not.
In Amsterdam, enter:
set system syslog user * any emergency
DHCP options
The dhcp service is disabled, so the trace options are moot. If we ever do enable it, better to be verbose.
In Amsterdam, enter:
set processes dhcp-service traceoptions flag all
Old interfaces
Old interfaces clutter the Amsterdam config. This just cleans the config; they won't disappear from interface lists when running commands like
show interfaces terse
.In Amsterdam, enter:
The switch should be in LACP passive mode
As discussed on the chat, the Linux clients and the HE uplink are all in LACP active mode
In Amsterdam, enter:
In Dublin, enter:
delete interfaces ae60 aggregated-ether-options lacp active
Disable dhcpv6 in Dublin
We configure our ipv6 subnet statically.
In Dublin, enter:
Graceful restart of routing protocols
Since we use static routing, the config line is just clutter.
In Dublin, enter:
delete routing-options graceful-restart
Delete superfluous 802.1x config
802.1x is disabled by default; the configuration does nothing.
In Amsterdam, enter:
delete protocols dot1x
That's it
Finish with a
commit
on both sides.The text was updated successfully, but these errors were encountered: