cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3346
Views
5
Helpful
11
Replies

Configuring the ISDN PRI, Interface Serial 3/0:15

bilalghayad
Level 1
Level 1

Hi All;

I am facing a problem while trying to enter the commands under the interface serial 3/0:15, it is not taking the command.

Actually it accept interface serial 3/0 and it does not accept interface serial 3/0:15 as shown below:

IPCCTEMPVG1(config)#interface serial 3/0:15
                                         ^
% Invalid input detected at '^' marker.

But, it gave me a possibility if I write "?" after the 3/0 as shown below:

IPCCTEMPVG1(config)#interface serial 3/0?
.  :  <0-1>

IPCCTEMPVG1(config)#interface serial 3/0:?
  <2147483647-0>  Serial interface number

Any help?

And below is the output of show version:

IPCCTEMPVG1#show version
Cisco IOS Software, 5350 Software (C5350-IS-M), Version 12.4(7h), RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Thu 18-Oct-07 22:42 by stshen

ROM: System Bootstrap, Version 12.3(12r)PI6b, RELEASE SOFTWARE (fc1)

IPCCTEMPVG1 uptime is 3 days, 21 hours, 57 minutes
System returned to ROM by reload at 22:22:23 UTC Sat Nov 23 2002
System image file is "flash:c5350-is-mz.124-7h.bin"

Cisco AS5350XM (BCM) processor (revision 0x22) with 393215K/131072K bytes of memory.
Processor board ID JAE1216F4B4
SB-1 CPU at 750MHz, Implementation 1025, Rev 0.3, 256KB L2 Cache
Last reset from IOS reload
Manufacture Cookie Info:
EEPROM Version 0x4, Board ID 0x4C3,
Board Hardware Version 2.7, Item Number 800-6571521-01,
Board Revision C0, Serial Number JAE1216F4B4.
Processor 0x0, MAC Address 001e.13d1.0dda
2 Gigabit Ethernet interfaces
6 Serial interfaces
216 terminal lines
8 Channelized E1/PRI ports
512K bytes of NVRAM.
125440K bytes of ATA External CompactFlash (Read/Write)

Configuration register is 0x2102

Regards

Bilal

1 Accepted Solution

Accepted Solutions

Hi

Here's a clue from your post:

VIVADRVG1(config-controller)#pri-group timeslots 1-31

%ISDN switch-type must be set first.

Have you tried setting the isdn switch type at global config level?

conf t

isdn switch-type primary-net5

Regards

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

View solution in original post

11 Replies 11

phooghen
Cisco Employee
Cisco Employee

Try to first configure the controller E1 interface like

controller e1 3/0

no shut

framing ...

....

Pierre.

Payal Bhaduri
Cisco Employee
Cisco Employee

Hi,

You will need to give the card type command, and then configure the controllers. The serial interface command will come after you configure the controllers.

Dear Payal Bhaduri

I beg you pardon for my mistake.

Dears;

I do not see card type in the command line, and I did no shut down for the controller and I added framing, but until now I am not able to configure the interface serila 3/0:15 !!!

What could be the problem?

VIVADRVG1#show version
Cisco IOS Software, 5350 Software (C5350-JS_IVS-M), Version 12.4(9)T7, RELEASE S                                                                             OFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Thu 10-Jan-08 18:52 by prod_rel_team

ROM: System Bootstrap, Version 12.4(22r)T, RELEASE SOFTWARE (fc1)

Any advise?

Regards

Bilal

Also, I am not able to type voice-port command from the config mode.


Any help?

Regards

Bilal

Hi Bilal,

The serial interface will come up automatically after you configure the controller. You do not need to configure serial interface.

I have to configure the encapsulation and the isdn switch-type which is not possible under the controller !

Actually we use the below configuration to make the controller up (but I am not able to type them on this gateway):

interface Serial3/0:15

no ip address

encapsulation hdlc

isdn switch-type primary-net5

no cdp enable

!

voice-port 3/0:D

bearer-cap Speech

!

voice-port 3/1:D

bearer-cap Speech

!

Appreciate your kindly help and reply.

Regards

Bilal

I am afraid there are any jumpers or something need to be done at the hardware level to be able to use the E1 ISDN?

Regards

Bilal

Hi All;

As summary:

1) card type command is not available from the config mode.

2) I am not able to set pri-group timeslots (even after typing no shutdown):

VIVADRVG1(config-controller)#pri-group timeslots 1-31

%ISDN switch-type must be set first.

3) I can type no shut down and I can give the framing, but this is not helping to get the serial interface command: interface serial 3/0:15

The below is the output of the show version:

VIVADRVG1#show version
Cisco IOS Software, 5350 Software (C5350-JS_IVS-M), Version 12.4(9)T7, RELEASE S                                                                             OFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Thu 10-Jan-08 18:52 by prod_rel_team

ROM: System Bootstrap, Version 12.4(22r)T, RELEASE SOFTWARE (fc1)

VIVADRVG1 uptime is 3 days, 4 hours, 32 minutes
System returned to ROM by reload at 09:01:53 KWT Thu May 2 2002
System image file is "flash:c5350-js_ivs-mz.124-9.T7.bin"

Cisco AS5350XM (BCM) processor (revision 0x22) with 786431K/262144K bytes of mem                                                                             ory.
Processor board ID JAE13136KRY
SB-1 CPU at 750MHz, Implementation 1025, Rev 0.3, 256KB L2 Cache
Last reset from IOS reload
Manufacture Cookie Info:
EEPROM Version 0x4, Board ID 0x4C3,
Board Hardware Version 2.7, Item Number 800-6571523-03,
Board Revision K0, Serial Number JAE13136KRY.
Processor 0x0, MAC Address 0022.9158.166c
2 Gigabit Ethernet interfaces
6 Serial interfaces
216 terminal lines
8 Channelized E1/PRI ports
512K bytes of NVRAM.
126000K bytes of ATA External CompactFlash (Read/Write)

Configuration register is 0x2102

So, any advise?

Regards

Bilal

Hi

Here's a clue from your post:

VIVADRVG1(config-controller)#pri-group timeslots 1-31

%ISDN switch-type must be set first.

Have you tried setting the isdn switch type at global config level?

conf t

isdn switch-type primary-net5

Regards

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: