VWIC-1MFT-E1 card - PBX Info :: Your Free PBX, PABX and Telephone Information Resource
Home | Register |    
 
Forums         |        Articles          |        Blogs         |      Software          |      Portals          |      Resource          |      Wiki      |    White Papers         
 
Go Back   PBX Info :: Your Free PBX, PABX and Telephone Information Resource > PBX SYSTEMS > Cisco
   SEARCH  
     
User Name Password      
Save ?
Cisco Cisco Call Manager Questions and Answers

Tags:


Reply
 
LinkBack Thread Tools Display Modes
Old 12-04-2007, 01:32 PM   #1 (permalink)
hmursal152
Senior Member

Activity Longevity
0/20 15/20
Today Posts
0/0 sssssss49
Rep Power: 5hmursal152 is on a distinguished road
VWIC-1MFT-E1 card

I need the configuration of VWIC-1MFT-E1 card as E1 (30 lines) for dialup.
I have installed the card into slot-2 of my Cisco2801. Am I right? And I need the complete script configuration. Anybody help me
hmursal152 is offline   sendpm.gif Reply With Quote
Old 12-05-2007, 01:14 AM   #2 (permalink)
sillejo
Moderator
 
sillejo's Avatar
sillejo has no status.

Activity Longevity
2/20 11/20
Today Posts
0/0 ssssss291
Location: Minneapolis
Rep Power: 4sillejo is on a distinguished road
Country:
Sounds like you are in a bit of a panic.

What do you mean when you say "dial-up" Will this be a PRI, BRI, Plain E1 ?
__________________
Deus ex machina
sillejo is offline   sendpm.gif Reply With Quote
Old 12-05-2007, 02:08 AM   #3 (permalink)
hmursal152
Senior Member

Activity Longevity
0/20 15/20
Today Posts
0/0 sssssss49
Rep Power: 5hmursal152 is on a distinguished road
It will be PRI
hmursal152 is offline   sendpm.gif Reply With Quote
Old 12-06-2007, 11:55 AM   #4 (permalink)
sillejo
Moderator
 
sillejo's Avatar
sillejo has no status.

Activity Longevity
2/20 11/20
Today Posts
0/0 ssssss291
Location: Minneapolis
Rep Power: 4sillejo is on a distinguished road
Country:
isdn switch-type {options match provider}

controller t1 x/y/z
framing {match provider if needed}
linecode {matchprovidder if needed}
pri-gourp 0 timeslots 1-30

interface Serialx/y/z:15
no ip address
encapsulation hdlc {match provider}
isdn switch-type {match provider}
isdn incoming-voice voice
no cdp enable

a lot of this depends on what the other end of the PRI is set to. You need that info from the provider to fill in the blanks

The serial is not there until you configure the PRI-GROUP on the controller

good luck
__________________
Deus ex machina
sillejo is offline   sendpm.gif Reply With Quote
Old 12-06-2007, 12:35 PM   #5 (permalink)
hmursal152
Senior Member

Activity Longevity
0/20 15/20
Today Posts
0/0 sssssss49
Rep Power: 5hmursal152 is on a distinguished road
Sillejo,
The PRI would be E1 not T1
hmursal152 is offline   sendpm.gif Reply With Quote
Old 12-07-2007, 02:10 AM   #6 (permalink)
sillejo
Moderator
 
sillejo's Avatar
sillejo has no status.

Activity Longevity
2/20 11/20
Today Posts
0/0 ssssss291
Location: Minneapolis
Rep Power: 4sillejo is on a distinguished road
Country:
99% of the given config still applies

I believe Framing and Linecode may not be necessary, depending upon the isdn switch-type supplied by the Telco
__________________
Deus ex machina
sillejo is offline   sendpm.gif Reply With Quote
Old 12-08-2007, 02:00 AM   #7 (permalink)
hmursal152
Senior Member

Activity Longevity
0/20 15/20
Today Posts
0/0 sssssss49
Rep Power: 5hmursal152 is on a distinguished road
I have done the commands:

TelCom-Bosaso(config)#isdn switch-type primary-net5TelCom-Bosaso(config-controller)#framing no-crc4
TelCom-Bosaso(config-controller)#
*Dec 8 06:21:30.007: %CONTROLLER-5-UPDOWN: Controller E1 0/2/0, changed state to up
TelCom-Bosaso(config-controller)#linecode hdb3


BUT - when I am configuring the timeslots - I got this:

TelCom-Bosaso(config-controller)#pri-group 0 timeslots 1-31
^
% Invalid input detected at '^' marker.

TelCom-Bosaso(config-controller)#


What can I do - pls?
hmursal152 is offline   sendpm.gif Reply With Quote
Old 12-09-2007, 03:53 PM   #8 (permalink)
sillejo
Moderator
 
sillejo's Avatar
sillejo has no status.

Activity Longevity
2/20 11/20
Today Posts
0/0 ssssss291
Location: Minneapolis
Rep Power: 4sillejo is on a distinguished road
Country:
Please re-paste the output.

Your post does not format correctly and I can not see where the marker is pointing for an error.
__________________
Deus ex machina
sillejo is offline   sendpm.gif Reply With Quote
Old 12-10-2007, 02:00 AM   #9 (permalink)
hmursal152
Senior Member

Activity Longevity
0/20 15/20
Today Posts
0/0 sssssss49
Rep Power: 5hmursal152 is on a distinguished road
I have done the commands:

TelCom-Bosaso(config)#isdn switch-type primary-net5TelCom-Bosaso(config-controller)#framing no-crc4
TelCom-Bosaso(config-controller)#
*Dec 8 06:21:30.007: %CONTROLLER-5-UPDOWN: Controller E1 0/2/0, changed state to up
TelCom-Bosaso(config-controller)#linecode hdb3


BUT - when I am configuring the timeslots - I got this:

TelCom-Bosaso(config-controller)#pri-group 0 timeslots 1-31
^
% Invalid input detected at '^' marker.


**
The '^' marker is under 0 (pri-group '0')
hmursal152 is offline   sendpm.gif Reply With Quote
Old 12-10-2007, 09:25 AM   #10 (permalink)
sillejo
Moderator
 
sillejo's Avatar
sillejo has no status.

Activity Longevity
2/20 11/20
Today Posts
0/0 ssssss291
Location: Minneapolis
Rep Power: 4sillejo is on a distinguished road
Country:
The "0" is really more of a designator than a real number. Try using "1" and see if you get the same error. If you do the type "pri-group ?" and post the output.

Also, I am not sure what program you use for console access, but using the "Capture" method in Hyperterm works best for getting the output into plain text for posting (In Hyperterm, go to the Transfer menu, then select Capture Text. To end the Capture go back to Transfer and choose End Capture )
__________________
Deus ex machina
sillejo is offline   sendpm.gif Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
SSC card and Rls 5 saulat Meridian Systems 1 09-02-2007 11:23 PM
tda slc card br tel Panasonic 4 06-23-2007 01:04 PM
Pri Card mehrdad Panasonic 1 12-21-2006 12:29 PM
Add a card CEWest Meridian Systems 2 02-17-2005 12:50 PM
DID card bad? bkieler BCM and Norstar 4 11-19-2003 07:39 PM


All times are GMT -5. The time now is 04:03 AM.

Tags   |   Advertise    |    Media Partners   |    Admin   |   About us   |   Contact Us   |   RSS   

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
Copyright PBXINFO LLC 2006