Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

NasConfig

cisco router with 12.4 or high OS have feature to use ROUTER as BRAS

BRAS#sh run
Building configuration...

Current configuration : 2121 bytes


!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname NAS001
!
aaa new-model
aaa authentication login default group radius local
aaa authentication login console local
aaa authentication ppp ibs group radius
aaa authorization network NAME group radius
aaa accounting delay-start
aaa accounting update periodic 1
aaa accounting network ibs start-stop group radius
enable secret 5 $1$qgPy$dgIQHSqVGGKZQZEk3CKtP1
!
username password 7
clock timezone GMT 5
ip subnet-zero
ip rcmd rsh-enable
ip rcmd remote-host root xxx.xxx.xxx.xxx root enable
!
!
no ip domain-lookup
ip name-server xxx.xxx.xxx.xxx

!
ip audit notify log
ip audit po max-events 100
no lane client flush
vpdn enable
no vpdn history failure
!
vpdn-group pppoe
accept-dialin
protocol pppoe
virtual-template 1
!
!
call rsvp-sync
cns event-service server
!
!
!
!
!
!
!
!
interface FastEthernet2/0
description VPDN
ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
duplex auto
speed auto
Page 1
NasConfig
pppoe enable
no cdp enable
!
interface Serial2/0
no ip address
shutdown
clockrate 2000000
!
interface FastEthernet2/1
no ip address
shutdown
duplex auto
speed auto
!
interface Virtual-Template1
mtu 1492
ip unnumbered FastEthernet2/0
peer default ip address pool ippool
ppp authentication ms-chap pap NAME
ppp authorization ibs
ppp accounting ibs
!
ip local pool ippool xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
ip classless
ip route xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
no ip http server
!
!
snmp-server engineID local 000000090200000216166121
snmp-server community NAME RW
snmp-server packetsize 2048
snmp-server enable traps tty
radius-server host xxx.xxx.xxx.xxx auth-port 1812 acct-port 1813 key 7 1531023F070
radius-server attribute 44 include-in-access-req
radius-server vsa send accounting
radius-server vsa send authentication
!
dial-peer cor custom
!
!
!
!
banner login ^C Auth. Personel Only ^C
!
line con 0
login authentication console
line aux 0
line vty 0 4
login authentication console
!
end

Page 2

You might also like