cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
279
Views
0
Helpful
1
Replies

How to configure cisco 804 router for ISDN users........

m_aurangzeb
Level 1
Level 1

On cisco AS5300 Access server i ve configured isdn users who connects using ISDN modem.

But my few users have purchased cisco 804 router(instead of ISDN modem) what configuration should i make on 804 router, without changing any configuration on AS5300 access server.

Pls reply me as soon as possible.

1 Reply 1

nethelper
Level 3
Level 3

Hello,

basically, your 804 router would be authenticated just as a regular ISDN user. Here is a sample configuration:

version 12.0

service timestamps debug datetime msec

service timestamps datetime msec

!

hostname R1

!

isdn switch-type

isdn leased-line BRI0 128

!

interface Ethernet0

ip address 10.0.0.1 255.0.0.0

no ip directed-broadcast

no ip mroute-cache

!

interface BRI0

ip unnumbered Ethernet0

no ip directed-broadcast

encapsulation ppp

compress stac

ppp authentication pap callin

ppp pap sent-username password

!

ip classless

ip route 0.0.0.0 0.0.0.0 BRI0

!

end

The username and password defined in the ´ppp pap sent-username´ statement must exist on the AS5300 in order for the 804 router to be properly authenticated.

So, think about the 804 just as a normal user...

If you run into trouble, post back here.

Regards,

Nethelper

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: