[rbak-nsp] clips - next step, IP address assignment by Radius

Marcin Kuczera marcin at leon.pl
Wed Oct 15 05:37:01 EDT 2008


hello,

Finally I've my dynamic Clips running.
At the moment my config is like that:

context r0
!
  no ip domain-lookup
!
  interface clips multibind
   ip address 194.169.126.1/24
   dhcp server interface
!
  aaa authentication administrator local
  aaa authentication administrator maximum sessions 1
!
!
  subscriber default
    ip source-validation
    dhcp max-addrs 1
    dns primary 195.66.73.4
    dns secondary 195.66.73.11
!
  subscriber name 00:0c:42:24:93:26
    password Redback
    dhcp max-addrs 10
  subscriber name 00:1c:25:72:bb:25
    password Redback
    qos policy policing 1024-upload
    qos policy metering 1024-download
  service ssh client
  service telnet client
!
  dhcp server policy
    default-lease-time 900
    maximum-lease-time 900
    subnet 194.169.126.0/24
      range 194.169.126.50 194.169.126.100
      mac-address 00:0c:42:24:93:26 ip-address 194.169.126.33

#########

[r0]RedBack-test#show subscribers active
00:0c:42:24:93:26
         Circuit   2/4 vlan-id 802 clips 131258
         Internal Circuit   2/4:1023:63/7/2/186
         Interface bound  clips
         Current port-limit unlimited
         dhcp max-addrs 1 (applied)
         dns primary 195.66.73.4 (applied from sub_default)
         dns secondary 195.66.73.11 (applied from sub_default)
         ip source-validation 1 (applied from sub_default)
         dhcp option client id 0x3d0701000c42249326 (applied)
         dhcp option hostname 0x0c084d696b726f54696b (applied)
           IP host entries installed by DHCP: (max_addr 1 cur_entries 1)
                 194.169.126.33    00:0c:42:24:93:26
[r0]RedBack-test#

ok - but - I want to have all subscriber's definition in Radius, so also 
I want Radius to inform DHCP server about IP address to be assigned to 
particular subscriber.
(we use static IP assignment).

If I put "ip address 194.169.126.33" under subscriber definition - the 
clips doesn't come up. Seems that DHCP doesn't understand information 
from aaa, that said to use particular IP for this subscriber.

Is there such possibility at all ?
If yes, how to make it working ? Any "option" in DHCP server configuration ?

Regards,
Marcin



More information about the redback-nsp mailing list