RE: AUX-AUX Back - As serial interface

From: Chuck Mason (romason0916@xxxxxxxxxxx)
Date: Thu Mar 21 2002 - 07:54:47 GMT-3


   
Here are working configs compliments of Brian Dennis:

Below is a working config for AUX-to-AUX dialup using a
rollover cable. R1
can call R3 using these configs.

Brian Dennis, CCIE #2210 (R&S)(ISP/Dial) CCSI #98640
5G Networks, Inc.
brian@5g.net
(925) 260-2724

R1#wr t
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R1
!
!
username R3 password 0 cisco
ip subnet-zero
ip tcp synwait-time 5
no ip domain-lookup
no ip finger
chat-script virtualmodem " "
!
!
!
!
process-max-time 200
!
interface Ethernet0
 no ip address
 no ip directed-broadcast
 shutdown
!
interface Ethernet1
 no ip address
 no ip directed-broadcast
 shutdown
!
interface Serial0
 no ip address
 no ip directed-broadcast
 no ip mroute-cache
 shutdown
 no fair-queue
!
interface Serial1
 no ip address
 no ip directed-broadcast
 shutdown
!
interface Async1
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 no ip route-cache
 no ip mroute-cache
 dialer in-band
 dialer pool-member 1
 async default routing
 async dynamic routing
 async mode dedicated
 no peer default ip address
 no fair-queue
 ppp authentication chap
!
interface Dialer0
 ip address 172.16.1.1 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer remote-name R3
 dialer string 5551212
 dialer pool 1
 dialer-group 1
 ppp authentication chap
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.1.254
!
dialer-list 1 protocol ip permit
!
alias exec c configure terminal
alias exec si show ip route
alias exec ci clear ip route *
alias exec oi show ip ospf interface
alias exec ion show ip ospf neighbor
alias exec ib show ip bgp
alias exec cib clear ip bgp *
alias exec ibn show ip bgp neighbor
alias exec wrb sho run | begin
alias exec sib show ip interface brief
!
line con 0
 exec-timeout 0 0
 transport input none
line aux 0
 exec-timeout 0 0
 script dialer virtualmodem
 modem Host
 transport input all
 speed 38400
 flowcontrol hardware
line vty 0 4
 privilege level 15
 no login
!
end

R1#

R3#wr t
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R3
!
!
username R1 password 0 cisco
ip subnet-zero
ip tcp synwait-time 5
no ip domain-lookup
chat-script virtualmodem " "
!
!
!
!
!
interface Ethernet0
 no ip address
 no ip directed-broadcast
 shutdown
!
interface Ethernet1
 no ip address
 no ip directed-broadcast
 shutdown
!
interface Serial0
 no ip address
 no ip directed-broadcast
 encapsulation frame-relay
 no ip mroute-cache
 logging event subif-link-status
 logging event dlci-status-change
 shutdown
 no fair-queue
!
interface Serial1
 no ip address
 no ip directed-broadcast
 shutdown
!
interface Async1
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 no ip route-cache
 no ip mroute-cache
 dialer in-band
 dialer pool-member 1
 async default routing
 async dynamic routing
 async mode dedicated
 no peer default ip address
 ppp authentication chap
!
interface Dialer0
 ip address 172.16.1.3 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer remote-name R1
 dialer string 5551212
 dialer pool 1
 dialer-group 1
 ppp authentication chap
!
ip classless
!
dialer-list 1 protocol ip permit
!
alias exec c configure terminal
alias exec si show ip route
alias exec ci clear ip route *
alias exec oi show ip ospf interface
alias exec ion show ip ospf neighbor
alias exec ib show ip bgp
alias exec cib clear ip bgp *
alias exec ibn show ip bgp neighbor
alias exec wrb sho run | begin
alias exec sib show ip interface brief
!
line con 0
 exec-timeout 0 0
 transport input none
line aux 0
 exec-timeout 0 0
 script dialer virtualmodem
 modem Dialin
 transport input all
 speed 38400
 flowcontrol hardware
line vty 0 4
 privilege level 15
 no login
!
end

R3#

-----Original Message-----
From: nobody@groupstudy.com
[mailto:nobody@groupstudy.com]On Behalf Of
RSiddappa@NECBNS.com
Sent: Thursday, March 21, 2002 6:23 PM
To: mamoor@ieee.org; yesmat@iprimus.com.au;
ccielab@groupstudy.com
Subject: RE: AUX-AUX Back - As serail interafce

Can I use this set and use the aux port as serial.

Ia m tryed all the config the port does nto come up.

It is just dead.

R.

-----Original Message-----
From: Ahmed Mamoor Amimi [mailto:mamoor@ieee.org]
Sent: Saturday, February 23, 2002 10:53 PM
To: yakoout; ccielab@groupstudy.com
Subject: Re: AUX-AUX Back to back no modems

I havent heard of anyway to do DDR on AUX without
modem.... u have to nail
down the link in order to do routing
without modem..... please let me know if u find
anything that ur desiring i
will be interested.

-Mamoor

----- Original Message -----
From: yakoout <yesmat@iprimus.com.au>
To: Ahmed Mamoor Amimi <mamoor@ieee.org>;
<ccielab@groupstudy.com>
Sent: Sunday, February 24, 2002 9:40 AM
Subject: RE: AUX-AUX Back to back no modems

> Ahmed,
>
> Thanks mate for the input. But I am not looking for
just back-back
> connection. I want to be able to dial out from one
router to the other
(dial
> in demand).
>
> The link provided talks about just back-back
permanent connection. I need
> dial up connection.
>
> Example, I want to use this aux dial up connection as
backup to other
> interfaces (to simulate ISDN BRI links), which means
that AUX under normal
> circumstances is down but will DIAL remote end if
primary serial goes
down.
>
> thanks
>
> -----Original Message-----
> From: Ahmed Mamoor Amimi [mailto:mamoor@ieee.org]
> Sent: Sunday, February 24, 2002 2:50 PM
> To: yakoout; ccielab@groupstudy.com
> Subject: Re: AUX-AUX Back to back no modems
>
>
> Please have a look at :
>
http://www.cisco.com/warp/public/793/access_dial/auxbac
k.html
>
> But ur roll over will not do the trick. for this u
need a null modem
cable.
> In this doc. it is written that this is been done
with roll-over cable....
> yes this right as null-modem cable is also roll-over
but with different
pin
> connections.
> RxD 2 3 TXD
> TxD 3 2 RxD
> CTS 4 5 RTS
> RTS 5 4 CTS
> DTR 6 20 CD
> CD 20 6 DTR
> GND 7 7 GND
>
>
> -Mamoor
>
>
> ----- Original Message -----
> From: yakoout <yesmat@iprimus.com.au>
> To: <ccielab@groupstudy.com>
> Sent: Sunday, February 24, 2002 8:12 AM
> Subject: AUX-AUX Back to back no modems
>
>
> > Hi all,
> >
> > I am looking for config or pointers on conecting
two 2500 routers VIA
> > AUX-AUX ports Back to back using rollover cable for
ISDN dialup
practice,
> > without the use of any modems. I am not sure if
that is doable or not.
> >
> > Your help is appreciated
> >
> > Yakout
> >



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:57:15 GMT-3