Switches, Hubs, and Modems
1753599 Members
5930 Online
108796 Solutions
New Discussion юеВ

Cisco 3845 and Procurve 2524

 
Adam Wien
New Member

Cisco 3845 and Procurve 2524

I can't figure out what I'm doing wrong...

Here's my cisco Configs...

interface Vlan100
ip address x.x.x.x 255.255.255.248
vlan-id dot1q 100
exit-vlan-config

interface FastEthernet3/1
description UPLINK to 2524
switchport trunk allowed vlan 1,2,100-200,1002-1005
switchport mode trunk
no ip address


And here's from the procurve...

vlan 100
name "VLAN100"
tagged 1,25
exit


Port 25 on the procurve is uplinked to fe 3/1. Any ideas why I can't ping through to the machine on port 1 of the 2524?
2 REPLIES 2
claramunt_1
Advisor

Re: Cisco 3845 and Procurve 2524

You need to assign ip address to both sides
Carsten M
Regular Advisor

Re: Cisco 3845 and Procurve 2524

The port 1 should be untagged in vlan 100
cm60