HPE Aruba Networking & ProVision-based
1832853 Members
2834 Online
110047 Solutions
New Discussion

Re: VLAN issues 5412 procurve

 
rongk
Visitor

VLAN issues 5412 procurve

I am having issues getting the vlans to stick with the /29  my network consists of the following Vlans now.   My default vlan is a 10.10.0.0/ 16 and the other  vlans present are   /8 but every time I go to add the ip  with the shell it fails  bad Ip address. Any insight would be helpful on this issue below are the vlans I am trying to add . I have attached the config for the switch  and vlans I am trying to create not sure why this is happening 

 

Thanks in Advance

Ron

5 REPLIES 5
Vince-Whirlwind
Honored Contributor

Re: VLAN issues 5412 procurve

"every time I go to add the ip  with the shell it fails  bad Ip address."

 

Everything you've provided looks fine.

 

WHat is the config you are trying add, exactly?

rongk
Visitor

Re: VLAN issues 5412 procurve

I am trying to add the vlans that I provided with a /29 but it keeps failing with bad ip, again my main network is a 10.10.0.x / 16 and I have a few other vlans that I have setup using a 10.3.65.x /24  the new ones are going to need to be a /29 with diffrent gateways , this is for a Cisco BE6000 VOIP system , they said that they needed all of the servers to have there own vlan

Vince-Whirlwind
Honored Contributor

Re: VLAN issues 5412 procurve

I understand that, what I was interested in seeing is the specific config you are trying to apply.

rongk
Visitor

Re: VLAN issues 5412 procurve

My bad below is the config I am trying to apply vlan 20 is working  the other vlans are just for each server

 

vlan 20
   name "VOIP_Clients"
   untagged I4,I6,I8,I10,I12,K20
   ip address 10.3.69.1 255.255.255.0
   ip helper-address 10.10.0.2
   ip ospf 10.3.69.1 area backbone
   exit

vlan 21
   name "CM_Publisher"
   untagged I5
   ip address 10.3.65.0 255.255.255.248
   exit

vlan 22
   name "VM_Publisher"
   untagged I7
   ip address 10.3.65.16 255.255.255.248
   exit

vlan 23
   name "CUP_Publisher"
   untagged I9
   ip address 10.3.65.32 255.255.255.248
   exit

vlan 24
   name "UCCX_Publisher"
   untagged I11
   ip address 10.3.65.48 255.255.255.248
   exit

 

vlan 51
   name "CM_Subscriber"
   untagged I13
   ip address 10.3.65.8 255.255.255.248
   exit

vlan 52
   name "VM_Subscriber"
   untagged I15
   ip address 10.3.65.24 255.255.255.248
   exit

vlan 53
   name "CUP_Subscriber"
   untagged I17
   ip address 10.3.65.40 255.255.255.248
   exit

vlan 54
   name "UCCX_Subscriber"
   untagged I19
   ip address 10.3.65.56 255.255.255.248
 
   exit

vlan 400
   name "Voice_Gateway"
   untagged I21
   ip address 10.3.65.96 255.255.255.248
 
   exit

Vince-Whirlwind
Honored Contributor

Re: VLAN issues 5412 procurve

Those are "bad IP" because they are network addresses.

 

what they should be is, eg, 

vlan 21
   name "CM_Publisher"
   untagged I5
   ip address 10.3.65.1 255.255.255.248
   exit