Network/Enterasys C5K125-48P2

From Hive13 Wiki
(Redirected from HV0166)
Jump to navigation Jump to search


Hive13 Equipment
List of All Documented Equipment
I40632 C5K125-48P2.jpg
Owner/Loaner: Hive13
Hive13 Asset Tag: HV0166
Make/Model: Enterasys C5K125-48P2 (google)
Arrival Date: February 2020
Does it work?: Yes
Certification Needed?: Yes
Contact: CTO
Floorplan: 3C
Enterasys_C5K125-48P2.png



Hive13 owns five Enterasys C5K125-48P2 switches, generously donated by the Fort Thomas Independent School District in northern Kentucky. Currently we only use one switch; the rest are in reserve for future expansion and failed unit replacement.

Specifications

  • 48x 10/100/1000 copper Ethernet ports with 802.3at (PoE+)
  • 2x SFP combo ports (47-48)
  • 2x SFP+ 10Gbps ports
  • Stackable! (Multiple switches can be connected together via stack ports on the rear panel to function as one unit)

Configuration

This configuration should get an unconfigured switch up and running.

set ip protocol none
set ip address 172.16.2.2 mask 255.255.254.0 gateway 172.16.2.1
set system name "Hive13"
set system location "3C"
set system contact "cto@hive13.org"
set vlan create 10
set vlan create 13
set vlan create 84
set vlan name 1 "Hive13-Int"
set vlan name 10 "Hive13-Guest"
set vlan name 13 "Hive13-IoT"
set vlan name 84 "Hive13-Cam"
clear vlan egress 1 ge.1.37-46
set vlan egress 10 ge.1.1-2;ge.1.48 tagged
set vlan egress 13 ge.1.1-6;ge.1.48 tagged
set vlan egress 84 ge.1.1-7;ge.1.48 tagged
set vlan egress 84 ge.1.37-46 untagged
set flowcontrol disable
set igmpsnooping interfacemode *.*.* enable
set igmpsnooping adminmode enable
set lldp port tx-tlv all ge.*.*
set port alias ge.1.1 "WAP - Main Room"
set port alias ge.1.2 "WAP - FabLab"
set port alias ge.1.3 "LAG:Dumpstor"
set port alias ge.1.4 "LAG:Dumpstor"
set port alias ge.1.5 "LAG:Colony"
set port alias ge.1.6 "LAG:Colony"
set port alias ge.1.7 "Orwell"
set port alias ge.1.35 "Main Door"
set port alias ge.1.36 "Vending Machine"
set port alias ge.1.37 "Camera"
set port alias ge.1.38 "Camera"
set port alias ge.1.39 "Camera"
set port alias ge.1.40 "Camera"
set port alias ge.1.41 "Camera"
set port alias ge.1.42 "Camera"
set port alias ge.1.43 "Camera"
set port alias ge.1.44 "Camera"
set port alias ge.1.45 "Camera"
set port alias ge.1.46 "Camera"
set port alias ge.1.47 "Diag Port"
set port alias ge.1.48 "Uplink to MikroTik"
set port vlan ge.1.37-46 84 modify-egress
set prompt "Hive13"
set snmp access ro security-model v1 exact read All notify All nonvolatile 
set snmp access ro security-model v2c exact read All notify All nonvolatile 
set snmp access public security-model v1 exact read All write All notify All nonvolatile 
set snmp access public security-model v2c exact read All write All notify All nonvolatile 
set snmp access public security-model usm exact read All write All notify All nonvolatile 
set snmp community :3fb03022e4966512343b511c263dcf1240739359ec6cad7d8c6277007e7e0657521e0641967b150156:
set snmp group ro user ro security-model v1 
set snmp group public user public security-model v1 
set snmp group ro user ro security-model v2c 
set snmp group public user public security-model v2c 
set snmp group public user public security-model usm 
set snmp user public authentication sha :611ff6b1fd5474c6084dae18f854eb80d2bd05c8: encryption aes privacy :611ff6b1fd5474c6084dae18f854eb80:
set snmp view viewname All subtree 1
set sntp client unicast
set sntp server 50.205.244.110
set spantree adminedge ge.1.1-2;ge.1.7-47 true
set spantree adminedge ge.1.3-6 false
set spantree spanguard enable 
set ssh enabled
set summertime enable 
set summertime recurring second Sunday March 02:00 first Sunday November 02:00 60
set timezone 'EST' -5 0

CLI Reference

The manual for this switch is saved in the Hive13 Network Documentation shared drive in G Suite.