Please post
sh ver
sh ip int br
sh modem
output.
Sanitise ip addresses/serial numbers if required.
I have never used a modem like this but I have done a bit of
dialup years ago.
By default on cisco interfaces are shutdown, that may
be why you have no lights.
#######
I have been making some notes on what might need done.
I may as well paste them in here. I do not know anything about
the line33 commands however the document that you pointed
at has them. The rest should be pretty close I think.
First find out what async interface/line number your
card is on.
sh ip int br
sh modem
e.g. "Modem 0/3/0 [line 50], Async0/3/0, TTY50"
Substitute this number in all command below
for the 33 one.
interface Dialer1
ip address negotiated
encapsulation ppp
dialer pool 1 ! this is the link to the physical interface
dialer string 6662000 ! the phone number to dial
dialer-group 11 ! this is the link with the dialer-list
ppp authentication chap
dialer in-band
ppp authentication chap pap
ppp chap hostname us...@xyz.com
ppp chap password yourpassword
ppp pap sent-username us...@xyz.com password yourpassword
dialer idle-timeout 300 ! check that this is seconds and
! choose for yourself
no shut
interface Async33 ! substitute your number here
no ip address
dialer pool-member 1 ! phy
async mode interactive
no shut
!
! Identify "interesting" traffic that will bring up the dialer
! in this case ANY IP traffic.
dialer-list 11 protocol ip permit
ip route 0.0.0.0 int dialer 1
!/very important/
line 33 ! substitute your number here
autoselect ppp
modem Out
flowcontrol hardware
transport input all
You'll also need a chat script and perhaps you'll need to disable the
modem waiting for the dial tone before dialing. This is what the ATX3
command does, if the modem can detect the dial tone when it goes
off-hook, you can just dial with ATD instead of ATX3D.
Here is my chat script which works with chap authentication by the ISP
chat-script dial "" AT OK "ATX3D \T" TIMEOUT 60 CONNECT \C
under the Dialer interface the dialer string is for multitone dialing,
for pulse dialing ommit the leading T (or you can put it into the chat
script...)
dialer string T<telephone number> modem-script dial
This works nicely with a WIC-1AM (non -V2, but this should not make any
difference in the config)
--
ULi
one thing that puzzled me was the command: modem Out. My config won't
accept that. It would only accept modem InOut but I don't want dial-in.
router#config t
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#line 2
router(config-line)#modem Out
^
% Invalid input detected at '^' marker.
router(config-line)#
my config also won't accept 'dialer in-band'
router(config)#int dialer2
router(config-if)#dialer in-band
%Remove dialer profile config first (?)
router(config-if)#
in the configs below please ignore the ATM0/0 - that's an adsl card. The
wic-1am-v2 modem shows up as Async2
thanks for any further pointers.
------------------------
router#sh ip int br
Interface IP-Address OK? Method Status Protocol
ATM0/0 unassigned YES NVRAM administratively down down
FastEthernet0/0 unassigned YES NVRAM administratively down down
Async2 unassigned YES NVRAM up up
FastEthernet0/1 unassigned YES NVRAM administratively down down
FastEthernet1/0 unassigned YES unset up down
FastEthernet1/1 unassigned YES unset up down
FastEthernet1/2 unassigned YES unset administratively down down
FastEthernet1/3 unassigned YES unset administratively down down
FastEthernet1/4 unassigned YES unset administratively down down
FastEthernet1/5 unassigned YES unset administratively down down
FastEthernet1/6 unassigned YES unset administratively down down
FastEthernet1/7 unassigned YES unset administratively down down
FastEthernet1/8 unassigned YES unset up down
FastEthernet1/9 unassigned YES unset up down
FastEthernet1/10 unassigned YES unset up down
FastEthernet1/11 unassigned YES unset up down
FastEthernet1/12 unassigned YES unset up down
FastEthernet1/13 unassigned YES unset up down
FastEthernet1/14 unassigned YES unset up down
FastEthernet1/15 unassigned YES unset up down
Vlan1 172.16.1.30 YES NVRAM up down
NVI0 unassigned YES unset administratively down down
Virtual-Access1 unassigned YES unset up up
Dialer2 unassigned YES manual up up
-------------------
router#show modem
Codes:
* - Modem has an active call
R - Modem is being Reset
D - Download in progress
B - Modem is marked bad and cannot be used for taking calls
b - Modem is either busied out or shut-down
Avg Hold Inc calls Out calls Busied Failed No Succ
Mdm Time Succ Fail Succ Fail Out Dial Answer Pct.
Total: 00:00:00 0 0 0 0 0 0 0 0%
-------------------
router#sh ver
Cisco IOS Software, C2600 Software (C2600-ADVENTERPRISEK9-M), Version 12.4(15)T8
, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Mon 01-Dec-08 14:23 by prod_rel_team
ROM: System Bootstrap, Version 12.2(8r) [cmong 8r], RELEASE SOFTWARE (fc1)
router uptime is 1 hour, 19 minutes
System returned to ROM by power-on
System image file is "flash:c2600-adventerprisek9-mz.124-15.T8.bin"
<snip>
Cisco 2651XM (MPC860P) processor (revision 4.1) with 253952K/8192K bytes of memo
ry.
Processor board ID FOC08522S33
M860 processor: part number 5, mask 2
18 FastEthernet interfaces
1 Serial interface
1 ATM interface
1 terminal line
32K bytes of NVRAM.
49152K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
----------------------
router#sh run
Building configuration...
Current configuration : 2989 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot system flash c2600-adventerprisek9-mz.124-15.T8.bin
boot-end-marker
!
no logging console
enable secret 5 <router password>
enable password <password>
!
no aaa new-model
clock timezone gmt 1
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 172.16.1.30
!
ip dhcp pool home
network 172.16.0.0 255.255.0.0
default-router 172.16.1.30
option 150 ip 172.16.1.30
dns-server 212.126.144.2 212.126.144.13
lease 7
!
!
ip name-server 212.126.144.2
ip name-server 212.126.144.13
!
multilink bundle-name authenticated
!
!
chat-script dial "" AT OK "ATX3D \T" TIMEOUT 60 CONNECT \C
!
!
vtp mode transparent
archive
log config
hidekeys
!
!
!
!
vlan 172
!
!
!
!
!
interface ATM0/0
mtu 1430
no ip address
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
description black pc
!
interface FastEthernet1/1
description oki printer
!
interface FastEthernet1/2
shutdown
!
interface FastEthernet1/3
shutdown
!
interface FastEthernet1/4
shutdown
!
interface FastEthernet1/5
shutdown
!
interface FastEthernet1/6
shutdown
!
interface FastEthernet1/7
shutdown
!
interface FastEthernet1/8
description biostar pc
!
interface FastEthernet1/9
description abit pc
!
interface FastEthernet1/10
description cisco 350
!
interface FastEthernet1/11
description intel printer server
!
interface FastEthernet1/12
!
interface FastEthernet1/13
!
interface FastEthernet1/14
description back pc
!
interface FastEthernet1/15
shutdown
!
interface Vlan1
ip address 172.16.1.30 255.255.0.0
ip nat inside
ip virtual-reassembly
!
interface Async2
no ip address
encapsulation slip
dialer in-band
dialer pool-member 2
async mode interactive
!
interface Dialer2
ip address negotiated
encapsulation ppp
dialer pool 2
dialer idle-timeout 300
ppp authentication chap pap
ppp chap hostname <my isp username?
ppp chap password 0 <password>
ppp pap sent-username <isp username> password 0 <password>
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer2
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer2 overload
!
access-list 1 permit 172.16.0.0 0.0.255.255
dialer-list 2 protocol ip permit
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line 2
modem InOut
transport input all
autoselect ppp
stopbits 1
speed 115200
flowcontrol hardware
line aux 0
line vty 0 4
password xxxxxxxxxxxx
login
!
ntp authenticate
ntp clock-period 17208193
ntp server 212.13.194.96
!
end