From philippe.hamet at orange-ftgroup.com Thu Feb 18 04:54:45 2010 From: philippe.hamet at orange-ftgroup.com (philippe.hamet at orange-ftgroup.com) Date: Thu, 18 Feb 2010 10:54:45 +0100 Subject: [cisco-bba] IP Pool selection from Radius server Message-ID: <17916_1266486886_4B7D0E66_17916_2248_1_B60FD5E899BF6A41AB61929C699CE71D340CB72EFE@PUEXCB1C.nanterre.francetelecom.fr> Hi all, I am trying to work out how Cisco IP pool selection can be implemented in a PPPoe environment. BRAS : Cisco 7206, IOS 12.2-31(SB8) Let's say that I have 2 IP pools locally defined in the BRAS with different ranges of IP addresses: ip local pool pool-area1 10.0.0.2 10.0.0.100 ip local pool pool-area2 20.0.0.2 20.0.0.100 I can configure the Radius server to send in the right attribute (or probably a VSA) the string "pool-area1" or "pool-area2" to the 7206 in order to perform the right selection but I don't know how to configure the 7206 to accept IP-Pool selection from Radius server. Can somebody help or provide links ? Thanks Regards, Philippe ********************************* This message and any attachments (the "message") are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. Messages are susceptible to alteration. France Telecom Group shall not be liable for the message if altered, changed or falsified. If you are not the intended addressee of this message, please cancel it immediately and inform the sender. ******************************** From oboehmer at cisco.com Thu Feb 18 07:28:55 2010 From: oboehmer at cisco.com (Oliver Boehmer (oboehmer)) Date: Thu, 18 Feb 2010 13:28:55 +0100 Subject: [cisco-bba] IP Pool selection from Radius server In-Reply-To: <17916_1266486886_4B7D0E66_17916_2248_1_B60FD5E899BF6A41AB61929C699CE71D340CB72EFE@PUEXCB1C.nanterre.francetelecom.fr> References: <17916_1266486886_4B7D0E66_17916_2248_1_B60FD5E899BF6A41AB61929C699CE71D340CB72EFE@PUEXCB1C.nanterre.francetelecom.fr> Message-ID: <6E4D2678AC543844917CA081C9D6B33F013EB2E8@XMB-AMS-103.cisco.com> > > I am trying to work out how Cisco IP pool selection can be implemented in a > PPPoe environment. > > BRAS : Cisco 7206, IOS 12.2-31(SB8) > > Let's say that I have 2 IP pools locally defined in the BRAS with different > ranges of IP addresses: > > ip local pool pool-area1 10.0.0.2 10.0.0.100 > ip local pool pool-area2 20.0.0.2 20.0.0.100 > > I can configure the Radius server to send in the right attribute (or > probably a VSA) the string "pool-area1" or "pool-area2" to the 7206 in order > to perform the right selection but I don't know how to configure the 7206 to > accept IP-Pool selection from Radius server. > > Can somebody help or provide links ? the following profile should do (along with "aaa authorization network default group radius" or something along this line) test Password = "test" User-Service-Type = Framed-User, Framed-Protocol = PPP, cisco-avpair = "ip:addr-pool=pool-area1" see also http://www.cisco.com/en/US/docs/ios/11_3/dial/configuration/guide/dcperu sr.html or did I miss your point? oli From philippe.hamet at orange-ftgroup.com Thu Feb 18 09:16:54 2010 From: philippe.hamet at orange-ftgroup.com (philippe.hamet at orange-ftgroup.com) Date: Thu, 18 Feb 2010 15:16:54 +0100 Subject: [cisco-bba] IP Pool selection from Radius server In-Reply-To: <6E4D2678AC543844917CA081C9D6B33F013EB2E8@XMB-AMS-103.cisco.com> References: <17916_1266486886_4B7D0E66_17916_2248_1_B60FD5E899BF6A41AB61929C699CE71D340CB72EFE@PUEXCB1C.nanterre.francetelecom.fr> <6E4D2678AC543844917CA081C9D6B33F013EB2E8@XMB-AMS-103.cisco.com> Message-ID: <27030_1266502615_4B7D4BD7_27030_53292_1_B60FD5E899BF6A41AB61929C699CE71D340CB731C5@PUEXCB1C.nanterre.francetelecom.fr> Thanks a lot Oli for you help ! It works fine. Best regards, Philippe -----Message d'origine----- De : Oliver Boehmer (oboehmer) [mailto:oboehmer at cisco.com] Envoy? : jeudi 18 f?vrier 2010 13:29 ? : HAMET Philippe NCPI/NAD; cisco-bba at puck.nether.net Objet : RE: [cisco-bba] IP Pool selection from Radius server > > I am trying to work out how Cisco IP pool selection can be implemented in a > PPPoe environment. > > BRAS : Cisco 7206, IOS 12.2-31(SB8) > > Let's say that I have 2 IP pools locally defined in the BRAS with different > ranges of IP addresses: > > ip local pool pool-area1 10.0.0.2 10.0.0.100 ip local pool pool-area2 > 20.0.0.2 20.0.0.100 > > I can configure the Radius server to send in the right attribute (or > probably a VSA) the string "pool-area1" or "pool-area2" to the 7206 in order > to perform the right selection but I don't know how to configure the 7206 to > accept IP-Pool selection from Radius server. > > Can somebody help or provide links ? the following profile should do (along with "aaa authorization network default group radius" or something along this line) test Password = "test" User-Service-Type = Framed-User, Framed-Protocol = PPP, cisco-avpair = "ip:addr-pool=pool-area1" see also http://www.cisco.com/en/US/docs/ios/11_3/dial/configuration/guide/dcperu sr.html or did I miss your point? oli ********************************* This message and any attachments (the "message") are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. Messages are susceptible to alteration. France Telecom Group shall not be liable for the message if altered, changed or falsified. If you are not the intended addressee of this message, please cancel it immediately and inform the sender. ********************************