PPPoE with AAA Authtentication

Leave a Comment
PPPoE with AAA Authtentication, Sebelum mengikuti langkah-langkah dibawah pertama lakukan dulu praktikum PPPoE with DHCP, topologi yang akan dibuat juga akan mengikuti gambar pada link tersebut.

Pastikan interface perangkat dalam keadaan aktif dan Anda bisa ngeping ip server.

Config disisi Server

R1(config)#username FLASH-Client password CISCO
R1(config)#aaa new-model  R1(config)#aaa authentication ppp FLASH-PPP local
R1(config)#no bba-group pppoe FLASH
R1(config)#bba-group pppoe FLASH-PPP
R1(config-bba-group)#int fa0
R1(config-if)#pppoe enable group FLASH-PPP
R1(config-if)#interface virtual-tem1
R1(config-if)#ppp authentication chap FLASH-PPP
Config disisi Client
R2(config)#username FLASH-Server password CISCO
R2(config)#aaa new-model  R2(config)#aaa authentication ppp FLASH-PPP local
R2(config)#int dialer 1 R2(config)#no ppp chap hostname FLASHR2(config)#no ppp chap password CISCOR2(config-if)#ppp authentication chap FLASH-PPP
Previous PostOlder Post Home

0 comments:

Post a Comment