Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| hardware:vnoc-flightcase [2018/11/18 15:19] – da_waschtl | hardware:vnoc-flightcase [2018/12/13 01:40] (current) – da_waschtl | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| 9x HP JC100A A5800 24G Switches for Access {{hardware: | 9x HP JC100A A5800 24G Switches for Access {{hardware: | ||
| - | The Accessswitches are plannend do screw them in [[https:// | + | The Accessswitches are plannend do screw them in [[https:// |
| For the Switches are some well-documented Templates planned, so that nobody needs to configure it by hand. | For the Switches are some well-documented Templates planned, so that nobody needs to configure it by hand. | ||
| - | Also planned for the Flightcase: | + | 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: | ||
| + | |||
| + | ====== Typical Tasks: ====== | ||
| + | |||
| + | |||
| + | add a user: | ||
| + | < | ||
| + | on switch side: | ||
| + | system-view | ||
| + | local-user waschtl | ||
| + | password simple 12345678 | ||
| + | |||
| + | on your pc: | ||
| + | scp -c aes128-cbc ~/ | ||
| + | |||
| + | on switch side: | ||
| + | ssh user waschtl service-type all authentication-type any assign publickey waschtl work-directory flash:/ | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | add a VLAN and allow it on some Interfaces: | ||
| + | < | ||
| + | system-view | ||
| + | vlan 1337 | ||
| + | interface Bridge-Aggregation14 | ||
| + | port link-type trunk | ||
| + | port trunk permit vlan 1 3504 | ||
| + | |||
| + | interface GigabitEthernet1/ | ||
| + | port link-mode bridge | ||
| + | port access vlan 3504 | ||
| + | </ | ||
| + | |||
| + | Also planned for the Flightcase | ||
| * some long power Cords | * some long power Cords | ||
| * long RJ45 Cables | * long RJ45 Cables | ||