案例拓撲:
案例配置需求
1、 如上圖所示,sw的f0/3和r1的f0/0口相連,sw 的 f0/1口和ip phone1的sw口相連,sw的f0/2口和ip phone2的sw口相連。sw的f0/4口和pc相連,位址如上圖所示;
注:ip phone有2個介面,使用switch口和sw相連。
2、 配置路由器r1,使得ip phone1和ip phone2能夠獲取到ip位址及**號碼短號,實現ip phone1能夠和ip phone2 通過短號互撥通訊。
3、 配置vlan 10用於傳輸語音流量。
4、 配置vlan 20用於傳輸資料流量
案例配置思路:
1.sw上的配置
vlan 10
name voice
vlan 20
name data
inte***ce fastethernet0/3
switchport trunk encapsulation dot1q
switchport mode trunk
inte***ce range fastethernet 0/1 -3
switchport voice vlan 10 /將這3個介面關聯到語音vlan 10/
inte***ce range fastethernet 0/4
switchport access vlan 20
switchport mode access /將f0/4介面關聯到資料vlan 20/
mls qos /使能交換機qos功能/
inte***ce range fastethernet 0/1 -2
mls qos trust cos /信任入口流量資料報的cos值,對於未標記的資料報,使用埠預設cos值. cisco ip phone forwards the voice traffic with an 802.1p priority of 5. cisco ip phone forwards the voice traffic with an 802.1p priority of 5./
2.r1路由器上的關鍵配置
inte***ce fastethernet0/0
no shutdown
inte***ce fastethernet0/0.10
encapsulation dot1q 10
ip address 192.168.10.1 255.255.255.0
ephone-dn 1 /定義1號線路下,ip**註冊之後的獲得的**號碼,每個ephone-dn代表一條線路/
number 0591001
!ephone-dn 2
number 0591002
3.給ipphone接上**
案例檢驗結果
1、r1日誌資訊顯示192.168.1.2和192.168.1.3已經註冊成功。
%ipphone-6-register: ephone-1 ip:192.168.10.2 socket:2 devicetype:phone has registered.
%ipphone-6-register: ephone-2 ip:192.168.10.3 socket:2 devicetype:phone has registered
2.ip phone1獲取到短號
3.ip phone2獲取到短號
4.通話
交換機voice vlan簡析
交換機voice vlan簡析 概念 所謂的voice vlan就是用vlan標識報文是語音報文,報文承載的是語音資料。在語音報文和資料報文共存的網路中,通過vlan標識語音報文,從而區分語音報文和資料報文,並給語音報文打上高優先順序,保證語音資料優先得到服務,低延時,低丟包率。組網場景 一般的情況...
nfs配置案例
一.nfs配置案例 要求 ntfsserver共享 home目錄給nfsclient,且nfsclient享有對共享檔案系統讀寫許可權 nfsclient手工載入伺服器中的共享檔案系統至 h1目錄 配置過程 nfsserver的設定 1 rpm ivh nfs utils 1.0.1 2.i386....
MST配置案例
案例拓撲 案例配置需求 根據拓撲,按照下列需求完成四台交換機的mst的配置 1 四台交換機使用vtp透明模式 2 在sw1和sw2上建立vlan 1 3 4 5 6 7 8 9 10 3 在sw3和sw4上建立vlan 1 3 4 5 6 7 8 4 mst的網域名稱為cisco 5 所有的奇數vl...