一个典型的PRI信令落地网关的配置基于AS5300

sunspirit0(sunspirit)

gw#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname gw
!
logging buffered 512000 debugging
aaa new-model
aaa authentication login h323 group radius
aaa authorization exec h323 group radius
aaa accounting connection h323 start-stop group radius
enable secret 5 $1$aMLK$zXdTpKewvyZ/H4pNGMTEr.
!
username cisco password 0 cisco
!
!
resource-pool disable
resource-pool call treatment resource channel-not-available
!
!
!
!
!
clock timezone beijing 8
clock calendar-valid
ip subnet-zero
no ip domain-lookup
ip domain-name x.net.cn
ip name-server x.x.x.x
!
isdn switch-type primary-net5
isdn voice-call-failure 0
mta receive maximum-recipients 1
!
dial-control-mib retain-timer 60
dial-control-mib max-size 1200
!
controller E1 0
 framing NO-CRC4
 clock source line primary
 pri-group timeslots 1-31
!
controller E1 1
 framing NO-CRC4
 clock source line secondary 1
 pri-group timeslots 1-31
!
controller E1 2
 framing NO-CRC4
 clock source line secondary 2
 pri-group timeslots 1-31
!
controller E1 3
 framing NO-CRC4
 clock source line secondary 3
 pri-group timeslots 1-31
!
!
voice-port 0:D
 cptone GB
 timeouts call-disconnect 0
!
voice-port 1:D
 cptone GB
 timeouts call-disconnect 0
!
voice-port 2:D
 cptone GB
 timeouts call-disconnect 0
!
voice-port 3:D
 cptone GB
 timeouts call-disconnect 0
gw-accounting h323 vsa
!
voice class codec 88
 codec preference 1 g729br8 bytes 50
 codec preference 3 g729r8 bytes 50
 codec preference 5 g723ar53
 codec preference 6 g723ar63 bytes 144
 codec preference 7 g723r53
 codec preference 8 g723r63 bytes 120
!

!
dial-peer voice 500021 pots
 destination-pattern 021T
 port 0:D
!
dial-peer voice 502110 pots
 destination-pattern 021T
 port 1:D
!
dial-peer voice 502021 pots
 destination-pattern 021T
 port 2:D
!
dial-peer voice 503021 pots
 destination-pattern 021T
 port 3:D
!
dial-peer voice 510021 pots
 destination-pattern 8621T
 port 0:D
!
dial-peer voice 511021 pots
 destination-pattern 8621T
 port 1:D
!
dial-peer voice 512021 pots
 destination-pattern 8621T
 port 2:D
!
dial-peer voice 513021 pots
 destination-pattern 8621T
 port 3:D
!
gateway

!
 interface Loopback0
 ip address x.x.x.x 255.255.255.255
 no ip directed-broadcast
 h323-gateway voip interface
 h323-gateway voip id xxxx ipaddr x.x.x.x 1719
 h323-gateway voip h323-id xxxx
 h323-gateway voip tech-prefix x#
!
interface Ethernet0
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 shutdown
!
interface Serial0
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 shutdown
 no fair-queue
 clockrate 2015232
!
interface Serial1
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 shutdown
 no fair-queue
 clockrate 2015232
!
interface Serial2
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 shutdown
 no fair-queue
 clockrate 2015232
!
interface Serial3
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 shutdown
 no fair-queue
 clockrate 2015232
!
interface Serial0:15
 no ip address
 no ip directed-broadcast
 isdn switch-type primary-net5
 isdn incoming-voice modem
 isdn T203 30000
 isdn send-alerting
 isdn sending-complete
 fair-queue 64 256 0
 no cdp enable
!
interface Serial1:15
 no ip address
 no ip directed-broadcast
 isdn switch-type primary-net5
 isdn incoming-voice modem
 isdn T203 30000
 isdn send-alerting
 isdn sending-complete
 fair-queue 64 256 0
 no cdp enable
!
interface Serial2:15
 no ip address
 no ip directed-broadcast
 isdn switch-type primary-net5
 isdn incoming-voice modem
 isdn T203 30000
 isdn send-alerting
 isdn sending-complete
 fair-queue 64 256 0
 no cdp enable
!
interface Serial3:15
 no ip address
 no ip directed-broadcast
 isdn switch-type primary-net5
 isdn incoming-voice modem
 isdn T203 30000
 isdn send-alerting
 isdn sending-complete
 fair-queue 64 256 0
 no cdp enable
!
interface FastEthernet0

no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 duplex auto
 speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 x.x.x.x
ip http server
!
ip radius source-interface Loopback0
logging trap errors
logging x.x.x.x
snmp-server engineID local 00000009020000024B00107A

snmp-server community public view v1default RO
snmp-server community snmp view v1default RO
snmp-server packetsize 4096
snmp-server enable traps syslog
snmp-server enable traps voice poor-qov
snmp-server host x.x.x.x public
snmp-server host x.x.x.x public
snmp-server host x.x.x.x snmp
snmp-server host x.x.x.x snmp
!
radius-server host x.x.x.x auth-port 1645 acct-port 1646
radius-server host x.x.x.x auth-port 1675 acct-port 1676
radius-server timeout 3
radius-server deadtime 5
radius-server key xxxx
radius-server vsa send accounting
radius-server vsa send authentication
!
line con 0

文章录入:csh    责任编辑:csh

(0)

相关推荐

  • 一个典型的PRI信令落地网关的配置基于AS5300

    sunspirit0(sunspirit) gw#sh runBuilding configuration... Current configuration:!version 12.0service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname gw!logging buffered 512000 debuggingaaa new-

  • 一个典型的PHP分页实例代码分享

    复制代码 代码如下: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv=&qu

  • 又一个典型css实例

    复制代码 代码如下: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="zh-CN" xml:lang="zh-CN" xmlns="http://www.w3.org/1999/xhtml">

  • 一个非常完美的读写ini格式的PHP配置类分享

    基本满足所有配置相关的需求. /** * 解析.ini格式的配置文件为一个树形结构的对象 * 配置文件不同section通过冒号继承 * 默认根据hostname确定使用的section,如果不能确定就优先使用production * 检测环境的时候总是优先检测production,其余section按定义顺序检测 * * @author ares@phpdr.net * */ class Config { /** * 解析后的配置文件 * * @var stdClass */ private

  • centos7修改网关和配置ip的方法示例

    centos7版本在当时安装的时候选择可连接外网,就直接可以访问外网的,只需要设置静态Ip就可以了. 修改配置文件 vi /etc/sysconfig/network-scripts/ifcfg-eno16777728 设置固态ip和网关,自己添加就好了,但是网关换个地方就得重新设置,可以添加多个,修改完成之后 :wq保存退出 重启网络 打开虚拟机的网络是可以打开的,win与虚拟机互相也可以ping通,设置成功 以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持我们.

  • SpringCloud微服务开发基于RocketMQ实现分布式事务管理详解

    目录 消息队列实现分布式事务原理 RocketMQ的事务消息 代码实现 基础配置 发送半消息 执行本地事务与回查 Account-Service消费消息 测试 小结 消息队列实现分布式事务原理 首先让我们来看一下基于消息队列实现分布式事务的原理方案. 柔性事务 发送消息的服务有个OUTBOX数据表,在进行INSERT.UPDATE.DELETE 业务操作时也会给OUTBOX数据表INSERT一条消息记录,这样可以保证原子性,因为这是基于本地的ACID事务. OUTBOX表充当临时消息队列,然后我

  • jQuery建立一个按字母顺序排列的友好页面索引(兼容IE6/7/8)

    大多数Web开发人员很可能很熟悉使用锚链接跳转到的页面部分的解决方案.你可以设置一个特定的name属性的锚链接,并使用href值作为哈希符号来跳过页面.这种效果当需要列出很长的数据集时,是非常实用的,比方说一个FAQ页面,一问一答的形式经常采用这样的效果,然而页面跳转对于游客来说有时候并不是好友好,因为他一点击直接跳转,陌生的游客对此可能感到困惑,不知道当前的数据跑那里去了, 在本教程中,我将探讨一个解决方案,创建一个简单的页面索引,并采用锚点链接在页面上."跳转"动作进行动画处理,向

  • 典型入侵日志分析

    1.FTP日志分析 FTP日志和WWW日志在默认情况下,每天生成一个日志文件,包含了该日的一切记录,文件名通常为ex(年份)(月份)(日期).例如ex040419,就是2004年4月19日产生的日志,用记事本可直接打开,普通的有入侵行为的日志一般是这样的: #Software: Microsoft Internet Information Services 5.0(微软IIS5.0) #Version: 1.0 (版本1.0) #Date: 20040419 0315 (服务启动时间日期) #F

  • 创建并运行一个java线程方法介绍

    要解释线程,就必须明白什么是进程. 什么是进程呢? 进程是指运行中的应用程序,每个进程都有自己独立的地址空间(内存空间),比如用户点击桌面的IE浏览器,就启动了一个进程,操作系统就会为该进程分配独立的地址空间.当用户再次点击左面的IE浏览器,又启动了一个进程,操作系统将为新的进程分配新的独立的地址空间.目前操作系统都支持多进程. 要点:用户每启动一个进程,操作系统就会为该进程分配一个独立的内存空间. 线程--概念 在明白进程后,就比较容易理解线程的概念. 什么是线程呢? 是进程中的一个实体,是被

  • 基于一个应用程序多线程误用的分析详解

    一.需求和初步实现很简单的一个windows服务:客户端连接邮件服务器,下载邮件(含附件)并保存为.eml格式,保存成功后删除服务器上的邮件.实现的伪代码大致如下: 复制代码 代码如下: public void Process()        {            var recordCount = 1000;//每次取出邮件记录数            while (true)            {                using (var client = new Pop

随机推荐