hardware:vnoc-flightcase

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hardware:vnoc-flightcase [2018/11/18 14:54] da_waschtlhardware:vnoc-flightcase [2018/12/13 01:40] (current) da_waschtl
Line 1: Line 1:
-**WORK IN PROGRESS**+<nowiki>### WORK IN PROGRESS ###</nowiki>
  
-We got - again - some Network Hardware. Because of the need of an independent "it-just-works" network, a seperate Flightcase is planned.+Because of the need of an independent "it-just-works" network, a seperate Flightcase with some Network Hardware is planned.
  
-2x HP JC102A A5820X-24XG-SFP+ Switches for the Core [[hardware:4aa3-0739enw.pdf|Datasheet]] +2x HP JC102A A5820X-24XG-SFP+ Switches for the Core {{hardware:4aa3-0739enw.pdf|Datasheet}}
-9x HP JC100A A5800 24G Switches for Access +
- +
  
-Also planned for the Flightcase:+9x HP JC100A A5800 24G Switches for Access {{hardware:c04111584.pdf|Datasheet}} 
 + 
 +The Accessswitches are plannend do screw them in [[https://www.thomann.de/de/thon_multiflex_2he_modulrack_45.htm| Thomann 1HE Boxes]] the Core Switches in an [[https://www.thomann.de/de/thon_multiflex_3u_modulrack_45.htm|3HE Box]] together with some cabling stuff. 
 + 
 +For the Switches are some well-documented Templates planned, so that nobody needs to configure it by hand. 
 + 
 +The Config for the CORE Switches: 
 +The Config for the ACCESS Switches: 
 + 
 +All Switches run on Comware 5, the documentation for the OS is here: {{hardware:comware_5_cli_guide.pdf}} 
 + 
 +====== Typical Tasks: ====== 
 + 
 + 
 +add a user: 
 +<code> 
 +on switch side: 
 +system-view 
 +local-user waschtl 
 +password simple 12345678 
 + 
 +on your pc: 
 +scp -c aes128-cbc ~/.ssh/id_rsa_1024 waschtl@$switch:/waschtl.key 
 + 
 +on switch side: 
 +ssh user waschtl service-type all authentication-type any assign publickey waschtl work-directory flash:/ 
 +</code> 
 + 
 + 
 + 
 +add a VLAN and allow it on some Interfaces: 
 +<code> 
 +system-view 
 +vlan 1337 
 +interface Bridge-Aggregation14 
 +port link-type trunk 
 +port trunk permit vlan 1 3504 
 + 
 +interface GigabitEthernet1/0/27 
 +port link-mode bridge 
 +port access vlan 3504 
 +</code> 
 + 
 +Also planned for the Flightcase (Feature Release):
 * some long power Cords * some long power Cords
 * long RJ45 Cables * long RJ45 Cables
  • hardware/vnoc-flightcase.1542549281.txt.gz
  • Last modified: 2018/11/18 14:54
  • by da_waschtl