[c-nsp] Analog Dialer

Mad Unix madunix at gmail.com
Wed Jul 9 03:05:36 EDT 2008


Am using interface Group-Async1 to accept analog calls for data transfer


interface GigabitEthernet0/0
 description $ES_LAN$
 ip address 10.16.0.2 255.255.255.0
 duplex auto
 speed auto
 media-type rj45
!
interface GigabitEthernet0/1
 ip address 10.16.1.2 255.255.255.0
 duplex auto
 speed auto
 media-type rj45
!
interface Serial0/0/0
 description ---- Elect  ----
 ip address 10.14.11.5 255.255.255.252
!
interface Serial0/0/1
 description ---  Bank ---
 ip address 10.14.11.1 255.255.255.252
 encapsulation ppp

interface Serial4/0:15
 no ip address
 encapsulation ppp
 no ip route-cache cef
 dialer rotary-group 1
 dialer-group 2
 isdn switch-type primary-net5
 isdn incoming-voice modem
 isdn guard-timer 3000
!
interface Serial4/1:15
 no ip address
 encapsulation ppp
 no ip route-cache cef
 dialer rotary-group 1
 dialer-group 1
 isdn switch-type primary-net5
 isdn incoming-voice modem
 isdn guard-timer 3000
!
interface Dialer1
 description connected to Dial-inPCs(ISDN)
 ip address 10.13.1.1 255.255.255.0
 encapsulation ppp
 no ip split-horizon
 dialer in-band
 dialer idle-timeout 3600
 dialer-group 1
 peer default ip address pool Cisco3662-Group-1
 ppp authentication chap pap ms-chap callin
!
interface Group-Async1
 description connected tp Dial-in pcs (Analog)
 ip unnumbered GigabitEthernet0/0
 encapsulation ppp
 no ip split-horizon
 dialer in-band
 dialer idle-timeout 3600
 dialer-group 1
 async mode interactive
 peer default ip address pool cisco3662-group-2
 no fair-queue
 ppp authentication chap pap ms-chap callin
 group-range 0/450 0/473
ip http server
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip radius source-interface GigabitEthernet0/0
access-list 2 permit 10.5.0.0 0.0.255.255
access-list 100 permit ip 10.4.0.0 0.0.255.255 10.13.0.0 0.0.255.255
access-list 100 permit ip 10.5.0.0 0.0.255.255 10.13.0.0 0.0.255.255
access-list 100 permit ip 10.5.0.0 0.0.255.255 10.0.0.0 0.255.255.255
access-list 101 permit tcp host 10.5.3.10 any eq telnet
dialer-list 1 protocol ip permit
dialer-list 2 protocol ip permit

On Wed, Jul 9, 2008 at 8:39 AM, Oliver Boehmer (oboehmer) <
oboehmer at cisco.com> wrote:

> Can't tell based on this config alone. can you please show the full
> config? (at least the one of the Serialx/y:z (the D-channel), any dialer
> interfaces and the "line" config at the end)?
> http://www.cisco.com/en/US/products/hw/univgate/ps505/products_configura
> tion_example09186a0080094a49.shtml<http://www.cisco.com/en/US/products/hw/univgate/ps505/products_configuration_example09186a0080094a49.shtml>shows a sample AS5xxx config, which
> can easily be adapted to your environment..
>
>        oli
>
>
> Mad Unix <> wrote on Wednesday, July 09, 2008 8:27 AM:
>
> >  have a PRI connecting 60 ppl using BRI and Analog calls
> > the Router 3800 PRI interface is having Digital modem to accept
> > analog phone calls
> > the analog callers cant connect!
> > What could be wrong?
> >
> > interface Group-Async1
> >  description connected tp Dial-in pcs (Analog)
> >  ip unnumbered GigabitEthernet0/0
> >  encapsulation ppp
> >  no ip split-horizon
> >  dialer in-band
> >  dialer idle-timeout 3600
> >  dialer-group 1
> >  async mode interactive
> >  peer default ip address pool cisco3662-group-2
> >  no fair-queue
> >  ppp authentication chap pap ms-chap callin
> >  group-range 0/450 0/473
> > --
> > madunix
> > _______________________________________________
> > cisco-nsp mailing list  cisco-nsp at puck.nether.net
> > https://puck.nether.net/mailman/listinfo/cisco-nsp
> > archive at http://puck.nether.net/pipermail/cisco-nsp/
>



-- 
madunix


More information about the cisco-nsp mailing list