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...")
 
m
 
Line 1: Line 1:
[[Infrastructure:Magma|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.
+
[[Infrastructure:Magma|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 ==
 
== Management ==

Latest revision as of 03:21, 14 September 2026

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