Forum Discussion

IanK_37848's avatar
IanK_37848
Icon for Nimbostratus rankNimbostratus
Nov 26, 2009

Flushing Source address persistance for a singe Virtual ?

Hi All

 

 

Is it possible to flush /delete the src-address persistence records on a D68 9.4.6 for a particular virtual ?

 

 

 

i have searched and read the Manual .. and its just not crystal clear to me

 

 

any guidance appreciated

 

 

Thanks

 

ian

12 Replies

  • Guys I hate to revive this but I have an issue and was wondering...

     

     

    Will this command posted by hoolio actually delete all persistence records for a specific virtual?

     

     

    'b persist virtual VS_NAME delete'
  • e.g.

    [root@ve10:Active] config  b virtual list
    virtual bar80 {
       snat automap
       pool foo
       destination 172.28.19.252:80
       ip protocol 6
       persist source_addr
    }
    virtual bar81 {
       snat automap
       pool foo
       destination 172.28.19.252:81
       ip protocol 6
       persist source_addr
    }
    
    [root@ve10:Active] config  b persist
    PERSISTENT CONNECTIONS
        Type           Virtual                Node
        source addr    172.28.19.252:80   200.200.200.101:80
        source addr    172.28.19.252:81   200.200.200.101:80
    [root@ve10:Active] config 
    
    [root@ve10:Active] config  b persist virtual bar80 delete
    
    [root@ve10:Active] config  b persist
    PERSISTENT CONNECTIONS
        Type           Virtual                Node
        source addr    172.28.19.252:81   200.200.200.101:80