Here is how you enable use of third party or unsupported transceivers such as SFP / SFP+ fiber optics on e.g., Juniper's JunOS and Cisco IOS.

Juniper:

set chassis allow-other-transceivers

Cisco:

service unsupported-transceiver

HP/Aruba:

allow-unsupported-transceiver

Dell:

allow unsupported-transceiver

Arista:

Arista Networks EOS shell

[admin@localhost ~]$ touch /mnt/flash/enable3px
[admin@localhost ~]$ sudo reboot

This is something seasoned network engineers know about, but there's no reason why this should be kept secret.

I will add more when I learn of them.

Last Updated 2024-01-04


FreeBSD Remote Serial Console Access With Dell and Cisco Servers

Mon 01 May 2017 by feld

I have become allergic to Java. It seems every time I need to access a server console my system is throwing fits about Java security. I've spent hours trying to fix a Java issue which was preventing me from fixing a server I needed console access to. I will show …

read more