0 Pluspunkte 0 Minuspunkte
Wie erstelle ich Vlan Ports auf einem CX 6100 Switch von HP mit SSH?
von  

1 Antwort

0 Pluspunkte 0 Minuspunkte

Einen Trunk Port

switch(config)# interface 1/0/1
switch(config-if)# vlan trunk allowed 2,3,4

und einen Access Port

switch(config)# interface 1/0/1
switch(config-if)# vlan access 2

von