cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
790
Views
0
Helpful
2
Replies

Understanding AAA configuration of basic router

There are two commands within our companies router that I am unsure of. I need an explanation of these two commands and what they do. Thanks ahead of time.

R# AAA Authentication ppp tse local

R# AAA Authorization network tse local

1 Accepted Solution

Accepted Solutions

Hi mwentwrth,

 

aaa authentication ppp tse local is a command to authenticate serial interfaces with ppp. tse is a listname and local is a user on your router.

aaa authorization network tse local is a command for authorization (typical via Radius or Tacacs+) in your case first your list tse then local.

so please look where tse is configured should be a radius or tacacs

 

kind regards,

Flo

 

View solution in original post

2 Replies 2

Hi mwentwrth,

 

aaa authentication ppp tse local is a command to authenticate serial interfaces with ppp. tse is a listname and local is a user on your router.

aaa authorization network tse local is a command for authorization (typical via Radius or Tacacs+) in your case first your list tse then local.

so please look where tse is configured should be a radius or tacacs

 

kind regards,

Flo

 

That clears things up for me. Thanks for the information.