Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with VWIC2-2MFT-G703 and a Cisco 2811

Status
Not open for further replies.

tsadi

Technical User
Apr 11, 2006
13
DK
i have no experince with this module so this might be something very simple. i tunred off the router and installed the module in HWIC1 and powered up the router.

when i do a "show running" there is no serial interface, i had hope to see serial 0 and 1

ive read the post called "Multiflex trunk configuration for data T1" is this what my module (VWIC2-2MFT-G703) is called?

is there something i need to do to "create" a serial 0 and 1 interface?

hope you can help, im a little lost here.
 
you need to define your "channel groups" or t1s by assigning the timeslots to the controller.

near the top of your config youll see a section like
controller T1 0

youll need to go on that in conf mode and make the assignments.. example

controller T1 0
channel-group 0 timeslots 1-24 speed 64

when you do that youll see a serial interface get created...
it will be something like
serial0:0

it may vary dependig on your hardware but that is the jist of it...
 
Also, i get no respons on the command: Router#card ? (trying to set card type to "e")

the command does not excist on the 2800 it seems.
 
if you sho the config... it will be easier to show you what you need to put in it
 
Current configuration : 1755 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Asminderoed
!
boot-start-marker
boot-end-marker
!
! card type command needed for slot 0
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
--More--


thats the top of my running config. do you mean "! card type command needed for slot 0" ?

the card type command is not regoniced.
 
ie never needed to use that command but in global config
can you type
card type (T1-E1) ??

youll of course need to be in global config

so conf t
then try card ?
 
here is some config examples from cisco

Router# show run
Building configuration...

version 12.4

card type t1 0 0
!
no network-clock-participate wic 0
ip subnet-zero
ip cef
!
no ip dhcp use vrf connected
!
controller t1 0/0
framing esf
linecode b8zs
channel-group 1 timeslots 1-12 speed 64
tdm-group 2 timeslots 13-24
!
controller t1 0/1
framing esf
linecode b8zs
channel-group 1 timeslots 1-12 speed 64
tdm-group 2 timeslots 13-24
 
:)

okay let me just get tera term first, will take 2min.

thx for your time.
 
Asminderoed#sh run
Building configuration...

Current configuration : 1755 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Asminderoed
!
boot-start-marker
boot-end-marker
!
! card type command needed for slot 0
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
ip cef
!
!
ip domain name yourdomain.com
!
username cisco privilege 15 secret 5 $1$vEpn$eVgYDKYogPc1Fd5FR7NYi.
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$
ip address 160.160.200.10 255.255.0.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip classless
!
ip http server
ip http authentication local
ip http timeout-policy idle 5 life 86400 requests 10000
!
!
control-plane
!
!
line con 0
login local
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
scheduler allocate 20000 1000
!
end


okay, just as i had downloaded tera term and tried the "card type command" it now responded to it. it didnt do that with "hyper terminal" duh (gonna test this later)

anyway, now i got the card type set to E1 and i got light in the module now!

(Asminderoed(config)#card type e1 0 0)

new running...:

ip domain name yourdomain.com
!
username cisco privilege 15 secret 5 $1$vEpn$eVgYDKYogPc1Fd5FR7NYi.
!
!
controller E1 0/0/0 <---
!
controller E1 0/0/1 <---
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$
ip address 160.160.200.10 255.255.0.0

i guess my next task is to create serial 0 and 1 interfaces now?
 
yes so in configuration mode
youll need to go

conf t
controller E1 0/0/0
channel-group 1 timeslots 1-12 speed 64

something like that...
when you configure the speed of your link it will create a serial interface which you can put your configuration on.

so in this case you would then have a
serial e1/0/0/0:1
 
i think i got it, thx alot guys.

controller E1 0/0/0
channel-group 0 unframed
 
i dont get it, did i do something wrong? i mean shouldnt i be able to ping serial 0 and 1 when pinging from a PC connected to Eth0 having the IP 192.100.200.l0

i can ping the lan interface (my gateway) but not my serial interfaces, something i missed?


controller E1 0/0/0
channel-group 0 unframed
!
controller E1 0/0/1
channel-group 0 unframed
!
!
interface Loopback1
ip address 192.168.2.1 255.255.255.0
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$
ip address 192.100.200.10 255.255.0.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0:0
ip address 192.168.20.1 255.255.255.0
encapsulation ppp
!
interface Serial0/0/1:0
ip address 192.168.30.1 255.255.255.0
encapsulation ppp
!
ip classless
ip route 154.151.0.0 255.255.0.0 Serial0/0/0:0
ip route 192.100.0.0 255.255.0.0 FastEthernet0/0
ip route 192.168.1.0 255.255.255.0 Serial0/0/0:0
ip route 192.168.10.0 255.255.255.0 Serial0/0/0:0
!


----------------------------

Hoersholm#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

C 192.168.2.0/24 is directly connected, Loopback1
C 192.100.0.0/16 is directly connected, FastEthernet0/0
Hoersholm#

 
im a little confushed here. should i be able to ping a serial interface that is not connected wiht a cable/router in the other end?

should i be able to see it in "sho ip route"?

if not, then its probably working fine once i get the other router and i can go to bed, finally :)
 
okay, both s0 and s1 are down/down so i need another router and configure dce/dte

i think im home safe now. :)
 
yes just make sure you put the same encap at the other end of the link (ppp in this case) and you shuold see you interface come right up when the keepalives start coming across.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top