Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Analogue Dialin & Isdn to the same BRI

Status
Not open for further replies.

nettech99

IS-IT--Management
Jul 13, 2001
7
0
0
GB
Our 3640 has 4 BRI (8 channels) we currently only have 4 channels coming into the building so two of the BRI interfaces have been shutdown.
PC users currently dialin using modems and this works ok with an IP address being taken from a default pool.

Is it possible to let an ISDN Router dialin on the same BRI interface as analogue modems, if it is can someone please tell me how.

Below is the current ios for the dialin modems plus my attempt to allow router connections.

Any help would be greatly received.

Thanks

Bob

version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname bbb_router
!
logging rate-limit console 10 except errors
enable secret 5 bbbbbbbbb
enable password bbb
!
username xxxx password xxxx
username xxxx password xxxx
username xxxx password xxxx
modem country mica united-kingdom
no ip subnet-zero
!
!
no ip finger
no ip domain-lookup
!
isdn switch-type basic-net3
!
!
!
interface Ethernet0/0
ip address 192.100.101.12 255.255.255.0
no ip mroute-cache
half-duplex
!
interface BRI2/0
no ip address
encapsulation ppp
no ip mroute-cache
dialer pool-member 1
dialer pool-member 2
isdn switch-type basic-net3
isdn incoming-voice modem
ppp authentication chap
!
interface BRI2/1
no ip address
encapsulation ppp
no ip mroute-cache
dialer pool-member 1
dialer pool-member 2
isdn switch-type basic-net3
isdn incoming-voice modem
ppp authentication chap
!
interface BRI2/2
no ip address
encapsulation ppp
no ip mroute-cache
shutdown
isdn switch-type basic-net3
isdn incoming-voice modem
ppp authentication chap
!
interface BRI2/3
no ip address
encapsulation ppp
no ip mroute-cache
shutdown
dialer pool-member 1
dialer pool-member 2
isdn switch-type basic-net3
isdn incoming-voice modem
ppp authentication chap
!
interface Group-Async1
description connected to dial in PC's (modem)
ip unnumbered Ethernet0/0
encapsulation ppp
ip tcp header-compression passive
async mode dedicated
peer default ip address pool setup_pool
ppp authentication chap
group-range 33 44
!
interface Dialer1
description Connection to xxx Router
ip address 192.100.106.2 255.255.255.0
encapsulation ppp
no ip split-horizon
dialer pool 1
dialer remote-name xxx
dialer string 999999999
dialer-group 1
ppp chap hostname xxx
ppp chap password 7 xxxxxxxxxxxxxxxxxxx
!
interface Dialer2
description connected to yyyyy
ip address 192.6.14.139 255.255.255.0
encapsulation ppp
no ip split-horizon
dialer pool 2
dialer remote-name yyy
dialer wait-for-carrier-time 10
dialer string 88888888888888
dialer-group 2
ppp authentication chap
ppp chap password 7 yyyyyyyyyyyyyyyy
!
ip local pool setup_pool 192.100.101.90 192.100.101.105
ip classless
ip route 192.6.1.0 255.255.255.0 192.6.14.134
ip route 192.6.14.134 255.255.255.255 Dialer2
ip route 192.100.105.0 255.255.255.0 Dialer1
ip route 192.100.106.0 255.255.255.0 192.100.101.0
no ip http server
!
access-list 101 permit ip any any
dialer-list 1 protocol ip list 101
dialer-list 2 protocol ip permit
snmp-server community public RO
!
line con 0
password vvvvv
login local
transport input none
line 33 44
autoselect during-login
autoselect ppp
login local
modem InOut
transport input all
stopbits 1
flowcontrol hardware
line aux 0
line vty 0 4
password vvvvvvvv
login
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top