IP_DYN=false
LABEL_DHCP="DHCP"
ADRESSE_IP=1.2.3.4

if [ -n "$ADRESSE_IP" ] 
then    
    VAR_TEMP=`echo $ADRESSE_IP | grep '$LABEL_DHCP'`;
fi