11-09-2017 12:55 AM - edited 03-05-2019 09:27 AM
I have attached diagram , I need your best configuration
11-09-2017 02:01 AM
11-09-2017 05:32 AM
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
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