cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
740
Views
0
Helpful
10
Replies

Cisco 1721 with WIC-1DSU-56K4 & ISDN card

brian
Level 1
Level 1

I am trying to set up a 1721 with a primary 56K frame connection with ISDN back-up. I have set up dozens of these with 1602's but I cannot get the 1721 to take any service-module 56K commands such as

service-module 56K clock rate 56

service-module 56K clock source line

service-module 56K data-coding normal

service-module 56K network-type dds

service-module 56K remote-loopback

I have tried appling these to S0 and S0.1

What an I missing?

10 Replies 10

deilert
Level 6
Level 6

try to configure the t1 controller

router(conf)controller t1 0/0

router(conf-contr)

I do not have a T1 controller. A show controller only shows the ISDN card which is in the slot WIC 1 and the 56K 4 wire (shows as S0) which is in WIC 0.

can you paste in a sh ver , and the command is sh controller t1

sh controller t1

^

% Invalid input detected at '^' marker.

Raynham#sho ver

Cisco Internetwork Operating System Software

IOS (tm) C1700 Software (C1700-Y-M), Version 12.2(4)YA2, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)

Synched to technology version 12.2(5.4)T

TAC Support: http://www.cisco.com/tac

Copyright (c) 1986-2002 by cisco Systems, Inc.

Compiled Thu 11-Apr-02 21:54 by ealyon

Image text-base: 0x80008124, data-base: 0x807976DC

ROM: System Bootstrap, Version 12.2(7r)XM1, RELEASE SOFTWARE (fc1)

ROM: C1700 Software (C1700-Y-M), Version 12.2(4)YA2, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)

Raynham uptime is 2 minutes

System returned to ROM by power-on

System image file is "flash:c1700-y-mz.122-4.YA2.bin"

cisco 1721 (MPC860P) processor (revision 0x100) with 29492K/3276K bytes of memory.

Processor board ID FOC07201CP0 (3090679331), with hardware revision 0000

MPC860P processor: part number 5, mask 2

Bridging software.

X.25 software, Version 3.0.0.

--More-- 1 FastEthernet/IEEE 802.3 interface(s)

1 Serial network interface(s)

WIC with 56k 4-wire CSU/DSU

32K bytes of non-volatile configuration memory.

16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

Raynham#

I checked the compatability matrix and you are running code that support it for this box

what happens with the question mark ?

router#(conf-if)service-module ?

The commands are rejected at the s0.1 level where I typically put them on the 1602. They look like they work at the S0 level but a sho running-config afterward so no trace of the commands,

Raynham#config

Configuring from terminal, memory, or network [terminal]?

Enter configuration commands, one per line. End with CNTL/Z.

Raynham(config)#service-module

^

% Invalid input detected at '^' marker.

Raynham(config)#interface s0

Raynham(config-if)#service-module ?

56k 56K switching

Raynham(config-if)#service-module 56K ?

clock Service module clock source

data-coding Service module DCE line coding

network-type Service module Network Type/DACS mode

remote-loopback Remote Loopback/RL disable

switched-carrier Service module long distance carrier

Raynham(config-if)#service-module 56K clock ?

rate 56K Module clock rate

source Module clock source

Raynham(config-if)#service-module 56K clock source line

Raynham(config-if)#int s0.1

Raynham(config-subif)#service-module

^

% Invalid input detected at '^' marker.

Raynham(config-subif)#

the reason the commands are rejected on s0.1 is because this is a logical interface . You have to set these parameters on the physical interface

I have set them there but they do not show in the configuration afterwards

If they do not show up it is a default setting

okay, thanks