Infrastructure:Magma

From the Linux and Unix Users Group at Virginia Teck Wiki
Revision as of 03:21, 14 September 2026 by Rsk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Magma serves as the north/south traffic switch for Infrastructure:Bastille. It is a Cisco ws-c3750g-48ts. 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