Cisco PPPoE

Ответить
Cisco PPPoE

Cisco PPPoE

Сообщение Cisco PPPoE »

как настроить Cisco на терминацию PPPoE клиентов

ELSE

Сообщение ELSE »

Building configuration...

Current configuration : 1927 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname 1_PPPOE
!
boot-start-marker
boot-end-marker
!
enable secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXXXxx
!
username adminstrator password 7 xxxxxxxxxxxxxxxxxxxxx
username test password 7 xxxxxxxxxxxxxxxx
username admin privilege 15 password 7 xxxxxxxxxxxxxx
clock timezone MSK 3
clock summer-time MSD recurring last Sun Mar 2:00 last Sun Oct 3:00
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
aaa new-model
!
!
aaa authentication ppp default group radius
aaa authorization network default group radius
aaa accounting delay-start
aaa accounting update periodic 1
aaa accounting network defalt start-stop group radius
aaa session-id common
ip subnet-zero
ip rcmd rcp-enable
ip rcmd rsh-enable
ip rcmd remote-host admin 192.168.1.253 root enable
!
!
!
!
ip cef
no ip domain lookup
ip ips po max-events 100
vpdn enable
!
vpdn-group 1
description xDSL PPPoE server
accept-dialin
protocol pppoe
virtual-template 1
!
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.250 255.255.255.0
no ip redirects
speed auto
pppoe enable
fair-queue
no cdp enable
!
interface Serial0/0
no ip address
shutdown
fair-queue 64 128 0
!
interface Virtual-Template1
ip unnumbered FastEthernet0/0
peer default ip address pool PPPoE
ppp authentication pap callin
!
ip local pool PPPoE 10.10.10.10 10.10.10.20
ip classless
no ip http server
no ip http secure-server
!
!
!
ip radius source-interface FastEthernet0/0
no logging trap
!
radius-server host 192.168.1.253 auth-port 1812 acct-port 1813 key 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password 7 xxxxxxxxxxxxxxxxxxxxxxx
!
ntp clock-period 17208083
end

Вот так у меня в тестовом режиме работала Cisco 1760.

Не проверял - отключает ли юзверя при достижении 0 баланса.

Ответить