Please can someone help.
I am trying use my router as a kinda of PSTN to ISDN convertor. I have a isdn satelite phone in the office which engineers need to use remotely, so they dial in to cisco 3750 which dials out to satelite phone but I am having problems dialing out ISDN, with the following messages:
000182: *Dec 17 23:05:05.869 UTC: %ISDN-6-LAYER2UP: Layer 2 for Interface BR1/0,
TEI 75 changed to up
000183: *Dec 17 23:05:12.053 UTC: %ISDN-6-CONNECT: Interface BRI1/0:1 is now con
nected to 4612
000184: *Dec 17 23:05:29.217 UTC: %LINK-3-UPDOWN: Interface Async67, changed sta
te to up
000185: *Dec 17 23:05:29.217 UTC: %DIALER-6-BIND: Interface As67 bound to profil
e Di2
000186: *Dec 17 23:05:51.425 UTC: %ISDN-6-DISCONNECT: Interface BRI1/0:1 discon
nected from 4612 , call lasted 45 seconds
000187: *Dec 17 23:05:53.361 UTC: %LINK-5-CHANGED: Interface Async67, changed st
ate to reset
000188: *Dec 17 23:05:53.361 UTC: %DIALER-6-UNBIND: Interface As67 unbound from
profile Di2
000189: *Dec 17 23:05:53.569 UTC: %ISDN-6-LAYER2DOWN: Layer 2 for Interface BR1/
0, TEI 75 changed to down
000190: *Dec 17 23:05:58.361 UTC: %LINK-3-UPDOWN: Interface Async67, changed sta
te to down
I've attached a sanpshot from my config, it seems we are getting connected OK on BRI1/0, as above however it box doesn't dial out:
interface FastEthernet0/0
description $FW_INSIDE$$ETH-LAN$
ip address 10.10.10.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
speed auto
full-duplex
no cdp enable
!
interface FastEthernet0/1
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
shutdown
duplex auto
speed auto
no cdp enable
!
interface BRI1/0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation ppp
isdn switch-type basic-net3
isdn not-end-to-end 56
isdn incoming-voice modem
no peer default ip address
no fair-queue
no cdp enable
!
interface BRI1/1
description ISDN BRI interface
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation ppp
dialer idle-timeout 300
dialer string 902071201323
dialer-group 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
interface Async65
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async66
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async67
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async68
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
interface Async65
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async66
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async67
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async68
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Dialer2
ip address negotiated
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer-group 1
no peer default ip address
no cdp enable
!
interface Dialer65
no ip address
encapsulation ppp
no cdp enable
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 BRI1/1
Any ideas, I think this must be a simple config. Dial in then dial out again but I can't get it going
I am trying use my router as a kinda of PSTN to ISDN convertor. I have a isdn satelite phone in the office which engineers need to use remotely, so they dial in to cisco 3750 which dials out to satelite phone but I am having problems dialing out ISDN, with the following messages:
000182: *Dec 17 23:05:05.869 UTC: %ISDN-6-LAYER2UP: Layer 2 for Interface BR1/0,
TEI 75 changed to up
000183: *Dec 17 23:05:12.053 UTC: %ISDN-6-CONNECT: Interface BRI1/0:1 is now con
nected to 4612
000184: *Dec 17 23:05:29.217 UTC: %LINK-3-UPDOWN: Interface Async67, changed sta
te to up
000185: *Dec 17 23:05:29.217 UTC: %DIALER-6-BIND: Interface As67 bound to profil
e Di2
000186: *Dec 17 23:05:51.425 UTC: %ISDN-6-DISCONNECT: Interface BRI1/0:1 discon
nected from 4612 , call lasted 45 seconds
000187: *Dec 17 23:05:53.361 UTC: %LINK-5-CHANGED: Interface Async67, changed st
ate to reset
000188: *Dec 17 23:05:53.361 UTC: %DIALER-6-UNBIND: Interface As67 unbound from
profile Di2
000189: *Dec 17 23:05:53.569 UTC: %ISDN-6-LAYER2DOWN: Layer 2 for Interface BR1/
0, TEI 75 changed to down
000190: *Dec 17 23:05:58.361 UTC: %LINK-3-UPDOWN: Interface Async67, changed sta
te to down
I've attached a sanpshot from my config, it seems we are getting connected OK on BRI1/0, as above however it box doesn't dial out:
interface FastEthernet0/0
description $FW_INSIDE$$ETH-LAN$
ip address 10.10.10.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
speed auto
full-duplex
no cdp enable
!
interface FastEthernet0/1
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
shutdown
duplex auto
speed auto
no cdp enable
!
interface BRI1/0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation ppp
isdn switch-type basic-net3
isdn not-end-to-end 56
isdn incoming-voice modem
no peer default ip address
no fair-queue
no cdp enable
!
interface BRI1/1
description ISDN BRI interface
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation ppp
dialer idle-timeout 300
dialer string 902071201323
dialer-group 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
interface Async65
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async66
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async67
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async68
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
interface Async65
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async66
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async67
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Async68
ip unnumbered FastEthernet0/0
encapsulation ppp
load-interval 30
dialer in-band
dialer pool-member 1
async default routing
async mode dedicated
no peer default ip address
no keepalive
ppp authentication chap
hold-queue 10 in
!
interface Dialer2
ip address negotiated
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer-group 1
no peer default ip address
no cdp enable
!
interface Dialer65
no ip address
encapsulation ppp
no cdp enable
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 BRI1/1
Any ideas, I think this must be a simple config. Dial in then dial out again but I can't get it going