12-11-2015 09:54 AM - edited 03-05-2019 02:55 AM
Hi we have T1 card inserted in router 2811. Show run command shows the t1 is like below:
interface Serial0/0/0
no ip address
shutdown
But other information shows it is like this:
card type t1 0 0
!
controller T1 0/0/0
framing esf
linecode b8zs
cablelength long 0db
channel-group 0 timeslots 1-24
My question is what is relation between the both? Thank you
Solved! Go to Solution.
12-11-2015 11:53 AM
My previous comment was wrong. I edited when you posted your card name.
This card only supports T1. It is not channelized and it does not support PRI voice. It is end of sale.
"The T1 CSU/DSU WIC provides full or fractional T1 service. T1 CSU/DSU WIC does not do channelized T1 or ISDN Primary Rate Interface (PRI)."
http://www.cisco.com/c/en/us/support/docs/interfaces-modules/1-port-t1-fractional-t1-dsu-csu-wan-interface-card/7255-wic-1dsu-t1.html
VWIC3-1MFT-T1/E is a newer card supported on 2800 series.
This card supports channelized and also voice.
Check the link below.
http://www.cisco.com/c/en/us/products/collateral/routers/2800-series-integrated-services-routers-isr/data_sheet_c36-609138.html
Hope it helps,
Masoud
12-11-2015 10:34 AM
Hello,
card type t1 0 0
Some cards support Both E1 and T1. Card type defines whether card operates in T1 mode or E1 mode.
After you specify your card type, you will see Controller T1 or E1.
Under controller T1or E1, you can specify your channel group. If your card has ability to be channelized, you can define several channel group(maximum 24 on T1 and 32 on E1 ).
Each channel group can include some time slots.
Each time slot gives you 64Kb. 24*64K=1.544 Mbps(T1)
Each channels group gives you an interface serial. In you example, you have only one channel group, grouping all time-slots(24), so you only have one interface serial.
You can define two or more channel groups.
channel-group 0 timeslots 1-12 12*64Kbps
channel-group 1 timeslots 13-24 12*64Kbps
You will have two serial interfaces with the bandwidth of 12*64K each.Remember you need to have the same configuration on other side.
Hope it helps,
Masoud
12-11-2015 10:36 AM
Thank you so much for your reply. Under the router, I cannot see any information about T1 or control T1 etc after inserting the t1 card. So what is wrong with the router?
12-11-2015 10:42 AM
You need to first define your card type to be able to see controller and serial.
If you do not have card type, you need to upgrade or downgrade your IOS.
What is your card name and IOS version?
Masoud
12-11-2015 10:47 AM
Give me the output of show version completely and also name of your T1 card to check the compatibility.
Masoud
12-11-2015 11:07 AM
here is full show ver
HQ#sh ver
Cisco IOS Software, 2800 Software (C2800NM-ADVENTERPRISEK9-M), Version 15.1(4)M7, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2013 by Cisco Systems, Inc.
Compiled Mon 16-Sep-13 00:31 by prod_rel_team
ROM: System Bootstrap, Version 12.3(8r)T7, RELEASE SOFTWARE (fc1)
HQ uptime is 3 hours, 9 minutes
System returned to ROM by power-on
System restarted at 15:55:27 UTC Fri Dec 11 2015
System image file is "flash:c2800nm-adventerprisek9-mz.151-4.M7.bin"
Last reload type: Normal Reload
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
export@cisco.com.
Cisco 2811 (revision 2.0) with 509952K/14336K bytes of memory.
Processor board ID FHK0905F1FM
2 FastEthernet interfaces
1 Serial interface
1 Virtual Private Network (VPN) Module
DRAM configuration is 64 bits wide with parity enabled.
239K bytes of non-volatile configuration memory.
2049264K bytes of ATA CompactFlash (Read/Write)
License Info:
License UDI:
-------------------------------------------------
Device# PID SN
-------------------------------------------------
*0 CISCO2811 FHK0905F1FM
Configuration register is 0x2102
12-11-2015 11:07 AM
HQ#sh int s0/0/0
Serial0/0/0 is administratively down, line protocol is down
Hardware is GT96K with integrated T1 CSU/DSU
MTU 1500 bytes, BW 1536 Kbit/sec, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 1152 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 4 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=down DSR=up DTR=down RTS=down CTS=down
12-11-2015 11:34 AM
edited
12-11-2015 11:34 AM
On the card, it has some sign, such as T1 DSU/CSU and
WIC
1DSU-T1
v2
Do you think this card can send voice and can it be converted into layer one module?
12-11-2015 11:53 AM
My previous comment was wrong. I edited when you posted your card name.
This card only supports T1. It is not channelized and it does not support PRI voice. It is end of sale.
"The T1 CSU/DSU WIC provides full or fractional T1 service. T1 CSU/DSU WIC does not do channelized T1 or ISDN Primary Rate Interface (PRI)."
http://www.cisco.com/c/en/us/support/docs/interfaces-modules/1-port-t1-fractional-t1-dsu-csu-wan-interface-card/7255-wic-1dsu-t1.html
VWIC3-1MFT-T1/E is a newer card supported on 2800 series.
This card supports channelized and also voice.
Check the link below.
http://www.cisco.com/c/en/us/products/collateral/routers/2800-series-integrated-services-routers-isr/data_sheet_c36-609138.html
Hope it helps,
Masoud
12-11-2015 01:01 PM
the T1 cable can plug in this T1 card and work well? -- T1 DSU/CSU
I think this is newer one --VWIC3-1MFT-T1/E. what is the original T1 type in the past year?
12-11-2015 01:19 PM
You get a line from your service provider. You connect that line to a modem suggested by your service provider. Then connect your modem by a RJ45 to your router. IP Under interface serial and encapsulation ppp or HDLC. It will work.
VWIC3-1MFT-T1/E is a popular card and commonly used for both E1 and T1 .
Masoud
12-11-2015 10:45 AM
Do you see your T1 card information with "show version" command
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide