Mailing List Archive

Cisco AS5350 configuration as a modem pool
Hello,

I have a new-to-me Cisco AS5350 that I’m trying to get configured as a modem pool. I can’t get it to accept the commands that worked on my old AS5400

My AS5400 died and I’m hoping an AS5350 can take its place. I believe the AS5350XM has Flex DSPs installed, not sure how to get the list of DSP resources.


AS5350#show hardware
Cisco IOS Software, 5350 Software (C5350-IS-M), Version 12.4(11)XW3, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Fri 17-Aug-07 03:02 by prod_rel_team

ROM: System Bootstrap, Version 12.4(22r)T, RELEASE SOFTWARE (fc1)

AS5350 uptime is 3 hours, 26 minutes
System returned to ROM by power-on
System image file is "flash:c5350xm-is-mz.124-11.XW3.bin"

Cisco AS5350XM (BCM) processor (revision 0x22) with 393215K/131072K bytes of memory.
Processor board ID JAE1245ZRSN
SB-1 CPU at 750MHz, Implementation 1025, Rev 0.3, 256KB L2 Cache
Last reset from power-on
Manufacture Cookie Info:
EEPROM Version 0x4, Board ID 0x4C3,
Board Hardware Version 2.7, Item Number 800-6571779-03,
Board Revision B0, Serial Number JAE1245ZRSN.
Processor 0x0, MAC Address 0022.9158.1a10
2 Gigabit Ethernet interfaces
34 Serial interfaces
4 Channelized T1/PRI ports
512K bytes of NVRAM.
126000K bytes of ATA External CompactFlash (Read/Write)

Configuration register is 0x2102

Calls are coming in but it can’t find a DSP resource

%CALLTRKR-6-CALL_RECORD: ct_hndl=18, service=None, origin=Answer, category=SyncData, DS0 slot/port/ds1/chan=1/0/0/22, called=##########, calling=(n/a), resource slot/port=(n/a)/(n/a), userid=(n/a), ip=0.0.0.0, account id=243, setup=11/18/2008 04:54:29, conn=0.00, phys=0.00, service=0.00, authen=0.00, init-rx/tx b-rate=0/0, rx/tx chars=0/0, charged units=0, time=0.01, disc subsys=CSM, disc code=0x1A, disc text=Failed to find DSP resource, sig type=Unknwn



It will not accept the group-range command in Interface Async0. Currently calls are coming in on a PRI and I would like all calls to be answered by a modem with RADIUS Authentication.
Ultmately I would like to eliminate the PRI and have the calls come in via SIP. Yes, I know PPP over dialup modem over SIP/g711u is dumb but that is the world we live in today


Here is my config:

version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname AS5350
!
boot-start-marker
no boot startup-test
boot-end-marker
!
enable secret
!
!
!
resource-pool disable
aaa new-model
!
!
aaa authentication ppp default local group radius none
aaa authorization network default group radius none
aaa accounting delay-start
aaa accounting update newinfo
aaa accounting network default start-stop group radius
!
!
aaa session-id common
calltracker enable
calltracker history max-size 30
calltracker call-record verbose
voice-card 1
no local-bypass
!
voice-card 2
no local-bypass
!
voice-card 3
no local-bypass
!
no ip source-route
!
!
ip cef
ip name-server A.B.C.D
ip name-server A.B.C.D
!
!
multilink virtual-template 1
multilink bundle-name authenticated
vpdn enable
!
isdn switch-type primary-ni
!
!
voice service voip
fax protocol pass-through g711ulaw
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username matthew privilege 15
archive
log config
hidekeys
!
!
controller T1 1/0
framing esf
fdl ansi
linecode b8zs
cablelength short 133
pri-group timeslots 1-24
description " PRI 0"
!
controller T1 1/1
framing sf
linecode ami
!
controller T1 3/0
framing sf
linecode ami
!
controller T1 3/1
framing sf
linecode ami
!
interface Loopback0
ip address A.B.C.D 255.255.255.224
no ip mroute-cache
!
interface GigabitEthernet0/0
ip address A.B.C.D 255.255.255.252
duplex auto
speed auto
negotiation auto
!
interface GigabitEthernet0/1
ip address A.B.C.D 255.255.255.0
duplex auto
speed auto
negotiation auto
!
interface Serial0/0
no ip address
shutdown
clock rate 2000000
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
interface Serial1/0:23
no ip address
encapsulation ppp
dialer rotary-group 1
dialer-group 1
isdn switch-type primary-ni
isdn incoming-voice modem
no fair-queue
no cdp enable
!
interface Virtual-Template1
ip unnumbered GigabitEthernet0/0
ip tcp header-compression
load-interval 60
peer default ip address pool IP-POOL
ppp authentication pap
ppp multilink
!
interface Dialer1
ip unnumbered Loopback0
encapsulation ppp
no ip mroute-cache
dialer in-band
dialer idle-timeout 300
dialer-group 1
peer default ip address pool IP-POOL
no fair-queue
no cdp enable
ppp authentication chap pap callin
ppp multilink
!
interface Group-Async0
physical-layer async
ip unnumbered Loopback0
encapsulation ppp
no ip mroute-cache
async mode interactive
peer default ip address pool IP-POOL
ppp authentication chap pap callin
!
interface Group-Async1
physical-layer async
ip unnumbered GigabitEthernet0/0
encapsulation ppp
ip tcp header-compression
no ip mroute-cache
dialer in-band
dialer idle-timeout 1800
dialer-group 1
async mode dedicated
peer default ip address pool IP-POOL
no fair-queue
ppp authentication pap
ppp multilink
!
ip local pool IP-POOL A.B.C.D A.B.C.D
ip default-gateway A.B.C.D
!
ip route 0.0.0.0 0.0.0.0 A.B.C.D

no ip http server
!
!
!
ip access-list extended Deny_The_Bad_Stuff
ip radius source-interface GigabitEthernet0/0
dialer-list 1 protocol ip permit
!
!
!
radius-server host A.B.C.D auth-port 1812 acct-port 1813
radius-server key 7
radius-server authorization default Framed-Protocol ppp
!
control-plane
!
!
!
voice-port 1/0:D
!
!
!
!
ss7 mtp2-variant Bellcore 0
ss7 mtp2-variant Bellcore 1
ss7 mtp2-variant Bellcore 2
ss7 mtp2-variant Bellcore 3
!
line con 0
line aux 0
no flush-at-activation
autoselect during-login
autoselect ppp
line vty 0 4
!
scheduler allocate 10000 400
end

-Matt

--
Matthew Crocker
Crocker Communications, Inc.
President
Re: Cisco AS5350 configuration as a modem pool [ In reply to ]
More info

AS5350#show diag

Slot 0:
AS5350XM Motherboard
Manufacture Cookie Info:
Board ID : 0x4C3
Hardware Revision : 2.7
Top Assy. Part Number : 800-25671-03
Part Number : 73-9526-06
Board Revision : B0
Fab Part Number : 28-6926-03
Platform features : 30 30 30 30 30 30 30 30
Processor type : AA
Product (FRU) Number : AS535XM-AC-PWR
PCB Serial Number : JAE1245ZRSN
Chassis MAC Address : 0022.9158.1a10
MAC Address block size : 2
CLEI Code : IPMG700ARB
RMA Test History : 00
RMA Number : 0-0-0-0
RMA History : 00
Version Identifier : V03
Chassis Serial Number :
EEPROM contents (hex):
0x00: 04 FF 40 04 C3 41 02 07 C0 46 03 20 00 64 47 03
0x10: 82 49 25 36 06 42 42 30 85 1C 1B 0E 03 C9 88 30
0x20: 30 30 30 30 30 30 30 09 AA CB 8E 41 53 35 33 35
0x30: 58 4D 2D 41 43 2D 50 57 52 C1 8B 4A 41 45 31 32
0x40: 34 35 5A 52 53 4E C3 06 00 22 91 58 1A 10 43 00
0x50: 02 C6 8A 49 50 4D 47 37 30 30 41 52 42 03 00 81
0x60: 00 00 00 00 04 00 89 56 30 33 00 C2 8B FF FF FF
0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF D1 10
FRU NUMBER : AS5350XM

Slot 1:
DFC type is AS5350XM T1 2 PRI DFC

OIR events:
Number of insertions = 0, Number of removals = 0
DFC State is DFC_S_OPERATIONAL

Error events (Bus errors, PCI errors):
Number of errors recovered = 0

DFC Cookie Info:
Manufacture Cookie Info:
EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x09,
Board Hardware Version 2.7, Item Number 73-5268-03,
Board Revision A1, Serial Number JAE1337J4WE,
PLD/ISP Version 3.0, Manufacture Date 14-Sep-2009.
RMA Number1 <unset>, RMA Number2 <unset>
EEPROM format version 0x1
EEPROM contents (hex):
0x00: 00 01 01 09 02 07 00 49 00 14 94 03 41 01 4A 41
0x10: 45 31 33 33 37 4A 34 57 45 00 00 00 00 00 14 09
0x20: 09 0E 03 00 FF FF FF FF FF FF FF FF FF FF FF FF
0x30: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0x40: FF FF FF FF FF FF FF FF FF FF FF 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
FRU NUMBER : AS54-DFC-2CT1=
Trunk DFC Info:
PLD Version 0x9, PLX9054 Revision 0xC,
Boot ROM Version 0x2.

Carrier Card Master PLD/FPGA Rev 0x0007

Slot 2:
DFC type is AS5350XM AS5X-FC

OIR events:
Number of insertions = 0, Number of removals = 0
DFC State is DFC_S_OPERATIONAL

Error events (Bus errors, PCI errors):
Number of errors recovered = 0

Carrier Card Cookie Info:
Manufacture Cookie Info:
Board ID : 0x4BE
Hardware Revision : 1.4
Part Number : 73-9527-03
Board Revision : A0
Fab Part Number : 28-6928-03
Product (FRU) Number :
PCB Serial Number : JAE13208XFJ
RMA Test History : 00
RMA Number : 0-0-0-0
RMA History : 00
Version Identifier : V03
EEPROM contents (hex):
0x00: 04 FF 40 04 BE 41 01 04 82 49 25 37 03 42 41 30
0x10: 85 1C 1B 10 03 CB 92 00 00 00 00 00 00 00 00 00
0x20: 00 00 00 00 00 00 00 00 00 C1 8B 4A 41 45 31 33
0x30: 32 30 38 58 46 4A 03 00 81 00 00 00 00 04 00 89
0x40: 56 30 33 20 FF FF FF FF FF FF FF FF FF FF FF FF
DFC Cookie Info:
Manufacture Cookie Info:
Board ID : 0x4CF
Hardware Revision : 1.0
Top Assy. Part Number : 800-26758-01
Part Number : 73-9980-02
Board Revision : A0
Fab Part Number : 28-7322-02
Product (FRU) Number : AS5X-FC
PCB Serial Number : JAE1329EL3M
CLEI Code : IPUCAFKBAA
RMA Test History : 00
RMA Number : 0-0-0-0
RMA History : 00
Version Identifier : V01
EEPROM contents (hex):
0x00: 04 FF 40 04 CF 41 01 00 C0 46 03 20 00 68 86 01
0x10: 82 49 26 FC 02 42 41 30 85 1C 1C 9A 02 CB 87 41
0x20: 53 35 58 2D 46 43 C1 8B 4A 41 45 31 33 32 39 45
0x30: 4C 33 4D C6 8A 49 50 55 43 41 46 4B 42 41 41 D9
0x40: 02 40 C1 03 00 81 00 00 00 00 04 00 89 56 30 31
0x50: 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FRU NUMBER : AS5X-FC=

PVDM Slot 0:
64-channel (G.711) Voice/Fax PVDMII DSP SIMM PVDM daughter card
Hardware Revision : 4.0
Part Number : 73-8541-05
Board Revision : C0
Deviation Number : 0
Fab Version : 04
PCB Serial Number : FOC1329385S
RMA Test History : 00
RMA Number : 0-0-0-0
RMA History : 00
Processor type : 00
Product (FRU) Number : AS5X-PVDM2-64
Version Identifier : V01
EEPROM format version 4
EEPROM contents (hex):
0x00: 04 FF 40 03 EC 41 04 00 82 49 21 5D 05 42 43 30
0x10: 88 00 00 00 00 02 04 C1 8B 46 4F 43 31 33 32 39
0x20: 33 38 35 53 03 00 81 00 00 00 00 04 00 09 00 CB
0x30: 8D 41 53 35 58 2D 50 56 44 4D 32 2D 36 34 89 56
0x40: 30 31 00 D9 02 40 C1 FF FF FF FF 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

PVDM Slot 1:
64-channel (G.711) Voice/Fax PVDMII DSP SIMM PVDM daughter card
Hardware Revision : 4.0
Part Number : 73-8541-05
Board Revision : C0
Deviation Number : 0
Fab Version : 04
PCB Serial Number : FOC1329375G
RMA Test History : 00
RMA Number : 0-0-0-0
RMA History : 00
Processor type : 00
Product (FRU) Number : AS5X-PVDM2-64
Version Identifier : V01
EEPROM format version 4
EEPROM contents (hex):
0x00: 04 FF 40 03 EC 41 04 00 82 49 21 5D 05 42 43 30
0x10: 88 00 00 00 00 02 04 C1 8B 46 4F 43 31 33 32 39
0x20: 33 37 35 47 03 00 81 00 00 00 00 04 00 09 00 CB
0x30: 8D 41 53 35 58 2D 50 56 44 4D 32 2D 36 34 89 56
0x40: 30 31 00 D9 02 40 C1 FF FF FF FF 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

PVDM Slot 2:
64-channel (G.711) Voice/Fax PVDMII DSP SIMM PVDM daughter card
Hardware Revision : 4.0
Part Number : 73-8541-05
Board Revision : C0
Deviation Number : 0
Fab Version : 04
PCB Serial Number : FOC13293757
RMA Test History : 00
RMA Number : 0-0-0-0
RMA History : 00
Processor type : 00
Product (FRU) Number : AS5X-PVDM2-64
Version Identifier : V01
EEPROM format version 4
EEPROM contents (hex):
0x00: 04 FF 40 03 EC 41 04 00 82 49 21 5D 05 42 43 30
0x10: 88 00 00 00 00 02 04 C1 8B 46 4F 43 31 33 32 39
0x20: 33 37 35 37 03 00 81 00 00 00 00 04 00 09 00 CB
0x30: 8D 41 53 35 58 2D 50 56 44 4D 32 2D 36 34 89 56
0x40: 30 31 00 D9 02 40 C1 FF FF FF FF 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

PVDM Slot 3:
64-channel (G.711) Voice/Fax PVDMII DSP SIMM PVDM daughter card
Hardware Revision : 4.0
Part Number : 73-8541-05
Board Revision : C0
Deviation Number : 0
Fab Version : 04
PCB Serial Number : FOC1329385V
RMA Test History : 00
RMA Number : 0-0-0-0
RMA History : 00
Processor type : 00
Product (FRU) Number : AS5X-PVDM2-64
Version Identifier : V01
EEPROM format version 4
EEPROM contents (hex):
0x00: 04 FF 40 03 EC 41 04 00 82 49 21 5D 05 42 43 30
0x10: 88 00 00 00 00 02 04 C1 8B 46 4F 43 31 33 32 39
0x20: 33 38 35 56 03 00 81 00 00 00 00 04 00 09 00 CB
0x30: 8D 41 53 35 58 2D 50 56 44 4D 32 2D 36 34 89 56
0x40: 30 31 00 D9 02 40 C1 FF FF FF FF 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
Carrier Card Master PLD/FPGA Rev 0x0007
AS5X-FC FPGA Rev 0x0008

Slot 3:
DFC type is AS5350XM T1 2 PRI DFC

OIR events:
Number of insertions = 0, Number of removals = 0
DFC State is DFC_S_OPERATIONAL

Error events (Bus errors, PCI errors):
Number of errors recovered = 0

Carrier Card Cookie Info:
Manufacture Cookie Info:
Board ID : 0x4BE
Hardware Revision : 1.4
Part Number : 73-9527-03
Board Revision : A0
Fab Part Number : 28-6928-03
Product (FRU) Number :
PCB Serial Number : JAE13208XFJ
RMA Test History : 00
RMA Number : 0-0-0-0
RMA History : 00
Version Identifier : V03
EEPROM contents (hex):
0x00: 04 FF 40 04 BE 41 01 04 82 49 25 37 03 42 41 30
0x10: 85 1C 1B 10 03 CB 92 00 00 00 00 00 00 00 00 00
0x20: 00 00 00 00 00 00 00 00 00 C1 8B 4A 41 45 31 33
0x30: 32 30 38 58 46 4A 03 00 81 00 00 00 00 04 00 89
0x40: 56 30 33 20 FF FF FF FF FF FF FF FF FF FF FF FF
DFC Cookie Info:
Manufacture Cookie Info:
EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x09,
Board Hardware Version 2.7, Item Number 73-5268-03,
Board Revision A1, Serial Number JAE1337J4WR,
PLD/ISP Version 3.0, Manufacture Date 19-Sep-2009.
RMA Number1 <unset>, RMA Number2 <unset>
EEPROM format version 0x1
EEPROM contents (hex):
0x00: 00 01 01 09 02 07 00 49 00 14 94 03 41 01 4A 41
0x10: 45 31 33 33 37 4A 34 57 52 00 00 00 00 00 14 09
0x20: 09 13 03 00 FF FF FF FF FF FF FF FF FF FF FF FF
0x30: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0x40: FF FF FF FF FF FF FF FF FF FF FF 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
FRU NUMBER : AS54-DFC-2CT1=
Trunk DFC Info:
PLD Version 0x9, PLX9054 Revision 0xC,
Boot ROM Version 0x2.

Carrier Card Master PLD/FPGA Rev 0x0007


-Matt

--
Matthew Crocker
Crocker Communications, Inc.
President
From: cisco-nas <cisco-nas-bounces@puck.nether.net> on behalf of Matthew Crocker <matthew@corp.crocker.com>
Date: Thursday, April 12, 2018 at 6:29 PM
To: "cisco-nas@puck.nether.net" <cisco-nas@puck.nether.net>
Subject: [cisco-nas] Cisco AS5350 configuration as a modem pool


This sender failed our fraud detection checks and may not be who they appear to be. Learn about spoofing<http://aka.ms/LearnAboutSpoofing>

Feedback<http://aka.ms/SafetyTipsFeedback>


Hello,

I have a new-to-me Cisco AS5350 that I’m trying to get configured as a modem pool. I can’t get it to accept the commands that worked on my old AS5400

My AS5400 died and I’m hoping an AS5350 can take its place. I believe the AS5350XM has Flex DSPs installed, not sure how to get the list of DSP resources.


AS5350#show hardware
Cisco IOS Software, 5350 Software (C5350-IS-M), Version 12.4(11)XW3, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Fri 17-Aug-07 03:02 by prod_rel_team

ROM: System Bootstrap, Version 12.4(22r)T, RELEASE SOFTWARE (fc1)

AS5350 uptime is 3 hours, 26 minutes
System returned to ROM by power-on
System image file is "flash:c5350xm-is-mz.124-11.XW3.bin"

Cisco AS5350XM (BCM) processor (revision 0x22) with 393215K/131072K bytes of memory.
Processor board ID JAE1245ZRSN
SB-1 CPU at 750MHz, Implementation 1025, Rev 0.3, 256KB L2 Cache
Last reset from power-on
Manufacture Cookie Info:
EEPROM Version 0x4, Board ID 0x4C3,
Board Hardware Version 2.7, Item Number 800-6571779-03,
Board Revision B0, Serial Number JAE1245ZRSN.
Processor 0x0, MAC Address 0022.9158.1a10
2 Gigabit Ethernet interfaces
34 Serial interfaces
4 Channelized T1/PRI ports
512K bytes of NVRAM.
126000K bytes of ATA External CompactFlash (Read/Write)

Configuration register is 0x2102

Calls are coming in but it can’t find a DSP resource

%CALLTRKR-6-CALL_RECORD: ct_hndl=18, service=None, origin=Answer, category=SyncData, DS0 slot/port/ds1/chan=1/0/0/22, called=##########, calling=(n/a), resource slot/port=(n/a)/(n/a), userid=(n/a), ip=0.0.0.0, account id=243, setup=11/18/2008 04:54:29, conn=0.00, phys=0.00, service=0.00, authen=0.00, init-rx/tx b-rate=0/0, rx/tx chars=0/0, charged units=0, time=0.01, disc subsys=CSM, disc code=0x1A, disc text=Failed to find DSP resource, sig type=Unknwn



It will not accept the group-range command in Interface Async0. Currently calls are coming in on a PRI and I would like all calls to be answered by a modem with RADIUS Authentication.
Ultmately I would like to eliminate the PRI and have the calls come in via SIP. Yes, I know PPP over dialup modem over SIP/g711u is dumb but that is the world we live in today


Here is my config:

version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname AS5350
!
boot-start-marker
no boot startup-test
boot-end-marker
!
enable secret
!
!
!
resource-pool disable
aaa new-model
!
!
aaa authentication ppp default local group radius none
aaa authorization network default group radius none
aaa accounting delay-start
aaa accounting update newinfo
aaa accounting network default start-stop group radius
!
!
aaa session-id common
calltracker enable
calltracker history max-size 30
calltracker call-record verbose
voice-card 1
no local-bypass
!
voice-card 2
no local-bypass
!
voice-card 3
no local-bypass
!
no ip source-route
!
!
ip cef
ip name-server A.B.C.D
ip name-server A.B.C.D
!
!
multilink virtual-template 1
multilink bundle-name authenticated
vpdn enable
!
isdn switch-type primary-ni
!
!
voice service voip
fax protocol pass-through g711ulaw
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username matthew privilege 15
archive
log config
hidekeys
!
!
controller T1 1/0
framing esf
fdl ansi
linecode b8zs
cablelength short 133
pri-group timeslots 1-24
description " PRI 0"
!
controller T1 1/1
framing sf
linecode ami
!
controller T1 3/0
framing sf
linecode ami
!
controller T1 3/1
framing sf
linecode ami
!
interface Loopback0
ip address A.B.C.D 255.255.255.224
no ip mroute-cache
!
interface GigabitEthernet0/0
ip address A.B.C.D 255.255.255.252
duplex auto
speed auto
negotiation auto
!
interface GigabitEthernet0/1
ip address A.B.C.D 255.255.255.0
duplex auto
speed auto
negotiation auto
!
interface Serial0/0
no ip address
shutdown
clock rate 2000000
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
interface Serial1/0:23
no ip address
encapsulation ppp
dialer rotary-group 1
dialer-group 1
isdn switch-type primary-ni
isdn incoming-voice modem
no fair-queue
no cdp enable
!
interface Virtual-Template1
ip unnumbered GigabitEthernet0/0
ip tcp header-compression
load-interval 60
peer default ip address pool IP-POOL
ppp authentication pap
ppp multilink
!
interface Dialer1
ip unnumbered Loopback0
encapsulation ppp
no ip mroute-cache
dialer in-band
dialer idle-timeout 300
dialer-group 1
peer default ip address pool IP-POOL
no fair-queue
no cdp enable
ppp authentication chap pap callin
ppp multilink
!
interface Group-Async0
physical-layer async
ip unnumbered Loopback0
encapsulation ppp
no ip mroute-cache
async mode interactive
peer default ip address pool IP-POOL
ppp authentication chap pap callin
!
interface Group-Async1
physical-layer async
ip unnumbered GigabitEthernet0/0
encapsulation ppp
ip tcp header-compression
no ip mroute-cache
dialer in-band
dialer idle-timeout 1800
dialer-group 1
async mode dedicated
peer default ip address pool IP-POOL
no fair-queue
ppp authentication pap
ppp multilink
!
ip local pool IP-POOL A.B.C.D A.B.C.D
ip default-gateway A.B.C.D
!
ip route 0.0.0.0 0.0.0.0 A.B.C.D

no ip http server
!
!
!
ip access-list extended Deny_The_Bad_Stuff
ip radius source-interface GigabitEthernet0/0
dialer-list 1 protocol ip permit
!
!
!
radius-server host A.B.C.D auth-port 1812 acct-port 1813
radius-server key 7
radius-server authorization default Framed-Protocol ppp
!
control-plane
!
!
!
voice-port 1/0:D
!
!
!
!
ss7 mtp2-variant Bellcore 0
ss7 mtp2-variant Bellcore 1
ss7 mtp2-variant Bellcore 2
ss7 mtp2-variant Bellcore 3
!
line con 0
line aux 0
no flush-at-activation
autoselect during-login
autoselect ppp
line vty 0 4
!
scheduler allocate 10000 400
end

-Matt

--
Matthew Crocker
Crocker Communications, Inc.
President
Re: Cisco AS5350 configuration as a modem pool [ In reply to ]
Hi,

I might be mistaken, since the various options Cisco has are highly
confusing me, but this:

On Thu, Apr 12, 2018 at 10:33:38PM +0000, Matthew Crocker wrote:
> FRU NUMBER : AS5X-FC=
>
> PVDM Slot 0:
> 64-channel (G.711) Voice/Fax PVDMII DSP SIMM PVDM daughter card

... looks like "you got something that was intended as a SIP<->PSTN
gateway" not "that was intended as a PSTN->Modem->PPP router".

I do not have a 5350 around, but our 5300 doing ISDN/Modem dialin says
something like:

Slot 1:
Hardware is High Density Modems
Manufacture Cookie Info:
...
FRU NUMBER : AS53-60-CC2=

Cisco search turns up complicated results, as there seem to be "NextPort"
digital modem based cards that can do "dialup" or "dialup, voice, fax"
(which should both do what you want), and then there are "Voice Feature
Cards", which come with PVDM2 sub-modules... doing only voice and fax.

https://www.cisco.com/c/en/us/td/docs/routers/access/as5350xm/hardware/interfaces/guide/53card/54crdnp.html

https://www.cisco.com/c/en/us/td/docs/routers/access/as5350xm/hardware/interfaces/guide/53card/54crdvf.html

(and interestingly enough, they cannot be mixed - "if there is a voice
feature card in the system, the universal dial card won't work")

gert
--
"If was one thing all people took for granted, was conviction that if you
feed honest figures into a computer, honest figures come out. Never doubted
it myself till I met a computer with a sense of humor."
Robert A. Heinlein, The Moon is a Harsh Mistress

Gert Doering - Munich, Germany gert@greenie.muc.de
Re: Cisco AS5350 configuration as a modem pool [ In reply to ]
Gert,

Thanks, I was afraid of that. The AS5350 was free so luckily I didn't waste anything but time on it. I have an older AS5something I'm going to configure today. Gotta get my dialup customers back online!

-Matt

--
Matthew Crocker
Crocker Communications, Inc.
President

?On 4/13/18, 3:14 AM, "Gert Doering" <gert@greenie.muc.de> wrote:

Hi,

I might be mistaken, since the various options Cisco has are highly
confusing me, but this:

On Thu, Apr 12, 2018 at 10:33:38PM +0000, Matthew Crocker wrote:
> FRU NUMBER : AS5X-FC=
>
> PVDM Slot 0:
> 64-channel (G.711) Voice/Fax PVDMII DSP SIMM PVDM daughter card

... looks like "you got something that was intended as a SIP<->PSTN
gateway" not "that was intended as a PSTN->Modem->PPP router".

I do not have a 5350 around, but our 5300 doing ISDN/Modem dialin says
something like:

Slot 1:
Hardware is High Density Modems
Manufacture Cookie Info:
...
FRU NUMBER : AS53-60-CC2=

Cisco search turns up complicated results, as there seem to be "NextPort"
digital modem based cards that can do "dialup" or "dialup, voice, fax"
(which should both do what you want), and then there are "Voice Feature
Cards", which come with PVDM2 sub-modules... doing only voice and fax.

https://www.cisco.com/c/en/us/td/docs/routers/access/as5350xm/hardware/interfaces/guide/53card/54crdnp.html

https://www.cisco.com/c/en/us/td/docs/routers/access/as5350xm/hardware/interfaces/guide/53card/54crdvf.html

(and interestingly enough, they cannot be mixed - "if there is a voice
feature card in the system, the universal dial card won't work")

gert
--
"If was one thing all people took for granted, was conviction that if you
feed honest figures into a computer, honest figures come out. Never doubted
it myself till I met a computer with a sense of humor."
Robert A. Heinlein, The Moon is a Harsh Mistress

Gert Doering - Munich, Germany gert@greenie.muc.de


_______________________________________________
cisco-nas mailing list
cisco-nas@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nas
Re: Cisco AS5350 configuration as a modem pool [ In reply to ]
Hi Matthew,

Looks like your AS5350 has voice-only DSPs (PVDM2?), not the modem-capable DSPs
(NextPort.)  So no modem for you.

If you have $399 in your pocket, looks like this ebay guy has what you need:
https://www.ebay.com/itm/Cisco-AS5350-AS535-With-1-8PRI-Card-2-NP108-Cards-FULLY-TESTED/142707587318?hash=item213a08f8f6:g:aJoAAOSwK7pamGjq

Cheers,

Aaron

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

On 4/12/2018 3:28 PM, matthew@corp.crocker.com (Matthew Crocker) wrote:
>
>  
>
> Hello,
>
>  
>
>   I have a new-to-me Cisco AS5350 that I’m trying to get configured as a modem
> pool.   I can’t get it to accept the commands that worked on my old AS5400
>
>  
>
> My AS5400 died and I’m hoping an AS5350 can take its place.  I believe the
> AS5350XM has Flex DSPs installed,  not sure how to get the list of DSP resources.
>
>  
>
>  
>
> *AS5350#show hardware *
>
> *Cisco IOS Software, 5350 Software (C5350-IS-M), Version 12.4(11)XW3, RELEASE
> SOFTWARE (fc3)*
>
> *Technical Support: http://www.cisco.com/techsupport*
>
> *Copyright (c) 1986-2007 by Cisco Systems, Inc.*
>
> *Compiled Fri 17-Aug-07 03:02 by prod_rel_team*
>
> * *
>
> *ROM: System Bootstrap, Version 12.4(22r)T, RELEASE SOFTWARE (fc1)*
>
> * *
>
> *AS5350 uptime is 3 hours, 26 minutes*
>
> *System returned to ROM by power-on*
>
> *System image file is "flash:c5350xm-is-mz.124-11.XW3.bin"*
>
> * *
>
> *Cisco AS5350XM (BCM) processor (revision 0x22) with 393215K/131072K bytes of
> memory.*
>
> *Processor board ID JAE1245ZRSN*
>
> *SB-1 CPU at 750MHz, Implementation 1025, Rev 0.3, 256KB L2 Cache*
>
> *Last reset from power-on*
>
> *Manufacture Cookie Info:*
>
> *EEPROM Version 0x4, Board ID 0x4C3,*
>
> *Board Hardware Version 2.7, Item Number 800-6571779-03,*
>
> *Board Revision B0, Serial Number JAE1245ZRSN.*
>
> *Processor 0x0, MAC Address 0022.9158.1a10*
>
> *2 Gigabit Ethernet interfaces*
>
> *34 Serial interfaces*
>
> *4 Channelized T1/PRI ports*
>
> *512K bytes of NVRAM.*
>
> *126000K bytes of ATA External CompactFlash (Read/Write)*
>
> * *
>
> *Configuration register is 0x2102*
>
>  
>
> Calls are coming in but it can’t find a DSP resource
>
>  
>
> %CALLTRKR-6-CALL_RECORD: ct_hndl=18, service=None, origin=Answer,
> category=SyncData, DS0 slot/port/ds1/chan=1/0/0/22, called=##########,
> calling=(n/a), resource slot/port=(n/a)/(n/a), userid=(n/a), ip=0.0.0.0,
> account id=243, setup=11/18/2008 04:54:29, conn=0.00, phys=0.00, service=0.00,
> authen=0.00, init-rx/tx b-rate=0/0, rx/tx chars=0/0, charged units=0,
> time=0.01, disc subsys=CSM, disc code=0x1A, disc text=Failed to find DSP
> resource, sig type=Unknwn
>
>  
>
>  
>
>  
>
> It will not accept the group-range command in Interface Async0.  Currently
> calls are coming in on a PRI and I would like all calls to be answered by a
> modem with RADIUS Authentication.
>
> Ultmately I would like to eliminate the PRI and have the calls come in via
> SIP.  Yes, I know PPP over dialup modem over SIP/g711u is dumb but that is the
> world we live in today
>
>  
>
>  
>
> Here is my config:
>
>  
>
> version 12.4
>
> service timestamps debug datetime msec
>
> service timestamps log datetime msec
>
> no service password-encryption
>
> !
>
> hostname AS5350
>
> !
>
> boot-start-marker
>
> no boot startup-test
>
> boot-end-marker
>
> !
>
> enable secret
>
> !
>
> !
>
> !
>
> resource-pool disable
>
> aaa new-model
>
> !
>
> !
>
> aaa authentication ppp default local group radius none
>
> aaa authorization network default group radius none
>
> aaa accounting delay-start
>
> aaa accounting update newinfo
>
> aaa accounting network default start-stop group radius
>
> !
>
> !
>
> aaa session-id common
>
> calltracker enable
>
> calltracker history max-size 30
>
> calltracker call-record verbose
>
> voice-card 1
>
> no local-bypass
>
> !
>
> voice-card 2
>
> no local-bypass
>
> !
>
> voice-card 3
>
> no local-bypass
>
> !
>
> no ip source-route
>
> !
>
> !
>
> ip cef
>
> ip name-server A.B.C.D
>
> ip name-server A.B.C.D
>
> !
>
> !
>
> multilink virtual-template 1
>
> multilink bundle-name authenticated
>
> vpdn enable
>
> !
>
> isdn switch-type primary-ni
>
> !
>
> !
>
> voice service voip
>
>  fax protocol pass-through g711ulaw
>
> !
>
> !
>
> !
>
> !
>
> !
>
> !
>
> !
>
> !
>
> !
>
> !
>
> !
>
> !
>
> !
>
> !
>
> !
>
> username matthew privilege 15
>
> archive
>
> log config
>
>   hidekeys
>
> !
>
> !
>
> controller T1 1/0
>
> framing esf
>
> fdl ansi
>
> linecode b8zs
>
> cablelength short 133
>
> pri-group timeslots 1-24
>
> description " PRI 0"
>
> !
>
> controller T1 1/1
>
> framing sf
>
> linecode ami
>
> !
>
> controller T1 3/0
>
> framing sf
>
> linecode ami
>
> !
>
> controller T1 3/1
>
> framing sf
>
> linecode ami
>
> !
>
> interface Loopback0
>
> ip address A.B.C.D 255.255.255.224
>
> no ip mroute-cache
>
> !
>
> interface GigabitEthernet0/0
>
> ip address A.B.C.D 255.255.255.252
>
> duplex auto
>
> speed auto
>
> negotiation auto
>
> !
>
> interface GigabitEthernet0/1
>
> ip address A.B.C.D 255.255.255.0
>
> duplex auto
>
> speed auto
>
> negotiation auto
>
> !
>
> interface Serial0/0
>
> no ip address
>
> shutdown
>
> clock rate 2000000
>
> !
>
> interface Serial0/1
>
> no ip address
>
> shutdown
>
> clock rate 2000000
>
> !
>
> interface Serial1/0:23
>
> no ip address
>
> encapsulation ppp
>
> dialer rotary-group 1
>
> dialer-group 1
>
> isdn switch-type primary-ni
>
> isdn incoming-voice modem
>
> no fair-queue
>
> no cdp enable
>
> !
>
> interface Virtual-Template1
>
>  ip unnumbered GigabitEthernet0/0
>
> ip tcp header-compression
>
> load-interval 60
>
> peer default ip address pool IP-POOL
>
> ppp authentication pap
>
> ppp multilink
>
> !
>
> interface Dialer1
>
> ip unnumbered Loopback0
>
> encapsulation ppp
>
> no ip mroute-cache
>
> dialer in-band
>
> dialer idle-timeout 300
>
> dialer-group 1
>
> peer default ip address pool IP-POOL
>
> no fair-queue
>
> no cdp enable
>
> ppp authentication chap pap callin
>
> ppp multilink
>
> !
>
> interface Group-Async0
>
> physical-layer async
>
> ip unnumbered Loopback0
>
> encapsulation ppp
>
> no ip mroute-cache
>
> async mode interactive
>
> peer default ip address pool IP-POOL
>
> ppp authentication chap pap callin
>
> !
>
> interface Group-Async1
>
> physical-layer async
>
> ip unnumbered GigabitEthernet0/0
>
> encapsulation ppp
>
> ip tcp header-compression
>
> no ip mroute-cache
>
> dialer in-band
>
> dialer idle-timeout 1800
>
> dialer-group 1
>
> async mode dedicated
>
> peer default ip address pool IP-POOL
>
> no fair-queue
>
> ppp authentication pap
>
> ppp multilink
>
> !
>
> ip local pool IP-POOL A.B.C.D A.B.C.D
>
> ip default-gateway A.B.C.D
>
> !
>
> ip route 0.0.0.0 0.0.0.0 A.B.C.D
>
>  
>
> no ip http server
>
> !
>
> !
>
> !
>
> ip access-list extended Deny_The_Bad_Stuff
>
> ip radius source-interface GigabitEthernet0/0
>
> dialer-list 1 protocol ip permit
>
> !
>
> !
>
> !
>
> radius-server host A.B.C.D auth-port 1812 acct-port 1813
>
> radius-server key 7
>
> radius-server authorization default Framed-Protocol ppp
>
> !
>
> control-plane
>
> !
>
> !        
>
> !
>
> voice-port 1/0:D
>
> !
>
> !
>
> !
>
> !
>
> ss7 mtp2-variant Bellcore 0
>
> ss7 mtp2-variant Bellcore 1
>
> ss7 mtp2-variant Bellcore 2
>
> ss7 mtp2-variant Bellcore 3
>
> !
>
> line con 0
>
> line aux 0
>
> no flush-at-activation
>
> autoselect during-login
>
> autoselect ppp
>
> line vty 0 4
>
> !
>
> scheduler allocate 10000 400
>
> end
>
>  
>
> -Matt
>
>  
>
> -- 
>
> Matthew Crocker
>
> Crocker Communications, Inc.
>
> President
>
>
>
> _______________________________________________
> cisco-nas mailing list
> cisco-nas@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nas