cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
514
Views
0
Helpful
1
Replies

SLB: cannot clear sticky database

irodi
Level 1
Level 1

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

1 Reply 1

mchin345
Level 6
Level 6

In order to clear the sticky table, you need to issue following command in debug mode:

(debug)#sticky-purge all-sticky

Also, you can confiugre "sticky-inact-timeout X" under a content rule to set the timeout value. By defualt there is no timeout with the entries in the sticky table, and it's not cleared unless the table gets full.

Review Cisco Networking for a $25 gift card