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

Limiting concurrent login via PPPoE

kmchoong
Level 1
Level 1

Hi,

I am using Cisco 7200 router as the BRAS which allow pppoe termination. How do I make sure the username: xxxx can only be used to login one time at a time! Meaning, to say, once somebody already login to my system using this username, then, the second person trying to use the same username will be rejected by BRAS. My configuration is as below:

!

username xxxx user-maxlinks 1 password xxxx

!

vpdn enable

!

vpdn-group 1

accept-dialin

protocol pppoe

virtual-template 1

pppoe limit per-mac 1

!

interface FastEthernet0/0.1

encapsulation dot1Q 3

ip address 203.x.x.x.255.255.128

pppoe enable

!

interface Virtual-Template1

mtu 1492

ip unnumbered FastEthernet0/0.1

peer default ip address pool mango1

ppp authentication pap callin

!

ip local pool mango1 203.x.x.x.115.25.119

!

1 Reply 1

marikakis
Level 7
Level 7

Does your configuration include the following command:

aaa authorization network default local

It is needed in order to use the user-maxlinks keyword.

M.

Review Cisco Networking for a $25 gift card