- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: VLAN issues 5412 procurve
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2015 01:20 PM
01-14-2015 01:20 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2015 04:16 PM
01-14-2015 04:16 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2015 08:45 AM
01-19-2015 08:45 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2015 01:55 PM
01-19-2015 01:55 PM
Re: VLAN issues 5412 procurve
I understand that, what I was interested in seeing is the specific config you are trying to apply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015 05:25 AM
01-20-2015 05:25 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2015 02:48 PM
01-20-2015 02:48 PM
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