cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
525
Views
0
Helpful
2
Replies

configuration

eng_adel273
Level 1
Level 1

I have attached diagram , I need your best configuration

2 Replies 2

Mark Malone
VIP Alumni
VIP Alumni
what part do you need assistance with , the trunk configurations ? have you attempted any of this setup yet ?

heres an example of Cisco side for the uplink anyway

HP side
https://community.spiceworks.com/topic/153622-how-to-configure-trunk-port-between-hp-and-cisco-switches
vlan 10
name x

vlan 50
name x

int g1/0/1
switchport trunk allowed vlan 10,50
switchport mode trunk

i used the following configuration , the interface on cisco port receive only data , the IP-telephony receive data vlan not voice vlan

 

 

hostname "HP-Core1"
module 1 type j86xxa
ip route 192.168.15.0 255.255.255.0 192.168.15.52
ip routing
snmp-server community "public" unrestricted
vlan 1
name "DEFAULT_VLAN"
no untagged 13-20
untagged 1-12,21-24
ip address 192.168.15.209 255.255.255.0
dhcp-server
exit
vlan 200
name "voice"
tagged 13-20
ip address 192.168.200.1 255.255.255.0
ip helper-address 192.168.15.209
qos priority 6
voice
exit
vlan 201
name "hr"
tagged 13-20
ip address 192.168.201.1 255.255.255.0
ip helper-address 192.168.15.209
exit
vlan 202
name "purchase"
tagged 13-20
ip address 192.168.202.1 255.255.255.0
ip helper-address 192.168.15.209
exit
no tftp server
no autorun
no dhcp config-file-update
no dhcp image-file-update
dhcp-server pool "hr"
default-router "192.168.201.1"
dns-server "192.168.15.53,192.168.15.55"
network 192.168.201.0 255.255.255.0
range 192.168.201.50 192.168.201.250
exit
dhcp-server pool "voice"
default-router "192.168.200.1"
dns-server "192.168.15.53,192.168.15.55"
network 192.168.200.0 255.255.255.0
range 192.168.200.50 192.168.200.250
exit
dhcp-server pool "purchase"
default-router "192.168.202.2"
dns-server "192.168.15.53,192.168.15.55"
network 192.168.202.0 255.255.255.0
range 192.168.202.50 192.168.202.250
exit