- Community Home
 - >
 - Networking
 - >
 - Switching and Routing
 - >
 - Comware Based
 - >
 - PROBLEM TO CREATE VLAN AND TRUNK BETWEEN 2 new S...
 
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-25-2018 01:50 AM
01-25-2018 01:50 AM
Hi everyone,
i 've some difficulties with trunk link with a HP5130 EI linked to other aruba 2530-8g
I can't ping 2 PC each other in the same subnet for example with 10.203.0.3 and 10.203.0.7 ip@
Each PC are connected in permitted ports on each side trought the trunk link (vlan 3)
But vlan 1 is working fine on every ports
here the ARUBA 2530-8g model J9974A config:
SWITCHINTL003(config)# sh run
Running configuration:
; J9774A Configuration Editor; Created on release #YA.16.02.0012
; Ver #0e:01.10.82.34.47.18.28.f3.84.9c.63.ff.37.27:b9
hostname "SWITCHINTL003"
time timezone 60
snmp-server community "public" unrestricted
vlan 1
   name "DEFAULT_VLAN"
   untagged 1-10
   ip address 192.0.0.53 255.255.255.0
   exit
vlan 2
   name "Management"
   tagged 1,9
   ip address 10.202.0.4 255.255.255.0
   exit
vlan 3
   name "Backup"
   tagged 3,9
   ip address 10.203.0.4 255.255.255.0
   exit
spanning-tree
spanning-tree mode rapid-pvst
SWITCHINTL003(config)#
here the HP5130 EI 48 ports model JG941A config:
[SWITCHINTL000] dis cu
...
#
vlan 1
 igmp-snooping enable
#
vlan 2
 name Management
 description Vlan_Management
 igmp-snooping enable
#
vlan 3
 name Backup
 description Vlan_Backup
 igmp-snooping enable
#
#
interface GigabitEthernet1/0/24
 port access vlan 3
...
#
interface GigabitEthernet1/0/41
 port link-type trunk
 port trunk permit vlan all
...
#
 ip route-static 0.0.0.0 0 192.0.0.101
#
 snmp-agent
 snmp-agent local-engineid 800063A280F8F72414DC3A00100001
 snmp-agent sys-info version v3
 snmp-agent group v3 managev3group
#
 ntp-service unicast-server 10.0.6.6
 ntp-service unicast-server 10.0.6.56
#
#
domain system
#
 domain default enable system
#
[SWITCHINTL000]
Solved! Go to Solution.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
01-25-2018 02:55 AM
01-25-2018 02:55 AM
			
				
					
						
							Re: PROBLEM TO CREATE VLAN AND TRUNK  BETWEEN  2 new SWITCHS one HP5130 EI and the other aruba 2530-
						
					
					
				
			
		
	
			
	
	
	
	
	
Which 2530 port is connected to the PC? I wonder why vlan 3 is not "untagged" on any port.
Communication between switches: tagged vlan 3 Communication between machines: untagged vlan 3
ATP FLEXNETWORK V3 | ACSA
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
01-29-2018 12:22 AM
01-29-2018 12:22 AM
SolutionHi johnk3r,
sorry for the delay,
i understand you are right !
I don't untagged the port 3 in aruba 2530 fot the PC
i add this on the switch and now it's working :
"vlan 3
   name "Backup"
   untagged 3
   tagged 9
   ip address 10.203.0.4 255.255.255.0
"
thank you very much :-)