HPE Aruba Networking & ProVision-based
1834804 Members
2374 Online
110070 Solutions
New Discussion

Hp Pro Curve 2650 J4899B

 
Francesco86
Occasional Advisor

Hp Pro Curve 2650 J4899B

Hello! it's possible do a trunk with this switch and a Cisco Catalyst 2960s? i have my vlan on Cisco system but non comunicate correctly with HP.

7 REPLIES 7
Vince-Whirlwind
Honored Contributor

Re: Hp Pro Curve 2650 J4899B

Yes.

On the HP side, you set your VLAN ID tagged

On the cisco side you set it to dot1q, sw mode trunk, and make sure your VLAN ID is allowed

 

You should match up the untagged VLAN (HP) / Native VLAN (Cisco) while you are at it.

Francesco86
Occasional Advisor

Re: Hp Pro Curve 2650 J4899B

if on my Cisco do the operation

 

SwitchCisco245(config)#interface GigabitEthernet1/0/46
SwitchCisco245(config-if)#description "TRUNK"
SwitchCisco245(config-if)#switchport trunk encapsulation dot1q
% Invalid input detected at '^' marker.              ^
SwitchCisco245(config-if)#switchport mode trunk
SwitchCisco245(config-if)#

if i write switchport trunk allowed vlan ALL in the configuration i don't see

 

 

interface GigabitEthernet1/0/46
 description "TRUNK"
 switchport mode trunk

Francesco86
Occasional Advisor

Re: Hp Pro Curve 2650 J4899B

You may wish to use your browser to print the following report or to save it into a file.


Running configuration:

; J4899B Configuration Editor; Created on release #H.08.98

hostname "SW220" 
snmp-server location "0" 
time timezone 60 
time daylight-time-rule Western-Europe 
interface 1 
   no lacp
exit
interface 2 
   no lacp
exit
interface 3 
   no lacp
exit
interface 4 
   no lacp
exit
interface 5 
   no lacp
exit
interface 6 
   no lacp
exit
interface 7 
   no lacp
exit
interface 8 
   no lacp
exit
interface 9 
   no lacp
exit
interface 10 
   no lacp
exit
interface 11 
   no lacp
exit
interface 12 
   no lacp
exit
interface 13 
   no lacp
exit
interface 14 
   no lacp
exit
interface 15 
   no lacp
exit
interface 16 
   no lacp
exit
interface 17 
   no lacp
exit
interface 18 
   no lacp
exit
interface 19 
   no lacp
exit
interface 20 
   no lacp
exit
interface 21 
   no lacp
exit
interface 22 
   no lacp
exit
interface 23 
   no lacp
exit
interface 24 
   no lacp
exit
interface 25 
   no lacp
exit
interface 26 
   no lacp
exit
interface 27 
   no lacp
exit
interface 28 
   no lacp
exit
interface 29 
   no lacp
exit
interface 30 
   no lacp
exit
interface 31 
   no lacp
exit
interface 32 
   no lacp
exit
interface 33 
   no lacp
exit
interface 34 
   no lacp
exit
interface 35 
   no lacp
exit
interface 36 
   no lacp
exit
interface 37 
   no lacp
exit
interface 38 
   no lacp
exit
interface 39 
   no lacp
exit
interface 40 
   lacp Active 
exit
interface 41 
   no lacp
exit
interface 42 
   no lacp
exit
interface 43 
   no lacp
exit
interface 44 
   no lacp
exit
interface 45 
   no lacp
exit
interface 46 
   no lacp
exit
interface 47 
   no lacp
exit
interface 48 
   no lacp
exit
interface 49 
   no lacp
exit
interface 50 
   name "Trunk_sw245" 
   no lacp
exit
trunk 50 Trk1 Trunk 
ip default-gateway 192.168.140.254 
sntp server 193.204.114.232 
timesync sntp 
sntp unicast 
sntp 360 
vlan 1 
   name "DEFAULT_VLAN" 
   untagged 40 
   no ip address 
   no untagged 1-39,41-49,Trk1 
   ip igmp 
   exit 
vlan 140 
   name "pri" 
   ip address 192.168.140.220 255.255.255.0 
   tagged 1-39,41-49,Trk1 
   ip igmp 
   exit 
vlan 135 
   name "sec" 
   no ip address 
   tagged 1-39,41-49,Trk1 
   ip igmp 
   exit 
fault-finder bad-driver sensitivity high 
fault-finder bad-transceiver sensitivity high 
fault-finder bad-cable sensitivity high 
fault-finder too-long-cable sensitivity high 
fault-finder over-bandwidth sensitivity high 
fault-finder broadcast-storm sensitivity high 
fault-finder loss-of-link sensitivity high 
fault-finder duplex-mismatch-HDx sensitivity high 
fault-finder duplex-mismatch-FDx sensitivity high 
no stack 
primary-vlan 140 
spanning-tree
spanning-tree Trk1 priority 4
password manager


Vince-Whirlwind
Honored Contributor

Re: Hp Pro Curve 2650 J4899B

On the HP, "trunk" has nothing whatsoever to do with VLANs. Having said that, your config should be fine. The Cisco "allow vlan all" is (stupidly) the default, so no you won't see that explicitly on a show interface. Your Cisco interface will have the VLAN1 as its default (Untagged) VLAN. You can't have no untagged VLAN on a Cisco trunk, but you can on the HP. What you should do is match up your default VLAN on the HP side as well - so you want VLAN1 untagged Trk1. Not doing this won't stop it working, but you will get annoying PVID mismatch errors in your log constantly.
Francesco86
Occasional Advisor

Re: Hp Pro Curve 2650 J4899B

it's possible to block brodcast traffic on determinate port?

Francesco86
Occasional Advisor

Re: Hp Pro Curve 2650 J4899B

What are the MIB?