04-30-2012 10:51 AM - edited 03-04-2019 04:12 PM
hi
I am trying to use the connected WIC2-2MFT, as the servial interface on my cisco 1841.
But it does not show me the option, under configuration interface
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int ?
Async Async interface
BVI Bridge-Group Virtual Interface
CDMA-Ix CDMA Ix interface
CTunnel CTunnel interface
Dialer Dialer interface
FastEthernet FastEthernet IEEE 802.3
Group-Async Async Group interface
Lex Lex interface
Loopback Loopback interface
MFR Multilink Frame Relay bundle interface
Multilink Multilink-group interface
Null Null interface
Tunnel Tunnel interface
Vif PGM Multicast Host interface
Virtual-PPP Virtual PPP interface
Virtual-Template Virtual Template interface
Virtual-TokenRing Virtual TokenRing
range interface range command
What should I do to make this enable on this list?
I am attaching the show tech-support, and show version of this device.
Solved! Go to Solution.
04-30-2012 11:01 AM
Read the document...you have to configure your controller in order for it to give you an interface to configure.
controller e1 slot/port
For instance, I'm in the US so we have T1s here. I would configure something like:
controller t1 0/2/0
linecode b8zs
framing esf
channel-group 1 timeslots 1-24
I would then have:
int s0/2/0:1 to configure...
Your linecode and framing will probably be different than a T1 WIC, so you can't use my config as an example, but that's what you'll need to do to get your interfaces to configure.
Your card is being seen according to show tech that you posted:
NAME: "WIC/HWIC 0", DESCR: "VWIC2-2MFT-G703 - 2-Port RJ-48 Multiflex Trunk - G"
PID: VWIC2-2MFT-G703 , VID: V01 , SN: 4294967295
04-30-2012 10:54 AM
This document should get you going:
http://www.cisco.com/en/US/docs/ios/12_0/dial/configuration/guide/dcchant.html#wp4736
04-30-2012 10:58 AM
Hi
I am not getting the option, while in conf t
Router(config)#int ?
Async Async interface
BVI Bridge-Group Virtual Interface
CDMA-Ix CDMA Ix interface
CTunnel CTunnel interface
Dialer Dialer interface
FastEthernet FastEthernet IEEE 802.3
Group-Async Async Group interface
Lex Lex interface
Loopback Loopback interface
MFR Multilink Frame Relay bundle interface
Multilink Multilink-group interface
Null Null interface
Tunnel Tunnel interface
Vif PGM Multicast Host interface
Virtual-PPP Virtual PPP interface
Virtual-Template Virtual Template interface
Virtual-TokenRing Virtual TokenRing
range interface range command
Router(config)#int seri
Router(config)#int serial ?
% Unrecognized command
Router(config)#int serial
So I can not go ahead with any kind of serial interface configuraiton
I hope you get my point
04-30-2012 11:01 AM
Read the document...you have to configure your controller in order for it to give you an interface to configure.
controller e1 slot/port
For instance, I'm in the US so we have T1s here. I would configure something like:
controller t1 0/2/0
linecode b8zs
framing esf
channel-group 1 timeslots 1-24
I would then have:
int s0/2/0:1 to configure...
Your linecode and framing will probably be different than a T1 WIC, so you can't use my config as an example, but that's what you'll need to do to get your interfaces to configure.
Your card is being seen according to show tech that you posted:
NAME: "WIC/HWIC 0", DESCR: "VWIC2-2MFT-G703 - 2-Port RJ-48 Multiflex Trunk - G"
PID: VWIC2-2MFT-G703 , VID: V01 , SN: 4294967295
04-30-2012 01:19 PM
thanks
!
controller E1 0/0/0
channel-group 0 unframed
!
controller E1 0/0/1
channel-group 0 unframed
!
!
!
interface Serial0/0/0:0
ip address 192.168.1.11 255.255.255.248
!
04-30-2012 02:53 PM
Awesome
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