Cisco 3640 VoIP配置实例

下面是Cisco 3640的VOIP配置,结构是台北和上海两地做VOIP,后接阿尔卡特的PBX,里面有很多需要注意的地方。

台北配置代码:

Taipei#sh runBuilding configuration...Current configuration:!version 12.0service timestamps debug uptime(设定Debug跟踪日志显示其时间)service timestamps log uptime(设定看Log时显示其时间)no service password-encryption(口令不加密)!hostname Taipei(主机名)!enable secret 5 $1$R.66$z.BUjhNsJcIr8KCcS9uxG.!!!!!voice-card 1(定义语音卡1)!voice-card 3(定义语音卡3)!ip subnet-zerono ip domain-lookup!isdn voice-call-failure 0!!!!controller E1 1/0(配置 E1语音卡)framing NO-CRC4ds0-group 0 timeslots 1-15,17-31 type e&m-wink-start(定义语音卡的类型为E&M卡)cas-custom 0!controller E1 3/0(配置 E1语音卡)framing NO-CRC4ds0-group 0 timeslots 1-15,17-31 type e&m-wink-start(定义语音卡的类型为E&M卡)cas-custom 0!!!interface BRI0/0no ip addressno ip directed-broadcastshutdownisdn guard-timer 0 on-expiry accept!interface FastEthernet0/0no ip addressno ip directed-broadcastshutdownduplex autospeed auto!   interface Serial0/0description "Link to MainLand_ShangHai by NCIC lease line"ip address 192.168.1.1 255.255.255.252no ip directed-broadcastno ip mroute-cacheno fair-queue!interface Serial0/1no ip addressno ip directed-broadcastshutdownclockrate 2000000!ip classlessno ip http server!!voice-port 1/0:0(配置模拟语音端口)compand-type a-law!voice-port 3/0:0(配置模拟语音端口)compand-type a-law!dial-peer voice 1 voip (定义拨号对等体到语音)destination-pattern +445...(为拨号对等体分配电话号码,其中.为通配符)session target ipv4:192.168.1.2(定义Voip路由,为对端的IP地址)req-qos guaranteed-delay (语音数据流RVSP的保证,其中Guaranteed-dealy可用于保证整个网络的延时)ip precedence 5(IP优先级,5为关键)!dial-peer voice 2 pots(定义拨号对等体到语音物理端口)destination-pattern +3...(定义电话话码以3开头的)port 1/0:0(定义语音端口)!dial-peer voice 3 pots(定义拨号对等体到语音物理端口)destination-pattern +3...(定义电话话码以3开头的)port 3/0:0(定义语音端口)!!line con 0(设定登陆)transport input noneline aux 0line vty 0 4(允许用Telnet)password cisco(口令为Cisco)login!endTaipei#

上海一方的3640配置代码:

ShangHai#sh runBuilding configuration...Current configuration:!version 12.0service timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname ShangHai!enable secret 5 $1$dB/c$tnrMU9IxFCJdix5ssHAdH/!!!!!voice-card 1!voice-card 2!ip subnet-zerono ip domain-lookup!isdn voice-call-failure 0!!!!controller E1 1/0framing NO-CRC4ds0-group 0 timeslots 1-15,17-31 type e&m-immediate-startcas-custom 0!    controller E1 2/0framing Nds0-group 0 timeslots 1-15,17-31 type e&m-immediate-startcas-custom 0!!!interface BRI0/0no ip addressno ip directed-broadcastencapsulation pppisdn guard-timer 0 on-expiry acceptppp multilink!interface FastEthernet0/0no ip addressno ip directed-broadcastshutdownduplex autospeed auto!interface Serial0/0no ip addressno ip directed-broadcastno ip mroute-cacheshutdownno fair-queueclockrate 2000000!interface Serial0/1ip address 192.168.1.2 255.255.255.252no ip directed-broadcast!ip classless!no ip http server!!voice-port 1/0:0compand-type a-law!voice-port 2/0:0compand-type a-law!dial-peer voice 20 voipdestination-pattern +3...session target ipv4:192.168.1.1req-qos guaranteed-delayip precedence 5!dial-peer voice 10 potsdestination-pattern +448...port 1/0:0!dial-peer voice 30 voipdestination-pattern +4...session target ipv4:192.168.1.1req-qos guaranteed-delayip precedence 5!dial-peer voice 40 potsdestination-pattern +449...port 2/0:0!!line con 0transport input noneline aux 0line vty 0 4password ciscologin!endShangHai#
文章录入:csh    责任编辑:csh

(0)

相关推荐

  • Cisco 3640 VoIP配置实例

    下面是Cisco 3640的VOIP配置,结构是台北和上海两地做VOIP,后接阿尔卡特的PBX,里面有很多需要注意的地方. 台北配置代码: Taipei#sh runBuilding configuration...Current configuration:!version 12.0service timestamps debug uptime(设定Debug跟踪日志显示其时间)service timestamps log uptime(设定看Log时显示其时间)no service pass

  • CISCO路由器初始配置简介

    很多初学路由器知识的网友对路由器的初始配置可能感到很陌生,本人在初学时也很困惑,因为一下出来很多提问不知如何是好,下面将最近刚调试的一台CISCO3640的初始配置整理出来与各位网友交流,如有疏漏之处,还请大家指正. 1.用CISCO随机带CONSOLE线,一端连在CISCO路由器的CONSOLE口,一端连在计算机的COM口. 2.打开电脑,启动超级终端.为您的连接取个名字,比如CISCO_SETUP,下一步选定连接时用COM1,下一步选定第秒位数9600,数据位8,奇偶校验无,停止位1,数据流

  • Cisco路由器上配置WRED的必要性

    Cisco路由器上配置WRED的必要性 尽管队列提供VoIP QoS的拥塞管理 ,仍需要一些提供拥塞规避的机制,像是WRED.特别的,WRED可以防止输出队列达到极限值,这将导致所有输入数据包的丢失.本文来自于Informit,论述了在Cisco路由器上配置WRED的必要性. 请回忆一下在你早期的网络技术学习中的内容--传输控制协议(TCP)的窗口(windowing)是如何工作的.发送者发送一个信息段,如果发送者收到接收者发出的成功的应答,则它再发送两个信息段(即,两个"窗口大小")

  • spring boot application properties配置实例代码详解

    废话不多说了,直接给大家贴代码了,具体代码如下所示: # =================================================================== # COMMON SPRING BOOT PROPERTIES # # This sample file is provided as a guideline. Do NOT copy it in its # entirety to your own application. ^^^ # ========

  • ThinkPHP 在阿里云上的nginx.config配置实例详解

    具体代码如下所示: # For more information on configuration, see: # * Official English Documentation: http://nginx.org/en/docs/ # * Official Russian Documentation: http://nginx.org/ru/docs/ user nginx; worker_processes auto; error_log /var/log/nginx/error.log;

  • springmvc与mybatis集成配置实例详解

    简单之美,springmvc,mybatis就是一个很好的简单集成方案,能够满足一般的项目需求.闲暇时间把项目配置文件共享出来,供大家参看: 1.首先我们来看下依赖的pom: <!-- spring --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>${spring.ve

  • log4j.properties 配置(实例讲解)

    1.需要的jar如下: !-- log4j --> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artif

  • Nginx 多站点配置实例详解

    Nginx 多站点配置实例详解 在一台 VPS 上,我们有时候需要同时跑几个 virtualenv.比如 virtualenv app1 跑的是 Django 的一个应用,而 virtualenv app2 跑的是 Tornado.那么如何配置 Nginx,让它同时支持这两个 virtualenv 的运行呢? 首先是 Nginx 的主配置,位于 etc/nginx/ngnix.conf,让它保持默认就行: user nginx; worker_processes 1; error_log /va

  • Cisco路由器的配置寄存器

    [摘要]很多人对cisco路由器的配置寄存器并不关心,也不知道其真正用途,本身对配置寄存器的参数配置也超出了一般网络维护人员的要求.但是,寄存器的配置参数与cisco路由器升级.密码恢复等操作密切相关,对于高级网络管理和维护人员 ,是必须了解的.本文介绍配置寄存器的用途以及相应参数的设置,并详细介绍了不同处理器的路由器密码恢复过程. [关键字]cisco路由器 寄存器 密码恢复 启动次序 工作模式 1. 前言配置寄存器是一个16位的虚拟寄存器,用于指定路由器启动的次序.中断参数和设置控制台波特率

  • Vue 中axios配置实例详解

    1.GET 请求 //向具有指定ID的用户发出请求 axios.get('/user?ID=12345') .then(function (response) { console.log(response); }) .catch(function (error) { console.log(error); }); // 也可以通过 params 对象传递参数 axios.get('/user', { params: { ID: 12345 } }) .then(function (respons

随机推荐