cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
830
Views
5
Helpful
0
Replies

IPoE Static IP with ASR1002

calvin.mcneil
Level 1
Level 1

We have basic IPoE service working on our ASR1002-X chassis, but cannot seem to assign a static IP address via RADIUS.  Should I be using a different RADIUS attribute than Framed-IP-Address?  A sanitized version of my configuration is below.

 

I am trying to set the IP using just the Framed-IP-Address attribute set to 4.3.2.30.  As I understand, the subnet mask and gateway should be learned from the associated dhcp pool.

 

aaa new-model
aaa session-mib disconnect
!
!
aaa group server radius acct-test
server-private 2.2.2.2 key 7 abcd1234
!
aaa group server radius auth-test
server-private 2.2.2.2 key 7 abcd1234
!
aaa authorization network test group auth-test
aaa authorization subscriber-service default local group auth-test
aaa accounting delay-start
aaa accounting update periodic 30
aaa accounting network test start-stop broadcast group auth-test
!
aaa session-id common


ip domain name mydomain.com
ip dhcp relay information trust-all
!
ip dhcp pool IPOE-pool-1
network 4.3.2.0 255.255.255.0
default-router 4.3.2.1
dns-server 8.8.8.8 8.8.4.4
!
!
!
!
subscriber templating
!
!
!
policy-map type control IPOE-AUTH
class type control always event session-start
10 authorize aaa list auth-test password lab2017 identifier circuit-id
20 service disconnect
!
!
!
!
interface Loopback1
ip address 4.3.2.1 255.255.255.0
!
interface TenGigabitEthernet0/2/0
no ip address
!
interface TenGigabitEthernet0/2/0.81
encapsulation dot1Q 81
ip unnumbered Loopback1
service-policy type control IPOE-AUTH
ip subscriber l2-connected
initiator dhcp class-aware
!
!
!
!
ip forward-protocol nd
!
!
ip access-list extended ACL_IN_DEF_BW
permit ip any any
ip access-list extended ACL_OUT_DEF_BW
permit ip any any
!
!
!
radius-server dead-criteria time 5 tries 5
radius-server retry method reorder
radius-server deadtime 1
!
!
!
!
end

0 Replies 0
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: