在Packet Tracer 5.3中配置语音网络

简介:

1.测试拓扑:

参照:http://www.clnchina.com.cn/associate_certs/2012/0823/21890.shtml
2.基本配置:
A.R1:
interface FastEthernet0/0
 ip address 202.100.1.1 255.255.255.0
 no shut
interface FastEthernet0/1
 shut
interface FastEthernet0/1.10
 encapsulation dot1Q 10
 ip address 10.1.1.1 255.255.255.0
interface FastEthernet0/1.11
 encapsulation dot1Q 11
 ip address 1.1.1.1 255.255.255.0
ip dhcp pool telephonepool
 network 1.1.1.0 255.255.255.0 
 default-router 1.1.1.1
 option 150 ip 1.1.1.1
ip dhcp pool pcpool
 network 10.1.1.0 255.255.255.0
 default-router 10.1.1.1
B.Switch1:
int f0/1
  sw trunk encapsulation dot1q 
  sw mode trunk
VLAN 10
  name PC
vlan 11
 name telephone
int rang f0/2 - 3
 sw mode acc
 sw acc vlan 10
 switchport voice vlan 11
 spanning-tree portfast     
C.R2:
interface FastEthernet0/0
 ip address 202.100.1.2 255.255.255.0
 no shut
interface FastEthernet0/1
 ip address 202.100.2.2 255.255.255.0
 no shut
D.R3:
interface FastEthernet0/0
 ip address 202.100.2.3 255.255.255.0
 no shut
interface FastEthernet0/1
 no shut
interface FastEthernet0/1.20
 encapsulation dot1Q 20
 ip address 20.1.1.1 255.255.255.0
interface FastEthernet0/1.22
 encapsulation dot1Q 22
 ip address 2.2.2.1 255.255.255.0
ip dhcp pool telephonepool
 network 2.2.2.0 255.255.255.0 
 default-router 2.2.2.1 
 option 150 ip 2.2.2.1 
ip dhcp pool pcpool
 network 20.1.1.0 255.255.255.0
 default-router 20.1.1.1
E.Switch2:
int f0/1
  sw trunk encapsulation dot1q 
  sw mode trunk
VLAN 20
  name PC
vlan 22
 name telephone
int rang f0/2 - 3
 sw mode acce
 sw acc vlan 20
 switchport voice vlan 22
 spanning-tree portfast     
3.动态路由配置:
A.R1:
route ospf 1
 net 202.100.1.0 0.0.0.255 a 0
 net 10.1.1.0 0.0.0.255 a 0
 net 1.1.1.0 0.0.0.255 a 0
 passive-interface f0/1.10
 passive-interface f0/1.11
B.R2:
route ospf 1
 net 202.100.1.0 0.0.0.255 a 0
 net 202.100.2.0 0.0.0.255 a 0
C.R3:
route ospf 1
 net 202.100.2.0 0.0.0.255 a 0
 net 20.1.1.0 0.0.0.255 a 0
 net 2.2.2.0 0.0.0.255 a 0
 passive-interface f0/1.20
 passive-interface f0/1.22
4.语音网关配置:
A.R1:

①.开启CME服务:
telephony-service 
 max-ephones 20
 max-dn 100
 ip source-address 1.1.1.1 port 2000
 no auto-reg-ephone 
②.电话号码设置:
ephone-dn 1
 number 1001
ephone-dn 2
 number 1002
③.设置自动注册:
telephony-service 
 auto-reg-ephone 
 auto assign 1 to 2
此时左边的两个电话直接能够互相拨打。
B.R3:
①.开启CME服务:
telephony-service 
 max-ephones 20
 max-dn 100
 ip source-address 2.2.2.1 port 2000
 no auto-reg-ephone 
②.电话号码设置:
ephone-dn 1
 number 2001
ephone-dn 2
 number 2002
③.设置手动注册:
ephone 1
 mac-address 0002.17B7.DE38
 type 7960
 button 1:1
ephone 2
 mac-address 00e0.f720.1c46 
 type 7960
 button 1:2
此时右边的两个电话直接能够互相拨打。
5.语音网关远程呼叫配置:
A.R1:
dial-peer voice 1 voip 
 destination-pattern 20..
 session target ipv4:2.2.2.1
B.R3:
dial-peer voice 1 voip 
 destination-pattern 10..
 session target ipv4:1.1.1.1
此时左边和右边的四个电话都能互相拨打。




本文转自 碧云天 51CTO博客,原文链接:http://blog.51cto.com/333234/975606,如需转载请自行联系原作者

相关文章
|
2月前
|
安全 网络安全 数据安全/隐私保护
|
10天前
|
Ubuntu Unix Linux
Linux网络文件系统NFS:配置与管理指南
NFS 是 Linux 系统中常用的网络文件系统协议,通过配置和管理 NFS,可以实现跨网络的文件共享。本文详细介绍了 NFS 的安装、配置、管理和常见问题的解决方法,希望对您的工作有所帮助。通过正确配置和优化 NFS,可以显著提高文件共享的效率和安全性。
82 7
|
2月前
|
网络协议 网络架构
网络工程师必知:什么是OSPF多区域?如何配置?
网络工程师必知:什么是OSPF多区域?如何配置?
87 2
网络工程师必知:什么是OSPF多区域?如何配置?
|
2月前
|
网络协议 Linux
图形界面配置网络
本文介绍了在Linux上配置网络服务的步骤。首先打开RHEL-01服务器,找到桌面网络配置选项,进入网络配置面板。点击面板右下角的小齿轮,进入有线配置面板,选择IPv4选项,将地址设置为手动。接下来配置IP地址、子网掩码、网关和DNS服务器。配置完成后,使用新的IP地址进行访问。
49 4
图形界面配置网络
|
13天前
|
机器学习/深度学习 人工智能 算法
基于GRNN广义回归网络和MFCC的语音情绪识别matlab仿真,对比SVM和KNN
该语音情绪识别算法基于MATLAB 2022a开发,可识别如悲伤等情绪,置信度高达0.9559。核心程序含中文注释及操作视频。算法采用MFCC特征提取与GRNN广义回归网络,通过预加重、分帧、加窗、FFT、梅尔滤波器组、对数运算和DCT等步骤处理语音信号,实现高效的情绪分类。
|
2月前
|
监控 负载均衡 网络协议
OSPF在小型网络中的应用:简化配置与高效管理
OSPF在小型网络中的应用:简化配置与高效管理
135 1
|
2月前
|
网络虚拟化 数据安全/隐私保护 数据中心
对比了思科和华为网络设备的基本配置、接口配置、VLAN配置、路由配置、访问控制列表配置及其他重要命令
本文对比了思科和华为网络设备的基本配置、接口配置、VLAN配置、路由配置、访问控制列表配置及其他重要命令,帮助网络工程师更好地理解和使用这两个品牌的产品。通过详细对比,展示了两者的相似之处和差异,强调了持续学习的重要性。
64 2
|
2月前
|
网络协议 Linux
通用网卡配置文件配置网络
本文介绍了在RHEL 7系统中配置网络的方法。首先,通过编辑位于`/etc/sysconfig/network-scripts`目录下的网卡配置文件(例如`ifcfg-ens33`),设置静态IP地址、子网掩码、网关和DNS等参数。接着,使用`systemctl`命令重启网络服务,确保配置生效。此外,还介绍了使用`nmtui`图形界面工具进行网络配置的步骤,包括修改IP地址、保存配置和重启网络。最后,通过`ip addr`或`ifconfig`命令验证配置是否成功。
131 2
|
3月前
|
网络协议 安全 网络安全
Cisco-网络端口地址转换NAPT配置
Cisco-网络端口地址转换NAPT配置
|
3月前
|
存储 缓存 Ubuntu
配置网络接口的“IP”命令10个
【10月更文挑战第18天】配置网络接口的“IP”命令10个
90 0

热门文章

最新文章