To set the preferred, valid, T1 and T2 time Syntax: set lease Notes: set lease isIANA= {1} preferred = valid = T1 = T2 = ...

To set the preferred, valid, T1 and T2 time 
 
Syntax: 
 
        set lease 
 
Notes:  set lease [isIANA=] {1} ] [preferred = ] 
                         [valid = ] [T1 = ] [T2 = ] 
 

  
Parameters
 

      IsIana :  
          Indicates whether the preferred life time to 
          be set is for an IANA address. 
          1:IANA 
 

      PrefVal : 
          Specifies the preferred life time for an IANA address. 
          The time specified should be in sec. If the T1 and T2 
          time values are not specified in the command it 
          reintializes the T1 and T2 times  
.
          T1Val = 0.5*PrefVal 
          T2Val = 0.8*Prefval 
 

      ValidVal : 
          Specifies the valid life time for an IANA 
          address. 
          The time specified should be in seconds 
.
 

      T1Val : 
           It is the time when the client should attempt to 
           Renew to extend its lease. This time is multiple 
           of the preferred lifetime of the lease. 

           The value is less than the T2Val. 
                 

      T2Val : 
          It is the time when the client should attempt to 
          Rebind to extend its lease. This time is multiple 
          of the preferred lifetime of the lease. 

          The value is less than the PrefVal, but more than 
          the T1Val  
.