- 论坛徽章:
- 0
|
我的一台28路由器上原先配置了一条DDN拨号线路(BRI0/0/0),现在我又加上去了一条。可是写完配置后(BRI 0/1/0),怎么都不能实现拨号。请大家帮忙看看。
如果把BRI 0/1/0,shut掉,就实现BRI 0/0/0。
interface BRI0/0/0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
isdn point-to-point-setup
ppp multilink
!
interface BRI0/1/0
bandwidth 64
ip address negotiated
encapsulation ppp
no ip mroute-cache
ip ospf demand-circuit
dialer idle-timeout 600
dialer string 888888
dialer-group 1
isdn switch-type basic-net3
isdn point-to-point-setup
isdn incoming-voice modem
ppp chap hostname 66666
ppp chap password 0 666666
!
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer string 111111
dialer load-threshold 64 either
dialer-group 2
ppp authentication chap callin
ppp chap hostname 111111
ppp chap password 0 111111
ppp multilink
!
router eigrp 188
network 9.24.17.80 0.0.0.3
network 172.16.200.0 0.0.0.255
no auto-summary
!
router ospf 11111
log-adjacency-changes
passive-interface FastEthernet0/0
network 101.101.104.0 0.0.0.255 area 0
network 172.16.200.0 0.0.0.255 area 0
!
ip route 0.0.0.0 0.0.0.0 BRI0/0/0
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 101.101.0.0 255.255.0.0 BRI0/1/0
ip route 192.168.28.0 255.255.255.0 Dialer1
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer1 overload |
|