Difference between revisions of "Infrastructure:Magma"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
(Created page with "Magma (ws-c3750g-48ts) serves as the north/south traffic switch for Infrastructure:Bastille. By convention, the top half is for management interfa...")
(No difference)

Revision as of 03:20, 14 September 2026

Magma (ws-c3750g-48ts) serves as the north/south traffic switch for Infrastructure:Bastille. By convention, the top half is for management interfaces, and the bottom half is for host frontend connections.

Management

There is a serial console.

Configured, you can also manage it over SSH using the command

   ssh \
   -o KexAlgorithms=+diffie-hellman-group1-sha1 \
   -o HostKeyAlgorithms=+ssh-rsa \
   -o Ciphers=+aes128-cbc \
   papatux@10.98.0.192

or over HTTP at the same address.

TODO

It currently has one VLAN. Ideally the top and bottom halves would be split into MGMT/LAN.


References