0% found this document useful (0 votes)
138 views6 pages

Asr Pppoe

- This document contains the configuration of a router named router1. It shows configurations for AAA authentication and accounting, interfaces, routing protocols, and other settings. - Virtual template interfaces are configured for PPPoE users to authenticate via RADIUS server and obtain IP addresses via DHCP. Physical interfaces connect the router to local network and WAN. - Access control is configured through AAA with user groups authenticating via RADIUS server. Traffic policies are applied to shape bandwidth. Basic routing and management settings are also present.

Uploaded by

Vedran Kovač
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
138 views6 pages

Asr Pppoe

- This document contains the configuration of a router named router1. It shows configurations for AAA authentication and accounting, interfaces, routing protocols, and other settings. - Virtual template interfaces are configured for PPPoE users to authenticate via RADIUS server and obtain IP addresses via DHCP. Physical interfaces connect the router to local network and WAN. - Access control is configured through AAA with user groups authenticating via RADIUS server. Traffic policies are applied to shape bandwidth. Basic routing and management settings are also present.

Uploaded by

Vedran Kovač
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

router1#sh run

Building configuration...

Current configuration : 4004 bytes


!
! Last configuration change at 01:47:01 UTC Sat Dec 11 2021
!
version 15.5
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
!
hostname router1
!
boot-start-marker
boot system flash bootflash:/asr1000rp1-adventerprisek9.03.16.10.S.155-3.S10-ext.bin
boot-end-marker
!
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
aaa new-model
!
!
aaa group server radius RADIUS_SERVER
server name RADIUS
!
aaa authentication ppp Static_Users group RADIUS_SERVER
aaa authentication ppp WDSL_Users group RADIUS_SERVER
aaa authorization network RADIUS_SERVER group RADIUS_SERVER
aaa accounting send stop-record authentication failure
aaa accounting delay-start
aaa accounting update newinfo periodic 3
aaa accounting network RADIUS_SERVER
action-type start-stop
group RADIUS_SERVER
!
aaa accounting connection RADIUS_SERVER
action-type start-stop
group RADIUS_SERVER
!
!
!
!
!
!
aaa server radius dynamic-author
client 192.168.20.50 server-key novinet01
auth-type any
ignore session-key
ignore server-key
!
aaa session-id common
!
!
!
!
!
!
!
!
!
!
!

ip domain name ovis.hr


!
!
!
ipv6 multicast rpf use-bgp
ipv6 multicast vrf Mgmt-intf rpf use-bgp
!
!
!
!
!
!
!
subscriber templating
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
spanning-tree extend system-id
!
username ittim privilege 15 secret 4 uDCICbvuNhAhGJuQ0skQ0ZVtCXSKXWPe88On3jecXTQ
!
redundancy
mode none
!
!
!
!
!
!
!
policy-map 5Mbps
description 5Mbps
class class-default
police cir 5242500 bc 983040 be 1966080 conform-action transmit exceed-action drop
violate-action drop
policy-map 10Mbps
description 10Mbps DOWN and UP
class class-default
police cir 10240000 bc 20971520 be 20971520 conform-action transmit exceed-action drop
violate-action drop
policy-map 1000Mbps
description 1000Mbps DOWN and UP
class class-default
police cir 1024000000 bc 192000000 be 256000000 conform-action transmit exceed-action
drop violate-action drop
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
bba-group pppoe WDSL-Users
virtual-template 1
nas-port-id format c
sessions per-mac limit 1
sessions auto cleanup
!
bba-group pppoe Static-Users
virtual-template 2
nas-port-id format c
sessions per-mac limit 1
sessions auto cleanup
!
!
!
interface Loopback0
ip address 192.168.100.3 255.255.255.255
!
interface GigabitEthernet0/0/0
ip address 192.168.30.11 255.255.255.0
negotiation auto
!
interface GigabitEthernet0/0/1
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet0/0/2
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet0/0/3
description PPPoE-WDSL-Users
no ip address
negotiation auto
pppoe enable group WDSL-Users
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
no ip address
shutdown
negotiation auto
!
interface Virtual-Template1
description WDSL-Users
mtu 1492
ip unnumbered Loopback0
timeout absolute 1440 0
no peer default ip address
ppp authentication chap WDSL_Users
ppp authorization RADIUS_SERVER
ppp accounting RADIUS_SERVER
!
interface Virtual-Template2
description Static-Users
mtu 1492
ip unnumbered Loopback0
no peer default ip address
ppp authentication chap Static_Users
ppp authorization RADIUS_SERVER
ppp accounting RADIUS_SERVER
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
ip tftp source-interface GigabitEthernet0
ip route 0.0.0.0 0.0.0.0 192.168.30.1
!
!
!
!
radius-server attribute 4 192.168.100.3
radius-server attribute 31 mac format ietf
radius-server attribute 31 send nas-port-detail mac-only
!
radius server RADIUS
address ipv4 192.168.20.50 auth-port 1812 acct-port 1813
key novinet01
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
logging synchronous
stopbits 1
line aux 0
stopbits 1
line vty 0 4
privilege level 15
logging synchronous
transport input ssh
line vty 5 15
privilege level 15
logging synchronous
!
!
end

You might also like