This configuration file configures a BRAS device with the following key settings:
- It sets up basic device identification and authentication.
- It configures DHCP, DNS, and PPPoE settings to provide connectivity to subscribers on the DSL interface.
- It sets up NAT and routing to provide internet access to subscribers.
- It configures RADIUS authentication and accounting to authorize and track subscriber sessions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
308 views
Cisco BRAS Config
This configuration file configures a BRAS device with the following key settings:
- It sets up basic device identification and authentication.
- It configures DHCP, DNS, and PPPoE settings to provide connectivity to subscribers on the DSL interface.
- It sets up NAT and routing to provide internet access to subscribers.
- It configures RADIUS authentication and accounting to authorize and track subscriber sessions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3
BRAS-StandBy#show running-config
Building configuration...
Current configuration : 2625 bytes
! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname BRAS-StandBy ! boot-start-marker boot-end-marker ! enable secret 5 $1$/Hy5$gfC2lAjndEWKqaJCIkVKP1 ! aaa new-model ! ! aaa authentication login default local aaa authentication ppp default group radius aaa authorization network default group radius local aaa accounting update periodic 1 aaa accounting network default start-stop group radius ! ! ! ! aaa server radius dynamic-author server-key testpod auth-type any ! aaa session-id common ip subnet-zero ip cef ! ! ip vrf DSL rd 100:1 ! no ip dhcp use vrf connected ! ip dhcp pool DSL network 10.160.0.0 255.255.128.0 default-router 10.160.0.1 dns-server 8.8.8.8 domain-name wr ! ! ! ! multilink bundle-name authenticated ! ! username mujib privilege 15 password 0 123 ! ! ! ! bba-group pppoe DSL virtual-template 1 ! ! interface FastEthernet0/0 ip address 192.168.2.1 255.255.255.252 speed auto duplex auto ! interface GigabitEthernet0/0 description Connected To MOC-Core Port Gi1/1/3 no ip address ip nat outside media-type sfp speed 1000 duplex auto negotiation auto ! interface GigabitEthernet0/0.200 encapsulation dot1Q 200 pppoe enable group DSL ! interface GigabitEthernet0/1 ip address 192.168.3.2 255.255.255.248 ip nat inside media-type rj45 speed auto duplex auto negotiation auto ! interface GigabitEthernet0/2 no ip address speed auto duplex auto negotiation auto ! interface GigabitEthernet0/3 ip address 10.160.202.2 255.255.255.252 ip nat outside speed auto duplex auto negotiation auto ! interface POS1/0 no ip address ! interface POS1/1 no ip address ! interface Virtual-Template1 mtu 1492 ip address 10.160.0.1 255.255.128.0 ip nat inside peer default ip address dhcp-pool DSL ppp authentication pap chap ! router ospf 1 log-adjacency-changes network 10.160.129.12 0.0.0.3 area 0 ! ip nat inside source list 10 interface GigabitEthernet0/3 overload ip classless ip route 0.0.0.0 0.0.0.0 180.94.82.113 ip route 0.0.0.0 0.0.0.0 10.160.202.1 ip route 10.150.24.0 255.255.255.0 192.168.2.2 ip route 10.160.0.0 255.255.128.0 10.160.156.1 ip route 10.160.201.0 255.255.255.248 192.168.2.2 ip route vrf DSL 0.0.0.0 0.0.0.0 10.160.202.1 no ip http server no ip http secure-server ! ! access-list 10 permit 10.160.0.0 0.0.0.127 ! radius-server attribute 4 10.160.202.2 radius-server host 10.150.82.83 auth-port 1812 acct-port 1813 key zte ! control-plane ! ! line con 0 stopbits 1 line aux 0 stopbits 1 line vty 0 4 exec-timeout 0 0 line vty 5 15 exec-timeout 0 0 ! end