Hello, folk. Is there any way to implement IP PNP feature with cisco 2621 series. im currently using Freeradius and D-Link DSA 3100 as a NAS box and not have a problem with it. but is there any way to do that with cisco 2621 series? any help or suggestion greatly appreciate.
Im currently using freeradius-0.9.3 with Postgresql 7.4RC1 as the databases. my cisco configuration look like, like this: Current configuration : 2476 bytes ! version 12.3 service config service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname BroadBand2621 ! boot-start-marker boot-end-marker ! enable secret 5 $1$14x9$FJhdPYRcHhwh/N8yidqNa/ enable password verysecret ! username admin password 0 verysecret memory-size iomem 15 aaa new-model ! ! aaa group server radius PROXY server 10.10.4.98 auth-port 1812 acct-port 1813 ! aaa authentication login default group PROXY local aaa authorization auth-proxy default group PROXY aaa accounting auth-proxy default start-stop group PROXY aaa accounting network default start-stop group PROXY aaa session-id common ip subnet-zero ! ! ip name-server 202.155.x.x ip name-server 202.155.x.x ! ip dhcp pool MYPOOL import all network 10.10.4.0 255.255.254.0 domain-name roveil.com dns-server 202.155.x.x default-router 10.10.4.1 255.255.254.0 lease 0 0 1 update arp ! ip inspect name myfw ftp timeout 3600 ip inspect name myfw http timeout 3600 ip inspect name myfw udp timeout 15 ip inspect name myfw tcp timeout 3600 ip auth-proxy auth-proxy-banner file flash:/login.shtml ip auth-proxy auth-proxy-banner ftp ^C ftp user ^C ip auth-proxy auth-proxy-banner http ^C http user ^C ip auth-proxy auth-proxy-banner telnet ^C telnet user ^C ip auth-proxy auth-proxy-audit ip auth-proxy name list_a http auth-cache-time 2 ip audit notify log ip audit po max-events 100 ip reflexive-list timeout 600 no ftp-server write-enable ! ! ! ! interface Loopback0 ip address 192.168.4.254 255.255.255.255 ! interface FastEthernet0/0 ip address 10.10.4.1 255.255.254.0 ip inspect myfw in ip auth-proxy list_a duplex auto speed auto ! interface FastEthernet0/1 ip address 192.168.1.11 255.255.255.0 duplex auto speed auto ! ip http server ip http authentication aaa ip classless ip route 0.0.0.0 0.0.0.0 192.168.1.1 ! ! ip radius source-interface Loopback0 access-list 101 permit ip host 10.10.4.98 host 192.168.4.254 access-list 101 permit ip any host 202.155.0.15 access-list 101 permit ip any host 202.155.0.20 access-list 101 deny ip any any radius-server host 10.10.4.98 auth-port 1812 acct-port 1813 radius-server unique-ident 7 radius-server key xxxxxxxx radius-server vsa send accounting radius-server vsa send authentication privilege exec level 7 clear line privilege exec level 7 clear ! line con 0 line aux 0 line vty 0 4 password system ! ! ! end - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

