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
hardware:vnoc-flightcase [2018/12/09 17:24] da_waschtlhardware:vnoc-flightcase [2018/12/13 01:40] (current) da_waschtl
Line 16: Line 16:
 All Switches run on Comware 5, the documentation for the OS is here: {{hardware:comware_5_cli_guide.pdf}} All Switches run on Comware 5, the documentation for the OS is here: {{hardware:comware_5_cli_guide.pdf}}
  
-Typical Tasks:+====== Typical Tasks: ====== 
 + 
 add a user: add a user:
 +<code>
 +on switch side:
 system-view system-view
 local-user waschtl local-user waschtl
 password simple 12345678 password simple 12345678
  
-Also planned for the Flightcase:+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.1544372682.txt.gz
  • Last modified: 2018/12/09 17:24
  • by da_waschtl