ฉันมีโทรศัพท์ SIP บางเครื่องในเครือข่ายเดียวที่ผ่านอุโมงค์ IPIP เพื่อไปยังเซิร์ฟเวอร์
ฉันได้ตั้งค่ากฎ QOS เพื่อดูปริมาณข้อมูล VOIP ที่เหมาะสมดังนี้
class-map match-any class-voice
  description Voice
  match  dscp af11
  match  dscp cs4 
  match  dscp cs3 
!
policy-map qos-out
  class class-voice
   priority 100
!
interface Tunnel1
 description Tunnel to VOIP Server
 ip address 10.10.0.2 255.255.255.252
 tunnel source FastEthernet0/1
 tunnel destination 172.16.100.100
 tunnel mode ipip
!
interface FastEthernet0/1
 description Internet
 bandwidth 1000
 ip address dhcp
 service-policy output qos-out
ปัญหาของฉันคือว่าแผนที่ชั้นไม่ได้รับการจับคู่เพราะฉันไม่สามารถกำหนดนโยบายให้กับ Tunnel1 เพียง FastEthernet0 / 1
แน่นอนต้องมีบางสิ่งที่จะทำให้งานนี้ ... ฉันควรทำอย่างไร