Switches, Hubs, and Modems
1752781 Members
6454 Online
108789 Solutions
New Discussion

HP2626 VLAN J4900B

 
brentdesalvo
New Member

HP2626 VLAN J4900B

Need info to setup 4 VLANS on HP2626 J4900

 

have tried to configure it with no success, so it is now at factory defaults

I would like to configure it as follows:

 

 

VLAN 1 (Ntwk1)

10.1.1.0 port 1-8

 

 

VLAN 2(ntwk2)

134.137.36.0 Ports 9-14

 

 

VLAN 3(ntwk3)

11.1.233.0  Port 15-18

 

VLAN 4(ntwk4)

11.101.1.0  Ports 19-24

 

port 26 is GBIC to another 2626 switch setup the same way need all traffic to pass out port 26 to other switch as well , but if not connected the switch still operates just fine locally with about vlans

 

Thanks

1 REPLY 1
cenk sasmaztin
Honored Contributor

Re: HP2626 VLAN J4900B

hi copy and paste two switch this config

 

SW 1-----------------------


vlan 1
   name "DEFAULT_VLAN"
   untagged 1-8,25,26
   ip address 10.1.1.1 255.255.255.0
   no untagged 9-24
   exit
vlan 2
   name "VLAN2"
   untagged 9-14
   tag 25,26
   ip address 134.137.36.1 255.255.255.0
   exit
vlan 3
   name "VLAN3"
   untagged 15-18
   tag 25,26
   ip address 11.1.233.1 255.255.255.0
   exit
vlan 4
   name "VLAN4"
   untagged 19-24
   tag 25,26
   ip address 11.101.1.1 255.255.255.0
   exit



SW2----------------------------------------

vlan 1
   name "DEFAULT_VLAN"
   untagged 1-8,25,26
   ip address 10.1.1.2 255.255.255.0
   no untagged 9-24
   exit
vlan 2
   name "VLAN2"
   untagged 9-14
   tag 25,26
   exit
vlan 3
   name "VLAN3"
   untagged 15-18
   tag 25,26
   exit
vlan 4
   name "VLAN4"
   untagged 19-24
   tag 25,26
   exit

cenk