Switches, Hubs, and Modems
1752278 Members
4979 Online
108786 Solutions
New Discussion юеВ

Re: Port-groups on at 4204vl

 
Mikkel Nielsen
Occasional Advisor

Port-groups on at 4204vl

Hi.

Is it possigle to make a port group, or an alias for a group of interfaces on a HP 4204vl?

I would be mutch eaiser to configure VLANS for ie. VMWare Servers, with somting like this.
5 REPLIES 5
Shadow13
Respected Contributor

Re: Port-groups on at 4204vl

Hi,
Just for clarification, are you talking about Link Aggregation ?

Regards
Mikkel Nielsen
Occasional Advisor

Re: Port-groups on at 4204vl

No - its very simple.

I would like to define a group of ports, ie. called vmware, witch can be use for configure vlans.

Example:

(config)# port-group "vmware" member 1-7,13,17
(config)# vlan 30 tag vmware
Sietze Reitsma
Respected Contributor

Re: Port-groups on at 4204vl

the following commands will do the same

4202 vl(config)#vlan 20 name vmware
4202 vl(config)#vlan "vmware" tagged A1,A2,A7-A10

hopefully this helps


Mikkel Nielsen
Occasional Advisor

Re: Port-groups on at 4204vl

Yes, i know that, but then i have to document somewhere else witch ports that are connected to my vmware servers, the other way it would be self-describing.

But i guess that its not possible.
Franck Guenichot
Occasional Advisor

Re: Port-groups on at 4204vl

Hello,
this is possible with interface name command:

4204vl (config)# interface 1-8 name "vmware"

Then the interface 1 to 8 will be named "vmware"

You could then view these name with the "show name" command.