03-29-2019 07:27 AM
Hi amazing people, i need an urgent help.
I have a HP Procurve J9030A switch, which is having more than 15 VLANs. I brought 2 new Cisco 4500-x switch as main and backup and i have connected some devices which are in VLAN 40 in all the switches.
In HP Switch:
Ports G1-G6 are in VLAN 40 ( Untagged), port 23 is Trunk 3 which is tagged to VLAN 40 and port 24 is Trunk 4 which is tagged to VLAN 40.
I have configured cisco switch port Tengigabyte1/9 on each switch as trunk ports and tagged using the below commands.
switch# configure terminal
switch(config)# interface Tengigabyte1/9
switch(config-if)# switchport trunk allow vlan 40
It looks working, but not from the HP tagged ports. There are some ports which in default VLAN 1, while i connect my devices on that ports in HP switch only i am able to get access to the devices in cisco switch. Looks like issues with the packet tagging. HP switch config is correct, as i am using web interface. But can someone kindly help me to fix this issue. the setup is as below
Solved! Go to Solution.
03-29-2019 09:05 AM
Hi,
For testing purpose, you can simply make port 1/9 on both Cisco switches trunk ports. See below: Do the same on the HP side and test again. Also for all your access ports, modify the config to look like port te1/8
interface TenGigabitEthernet1/8
switchport access vlan 40
switchport mode access
!
interface TenGigabitEthernet1/9
switchport mode trunk
and test again.
HTH
03-29-2019 11:45 PM - edited 03-29-2019 11:46 PM
Hi,
Based on the HP switch configuration:
trunk G23 Trk3 Trunk
trunk G24 Trk4 Trunk
This is EtherChannel configuration on HP switch. It not a trunk port.
Please try below configuration on the HP Switch:
no trunk G23 Trk3 Trunk ! vlan 40 tagged G23
and Try on Cisco switch as normal trunk port configuration.
interface TenGigabitEthernet1/19 switchport mode trunk switchport trunk allowed vlan 40
Regards,
Deepak Kumar
03-29-2019 08:16 AM
03-29-2019 09:05 AM
Hi,
For testing purpose, you can simply make port 1/9 on both Cisco switches trunk ports. See below: Do the same on the HP side and test again. Also for all your access ports, modify the config to look like port te1/8
interface TenGigabitEthernet1/8
switchport access vlan 40
switchport mode access
!
interface TenGigabitEthernet1/9
switchport mode trunk
and test again.
HTH
03-29-2019 11:13 AM
Hello Mr.Reza,
Thank you for your reply. But both the switches contains other VLAN's, i dont want them to communicate each other. I want the communication between only VLAN 40 between the switches.
03-29-2019 12:06 PM
Hi,
What I propose was a temporary solution to isolate the problem. Anyway, as long as vlan 40 is added to the trunk (the same way you originally configured it) and the same vlan is also existed on the HP switch, they should be able to communicate. Just make sure both Cisco and HP are configured as a trunk or tagged. You access ports should only be configured for specific vlan and no need for trunk config.
HTH
03-29-2019 07:58 PM
Thanks Reza,
I will check that. by the way i have seen the default VLANs in HP switch is automatically configured as untagged to the Trunk ports. I have to remove them. Also i have configured the cisco switch in CLI mode and to make the trunk i use cisco network assistance tool. I made the port TenGigabitEthernet 1/9 port as 801.q trunking and tagged VLAN 40 using the Cisco network assistance tool. That time it might change the other ports to trunks automatically. But can you tell me the commands to make this as trunk ports and tagg with VLAN 40.
03-30-2019 01:31 AM
Hi Reza,
Its working now. Thank you for your support.
03-29-2019 10:49 AM
Hi,
In the attached configuration, you didn't attach a full configuration but after saw some port configuration I can assume that what is an issue:
interface TenGigabitEthernet1/14 switchport access vlan 40 switchport trunk allowed vlan 40 switchport mode access
Why did you configure "Switchport access VLAN 40" and "Switchport trunk allowed VLAN 40" both commands at the same time? This seems an issue with your trunk port as well.
Try with below configuration:
default interface TenGigabitEthernet1/19 -----------> it will reset the port configuration. ! interface TenGigabitEthernet1/19 switchport mode trunk switchport trunk allowed vlan 40 !
Regards,
Deepak Kumar
03-29-2019 11:20 AM
Hi Deepak,
Thanks for the recommendation, i will try that. But other ports are access ports tagged with VLAN 40. The trunk port at Tengigabit 1/9 port is the trunk port and i want only VLAN 40 to carry through the trunk. but now on the HP switch when i connect to default VLAN 1 ports then only i am able to reach the machines connected to Cisco VLAN 40 port. if i connect to VLAN 40 tagged ports in HP switch the machines connected to Cisco switch is un reachable.
03-29-2019 12:45 PM
Hi,
Please share HP and Switch configuration.
Regards,
Deepak Kumar
03-29-2019 07:43 PM
03-29-2019 08:01 PM
Hi Deepak,
I have seen the default VLAN is untagged to the Trunk ports. I might need to remove them.
03-29-2019 11:45 PM - edited 03-29-2019 11:46 PM
Hi,
Based on the HP switch configuration:
trunk G23 Trk3 Trunk
trunk G24 Trk4 Trunk
This is EtherChannel configuration on HP switch. It not a trunk port.
Please try below configuration on the HP Switch:
no trunk G23 Trk3 Trunk ! vlan 40 tagged G23
and Try on Cisco switch as normal trunk port configuration.
interface TenGigabitEthernet1/19 switchport mode trunk switchport trunk allowed vlan 40
Regards,
Deepak Kumar
03-30-2019 01:29 AM
Hi Deepak.
I have removed the Trunk ports from the Default VLAN in HP switch.
And in cisco switch A, it looks like the switch is not applying the configuration i was doing. And the port trunking of all the access port settings happened because of i was trying to configure it via CNA GUI tool. I did a factory reset of Cisco switch and configure it from scratch. Now its fine everything is working. Attached the config of the working cisco.
Thank you very much for your efforts.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide