- 论坛徽章:
- 0
|
有一个企业,中心核心路由器为CISCO3640,配了一个16口的MODEM池,申请了15个电话号码,对下面15个地州一一对应;下面有15个地州配CISCO2610,2610上通过AUX口外挂实达MODEM拨号到3640上,运行内部OA软件。
已经正常运行了快半年了,前周五下午,有5个地州基本上是同时突然拨号不通了。症状相似:拨号时MODEM啸叫音正常,CD灯闪一下就熄灭了,然后开始重新拨号,如此反复循环。
已用过下列方法测试:
更改不通地州的3640上的电话号码,问题依旧;
更换不通地州在3640上MODEM池上的物理位置,问题依旧,原先通的改后还是通,不通的改后还是不通;
与不通地州在同一链路上用电话通话,话音质量很好,不存在延时等问题;
不通地州的MODEM挂到PC机上,使用同一链路上16388,不存在任何问题;
中心路由器也反复进行过重启,问题依旧;
______________________________________________
中心路由器相关配置:
hostname wu
username ks password 0 cisco
interface FastEthernet2/0
ip address 172.16.16.254 255.255.255.0
duplex auto
speed auto
interface Group-Async1
ip unnumbered FastEthernet2/0
encapsulation ppp
dialer in-band
dialer-group 1
async default routing
async mode interactive
ppp authentication chap
group-range 2 16
dialer-list 1 protocol ip permit
ip route 10.16.3.0 255.255.255.0 10.16.3.254
line 1 16
autoselect during-login
autoselect ppp
modem InOut
modem autoconfigure type mica
transport input all
stopbits 1
flowcontrol hardware
___________________________________________________
地州不通路由器配置:
sh run
Building configuration...
Current configuration : 1530 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ks
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$AhfP$6BlblLGMZI0Sa0Bua/lh7/
enable password cisco
!
username wu password 0 cisco
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
no ip domain lookup
!
!
chat-script Dialout ABORT ERROR ABORT BUSY ABORT "NO ANSWER" "" "AT H" OK "ATDT\T" TIMEOUT 60 CONNECT \c
!
!
!
!
!
!
!
!
!
!
fax interface-type fax-mail
!
!
!
!
interface FastEthernet0/0
ip address 10.16.13.254 255.255.255.0
duplex auto
speed auto
no keepalive
!
interface Async65
ip unnumbered FastEthernet0/0
encapsulation ppp
dialer in-band
dialer idle-timeout 300
dialer string 099*,*****
dialer-group 1
async default routing
async mode interactive
ppp authentication chap callin
ppp chap hostname ks
ppp chap password 0 cisco
!
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Async65
!
!
dialer-list 1 protocol ip permit
!
!
!
!
!
dial-peer cor custom
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
modem InOut
modem autoconfigure discovery
transport input all
autoselect ppp
stopbits 1
speed 115200
flowcontrol hardware
line vty 0 4
password cisco
no login
!
!
!
end |
|