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

dialup with slip problem, please help me

haiphongles
Level 1
Level 1

Hi All,

My diagarm

PSTN

PC( with modem ) --------> Router 2811( with NM8-AM-Module ) | LAN

I has creat a connection when dialup with slip but I do not registing on my network becase Router don't assigned IP.

Please help me how to configure aaa authorization network on Router.

aaa authentication login default local

aaa authentication ppp default local none

aaa authorization network default local none

interface Loopback0

ip address 192.168.15.1 255.255.255.0

interface Group-Async1

description $FW_OUTSIDE$

ip unnumbered Loopback0

encapsulotion slip

ip nat inside

ip nat enable

ip virtual-reassembly

ip tcp header-compression passive

async mode interactive

peer default ip address pool DIALIN

group-range 1/0 1/7

routing dynamic

!

ip local pool DIALIN 192.168.15.60 192.168.15.70

line 1/0 1/7

login authentication

modem InOut

modem autoconfigure type micro_usa

transport input all

autoselect during-login

autoselect slip

stopbits 1

!

Please end eemail to: midnight_hpu@yahoo.com.

Thanks and best regard

1 Reply 1

amritpatek
Level 6
Level 6

If asynchronous dynamic routing is enabled, you can enable routing at the user level by using the routing keyword with the slip or ppp EXEC command.

To enable IP-SLIP on a synchronous or asynchronous interface, use the following commands in interface configuration mode:

Step 1 : Router(config-if)# ip address ip-address mask or

Router(config-if)# ip unnumbered type number

Step 2 : Router(config-if)#encapsulation slip

Step 3 : Router(config-if)# async mode interactive

For the AAA authentication following URL help you :

http://www.cisco.com/en/US/docs/ios/12_2/security/configuration/guide/scfathen.html#wp1000971