From: Brian Dennis (brian@xxxxxx)
Date: Wed Jan 09 2002 - 20:05:14 GMT-3
Below is a working config for AUX-to-AUX dialup using a standard 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
Hans
Sent: Wednesday, January 09, 2002 12:32 PM
To: ccielab@groupstudy.com
Subject: configure aux port for isdn simulation
Can anyone please let me know how to practice dial-up using the AUX ports on
routers?
Thanks,
Hans
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:56:22 GMT-3