cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3211
Views
0
Helpful
6
Replies

3825 Router & VWIC-2MFT-T1

redphone
Level 1
Level 1

I am trying to get this WIC (VWIC-2MFT-T1) to work in our 3825 Router.  I can see the WIC when I do a 'show diag':

WIC Slot 1:
        T1 (2 port) Multi-Flex Trunk WAN daughter card
        Hardware revision 1.0           Board revision B0
        Serial number     32436941      Part number    800-04477-01
        FRU Part Number     VWIC-2MFT-T1=
        Test history      0x0           RMA number     00-00-00
        Connector type    PCI
        EEPROM format version 1
        EEPROM contents (hex):
          0x20: 01 22 01 00 01 EE F2 CD 50 11 7D 01 00 00 00 00
          0x30: 58 00 00 00 00 02 21 00 FF FF FF FF FF FF FF FF

But when I do a 'show ip brief int' it does not show up in the list nor 'show run'.

Router software version:

Cisco IOS Software, 3800 Software (C3825-ADVIPSERVICESK9-M), Version 12.4(9)T1, RELEASE SOFTWARE (fc2)

From what I've read this card should be compatible with this router and IOS and I can't find any other specific information on configuring this card to work.

Does anyone have any ideas or information to share?

TIA

6 Replies 6

Hi,

   Please post the output of "show version". Did you not see "controller T1 xyz" on the running configuraion? It's normal that you didnot see any inteface in "show ip int brief". You need to configure it first.


HTH,

Toshi

Thanks Toshi for your reply.  Here's the interface list for 'show version'.  It does show two serial interfaces, one is another T1 card I have installed.  But only one T1 port.  You can see both in this 'show diag'.

I was able to configure the Slot 0 WIC using the controller command, but not able to do that with the WIC in Slot 1.

Is there another command I need to use to configure the VWIC-2MFT-T1?

thanks for your help


Cisco 3825 (revision 1.1) with 484352K/39936K bytes of memory.
Processor board ID FTX1111A2PW
2 Gigabit Ethernet interfaces
2 Serial interfaces
1 ATM interface
1 Channelized T1/PRI port
2 Virtual Private Network (VPN) Modules
DRAM configuration is 64 bits wide with parity enabled.
479K bytes of NVRAM.
125440K bytes of ATA System CompactFlash (Read/Write)

Configuration register is 0x2102

WIC Slot 0:
        VWIC2-1MFT-T1/E1 - 1-Port RJ-48 Multiflex Trunk - T1/E1
        Hardware Revision        : 0.0
        Top Assy. Part Number    : 800-22628-05
        Board Revision           : A0
        Deviation Number         : 0
        Fab Version              : 04
        PCB Serial Number        : FOC10491WMF
        RMA Test History         : 00
        RMA Number               : 0-0-0-0
        RMA History              : 00
        Product (FRU) Number     : VWIC2-1MFT-T1/E1
        Version Identifier       : V01
        EEPROM format version 4
        EEPROM contents (hex):
          0x00: 04 FF 40 03 FD 41 00 00 C0 46 03 20 00 58 64 05
          0x10: 42 41 30 88 00 00 00 00 02 04 C1 8B 46 4F 43 31
          0x20: 30 34 39 31 57 4D 46 03 00 81 00 00 00 00 04 00
          0x30: CB 90 56 57 49 43 32 2D 31 4D 46 54 2D 54 31 2F
          0x40: 45 31 89 56 30 31 20 D9 02 40 C1 FF FF FF FF FF
          0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
          0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
          0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

        WIC Slot 1:
        T1 (2 port) Multi-Flex Trunk WAN daughter card
        Hardware revision 1.0           Board revision B0
        Serial number     32436941      Part number    800-04477-01
        FRU Part Number     VWIC-2MFT-T1=
        Test history      0x0           RMA number     00-00-00
        Connector type    PCI
        EEPROM format version 1
        EEPROM contents (hex):
          0x20: 01 22 01 00 01 EE F2 CD 50 11 7D 01 00 00 00 00
          0x30: 58 00 00 00 00 02 21 00 FF FF FF FF FF FF FF FF

Hi Chris,

     Please post the output of "show running".

Toshi

Here it is:

Router#sh run
Building configuration...

Current configuration : 940 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
card type t1 0 0
!
no aaa new-model
!
resource policy
!
no network-clock-participate wic 0
!
!
ip cef
!
!
!
!
voice-card 0
no dspfarm
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
controller T1 0/0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
shutdown
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
media-type rj45
!
interface Serial0/0/0:0
no ip address
!
interface ATM2/0
no ip address
shutdown
no atm ilmi-keepalive
!
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
!
line con 0
stopbits 1
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
!
end

Router#

Thanks again for your help.

Hi,

   This type of card should not need a "card type" command. Did you see any logging when rebooting the router?  Please check the hardware by using a "show inventory" command and post it here.  However,you can try a "card type t1 0 1" command and lets see what happens.

HTH,

Toshi

Hi again,

I did try the card type command, but as you said it shouldn't need it and it won't take.

Router(config)#card type t1 0 1
Card in slot 0 was removed or does not support command.

There is nothing telling during the reboot of the router.  Here is the ouput from that:

*May  6 15:25:14.072: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.
System Bootstrap, Version 12.3(11r)T2, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 2005 by cisco Systems, Inc.

System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 2006 by cisco Systems, Inc.

Total memory size = 512 MB - DIMM0 = 512 MB, DIMM1 = 0 MB
c3825 platform with 524288 Kbytes of main memory
Main memory is configured to 72/0(dimm 0/1) bit mode with ECC enabled


Upgrade ROMMON initialized
program load complete, entry point: 0x8000f000, size: 0xcb40
program load complete, entry point: 0x8000f000, size: 0xcb40

program load complete, entry point: 0x80010000, size: 0x252e098
Self decompressing the image : ############################################################################################################################################################################################################################################################################################################################################################################################################################################### [OK]

Smart Init is enabled
smart init is sizing iomem
  ID            MEMORY_REQ                 TYPE
00042A          0X010D78F3 C3825 motherboard
0001AA          0X0025178C 1A DS3
                0X00288860 Onboard PVDM2 SIMM
                0X0027250A Onboard VPN
                0X000021B8 Onboard USB
0004F5          0X00016804 Virtual Private Network (VPN) Module
                0X00660670 public buffer pools
                0X0078F000 public particle pools
TOTAL:          0X0262BE15

If any of the above Memory Requirements are
"UNKNOWN", you may be using an unsupported
configuration or there is a software problem and
system operation may be compromised.
Rounded IOMEM up to: 39Mb.
Using 7 percent iomem. [39Mb/512Mb]

              Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

           cisco Systems, Inc.
           170 West Tasman Drive
           San Jose, California 95134-1706

Cisco IOS Software, 3800 Software (C3825-ADVIPSERVICESK9-M), Version 12.4(9)T1, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Wed 30-Aug-06 19:26 by prod_rel_team
Image text-base: 0x60011084, data-base: 0x634FC000


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.

Installed image archive
Cisco 3825 (revision 1.1) with 484352K/39936K bytes of memory.
Processor board ID FTX1111A2PW
2 Gigabit Ethernet interfaces
1 ATM interface
1 Channelized (E1 or T1)/PRI port
2 Virtual Private Network (VPN) Modules
DRAM configuration is 64 bits wide with parity enabled.
479K bytes of NVRAM.
125440K bytes of ATA System CompactFlash (Read/Write)

During the reboot it does not "see" the T1 card, but when issuing a show inventory command, it does appear in the output.

NAME: "3825 chassis", DESCR: "3825 chassis"
PID: CISCO3825         , VID: V03 , SN: FTX1111A2PW

NAME: "VWIC2-1MFT-T1/E1 - 1-Port RJ-48 Multiflex Trunk - T1/E1 on Slot 0 SubSlot 0", DESCR: "VWIC2-1MFT-T1/E1 - 1-Port RJ-48 Multiflex Trunk - T1/E1"
PID: VWIC2-1MFT-T1/E1  , VID: V01 , SN: FOC10491WMF

NAME: "Two port T1 voice interface daughtercard on Slot 0 SubSlot 1", DESCR: "Two port T1 voice interface daughtercard"
PID: VWIC-2MFT-T1=     , VID: 1.0, SN: 32436941

NAME: "Virtual Private Network (VPN) Module on Slot 0", DESCR: "Encryption AIM Element"
PID: AIM-VPN/SSL-3     , VID: V01, SN: FOC11095QXX

NAME: "ATM DS3  on Slot 2", DESCR: "ATM DS3 "
PID: NM-1A-T3          , VID: V01 , SN: FOC110440JU

All of this is quite strange behavior to me.  I hope you can make some sense of it.  Thank you.

Review Cisco Networking products for a $25 gift card