I am trying to get my lab PSTN Cloud up and running an am totally confused by the DOCs.
The routers that will effectively form the cloud and their hardware config are below.
1760 Router 128D/48F (w/ 1 PDM4 and 1 PDM12 DSPs)
Cisco IOS Software, C1700 Software (C1700-ADVENTERPRISEK9-M), Version 12.4(15)T11, RELEASE SOFTWARE (fc2)
1 FastEthernet interface
1 Serial interface
1 Serial(sync/async) interface (WIC-1T in Slot1)
1 Channelized T1/PRI port (VWIC-1MFT-T1 in Slot2)
WIC T1-DSU (WIC-1DSU-T1 in Slot0)
3640 Router 128D/32F/20PCMCIA
Cisco IOS Software, 3600 Software (C3640-IK9O3S-M), Version 12.4(25a), RELEASE SOFTWARE (fc2)
2 Ethernet interfaces (NM-2E2W in Slot0)
4 Low-speed serial(sync/async) interfaces
16 terminal lines
1 Channelized T1/PRI port (NM-1CT1-CSU in Slot1)
The 3640 was previously used by a local ISP for dial in access and voice. When I frist started my CCNA studies, I used the NM-1CT1 to interface with another router with a WIC-1DSU-T1 in data mode.
I have tried using the Cisco Press "IP Telephoney Using CallManager Express Lab Portfolio" to do the configs, but I cannot seem to get things configured so the 2 routers can talk.
I am able to get the pri-group on the 3640 configured and
FR_Switch(config-controller)#pri-group timeslots 1-12
FR_Switch(config-controller)#
*Apr 18 16:18:31.477: %LINK-3-UPDOWN: Interface Serial1/0:0, changed state to down
*Apr 18 16:18:31.702: %LINK-3-UPDOWN: Interface Serial1/0:1, changed state to down
*Apr 18 16:18:31.702: %LINK-3-UPDOWN: Interface Serial1/0:2, changed state to down
*Apr 18 16:18:31.702: %LINK-3-UPDOWN: Interface Serial1/0:3, changed state to down
*Apr 18 16:18:31.794: %LINK-3-UPDOWN: Interface Serial1/0:4, changed state to down
*Apr 18 16:18:31.798: %CSM-5-PRI: add ISDN at slot 1, unit 0, channel 23 with index 0
*Apr 18 16:18:31.874: %LINK-3-UPDOWN: Interface Serial1/0:5, changed state to down
*Apr 18 16:18:31.970: %LINK-3-UPDOWN: Interface Serial1/0:6, changed state to down
*Apr 18 16:18:32.066: %LINK-3-UPDOWN: Interface Serial1/0:7, changed state to down
*Apr 18 16:18:32.162: %LINK-3-UPDOWN: Interface Serial1/0:8, changed state to down
*Apr 18 16:18:32.258: %LINK-3-UPDOWN: Interface Serial1/0:9, changed state to down
*Apr 18 16:18:32.354: %LINK-3-UPDOWN: Interface Serial1/0:10, changed state to down
*Apr 18 16:18:32.450: %LINK-3-UPDOWN: Interface Serial1/0:11, changed state to down
*Apr 18 16:18:32.474: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0:0, changed state to down
*Apr 18 16:18:32.546: %LINK-3-UPDOWN: Interface Serial1/0:23, changed state to up
*Apr 18 16:18:32.702: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0:1, changed state to down
*Apr 18 16:18:32.702: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0:2, changed state to down
*Apr 18 16:18:32.702: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0:3, changed state to down
*Apr 18 16:18:32.794: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0:4, changed state to down
*Apr 18 16:18:32.874: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0:5, changed state to down
*Apr 18 16:18:32.970: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0:6, changed state to down
*Apr 18 16:18:33.066: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0:7, changed state to down
*Apr 18 16:18:33.162: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0:8, changed state to down
*Apr 18 16:18:33.258: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0:9, changed state to down
*Apr 18 16:18:33.354: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0:10, changed state to down
FR_Switch(config-controller)#do sh isdn stat
Global ISDN Switchtype = primary-ni
ISDN Serial1/0:23 interface
dsl 0, interface ISDN Switchtype = primary-ni
Layer 1 Status:
ACTIVE
Layer 2 Status:
TEI = 0, Ces = 1, SAPI = 0, State = TEI_ASSIGNED
Layer 3 Status:
0 Active Layer 3 Call(s)
Active dsl 0 CCBs = 0
The Free Channel Mask: 0x80000FFF
Number of L2 Discards = 0, L2 Session ID = 3
Total Allocated ISDN CCBs = 0
But when I try to do the same thing on the 1760 I get:
Hermesz_VoIP(config-controller)#pri-group timeslots 1-12
%Controller tdm clock does not have data capability
Hermesz_VoIP(config-controller)#
Is there something I am missing?
John