hi Dale
simple config for you
Cisco 2950 and ProCurve 5400
CISCO 2950 CONF.*****************************************************
Current configuration : 1298 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Switch
!
!
ip subnet-zero
!
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
interface FastEthernet0/1
!
interface FastEthernet0/2
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/3
switchport access vlan 3
switchport mode access
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
switchport trunk allowed vlan 1-3
switchport mode trunk
!
interface GigabitEthernet0/2
!
interface Vlan1
ip address 10.0.11.1 255.255.255.0
no ip route-cache
!
ip http server
!
!
line con 0
line vty 5 15
!
end
HP CONF.************************************
vlan 1
name "DEFAULT_VLAN"
untagged A1,A4-A24
ip address 10.0.11.2 255.255.255.0
no untagged A2-A3
exit
vlan 2
name "VLAN2"
untagged A2
tagged A20
no ip address
exit
vlan 3
name "VLAN3"
untagged A3
tagged A20
no ip address
exit