免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 4445 | 回复: 16
打印 上一主题 下一主题

关于ISDN的Dialer Profiles 配置的困惑 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-06-13 21:06 |只看该作者 |倒序浏览
工作中经常用到ISDN. 以前多是一个BRI 端口的Router 互连, 配起来很轻松. 但这次要用到2 个BRI端口的Router.  可能因为水平还不够,花了很多精力总是不能成功.
下面是两个实例,实例一是1个BRI口, 测试成功.实例二是2个BRI口没有成功.
请各位兄弟解惑!
感激涕零!

下面是一些信息:
Router 1 名称:  DC
Router 2 名称:  BR

DC  ISDN  Number: 63510353  (BRI0)
                   63510364  (BRI1)

BR  ISDN Number:  63510349  (BRI0)
                   63510292  (BRI1)


实例一: ISDN Dialer Profiles 1 Port Configuration
DC
ser Access Verification

Password:
DC>;en
Password:
DC#sh run
Building configuration...

Current configuration : 1137 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname DC
!
enable secret 5 $1$bNQs$4gktLR2mULOuH31n.9z5D.
!
username BR password 0 cisco
ip subnet-zero
no ip domain-lookup
!
isdn switch-type basic-net3
!
!
!
interface BRI0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
no cdp enable
ppp authentication chap
ppp multilink
!
interface BRI1
no ip address
encapsulation ppp
shutdown
dialer pool-member 1
isdn switch-type basic-net3
no cdp enable
ppp authentication chap
ppp multilink
!
interface FastEthernet0
ip address 192.168.18.166 255.255.255.0
speed auto
!
interface Dialer2
ip address 10.0.0.1 255.255.255.0
encapsulation ppp
dialer pool 1
dialer remote-name BR
dialer string 63510349
dialer load-threshold 1 either
dialer-group 1
no cdp enable
ppp authentication chap
ppp multilink
!
ip classless
ip route 192.168.28.0 255.255.255.0 Dialer2
no ip http server
!
!
dialer-list 1 protocol ip permit
!
line con 0
logging synchronous
line aux 0
line vty 0 4
password cisco
login
!
no scheduler allocate
end

DC#

                      BR


User Access Verification

Password:
BR>;en
Password:
BR#sh run
Building configuration...

Current configuration : 1103 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname BR
!
enable secret 5 $1$F.cB$4PW2v2svsRkbAJAuPWzER/
!
username DC password 0 cisco
memory-size iomem 25
ip subnet-zero
!
!
no ip domain lookup
!
!
isdn switch-type basic-net3
!
!
!
interface BRI0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
ppp authentication chap
ppp multilink
!
interface BRI1
no ip address
encapsulation ppp
shutdown
dialer pool-member 1
isdn switch-type basic-net3
ppp authentication chap
ppp multilink
!
interface FastEthernet0
ip address 192.168.28.166 255.255.255.0
speed auto
!
interface Dialer1
ip address 10.0.0.2 255.255.255.0
encapsulation ppp
dialer pool 1
dialer remote-name DC
dialer string 63510353
dialer-group 1
ppp authentication chap
ppp multilink
!
ip classless
ip route 192.168.18.0 255.255.255.0 Dialer1
no ip http server
!
!
dialer-list 1 protocol ip permit
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
password cisco
login
!
no scheduler allocate
end

BR#

实例二: ISDN Dialer Profiles 2 Port Configuration

                DC
User Access Verification

Password:
DC>;en
Password:
DC#sh run
Building configuration...

Current configuration : 1198 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname DC
!
enable secret 5 $1$bNQs$4gktLR2mULOuH31n.9z5D.
!
username BR password 0 cisco
ip subnet-zero
no ip domain-lookup
!
isdn switch-type basic-net3
!
!
!
interface Loopback0
ip address 10.0.0.1 255.255.255.0
!
interface BRI0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
no cdp enable
ppp authentication chap
ppp multilink
!
interface BRI1
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
no cdp enable
ppp authentication chap
ppp multilink
!
interface FastEthernet0
ip address 192.168.18.166 255.255.255.0
speed auto
!
interface Dialer2
ip unnumbered Loopback0
encapsulation ppp
dialer pool 1
dialer remote-name BR
dialer string 63510349
dialer string 63510292
dialer load-threshold 1 either
dialer-group 1
no cdp enable
ppp authentication chap
ppp multilink
!
ip classless
ip route 192.168.28.0 255.255.255.0 Dialer2
no ip http server
!
!
dialer-list 1 protocol ip permit
!
line con 0
logging synchronous
line aux 0
line vty 0 4
password cisco
login
!
no scheduler allocate
end

DC#

                    BR

User Access Verification

Password:
BR>;en
Password:
BR#sh run
Building configuration...

Current configuration : 1142 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname BR
!
enable secret 5 $1$F.cB$4PW2v2svsRkbAJAuPWzER/
!
username DC password 0 cisco
memory-size iomem 25
ip subnet-zero
!
!
no ip domain lookup
!
!
isdn switch-type basic-net3
!
!
!
interface Loopback0
ip address 10.0.0.2 255.255.255.0
!
interface BRI0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
ppp authentication chap
ppp multilink
!
interface BRI1
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
ppp authentication chap
ppp multilink
!
interface FastEthernet0
ip address 192.168.28.166 255.255.255.0
speed auto
!
interface Dialer1
ip unnumbered Loopback0
encapsulation ppp
dialer pool 1
dialer remote-name DC
dialer string 63510353
dialer string 63510364
dialer-group 1
ppp authentication chap
ppp multilink
!
ip classless
ip route 192.168.18.0 255.255.255.0 Dialer1
no ip http server
!
!
dialer-list 1 protocol ip permit
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
password cisco
login
!
end

BR#

论坛徽章:
0
2 [报告]
发表于 2005-06-14 22:53 |只看该作者

关于ISDN的Dialer Profiles 配置的困惑

为什么没人顶!有请班主任进

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
3 [报告]
发表于 2005-06-15 08:08 |只看该作者

关于ISDN的Dialer Profiles 配置的困惑

实在不好意思我不知道你的问题在什么地方?是不能拨号还是怎么的?

论坛徽章:
0
4 [报告]
发表于 2005-06-15 11:41 |只看该作者

关于ISDN的Dialer Profiles 配置的困惑


不好意思,可能是我表述的不太清楚.实例二不能PING 通. 但Layer 1 是ACTIVE
请各位老大帮我看看,我的实例二配置哪里有问题.
下面是本次实验的两幅图.
实例二和实例一区别主要是我开启了Bri 1. 同时增加了一个Dialer sting .
关于实例一
int Diarler2 没有使用Loopback 0 .直接配置了IP. 效果一样的,不影响实验结果.

当然实例一也完全可以用
int  loopback 0
ip 10.0.0.1 255.255.255.0
..........
..........
int dialer2
ip unnumber loopback 0
......
......

ISDN Dialer Profiles.jpg (36.77 KB, 下载次数: 78)

ISDN Dialer Profiles.jpg

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
5 [报告]
发表于 2005-06-15 13:21 |只看该作者

关于ISDN的Dialer Profiles 配置的困惑

interface BRI1
no ip address
encapsulation ppp
shutdown
dialer pool-member 1
isdn switch-type basic-net3
ppp authentication chap
ppp multilink


你为什么要shutdown阿?
no shutdown 试试.别的地方你都配置的对阿.

论坛徽章:
0
6 [报告]
发表于 2005-06-15 14:08 |只看该作者

关于ISDN的Dialer Profiles 配置的困惑

如图中所示,在实例一中每个Router只使用了一个Bri 口,所以我仅开放了BRI 0,关掉了BRI 1。 而在实例二两个Bri 口我都 no shut .
我也看了很长时间,还是没找出原因。
谢谢!

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
7 [报告]
发表于 2005-06-15 14:35 |只看该作者

关于ISDN的Dialer Profiles 配置的困惑

你是不是想叫你的两个isdn的线路同时拨号到对端阿?
你有什么debug的信息吗?

论坛徽章:
0
8 [报告]
发表于 2005-06-15 15:17 |只看该作者

关于ISDN的Dialer Profiles 配置的困惑

一个BRI 就128K,太少了点.安全性也不太高.
两个BRI好一点.

哎,估计我的路由器也有问题,现在一PING,他就重起.

谢谢楼上的大哥帮助,我主要是担心配置方法,或者思想有问题.你的一句话"配置没有大问题"让我放心不少.呵呵

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
9 [报告]
发表于 2005-06-15 15:50 |只看该作者

关于ISDN的Dialer Profiles 配置的困惑

原帖由 "qinli" 发表:
一个BRI 就128K,太少了点.安全性也不太高.
两个BRI好一点.

哎,估计我的路由器也有问题,现在一PING,他就重起.

谢谢楼上的大哥帮助,我主要是担心配置方法,或者思想有问题.你的一句话"配置没有大问题"让我放心不..........


第一如果是ping都重新起动的话请检查你的ios的版本以及硬件是否有问题.
另外你可以参考cisco的配置手册有关于这个方面的配置.但是我也看了你的配置和cisco的进行了一下对比发现没有什么地方有出入.

论坛徽章:
0
10 [报告]
发表于 2005-06-15 18:16 |只看该作者

关于ISDN的Dialer Profiles 配置的困惑

这是文档:

http://www.cisco.com/en/US/tech/tk713/tk507/technologies_configuration_example09186a00800a3b7a.shtml

偶说两句,能看出来楼主的帖子发得很用心了,包括前期问题描述也比较细致,配置贴得也很痛快,而且之间的分隔也十分清晰。呵呵,偶就是有一点小小的建议,那个以后贴配置的时候完全无关的东东就不要贴上来了,这东西太长了看着也会审美疲劳的说。     
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP