Routing

配置數據和語音 VLAN Cisco SG300

  • October 18, 2018

我有一個 Cisco SG300 管理型交換機,我正在嘗試將其配置為處理兩個 VLAN,一個用於數據 (VLAN1),另一個用於語音 (VLAN20)。

埠 1 和 52 分別配置為中繼到路由器/防火牆和第二台 SG300 交換機。

兩台交換機上的其餘埠 2-48 均設置為訪問模式,允許 VLAN20 訪問。

但是,預設 VLAN1 流量不通過該埠。如何允許剩餘埠同時使用 VLAN1 和 VLAN20 流量?其餘每個埠都將 Cisco 和 Polycom 電話以菊花鏈方式連接到 PC。PC 將沒有標記的 VLAN,電話將具有 VLAN20。

vlan database
vlan 20
exit
voice vlan id 20
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
hostname HHSSW02
username Admin password encrypted 69a3ff8b0f977aab794acfdd3bbf5fae926b6c2f privilege 15
power inline traps enable
ip ssh server
snmp-server community access1grapher ro view Default
snmp-server host 192.168.1.254 traps version 2c access1grapher
clock timezone CST -6
clock source sntp
sntp unicast client enable
sntp unicast client poll
sntp server time-a.timefreq.bldrdoc.gov poll
ip telnet server
!
interface vlan 1
ip address 192.168.100.5 255.255.255.0
no ip address dhcp
!
interface gigabitethernet1
description FIREWALL
switchport trunk allowed vlan add 20
power inline priority high
!
interface gigabitethernet2
switchport mode access vlan 20
power inline priority high
!

您不允許在介面 1 上使用 VLAN 1。

並且您在介面 2 上指定了 VLAN 20。您需要指定 VLAN 1,並指定voice vlan enable

引用自:https://serverfault.com/questions/936191