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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dialin to C2600 via AUX Port

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Hi all,

1. I'm facing a problem that no username is prompt after I dialin to cisco (2600) router's external modem. Based on the instruction from cisco website, it will prompt you a username and followed by password.

2. I had test it with reverse telnet, it works and able to configure modem to listen incoming call.

3. Could you please highlight are there any key point for this configuration?

4. Thank you.

Best Regards,

Steward

----------------------------------------------------
Below is my configuration of "running-config":

show running-config
Building configuration...

Current configuration : 2285 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 2600
!
logging rate-limit console 10 except errors
aaa new-model
aaa authentication ppp default local group radius
aaa accounting network default start-stop group radius
enable secret 5 $1$kDXV$GsAxZkMea2CKbVSSaO4YP0
enable password cisco
!
username cisco password 0 cisco
ip subnet-zero
no ip routing
!
--More--  no ip finger
no ip domain-lookup
ip name-server 192.168.11.3
!
ip dhcp-server 192.168.10.9
vpdn enable
no vpdn logging
!
vpdn-group pppoe
accept-dialin
protocol pppoe
virtual-template 1
pppoe limit per-vlan 200
!
virtual-template 1 pre-clone 1
call rsvp-sync
cns event-service server
!
--More--  !
!
interface Loopback0
no ip address
no ip route-cache
no ip mroute-cache
!
interface FastEthernet0/0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
speed 10
half-duplex
no mop enabled
!
interface FastEthernet0/1
ip address 192.168.10.41 255.255.255.0
no ip route-cache
no ip mroute-cache
speed auto
half-duplex
no mop enabled
--More--  !
interface Virtual-Template1
mtu 1492
ip unnumbered Loopback0
no ip route-cache
ppp authentication chap
!
ip default-gateway 192.168.0.225
ip kerberos source-interface any
ip classless
no ip http server
!
!
snmp-server engineID local 0000000902000001429C3480
snmp-server community public RO
snmp-server location singapore
snmp-server contact Websatmedia
snmp-server chassis-id 77
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps isdn call-information
snmp-server enable traps hsrp
snmp-server enable traps config
snmp-server enable traps entity
--More--  snmp-server enable traps bgp
snmp-server enable traps rsvp
snmp-server enable traps syslog
snmp-server enable traps rtr
radius-server host 192.168.10.8 auth-port 1645 acct-port 1646
radius-server retransmit 3
radius-server vsa send accounting
radius-server vsa send authentication
!
dial-peer cor custom
!
gateway
!
line con 0
transport input none
line aux 0
autoselect during-login
autoselect ppp
modem Dialin
transport input all
--More--   stopbits 1
speed 115200
flowcontrol hardware
line vty 0 4
password cisco
line vty 5 65
password cisco
!
end



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top