- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- VLAN configuration simple in 2610-48
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
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
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
08-23-2015 10:54 PM - edited 08-24-2015 09:29 AM
08-23-2015 10:54 PM - edited 08-24-2015 09:29 AM
I have two unmanaged(no vlan) switches connected to a managed switch (HP 2610-48). In the switch 1 I have a PC with ip 192.168.101.2/24 and switch 2 i have a pc with ip 192.168.102.2/24.
The managed switch in the VLAN101 interface 1 and interface 2 the vlan102 and 50 is the interface that connects to a machine on which this proxy cache installed as one pfsense ..
In pfsense I configured the IP VLAN101 192.168.101.1/24 and vlan102 with ip 192.168.102.1/24
Well I can not ping the VLAN interface pfsense, ie, either the ip 192.168.101.1 and 192.168.102.1.
I guess the problem I have in the switch configuration ProCurve 2610-48 is as follows:
Vlan 1
name "default_vlan"
untagged 1-52
ip address 192.168.199.1 255.255.255.0
exit
vlan 101
name "vlan101"
tagged 50
exit
vlan 102
name "vlan102"
tagged 50
exit
What's wrong?
Vlan 1
name "default_vlan"
untagged 1-52
ip address 192.168.199.1 255.255.255.0
exit
vlan 101
name "vlan101"
tagged 50
exit
vlan 102
name "vlan102"
tagged 50
exit
I tried it with other ProCurve Switch 1810G-24 and settings that show below seems to work but it seems to me that is not properly configured.
http://servyarte.com/pfsense4.jpg
http://servyarte.com/pfsense5.jpg
http://servyarte.com/pfsense6.jpg
http://servyarte.com/pfsense7.jpg
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2015 10:56 AM
08-24-2015 10:56 AM
SolutionI have no clue about pfSense...
However, those ports where you have connected unamanaged switches, must be configured for the appropriate vlans
vlan 101
name "vlan101"
untagged 1
tagged 50
exit
vlan 102
name "vlan102"
untagged 2
tagged 50
exit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2015 03:07 PM
08-24-2015 03:07 PM
Re: VLAN configuration simple in 2610-48
Thanks a lot.
Tomorrow i will do testing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2015 12:04 AM
08-25-2015 12:04 AM
Re: VLAN configuration simple in 2610-48
Thanks a lot.
Now it works.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2015 12:16 AM
08-25-2015 12:16 AM
Re: VLAN configuration simple in 2610-48
My Pleasure...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2015 08:27 AM
12-09-2015 08:27 AM
Re: VLAN configuration simple in 2610-48
Hi all
I try implement also simple config, can anybody help me to detect what is wrong.
Running configuration:
; J9726A Configuration Editor; Created on release #WB.15.14.0012
; Ver #06:0c.18.f3.ff.35.0d:26
hostname "HP-2920-24G"
module 1 type j9726a
ip route 0.0.0.0 0.0.0.0 10.22.1.1
snmp-server community "public" unrestricted
openflow
controller-id 1 ip 10.22.1.26 port 6653 controller-interface vlan 3
instance "test"
listen-port 6653
member vlan 2
controller-id 1
version 1.3
enable
exit
enable
exit
oobm
ip address dhcp-bootp
exit
vlan 1
name "DEFAULT_VLAN"
no untagged 17-24
untagged 1-16,A1-A2,B1-B2
ip address 10.22.1.28 255.255.255.0
exit
vlan 2
name "hosts"
untagged 17-22
ip address 10.23.1.1 255.255.255.0
ip helper-address 10.22.1.1
voice
exit
vlan 3
name "controller"
untagged 23-24
ip address 10.24.1.1 255.255.255.0
ip helper-address 10.22.1.1
exit
password manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2015 09:34 AM
12-09-2015 09:34 AM
Re: VLAN configuration simple in 2610-48
you need the "ip routing" command at the global config context to enable routing.