cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
567
Views
0
Helpful
8
Replies

configuring remote access via AUX port in AS5350

o.hassairi
Level 1
Level 1

hello

can i configure remote access via PSTN using the AUX port of the AS5350?

if yes so how can i guess the number of the async interface ?

Router(config)#interface async ?

<0-7> Async interface number

thxs

8 Replies 8

makchitale
Level 6
Level 6

Yes, we can connect modem on aux port of as5350 for remote access. Pls refer to:

http://www.cisco.com/warp/public/471/mod-aux-exec.html

http://www.cisco.com/warp/public/701/6.html

Show line should tell you the line number to use corresponding to the Aux port...on as5350 it's line 1.

Thanks, Mak.

hello

thx for your reply.

i don't have a problem to guess line number , my prob is i can't guess the async interface number.

do u think i can make remote access via aux port (dedicated not interactive) without configuring async interface.?

The async interface number matches the line number, so on the as5350 the aux port will correspond to "interface asyn1".

Suppose we have a NP108 DFC in slot 1, then the async interfaces will be:

int asyn 1/00

int asyn1/01 & so on.

AS5350-1#sh line

Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int

* 0 CTY - - - - - 0 0 0/0 -

1 AUX 9600/9600 - - - - - 0 0 0/0 -

2 VTY - - - - - 5 0 0/0 -

3 VTY - - - - - 6 0 0/0 -

4 VTY - - - - - 0 0 0/0 -

5 VTY - - - - - 0 0 0/0 -

6 VTY - - - - - 0 0 0/0 -

1/00 Digital modem - inout - - - 0 0 0/0 -

1/01 Digital modem - inout - - - 0 0 0/0 -

sh run

!

interface Async1

no ip address

!

interface Async1/00

no ip address

!

interface Async1/01

no ip address

If you need a ppp call on the aux port then yes will need an async interface configured.

Thanks, Mak.

hello

when i use:

router(config)#interaface async 1

it returns "incomplete command%"

the router is waiting for "/ " after the "1" !!!!

however when i make sho line, it returns as u said:

* 0 CTY - - - - - 0 0 0/0 -

1 AUX 9600/9600 - - - - - 0 0 0/0 -

2 VTY - - - - - 5 0 0/0 -

3 VTY - - - - - 6 0 0/0 -

4 VTY - - - - - 0 0 0/0 -

5 VTY - - - - - 0 0 0/0 -

6 VTY - - - - - 0 0 0/0 -

is it a bug from this software version ?

Please send the following outputs, sh ver / sh chassis slot.

I just tried it out in my lab & it worked fine.

Thanks, Mak.

here what u asked:

Router#sho ver

Router#sho version

Cisco Internetwork Operating System Software

IOS (tm) 5350 Software (C5350-IS-M), Version 12.1(5)XM8, EARLY DEPLOYMENT RELEAS

E SOFTWARE (fc1)

TAC Support: http://www.cisco.com/tac

Copyright (c) 1986-2002 by cisco Systems, Inc.

Compiled Thu 21-Feb-02 12:51 by uma

Image text-base: 0x60008968, data-base: 0x60E80000

ROM: System Bootstrap, Version 12.2(1r)1, RELEASE SOFTWARE (fc1)

BOOTFLASH: 5350 Software (C5350-BOOT-M), Experimental Version 12.1(20000922:1420

08) [nag-flo_t_0110 101]

Router uptime is 14 minutes

System returned to ROM by power-on

System image file is "flash:c5350-is-mz.121-5.XM8.bin"

cisco AS5350 (R7K) processor (revision O) with 131072K/65536K bytes of memory.

Processor board ID JAE064101JL

R7000 CPU at 250Mhz, Implementation 39, Rev 1.0, 256KB L2, 2048KB L3 Cache

Last reset from power-on

Channelized E1, Version 1.0.

Bridging software.

X.25 software, Version 3.0.0.

Primary Rate ISDN software, Version 1.1.

Manufacture Cookie Info:

EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x32,

Board Hardware Version 3.33, Item Number 800-5171-02,

Board Revision B0, Serial Number JAE064101JL,

PLD/ISP Version 1.0, Manufacture Date 10-Oct-2002.

Processor 0x14, MAC Address 0x0AF41079FC

Backplane HW Revision 1.0, Flash Type 5V

2 FastEthernet/IEEE 802.3 interface(s)

2 Serial network interface(s)

60 terminal line(s)

2 Channelized E1/PRI port(s)

512K bytes of non-volatile configuration memory.

32768K bytes of processor board System flash (Read/Write)

8192K bytes of processor board Boot flash (Read/Write)

Configuration register is 0x2102

Router#

Router#sho chassis sl

Router#sho chassis slot

Slot 1:

DFC type is NP60 DFC

OIR events:

Number of insertions = 0, Number of removals = 0

DFC State is DFC_S_OPERATIONAL

Slot 2:

DFC type is Empty DFC

DFC is not powered

OIR events:

Number of insertions = 0, Number of removals = 0

Slot 3:

DFC type is E1 2 PRI DFC

OIR events:

Number of insertions = 0, Number of removals = 0

DFC State is DFC_S_OPERATIONAL

Router#

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#inter

Router(config)#interface a

Router(config)#interface async 1

% Incomplete command.

Router(config)#interface async 1?

/

Router(config)#interface async 1

Yes, I just tried it out in my lab here & see the problem with 12.1(5)XM8, this is a software bug.

Upgrading to 12.2(2)XB10 should be fine .

Thanks, Mak.

thank you Mak for your help. i really appreciate it ;-)