Hello,
I have the Cisco 7606 with IOS: s72033-adventerprisek9_wan-mz.122-18.SXE2.bin.
I try to clear the sticky db with: clear ip slb sticky radius framed.
But after few swconds I can see with the sh ip slb sticky radius fra old flow and a lot of entries, still Ihave not traffic
The configuration is:
ip slb probe MMS_PING ping
interval 10
faildetect 3
!
ip slb serverfarm MMS_BOX
nat server
probe MMS_PING
!
real 10.1.1.2
weight 1
faildetect numconns 3 numclients 1
no inservice
!
real 10.1.1.1
weight 1
faildetect numconns 3 numclients 1
inservice
!
ip slb vserver MMS_GW_RADIUS
virtual x.x.x.x udp 1813 service radius
serverfarm MMS_BOX
delay radius framed-ip 30
sticky radius framed-ip group 1
idle radius request 5
idle radius framed-ip 120
purge radius framed-ip acct on-off
purge radius framed-ip acct stop 8
inservice
!
Why this happen?
Thanks
Ira